#body{
	margin: 0px;
	background-color: #000000;
}

table, td{
	text-align: left;
}

.ContentPane, .LeftPane, .RightPane{
	padding: 6px;
}

.User a.SkinObject, .User a.SkinObject:hover, .User a.SkinObject:active, .User a.SkinObject:visited, .User a.SkinObject:link{
	font-weight: normal;
	color: #333333;
}

.FooterLeftPane{
	padding-top: 12px;
	padding-left: 34px;
	padding-bottom: 12px;
}
.FooterLeftPane .normal, .FooterLeftPane a, .FooterLeftPane a:link, .FooterLeftPane a:hover, .FooterLeftPane a:visited, .FooterLeftPane a:active,
.FooterPane .normal, .FooterPane a, .FooterPane a:link, .FooterPane a:hover, .FooterPane a:visited, .FooterPane a:active,
.FooterRightPane .normal, .FooterRightPane a, .FooterRightPane a:link, .FooterRightPane a:hover, .FooterRightPane a:visited, .FooterRightPane a:active{
	font-family: arial;
	color: #277EB8;
	font-size: 14px;
}
td.footerLinks{
	padding-right: 6px;
	text-align:right;
}
td.footerLinks span.SkinObject,
td.footerLinks, td.footerLinks .skinobject{
	font-family: Times New Roman;
	font-weight: normal;
	color: #3e3e3e;
	font-size: 19px;
}

td.footerLinks a.SkinObject,
td.footerLinks a.SkinObject:active,
td.footerLinks a.SkinObject:link,
td.footerLinks a.SkinObject:visited,
td.footerLinks a.SkinObject:hover{
	font-family: Times New Roman;
	font-weight: normal;
	color: #3e3e3e;
	font-size: 19px;
}


/* Main Menu ----------------------------- */

.MainMenu_MenuContainer {background: transparent; width: 1px; z-index: 999999;}
.MainMenu_MenuContainer td {font-weight: normal; background-color:transparent; z-index: 999999;}

/* idle state of submenu items */
.MainMenu_MenuItem {font-family: Times New Roman; font-size:14px; font-weight: bold; color: #eac25d; border: 0px; padding:3px; padding-right:6px; z-index: 999999;}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: Times New Roman; font-size:14px; font-weight: bold; color: #eac25d; background: transparent; border: 0px; padding:3px; padding-right:6px; z-index: 999999;}

/* box for submenu */
.MainMenu_SubMenu {z-index: 999999; 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: #23211f; z-index: 999999;}
.submenu-chl .MainMenu_MenuItem{height:25px;background-color: #23211f; z-index: 999999;}
.submenu-chl .MainMenu_MenuItemSel{height:25px;background-color: #000000; z-index: 999999;}



/* 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; z-index: 999999;}
.MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 0px; text-align: right; z-index: 999999;}
.submenu-chl .MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 1px solid #ff00ff; text-align: right; background:green; z-index: 999999;}

/* 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: 50px; font-weight: bold;}
.MainMenu_Idle td span {padding-left: 1px;padding-right: 1px; color:#eac25d; font-size: 19px; font-family: Times New Roman;}

/* hover state of main menu items */
.MainMenu_Selected td {margin: 0; padding: 0 0 1px 0; height: 50px; font-weight: bold; background: url(deryldodd_menu_underline.gif); background-repeat: repeat-x;}
.MainMenu_Selected td span {color:#eac25d; font-size: 19px; font-family: Times New Roman;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 0 0 1px 0; font-weight: bold; height: 50px; background: url(deryldodd_menu_underline.gif); background-repeat: repeat-x;}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {padding-left: 1px;padding-right: 1px;  color: #eac25d; font-size: 19px; font-family: Times New Roman;}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {width: auto; border: 0;}

.css_08{ font-size: 12px; }