
/*page*/
html,body{background:#ccc;height:100%;text-align: center;}
.skinwrapper{border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background:#fff;padding:0px; width:770px; margin:0px auto; text-align:left;
}
.skinheader{background:#000;}
.skinmenu{background: #699d4b; width:100%}
.skinuser{padding:5px;background:#CCC;text-align:right;}
.skincontentstable{}
.leftpane{background:#EEE;width:200px;}
.contentpane{background:#FFF;}
.rightpane{background:#FFF;width:200px;}
.skinfooter{padding:5px;background:#CCC;text-align:center;font-size:10px;}
/*--------------------------------------------------------------------------------------------------------------*/
/*panes*/
.leftpane{width:200px;padding:10px 10px 0 10px;}
.contentpane{width:100%;padding:10px 10px 0 10px;}
.rightpane{width:200px;padding:10px 10px 0 10px;}
/*--------------------------------------------------------------------------------------------------------------*/
/*text*/
.normal,div,span,p,td,th,li,a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333;}
.head,.subhead{font-family: Arial, Helvetica, sans-serif;color:#333;}
.subhead{font-size:1.1 em;}
.head{font-size:1.2 em ;font-weight:bold;}
/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link{color:#699d4b;text-decoration:underline;}
a:visited{color:#699d4b;text-decoration:underline;}
a:hover{color:#699d4b;text-decoration:none;}
a:active{color:#699d4b;text-decoration:none;}

.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#699d4b;text-decoration:none;}
a.CommandButton:visited{color:#699d4b;text-decoration:none;}
a.CommandButton:hover{color:#699d4b;text-decoration:underline;}
a.CommandButton:active{color:#699d4b;text-decoration:underline;}

a.skinuser:link{color:#000;text-decoration:none;}
a.skinuser:visited{color:#000;text-decoration:none;}
a.skinuser:hover{color:#699d4b;text-decoration:underline;}
a.skinuser:active{color:#699d4b;text-decoration:underline;}
/*--------------------------------------------------------------------------------------------------------------*/
/*menu*/
.MainMenu_MenuContainer{background:url(media/silver_separator.gif) 100% repeat-y transparent;width:1px;}
.MainMenu_MenuContainer td{cursor:default;font-size:3px;width:1px;}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuItem{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;border:1px #699d4b solid;border-width:1px 0;}
.submenuitembreadcrumb{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;border:1px #699d4b solid;border-width:1px 0;}
.submenuitemselected{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;background:#024C8F;border:1px #699d4b solid;border-width:1px 0;}
.MainMenu_MenuArrow{font-size:11px;padding:2px 0 2px 10px;height:24px;border:#699d4b solid;border-width:1px 1px 1px 0;}
.submenu{z-index:1000;border:0;padding:0;background:#699d4b;}
.rootmenuitem{background:transparent;}
.rootmenuitem td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #00274b solid;}
.rootmenuitem td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:bold;}
.rootmenuitembreadcrumb{background:transparent;}
.rootmenuitembreadcrumb td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #00274b solid;}
.rootmenuitembreadcrumb td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:bold;}
.rootmenuitemselected{background:#024C8F;}
.rootmenuitemselected td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #00274b solid;}
.rootmenuitemselected td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:bold;}
.MainMenu_MenuBreak{display:none;}

