body{
	margin: 0px;
	background-color: #000056;
}

.ContentPane{
	padding: 12px;
}

.User{
	padding-top: 17px;
	padding-right: 17px;
}
.User, .User .normal, .User a, .User a:hover, .User a:visited, .User a:active, .User a:link{
	font-family: Verdana;
	font-weight: normal;
	color: #a7a7c6;
	font-size: 17px;
	font-style: italic;
}
.FooterPane{
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
}
.FooterPane .normal, .FooterPane a, .FooterPane a:hover, .FooterPane a:visited, .FooterPane a:active{
	font-family: Verdana;
	color: #9e9ec0;
	font-size: 17px;
	font-style: italic;
}
.Footer, .Breadcrumb{
	padding: 8px;
}
.Footer, .Footer .skinobject, .Footer a, .Footer a:hover, .Footer a:visited, .Footer a:active, .Footer a:link, .Breadcrumb, .Breadcrumb .skinobject, .Breadcrumb a, .Breadcrumb a:hover, .Breadcrumb a:visited, .Breadcrumb a:active, .Breadcrumb a:link{
	font-family: Verdana;
	font-weight: normal;
	font-style: italic;
	color: #545490;
	font-size: 14px;
}


/* Main Menu ----------------------------- */

.MainMenu_MenuContainer {background: transparent; width: 1px;}
.MainMenu_MenuContainer td {font-weight: normal; background-color:transparent;}

/* idle state of submenu items */
.MainMenu_MenuItem {font-family: verdana; font-weight: normal; font-style: italic; color: #96917f; font-size:17px; border: 0px; padding:3px; padding-left:25px}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: verdana; font-weight: normal; font-style: italic; color: #96917f; font-size:17px; background: transparent; border: 0px; padding-left:25px}

/* box for submenu */
.MainMenu_SubMenu {z-index: 1000; margin: 1px 0px 0px -2px; background-color: #063058; border: 1px solid #ddd; border-left: 3px solid #ccc; padding: 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);}
.submenu-chl {background-color: #e0dcd1;}
.submenu-chl .MainMenu_MenuItem{height:30px;background-color: #e0dcd1; background-image: url(menu_sub_arrow.gif); background-repeat:no-repeat; background-position:top left;}
.submenu-chl .MainMenu_MenuItemSel{height:30px;background-color: #e0dcd1; background-image: url(menu_sub_arrow.gif); background-repeat:no-repeat; background-position:bottom left;}



/* menu arrows for DNN version 4.4.1 and newer - controls the pixel shift on hover */
.MainMenu_MenuArrow {padding: 0 2px 0 0px; border: 0px; text-align: right; background:#e0dcd1; background-image:url(spacer.gif);width:0px;}
.MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 0px; text-align: right; background:#e0dcd1; background-image:url(spacer.gif);width:0px;}
.submenu-chl .MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 1px solid #ff00ff; text-align: right; background:green;}

/* menu arrows for DNN version 4.3.7 and older - controls the pixel shift on hover */
/* .MainMenu_MenuArrow {padding: 0 2px 0 0px; border: #f6f6f6 solid; border-width: 1px 1px 1px 0; text-align: right;} */

/* idle state of main menu items */
.MainMenu_Idle td {margin: 0; padding: 0 0 1px 0; height: 59px; font-weight: normal; background: url(menu_hover.gif); background-position: top center; background-repeat: no-repeat;}
.MainMenu_Idle td span {padding-left: 3px;padding-right: 3px; color:#8C8774; font-size: 18px; font-family: Verdana; font-style: italic;}

/* hover state of main menu items */
.MainMenu_Selected td {margin: 0; padding: 0 0 1px 0; height: 59px; font-weight: normal; background: url(menu_hover.gif); background-repeat: no-repeat; background-position: bottom center;}
.MainMenu_Selected td span {color:#8C8774; font-size: 18px; font-family: Verdana; font-style: italic;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 0 0 1px 0; font-weight: normal; height: 59px; background: url(menu_hover.gif); background-repeat: no-repeat; background-position: bottom center;}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {padding-left: 3px;padding-right: 3px;  color: #8C8774; font-size: 18px; font-family: Verdana; font-style: italic;}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {width: auto; border: 0;}

.css_08{ font-size: 12px; }