/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #1D1D1D;
	}

#bgLeft {
	background: url(../imgs/bg_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/bg_right.gif) repeat-y top left;
	}

/* standard link */
a:link {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color:#ffffff;
	text-decoration: none;
	}

a:hover {
	color: #FFBA00;
	text-decoration: underline;
	}
	
a:active {
	color:#ffffff;
	text-decoration: none;
	}

.White {
	color: #ffffff;
	font-weight: bold;
	}

.input {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 11px; 
	color: #000000; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	}
	
.border {
	border: 1px solid #A4A4A4;
	}
	
#login fieldset {
	border: 1px solid #DBD4D4;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 4px 8px;
}
	
.button {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #000000; 
	background-color: #eee;
	border: 1px solid #000000;
	}