/* -- adminmenu -- */
#adminmenu {
	margin:0 0 0 0;
	padding:3px;
	color:#777777;
	border-bottom:1px solid #CECECE;
	/* mainmenu fade colors (gradient) */
	background-image: -moz-linear-gradient(top, #FEFEFE, #E2E2E2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E2E2E2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#E2E2E2'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#E2E2E2'); /* ie8 */
	}
#adminmenu a{
	color: #777777;
}
#adminmenu a:hover, #adminmenu a.current {
	background-color: #EEEEEE;
}
.mainmenu_fade_color_top{background-color:#FEFEFE;}
.mainmenu_fade_color_bot{background-color:#E2E2E2;}
.mainmenu_text_color{color:#777777;}
.mainmenu_hover_background{background-color:#EEEEEE;}
.mainmenu_border_color_bot{border-bottom:1px solid #CECECE;}
#adminmenu img, #adminsettings img {
	vertical-align:middle;
}
#adminsettings, #adminsettings table tr th, #adminsettings table tr td{
	font-size:11pt;
}
/*action menu settings */
table.actionmenu td{
	border:1px solid #FFF;
	}
table.actionmenu td a{
	display:block;
	padding:2px 3px 2px 3px;
	border:1px solid #FFFFFF;
	color:#3366cc;
	}
table.actionmenu td a.current, table.actionmenu td a:hover{
	background-color:#e4eaed;
	border:1px outset #6699cc;
	}
/*automatically color even rows of ictable tables*/
table.w_table tr:nth-child(even){
	background: #f0f3f4;
}
table.w_table tr th{
	background-color:#7a93df;
	color:#ffffff;
}
table.w_table tr th a, table.w_table tr th a:hover {
	display:block;
	font-weight:bold;
	background-color:#7a93df;
	color:#ffffff;
}
.table_header_background{background-color:#7a93df;}
.table_header_text{color:#ffffff;}
.table_header_reversetext{color:#7a93df;}
.table_header_reverseback{background-color:#ffffff;}

ul.dropdown li {
	color: #777777;
	}
/* when the top menu items are hovered over */
ul.dropdown li.hover,
ul.dropdown li:hover {
 	background-color: #EEEEEE;
	color: #777777;
	}
/* the color of the menu horizontal menu items under the top menu items */
ul.dropdown ul li {
	background-color: #FFFFFF;
	color: #777777;
	}
ul.dropdown a:link,
ul.dropdown a:visited {
	color: #777777;
	}
ul.dropdown a:hover { color: #777777; }
ul.dropdown a:active { color: #777777; }
/*admin_body settings*/
#admin_body{
	text-align:left;
}

