
body { width: 100%; 
       height: 100%;
       font-family:Verdana;
       margin-top:0px }
       
       #Body
       {
    background-image: url('images/bg4.png');
    background-position: top;
    background-repeat: repeat-x;
    background-color: transparent;
       }

.pagemaster { width: 100%; height: 100%;	 background-color: transparent; }
.skinmaster
{
    height: 100%;

    border-right: #E3EDF7 1px solid;
    border-top: #E3EDF7 0px solid;
    border-left: #E3EDF7 1px solid;
    border-bottom: #E3EDF7 0px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader { }
.skingradient { background-color: Transparent; HEIGHT:26px;}
.menugradient { background-color: Transparent; HEIGHT:26px;}

.controlpanel
{
    margin: 0px;
    width: 100%;
    background-color: #DFE5F2;
}
.toppane { width: 100%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.leftpane { width: 175px; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.contentpane { width: 98%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.rightpane { width: 175px; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.bottompane { width: 100%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }

.header_logo {
	text-align: center;
	border-style: solid;
	border-width: 0;
	background-image: url('images/nnmh_logo_banner.png');
	background-position:center;
	background-repeat: no-repeat;
	height: 225px;
	text-align:right;
	vertical-align:bottom;
}
.navigation {
	text-align: center;
	font-family: verdana;
	color: #FFFFFF;
	border-width: 0;
	letter-spacing: 1pt;
	padding-bottom:0px;
}
.main_content_cell
{
    background-image: url( 'images/grassbladesbg1.gif' );
    background-color:White;
    background-position: center top;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #7E927B;
    border-left-color: #7E927B;
}
.content_table {
	background-color: #ffffff;
}
.footer 
{
    color: #FFFFFF;
    text-align:center;
    background-image:url('images/nav_grad1.png');
}

/* -- CustomStyles -- */
.DarkBG { color: #FFFFFF; font-family:verdana;  font-size: 10pt; font-weight: bold; }

A.DarkBG:link{	text-decoration: none;	color: #FFFFFF;}

A.DarkBG:visited {text-decoration: none; color: #FFFFFF;}

A.DarkBG:hover {text-decoration: underline;color: #FFFFFF;}

A.DarkBG:active {text-decoration: none;color: #FFFFFF;}

/*=== Menu Items */
/* Main Menu object styles */
.MainMenu_MenuContainer
{
    background: transparent;
    }
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    background: transparent;
}
.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    margin: 0 0 0 1px;
    background: #99CC99;
    padding: 0px;
    border: 0px solid #404040;
    font-weight: normal;
    filter: none;
}
.MainMenu_MenuItem, .ModuleTitle_MenuItem
{
    font-family: verdana;
    color: #552B55;
    font-size: 11px;
    font-style: normal;
    padding: 0px 10px 0px 10px;
    height: 20px;
    border: 0;
    text-align: justify;
}
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel
{
    font-family: verdana;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    background-image:url('images/navbg2.png');
    padding: 0px 10px 0px 10px;
    height: 18px;
    border: 0;
    background-repeat: repeat;
    padding-right:10px;
    padding-left:10px;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
    display: none;
}
.ModuleTitle_MenuContainer
{
    color: #2c2c2c;
}
.ModuleTitle_MenuBar
{
    cursor: pointer;
    cursor: hand;
}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel
{
    padding: 0 0 0 0;
}
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon
{
    display: none;
}
.MainMenu_MenuBreak
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/*Old Menu*/
/* Menu Style */
/*
.MainMenu_MenuContainer { background-image:url('images/nav_grad.png');}
.MainMenu_MenuBar { cursor: pointer; cursor: hand; }
.MainMenu_MenuItem  
{   background: transparent; 
    cursor: pointer; 
    cursor: hand; 
    color: #fff;
    font-family: verdana; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal; 
    padding: 2px 5px 3px 5px; 
    display:block; }
.MainMenu_MenuItemSel
{
    background: #eee;
    cursor: pointer;
    cursor: hand;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 2px 10px 3px 5px;
}
.MainMenu_MenuIcon { display: none; }
.MainMenu_SubMenu  
{    z-index: 1000; 
     cursor: pointer; 
     cursor: hand; 
     background: #000000; 
     filter: none; 
     border: 2px solid #f6f6f6;
     border-bottom:0px;
     border-top:0px; 
     margin-top: 2px; 
     padding: 2px; }
.MainMenu_MenuBreak  
{    border-bottom: #f00 1px solid; 
     border-left: #f00 0px solid; 
     border-top: #f00 1px solid; 
     border-right: #f00 0px solid; 
     background-color: transparent; 
     height: 6px; display: none; }
.MainMenu_MenuArrow  
{    font-family: webdings; 
     font-size: 10pt; 
     cursor: pointer; 
     cursor: hand; 
     border-right: #505052 1px solid; 
     border-bottom: #505052 1px solid; 
     border-top: #505052 0px solid; 
     display: none; }
.MainMenu_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; display: none; }


.ModuleTitle_MenuContainer { color: #2c2c2c; }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand; height: 21px; }
/* Menu-Styles */
/* Module Title Menu */
html body form table tbody tr td table tbody tr td table tbody tr td table tbody tr td table tbody tr td span table tbody tr td table
{
    padding-left:7px;
    padding-right:7px;
}
.DNN_News_ItemLink
{
    font-family: verdana;
    font-size: 10pt;
}
.DNN_News_ItemDate
{
    font-size: 8pt;
}

