* {
font-family: arial verdana;
}

body {
color:#FFF;
font:13px verdana;
background: #000 url('images/shortgreyfade.png') repeat-x fixed;
margin:2em;
}

a,a:visited {
font-size: 13px;
color: #F0CC00;
text-decoration: underline;
}

a:hover {
color: #DFDFDF;
}

.nav {
font-size: 16px;
}

.content {
font-size: 13px;
color: white;
}

.copyright {
text-decoration: underline;
font-size: 10px;
color: white;
}


table {
border: 1px solid #C0C0C0;
color: #FFF;
background: #000 url('images/tableBG.png');
-moz-border-radius:25px;
}

.underline {
font-size: 13px;
color: #C0C0C0;
text-decoration: underline !important;
}

input, button {
color: #000;
background: #DCDCDC url('images/windows_clearvista_buttons/normal.png') repeat-x;
border: 1px solid #A4A4A4;
padding: 2px 8px 2px 8px;
font-size: 13px;
margin: 1px;
-moz-border-radius: 3px;
}
input:hover, button:hover {
background: #A8DBF8 url('images/windows_clearvista_buttons/hover.png') repeat-x;
border: 1px solid #3781B0;
}

textarea {
color: #000;
font-size: 13px;
border: 1px solid #000;
background: url('images/textarea.png');
-moz-border-radius:6px;
}

select {
color: #000;
font-size: 13px;
border: 0px solid #006FDD;
background: #FFF;
}

.normala {
border:0px solid transparent !IMPORTANT;
background:transparent !IMPORTANT;
text-decoration:none !IMPORTANT;
padding:0em !IMPORTANT;
}

.noborder {border: 0px solid transparent !IMPORTANT;}

.underline {text-decoration: underline !IMPORTANT;}

.nounderline {text-decoration: none !IMPORTANT;}

.nobg {background: transparent !IMPORTANT;}

img, a img {
border:0;
}

.counter {
font:11px arial;
color: #FFF;
text-decoration: none;
}

/* MENU DROPDOWN */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: transparent;
	text-align: center;
	text-decoration: none;
	color: #F0CC00;
	border:1px solid transparent;
	}
	
#sddm li a:hover {
color:#FFF;
border:1px solid #3E3E3E;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 1px solid #aaa;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: url('images/85black.png');
		font-size: 11px;
    color: #F0CC00;}

	#sddm div a:hover
	{	background: #111;
		color: #FFF}
/*////////////////////////////////////////*/




.bottom {
padding:4px;
position:fixed;
bottom:0;
left:0;
width:100%;
background-color:#000;
}

.bottom .grey {
font:13px verdana;
color:#FFF;
}

.hidden {
display: none !important;
}