body,div,p,td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.topmenu, a.topmenu:visited{
	color: #4D536E;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu:hover{
	color: #000000;
}

a.topmenu_active, a.topmenu_active:visited{
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu_active:hover{
	color: #000000;
}

.btmmenu, a.btmmenu:visited{
	color: #B3B9D1;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;	
}

a.btmmenu:hover, a.btmmenu_active:hover{
	color: #FFFFFF;
}

a.btmmenu_active, a.btmmenu_active:visited{
	color: #E50000;
	text-decoration: none;
	font-size: 10px;	
	font-weight: normal	
}

.header{
	font-size: 12px;
	color: #2F354E;
	font-weight: bold;
}

input.std_input{
	border-style: solid;
	border-width: 1px;
	border-color: #AFB2B9;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding:2px;
	background-image : url('../img/bg_input.gif');
}

.std_button{
	border-style: solid;
	border-width: 1px;
	border-color: #AFB2B9;
	height: 19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 6px;
	padding-right: 6px;
	background-image : url("../img/bg_button.gif"); 
}

.black{
	color: black;
}

.red{
	color: #FF0000;
}

.white{
	color: white;
}
a.white:hover{
	color: white;
}

.14px{
	font-size: 14px;
}


.12px{
	font-size: 12px;
}

.11px{
	font-size: 11px;
}

.10px{
	font-size: 10px;
}

.9px{
	font-size: 9px;
}

.no_underline{
	text-decoration: none;
}


.productPassive{
	background-color: #EEEEEE;
}

.productActive{
	background-color: #CCCCCC;
}

table.BlackTable, .blacktable td {
	border-style: solid;
	border-color: black; 
	border-width: 1px; 
	border-collapse: collapse;
	padding: 4px;
}

.dump_flags li{
	padding-top: 8px;
}

.dump_flags.object{
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #eeeeee;
	padding: 2px;
}

.dump_flags.object_error{
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #eeeeee;
	padding: 2px;
	color: #FF0000;
}

.dump_flags.info{
	border-width: 1px;
	border-color: #B0B06A;
	border-style: solid;
	background-color: #FFFFE1;
	padding: 2px;
	margin: 2px;
}

.dump_flags.startstop{
	border-width: 1px;
	border-color: #B0B06A;
	border-style: solid;
	background-color: #E4F9E6;
	padding: 2px;
	margin: 2px;
}

.dump_flags.error{
	color: #FF0000;
	font-size: 13px;	
}