@CHARSET "UTF-8";
.adminLogo {padding-top:10px; padding-left:10px; font-size:1.8em; font-weight: bold;}
#adminLoginPanel {
	position:relative;
	padding-top:160px;
}
#adminLoginPanel > table {width:420px; margin:0 auto; background:white;}

#adminMenus {border-top:1px #CCC solid; border-bottom:2px #333333 solid;padding-bottom:10px;background:white;margin-top:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
}

.adminTops > li > a {border-bottom:1px #F8B651 solid;}
.adminTops > li > a:hover {color:white;}
.adminTops > li > a.active {color:#1f406f; font-weight:bold; background:white; border-radius:4px;}
.adminBodyPanel {position:relative; width:98%; padding-bottom:0px;margin:0 auto; margin-top:5px; margin-bottom:20px; border:1px #cccccc solid; border-radius:5px;min-height:500px; background:white;}


#adminFooter {position:relative; padding:10px; background:#333333; color: #eeeeee; text-align:center;}