
/*DEFINE SITE STRUCTURE*/
body{ font-family:Tahoma, Geneva, sans-serif; color:#000; margin:0; padding:0; background-color:#0e0e0e;}

/*THIS IS YOUR MAIN CONTAINER DIV*/
#wrapper{ margin:0 auto; width:951px;}

#main {position:absolute; text-align:left;  background-image:url(background.jpg); font-size:14px; line-height:20px; margin:0 auto; width:951px;}

#header {width:951px; height: 139px; margin: 0 auto;} 

#nav { width:635px; height: 34px; color: #ffff6f; padding: 10px 10px 10px 68px; margin: 0 auto; height: 34px;  min-height: 34px;}
 
#leftnav {width:162px; padding:10px 10px 10px 30px; text-align:left; float: left;}

#content {width:689px;  margin-top: 0px; padding:30px; background-image:url(contentbg.gif); float:left;}

#ContentPane { color:Red; width:689px; padding:30px;  float:left;}

#login {width:30px; padding: 0px 0px 0px 0px; text-align:left; float: left; text-align:left;}

#footer{width:891px; padding:30px; text-align:center; float:left;}



.MainMenu TD 
{
    width: 178px;
    min-width: 178px;
   
}


.MainMenu_RootMenuItem
{
    border: none;
    width: 178px;
    min-width: 178px;
    background-color: #ffff6f;
    height: 34px;
    min-height: 34px;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold;
    
} 

.MainMenu_RootMenuItemSelected
{
    border: none;
    width: 178px;
    min-width: 178px;
    height: 34px;
    min-height: 34px;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    background-color: #ffff6f;
}

.MainMenu_RootMenuItemActive 
{
    width: 178px;
    min-width: 178px;
     height: 34px;
    min-height: 34px;
     background-color: #ffff6f;
}

.MainMenu_MenuContainer 
{
     border:none;
     
     
     margin-left: 0px;
     left: 0px;
     padding: 0px;
     width: 740px;
     height: 34px;
     min-height: 34px;
     font-family: Arial, Helvetica; 
     font-size: 12px; 
     font-weight: bold;
     text-align: left;
    
}
.MainMenu_MenuBar
 {
    border:none;
    left: 0px;
    cursor: pointer; 
    width: 740px;
    background-color: #ffff6f;
    border-left: none; 
    border-bottom: none; 
    border-top: none; 
    border-right: none;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold;
    height: 34px;
    min-height: 34px; 
}

.MainMenu_MenuItem 
{
    cursor: pointer; 
    border:none;
   z-index: 1000; 
    width: 178px;
    min-width: 178px;
    height: 34px;
    min-height: 34px;
    padding: none;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
     margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    
}

.MainMenu_MenuIcon 
{
    display: none; 
}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer;
    background-color: #ffff6f;
    border: 0px; 
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold;
    color: #92857b;
    
    
}

.MainMenu_MenuBreak 
{
    border: none;
    background-color: transparent; 
    height: 0px;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
}

.MainMenu_MenuItemSel 
{
    border:none;
    cursor: pointer; 
    cursor: hand; 
    background-color: transparent;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    width: 178px;
    min-width: 178px;
    height: 34px;
    min-height: 34px;
    
    
}


.MainMenu_MenuArrow
{
    display: none; 
}
    
.MainMenu_RootMenuArrow 
{
   display: none; 
}

.MainMenu_MenuIcon 
{
    display: none; 
}



/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border: #036 1px solid; 
}

/* styles used in the FileManager */
.FileManager
{
	border: #000 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: #000 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #696969 1px solid;
	background-color: #FFF;
	margin: 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #696969 1px solid;
	background-color: #FFF;
	margin: 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	padding: 25px;
}

.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    background-color: #EEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    background-color: #dedfde;
    height: 25px;
	margin: 2px;
}

.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #F8F8F8;
    border-top: #000 1px dashed;
    border-bottom: #000 1px dashed;
}

.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: #000;
    background-color: #EEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background-color: #9ff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}



/* styles used in the Wizard Framework */
.Wizard
{
	border: #000 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border: #696969 1px solid;
	padding: 2px;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffc;
	border-bottom: #000 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: #000 1px solid;
	background: #cfc;
}
.WizardBody
{
	padding: 10px;
	height: 325px;
}
.WizardHelp
{
	padding: 5px;	
	border-left: #000 1px solid;
	width: 180px;	
	background-color: #cff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	color: #000;
}
.WizardText
{
	font-size: 9pt;
	color: #000;
}

A 
{
    border: 0px;
    color: #92857b;
    font-weight:bold;
    }
    
IMG
{
    border: 0px;
     padding: 0px;
    }


 
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL UL LI    {
    list-style-type:    disc;
}



OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-width: 0;  
}

.ModuleTitle_MenuBar {
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	color: #000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border: #FFF 1px solid;
	border-width: 1px 0;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	background-color: #EEE; 
	border: #EEE 1px solid;
	border-width: 1px 0 1px 1px;
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFF; 
	border-width: 0; 
}

.ModuleTitle_MenuBreak 
{
    border: #EEE 1px solid;
    border-width: 1px 0;
	background-color: #EEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
 {
	color: #000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}