body
{
    font-size:8pt;
    font-family:helvetica;
    height:100%;
    padding:0px;
    margin:0px;
    background:url(App_Images/bknd1px.png) repeat-x top left;
}
body div
{

}
.divPageOuter
{
    background:url(App_Images/bknd1px.png) no-repeat top left;
    width:100%;
}
.divPageInner
{
    width:935px;
}

.controlpanel
{

}
.divAdminPane
{
    width:30%;
    float:left;
    text-align:left;
}
.divLoginPane
{
    width:30%;
    float:right;
    text-align:right;
    color:#fff;
    margin-top:3px;
    margin-right:5px;
    font-size:7pt;
}
.divLoginPane a
{
    color:#fff;
    font-size:7pt;
    font-family:helvetica;
}
.divNavWrap
{
    height:20px;
}
.divNavPane
{
    height:35px;
    background:url(App_Images/navbar.jpg) no-repeat top left;
}
.divNav
{
    white-space:nowrap;
}
.divContentOuter
{
    background-color:#fcfcfc;
    width:935px;
}
.divPageBg
{
    margin:0px;
    padding:0px;
}


/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer 
{ background: transparent; }

/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar 
{ cursor: pointer; cursor: hand; background: transparent; }

/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{ margin: 0px 0 0 0; }

/*-- menuitems idle             --*/ 
.MainMenu_Idle TD 
{ 
color: #ffffff; 
font-size: 10pt; 
font-family:helvetica;  
padding: 4px 3px 7px 3px;
font-weight:bold;
}

/*-- menuitems over             --*/ 
.MainMenu_Selected TD 
{ 
color: #109393; 
font-size: 10pt; 
font-family:helvetica; 
padding: 4px 3px 7px 3px;
font-weight:bold; 
 
}

/*-- menuitems active           --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD 
{ 
color: #109393;  
font-size: 10pt; 
font-weight:bold;
font-family:helvetica; 
padding: 4px 3px 7px 3px;

}

/*-- middle seperator           --*/ 
.MainMenu_Seperator 
{ color:#ffffff; font-size:10pt; width: 1px; font-weight:bold; height: 12px; padding: 0px -2px 0px -2px; vertical-align:middle; background: transparent; }

/*-- not needed - main menu     --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  
{ display: none; }

/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{ 
background: #eee;
z-index: 1000;  
cursor: pointer;  
cursor: hand; 
font-weight: normal; 
margin-left:-30px;
position:relative;
left:-30px;
}

/*-- submenu items idle         --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem 
{ 
background: #eee;
color:#555; 
font-family: helvetica; 
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
padding: 2px 5px 2px 5px;
border: solid 1px #ccc;
height: 19px;
}
/*.MainMenu_MenuItem td
{
 color:#fff; 
}
.MainMenu_MenuItem td:hover
{
 color:#fff;  
}*/
/*-- submenu items hover        --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel 
{
background: transparent; 
color:#000;
font-family: helvetica; 
font-size: 11px; 
font-weight: bold; 
cursor: pointer; 
cursor: hand; 
padding: 2px 5px 2px 5px;
border: solid 1px #ccc;
height: 19px; 
}


.MenuHeight { height:35px;}
.MenuLeft { width:0px; background: transparent;}
.MenuRight { width:0px; background: transparent; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer 
{ background: transparent; height:14px;}

/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar 
{ cursor: pointer; cursor: hand; background: transparent;}

/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{ margin: 0px 0 0 0;}

/*-- left seperator idle        --*/ 
.MainMenu_LeftIdle 
{ background: transparent; padding: 0 -5px 0 -5px; margin: 0 -5px 0 -5px; width:0px; height: 19px; }

/*-- left seperator active      --*/ 
.MainMenu_LeftActive 
{ background: transparent; padding: 0 -5px 0 -5px; margin: 0 -5px 0 -5px; width:0px; height: 19px; }

/*-- right seperator idle       --*/ 
.MainMenu_RightIdle 
{background: transparent; padding: 0 -5px 0 -5px; margin: 0 -5px 0 -5px; width:0px; height: 19px; }

/*-- right seperator active     --*/ 
.MainMenu_RightActive 
{ background: transparent; padding: 0 -5px 0 -5px; margin: 0 -5px 0 -5px; width:0px; height: 19px; }


/*-- module menu continer       --*/ 
.ModuleTitle_MenuContainer 
{ color: #2c2c2c;}

/*-- module menu bar            --*/ 
.ModuleTitle_MenuBar 
{ cursor: pointer; cursor: hand;}

/*-- module menu padding        --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel 
{ padding:0 0 0 0px; margin: 0 0 0 -10px; }

/*-- not needed - module menu   --*/ 
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow 
{ display: none; }

.ModuleTitle_MenuIcon 
{ background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
.ModuleTitle_MenuIcon IMG 
{ margin: 0 0px 0 0px; }

/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak 
{ padding:0 0 0 0; margin: 0 0 0 0; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}


/* ==========================
    CSS STYLES FOR DNN MENU
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 8;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}


/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:32px; }
.MenuTD {  background: transparent; padding: 0 0px 0 0; }
.MenuLeft { width:0px; background: transparent;}
.MenuRight { width:0px; background: transparent;}
.LoginTD { width: 100%; text-align: right; font-size: 7px; padding: 0px 0 0px 0; }
.CopyrightRow { height:30px; padding: 0 0px 0 0px; vertical-align: middle; }

.PanelWidth { vertical-align: top; padding: 0 0 0 0; }
.PanelTD { padding:0 0px 0 0px; }
.PanelBG { background: transparent;}
.PanelGrad { height:100%; background: transparent; display:block; }
.PanelTL { height:100%; background: transparent; display:block; }
.PanelTR { height:100%; background: transparent; display:block; padding: 0px 0px 0px 0px; }
.PanelBL { height:100%; background: transparent; display:block; }
.PanelBR { height:100%; background: transparent; display:block; }
.PanelMid { height:100%; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer { background: transparent; height:1px; padding: 0 0px 0 0px; margin: 0 0px 0 0px;}

/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; height:1px; padding: 0 0px 0 0px; margin: 0 0px 0 0px;}

/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 0px; }

/*-- menuitems idle             --*/ 
.MainMenu_Idle TD  
{
    text-align: left; color: #666; background: transparent; font-weight: normal; 
    font-size: 11px; padding: 0px 0 0 0px; margin: 0px 0 0 0px; height: 25px; 
    width:185px; padding-left:30px;
    background:url(App_images/page.png) no-repeat; }

/*-- menuitems over             --*/ 
.MainMenu_Selected TD  
{
    text-decoration: none; text-align: left; color: #000; background: transparent; 
    font-size: 11px; padding: 0px 0 0 0px;  margin: 0px 0 0 0px; height: 25px;
    width:185px; padding-left:30px;
    background:url(App_images/page.png) no-repeat; }

/*-- menuitems active           --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD  
{
    text-decoration: none; text-align: left; color: #666; background: transparent; 
    font-size: 11px; padding: 0px 0 0 0px; margin: 0px 0 0 0px; height: 25px;
    width:185px; padding-left:30px;
    background:url(App_images/page.png) no-repeat; }

/*-- not needed - main menu     --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }

/*-- module menu continer       --*/ 
.ModuleTitle_MenuContainer { color: #2c2c2c; }

/*-- module menu bar            --*/ 
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}

/*-- module menu padding        --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 0px 0 0px; }

/*-- not needed - module menu   --*/ 
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
.ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; 
                        padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
.ModuleTitle_MenuIcon IMG { margin: 0 0px 0 0px; }

/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; 
                      background:transparent;  vertical-align:top;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
