@charset "utf-8";
/* CSS Document */

img, div { behavior: url(Include/iepngfix.htc) }

body {
	background : #000 url("images/body-background.jpg") center top;
	color : #afafaf;
	font-family : Arial;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      font: 14px arial; 
}

.Height100 {
	  height:100%;
}

.genBorder { 
	border : 1px solid #353535;
}

a {
	color : white;
	text-decoration : none;
}
a:hover {
	color : #ddd;
}
h1, h2, h3 {
	color : white;
}

input[type="text"], input[type="password"], textarea, select {
	font-family : Arial;
	border : 1px solid #303030;
	background : #191919;
	color : #999999;
	padding : 3px;
}

input[type="submit"], input[type="button"], button 
{
	background : url("images/btn-bg.jpg") repeat-x right top;
	color : #ddd;
	height : 22px;
	border : 1px solid #101010;
	font-size : 12px;
	font-family : Arial;
	cursor : pointer;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-position : 0 -22px;
	color : #ddd;
}

.ToolBar {
	width : 940px;
	height : 45px;
	margin-top : 10px;
	background : url("images/menu-bg-trans.png") no-repeat top right;
}

.ToolBar  a
{
	font-size:13px;
	font-weight:bold;
}


#Ufooter {
font-size : 12px;
color : #888;
}

#footer {
	border-top : 1px solid #353535;
	padding : 30px 0;
	color : #555;
	background-color : #0f0f0f;
	margin-top : 20px;
	text-align : center;
	font-size : 13px;
}

ul { margin:0; padding:0 0 0 25px; }
ol { margin:0; padding:0 15px 0 0; }