@charset "utf-8";
/* CSS Document */
body{
	margin:0px; padding:0px;
}
form{
	padding:0;
	margin:0;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color:#999999;
}
.nearlywhite{
	color:#E2E2E2;
}
.notification{
	color:#990000;
	font-weight:bold;
}
.table-border{
	border-width:1px;
	border-collapse:collapse;
}
.dropdown-filter{
	font-size:10px;
}

.small{
	font-size:10px;
}

input, select{
	font-family: Tahoma;
	font-size: 11px;
}

.error{
	color:#990000;
}
.red{
	color:#990000;
}
.inputbox{
	background-color:#4C4C4C;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	height:18px;
	color:#FFF;
}
.footer{
	color:#636363;
}
.footer-a{
	color:#636363;
	text-decoration:none;
}

a{
	color:#999999;
}
.white{
	color:white;
}
.yellow{
	color:#E3C900;
	/*color:#8A8A00;*/
}