/*
================================
Skin styles for Norfire - Dev
================================
 */

.LoginPane
{
    background: url(water1.jpg);
}

.LoginPaneSub
{
    background: url(water1sub.jpg);
}

.LeftPane
{
    background: url(water_nav_bg.jpg);
    padding: 15px 0px 0px 23px;
}
.LeftPane2
{
    background: url(water_nav_bg2.jpg);
    background-repeat: no-repeat;
    padding: 15px 0px 0px 23px;
    background-color: #850001;
}


.ContentPane
{
    background: url(content_bg3.jpg);
}

.ContentPane2
{
    background: url(content_bg2_pg2.jpg);
    background-repeat: no-repeat;
}

.ContentPane3
{
    
}



.BottomPane
{
    background: url(bottom.gif);
    height: 74px;
}

.NavBg
{
    background: url(nav_white_lines.gif) repeat-y;
}



/* 
================================
Skin styles for DotNetNuke
================================
*/

.title
{
    font-family: Verdana,arial;
    padding: 27px 40px 28px 0px;
    text-align: right;
    font-size: 25px;
    color: #cc0000;
}

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #fefefe;
}
.skinmaster
{
    height: 100%;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}

.menutable
{
    padding-bottom:150px;

}

.skinmasterOriginal
{
    height: 100%;
    background-color: #f3f5fa;
    border-right: #7994cb 1px solid;
    border-top: #7994cb 1px solid;
    border-left: #7994cb 1px solid;
    border-bottom: #7994cb 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}


.skinheader
{
}
.skingradient
{
    background-image: url(gradient_DkBlue.jpg);
    height: 30px;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    height: 31px;
    color: #FFFFFF;
    width: 1px;
}
.MainMenu_MenuBar
{
    height: 31px;
    cursor: hand;
    color: #FFFFFF;
}
/*sub menu items*/
.MainMenu_MenuItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: hand;
    border-bottom: #8D0100 1px solid;
    border-top: #8D0100 1px solid;
    padding: 2px 10px 3px 8px;
}
.MainMenu_MenuItem td
{
    padding: 2px 10px 3px 8px;
}
.MainMenu_MenuItemSel
{
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    font-style: normal;
    border: 0;
    padding: 2px 10px 3px 8px;
    background-color: #C60000;
}
.MainMenu_MenuItemSel td
{
    padding: 2px 10px 3px 8px;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: hand;
    background: #8D0100;
    filter: none;
    border: 1px solid #8D0100;
    margin-top: 1px;
    padding: 1px;
}
.MainMenu_MenuBreak
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    width: auto;
    border-bottom: 0px;
}
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}

.MainMenu_Selected
{
    height: 31px;
}
.MainMenu_BreadcrumbActive
{
    height: 31px;
    color: #FFFFFF;
}
.MainMenu_Active, .MainMenu_Active td
{
    height: 31px;
    color: #ff6600;
    padding: 2px 10px 3px 8px;
    background-image: url(nav_orange.gif);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}

.MainMenu_BreadcrumbActive2
{
    background: transparent;
    height: 31px;
    color: #ff3300;
    padding: 2px 10px 3px 5px;
}

/* End Menu Styles*/

.StandardButton
{
    background: #cccccc none;
    color: #333333;
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
}
.TreeViewMenu
{
    width: 175px;
    background-color: #dfe5f2;
    border-right: #7994cb 1px solid;
    border-top: #7994cb 1px solid;
    border-left: #7994cb 1px solid;
    border-bottom: #7994cb 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
    background-image: url(gradient_LtBlue.jpg);
}
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}






