﻿#wikitext
{
	width: 595px;
	height: 500px;
	position: relative;
	top: 10px;
	left: 15px;
	z-index: 600;
	
	
}

#submit-edit
{
	margin-top: 15px;
	margin-left: 15px;
}

#topic-view-label
{
	font-size: 26pt;
	color: #1e4fad;
	margin-bottom: 10px;
	background-color: #fff;
}

h1
{
	font-size: 20pt;
	color: #58595b;
	margin-bottom: 10px;
	position:relative;
}

h2
{
	font-size: 18pt;
	color: #58595b;
	margin-bottom: 10px;
	position:relative;
}

h3
{
	font-size: 18pt;
	text-decoration: underline; /*color: #1e4fad;*/
	color: #58595b;
	margin-bottom: 10px;
	position:relative;
}

h4
{
	font-size: 14pt;
	color: #1e4fad;
	margin-bottom: 10px;
	position:relative;
}

h5
{
	font-size: 13pt;
	color: #494848;
	margin-bottom: 10px;
	position:relative;
}

h6
{
	font-size: 12pt;
	font-weight: bold;
	color: #1e4fad;
	margin-bottom: 10px;
	position:relative;
}

.block
{
	font-size: 11pt;
	margin-bottom: 10px;
	color:#494848;	
	text-align:justify;
}

p
{
	font-size: 11pt;
	margin-bottom: 15px;
	
	text-align:justify;
}



blockquote
{
	border: 1px solid #e1dcd6;
	margin-bottom: 10px;
	background-color:#faf7f5;
	padding:10px;
}

.em
{
	font-weight: bold;
}

.view-list
{
	color: #494848;
	margin-left: 20px;
	margin-bottom: 10px;
}

.view-list li
{
	list-style-type: disc;
}

.view-ordered-list
{
	color: #494848;
	margin-left: 25px;
	margin-bottom: 10px;
}

.view-ordered-list li
{
	list-style-type: decimal;
}

.view-img
{
	position: relative;

	padding-top:5px;
	padding-bottom: 2px;
	padding-right:9px;
	width:585px;
	overflow:hidden;
	
}

.view-img img
{
	border: 1px solid #1e4fad;
}

fieldset
{
	border: 1px solid #4a86f8;
	padding: 1em;
}

legend
{
	padding: 0.3em;
	vertical-align: middle;
}

legend input
{
	
  float: left;
 
}

legend label
{
	
	display: block;
	float: left;
	margin-left: 10px;
}

#push-scope
{
	font-size:9pt;
}

#push-scope input
{
	margin-top:3px;
}

#push-scope select
{
	margin-right:3px;
}


pre
{
	background-color:#333333;
	border:1px solid #2b91af;

}


.csharp ol
{
	padding-left:35px;
	color:#2b91af;
}

.csharp li
{
	color:#fff;
	list-style-type:decimal;
}
