body
{
    background-color: #ffffff;
}
body#Body
{
    background-color: #1d272d;
}

a,
a:link,
a:visited{color:#0044CC;}

.DCC_SubMain        {color:maroon; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none;}
a.DCC_SubMain        {color:maroon; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none;}
a.DCC_SubMain:hover  {color:maroon; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: underline;}
a.DCC_SubMain:visited{color:maroon; font-weight: bold; font-size: 10pt; font-family: Verdana; text-decoration: none;}

.DCC_BottomLinks         {color:#CCCCCC;; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none;}
a.DCC_BottomLinks        {color:#CCCCCC; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none;}
a.DCC_BottomLinks:hover  {color:#CCCCCC; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: underline;}
a.DCC_BottomLinks:visited{color:#CCCCCC; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none;}

.breadcrumb{font-family: Verdana;font-size:11px;color:maroon;font-weight: bold;text-decoration: none;}
a.breadcrumb{color:maroon;font-weight: bold;font-size: 11px;font-family: Verdana;text-decoration: none;}
a.breadcrumb:hover{color:blue; font-weight: bold; font-size: 11px; font-family: Verdana; text-decoration: underline;}
a.breadcrumb:visited{color:maroon; font-weight: bold; font-size: 11px; font-family: Verdana; text-decoration: none;}

.toppane{width: 100%;background-color: transparent;padding-left: 6px;padding-right: 4px;padding-top: 6px;}
.leftpane{width: 173px;background-color: transparent;}
.contentpane{width: 100%;background-color: transparent;}
.rightpane{width: 296px;background-color: transparent;}
.bottompane{width: 100%;background-color: transparent;}

.DCCFooter{HEIGHT:26px;font-size:10px;color:#CCCCCC;}
a:link.DCCFooter{HEIGHT:26px;font-size:10px;color:#CCCCCC;text-decoration:none;}
a:hover.DCCFooter{HEIGHT:26px;font-size:10px;color:#CCCCCC;}
a:visited.DCCFooter{HEIGHT:26px;font-size:10px;color:#CCCCCC;text-decoration:none;}

.DCCHeaders{text-align:right;}


.controlpanel {width: 99%;font-size: 12px;font-weight: normal;background-color: #CCFFCC;font-family: Verdana;}
/*== main menu styles ======================================*/

.MainMenu_MenuContainer {background-color: transparent}	/*-- box that holds the menu --*/

.MainMenu_MenuBar {		/*-- bar that holds the menu? --*/
	cursor: pointer; 
	cursor: hand;
	background: transparent;
}

.MainMenu_MenuItem {		/*-- applies to items in submenus only --*/
	font-family: tahoma; 
	color: #938871;
	font-size: 11px;
	background: transparent;
	font-weight: bold; 
	font-style: normal; 
	border: #D7D0BF 1px solid;
	padding: 1px 4px 2px 1px;
}
.MainMenu_RootMenuItem
{
    background: transparent;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.MainMenu_MenuItemSel {		/*-- hover state in submenus only --*/
	font-family: tahoma; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #E6E1D4;
	background: #9D8E70;
	border-left: #9D8E70 1px solid;
	border-right: #9D8E70 1px solid;
	padding: 1px 4px 2px 1px;
}

.MainMenu_SubMenu {	/*-- submenu container --*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	background-color: #D7D0BF;
	border: #A2967D 1px solid;
	padding: 1px;
}
.MainMenu_RootMenuItemSelected{  /*-- idle state for root menu items --*/
	color: #ffffff;
	background: transparent;
	padding: 1px 4px 2px 1px;
}

.MainMenu_Idle {  /*-- idle state for root menu items --*/
	color: #ffffff;
	background: transparent;
	padding: 1px 4px 2px 1px;
}

.MainMenu_Selected {	/*-- hover state for root menu items --*/
	color: #ffffcc;
	background: transparent;
	padding: 1px 4px 2px 1px;
}


/*-- applies to the active root menu item --*/
.MainMenu_RootMenuItemBreadcrumb{color:#ffffff;}
.MainMenu_RootMenuItemActive{color:#ffffff;}
.MainMenu_BreadcrumbActive {color: #ffffcc;background: transparent;padding: 1px 4px 2px 1px;}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {display: none;}   /*-- stuff we don't need to see --*/

/*== module menu styles ====================================*/

.ModuleTitle_MenuContainer {color: #2c2c2c;}	/*-- container for module menus --*/

.ModuleTitle_MenuBar {  /*-- bar for module menus --*/
	cursor: pointer; 
	cursor: hand;
}

.ModuleTitle_MenuItem {  /*-- menu items --*/
	font-family: tahoma; 
	color: #ffffff;
	font-size: 12px;
	background: transparent;
	font-weight: bold; 
	font-style: normal; 
	border: #D7D0BF 1px solid;
	padding: 1px 14px 2px 4px;
}

.ModuleTitle_SubMenu {   /*-- submenu container --*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 5px 0px 0px 0px;
	background-color: #D7D0BF;
	border: #A2967D 1px solid;
	padding: 1px 1px 1px 1px;
}

.ModuleTitle_MenuItemSel {   /*-- hover state --*/
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #E6E1D4;
	background: #2E2B1F;
	border-left: #2E2B1F 1px solid;
	border-right: #2E2B1F 1px solid;
	padding: 1px 14px 2px 4px;
}

.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow   {display: none;}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {display: none;}   /*-- stuff we don't need to see --*/

