
body {
	margin: 0;
	padding: 0;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:left;
	/* color : #333333; */
	background: #FFFFFF; 
}

.console {
	background: #D0D0D0;
	background-image: url('common/images/bg.jpg');
	FONT-FAMILY: Arial, tahoma,verdana; 
	FONT-SIZE: 12px;
	text-align:left; 
	border-style: groove
}	


.cons_sub {FONT-SIZE: 10px}												/* Console Sub Text - Fields to Show	*/
.data {FONT-FAMILY: Arial, tahoma,verdana; FONT-SIZE: 12px}		/* Display Data as a Table	*/
p {text-align:left}
.field {color:blue; FONT-WEIGHT: bold;}

body, tr, td, a {FONT-FAMILY: tahoma,Arial,verdana ; FONT-SIZE: 11px; text-align:left}
.client { background:#BFBFBF; color: #0000FF; }
.gt1000000 { background:#FF0000; }
.gt500000 { background:#FF3333; }
.gt300000 { background:#FF9999;  }
.gt100000 { background:#FFBF99; }
.gt10000 { background:#FFFF99; }
.gt10 { background:#99FF99; }
.gt0 {background:#BFFFFF;	}
.inactive {background: #F0FFFF;	color: #666666;}
.created {color: #00BF00; }
.exists {color: #0000FF; }
a.link:hover { color:#D96B00; }
a { color: blue; text-decoration:underline; }
a:hover { color:#D96B00; }

/* menu general 
--------------------------------------------------------------*/

#menu {
	position:static;
	background-color: #B0B0B0; 
	height: 20px;
	width: 100%;
	top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
/*#menu a {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	color: #000;	
	display:block;
	border-right: 1px solid #000000;
	background-color: #B0B0B0;
	text-decoration: none;
}
#menu a:hover {
	background: #5D5F60;
	color: #fff;
}
*/
/*	submenus -------------------------*/
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: static;
height: 20px;
}

.mainitems a{
/*text-decoration: none;
font-variant:small-caps;
color: #000;
display:block; 
*/
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	color: #000;	
	display:block;
	border-right: 1px solid #000000;
	background-color: #B0B0B0;
	text-decoration: none;

}

.mainitems a:hover{
background-color: #5D5F60;
color: #FFF;
}

.drop1, .drop2, .drop3, .drop4{
display: none;
width: 11em;
position: absolute;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
/*border: 1px solid black;*/
}

.drop9{
display: none;
width: 15em;
position: absolute;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
/*border: 1px solid black;*/
}

.drop1 li, .drop2 li, .drop3 li, .drop4 li, .drop9 li{
width: 100%;
display: block;
}


.drop1 li a {
	color:blue;
	background-color: #C0CFCF;
}
.drop2 li a {
	color:blue;
	background-color: #A0CFAF;
}
.drop3 li a {
	color:blue;
	background-color: #80CF8F;
}
.drop4 li a {
	color:blue;
	background-color: #60CF6F;
}
.drop9 li  {
	left:-50px;
	text-align: right;
	color:black;
	background-color: #60CF6F;
}
.drop9 li  a{
	text-align: left;
	color:blue;
	background-color: #60CF6F;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}




/* login_hdr general 
--------------------------------------------------------------*/
#login_hdr {
	position:relative;
	background-color: #D0D0D0; 
	height: 20px;
	width: 100%;
	top: 0px;
}
#login_hdr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#login_hdr li {
	margin: 0;
	padding: 0;
	float: left;
}
#login_hdr a {
	padding-top: 3px;
	float: left;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	color: #000;	
	display:block;
	border-right: 1px solid #000000;
	background-color: #D0D0D0;
	text-decoration: none;
}
#login_hdr a:hover {
	background: #5D5F60;
	color: #fff;
}
fprolloverstyle A:hover {color: #FFFF00; font-weight: bold}

#menu_right {
	display:block;
	width:150px;
	height:750px;
	float:right;
	background-color: #B0B0B0;
}
#menu_right a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	font-variant:small-caps;
	color: #FF0;	
	display:block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #B0B0B0;
	text-align: center;
	text-decoration: none;

}
#menu_right a:hover {
	background: #5D5F60;
	color: #fff;
}
#display {
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:left;
	min-height:600px;
	text-align:center;
	min-width:750px;;
}

#wrapper {
margin:0 auto; /*center hack*/
text-align:center; /*center hack*/
}

#unused {
	border: 2px solid #6374AB;
}



