/*Main Layout*/
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
IMG
{
	border: none;
}
HR
{
	color: #666666;
	background-color: #666666;
	border: 0px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 2px 0;
	height: 0px;
}
/*Links*/
A, A:visited, A:active
{
	color: #003B9C;
	text-decoration: none;
	font-weight: normal;
}
A:hover
{
	color: #003B9C;
	text-decoration: underline;
	font-weight: normal;
}
A.titlelink, A.titlelink:visited, A.titlelink:active
{
	color: #003B9C;
	text-decoration: none;
	font-weight: bold;
}
A.titlelink:hover
{
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
A.category, A.category:visited, A.category:active
{
	color: #333333;
	text-decoration: none;
}
A.category:hover
{
	color: #000000;
	text-decoration: underline;
}
/*Font types*/
H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
SMALL
{
	color: #383838;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003B9C;
	font-weight: bold;
	background-color: #FFFFFF;
}
.category_big, .category_big A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.category
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
/*Forms*/
FORM
{
	border: none;
	margin: 0px;
	padding: 0px;
}
INPUT, TEXTAREA, SELECT
{
	border: 1px solid #989898;
	background-color: #F0F0F0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
INPUT:active, TEXTAREA:active, SELECT:active, INPUT:focus, TEXTAREA:focus, SELECT:focus
{
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	color: #2C2C2C;
}
INPUT[type="radio"], INPUT[type="checkbox"], INPUT[type="radio"]:focus, INPUT[type="radio"]:active, INPUT[type="checkbox"]:focus, INPUT[type="checkbox"]:active
{
	border: 0px solid #000000;
}
.input
{
	background-color: transparent;
	border: none;
	margin: 2px;
}
/*Infomessages - Miscellaneous*/
.tooltip
{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
	border-left: 4px solid #0E8AEA;
	padding: 4px 10px;
	z-index: 100;
}
.errorbox
{
	background-color: #FFCCCC;
	border: 1px dashed #D60000;
	color: #666666;
	font-size: 10px;
	width: 350px;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
/*BBCode Tags*/
.quote
{
	color: #383838;
	text-align: left;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 3px;
}
.list
{
	list-style-type: disc;
	list-style-position: outside;
}
.list_num
{
	list-style-type: decimal;
	list-style-position: outside;
}
.list_alpha
{
	list-style-type: lower-latin;
	list-style-position: outside;
}
.code
{
	color: #000000;
	text-align: left;
	margin: 0 auto;
	padding: 3px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.codeinner
{
	color: #000000;
	font: 11px "Courier New", Courier, monospace;
}
.codeline0
{
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}
.codeline1
{
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

