/* Normal, standard links. */
a:link
{
	color: #84B407;
	text-decoration: none;
}
a:visited
{
	color: #84B407;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #84B407;
	text-decoration: none;
}
a.nav:hover
{
	color: #84B407;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #FFFFFF;
	font-size: small;
	font-family: Verdana;
}

/* The main body of the entire forum. */
body
{
	background-color: #202020;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	border: 1px solid #181818;
	background-color: #202020;
	color: #FFF;
	font-family: verdana, sans-serif;
}
input, button
{
	 border: 1px solid #181818;
	background-color: #202020;
	font-size: 90%;
}

textarea
{
	border: 1px solid #181818;
	background-color: #202020;
	font-size: 100%;
	color: #FFF;
	font-family: verdana, sans-serif;
}


/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}



.ust3 { background: url('images/img/ust3.jpg') no-repeat top right ; height:30px; }
.alt1 { background: url('images/img/alt1.jpg') no-repeat top left ; height:30px; }
.alt3 { background: url('images/img/alt3.jpg') no-repeat top right ; height:30px; }
.ust1 { background: url('images/img/ust1.jpg') no-repeat top left ; height:30px; }
.sol { background:#232323  url('images/img/sol.jpg') repeat-y top left ; padding-left:16px; }
.sag { background:#232323 url('images/img/sag.jpg') repeat-y top right ; padding-right:16px; }
.ust2 { background: url('images/img/ust2.jpg') repeat-x top left ; height:30px; }
.alt2 { background: url('images/img/alt2.jpg') repeat-x top left ; height:30px; }


div#preload { display: none; }

