/* 
================================
Skin styles for DotNetNuke
================================
*/

html, body
{
    height: 100%;
    background-color: #006699;
}



/* Centers content in IE */
.centerer
{
    min-height: 100%;
    text-align: center;
}

* html .centerer
{
    height: 100%;
}
/* IE6 and under treat height as min-height anyway */

/* Centers content in everything else */
.centeredcontent
{
    width: 840px;
    margin: -1 auto;
    text-align: left;
}

/* Root Level Table */
.tablecontents
{
    width: 100%;
    background-color: transparent;
}

/* DNN Admin panel*/
.controlpanel
{
    width: 100%;
    background-color: white;
}
.LeftMenu_MenuItem td
{
    color:White;
    text-decoration: underline;
    cursor:  pointer;
    width: 120px;
    padding-bottom: 20px;
}
.LeftMenu_MenuItem_Hover td
{
    color: white;
    text-decoration: underline; 
    cursor:  pointer;
    width: 120px;
    padding-bottom: 20px;
}
.LeftMenu_Container tr td table
{
    width: 120px;
}
/* Links in the blue column on the left side of the page */
.MenuPane a:link
{
    color:White;
}
.MenuPane a:visited
{
    color:White;
}
/* SolPartMenu Root Menu Container */
.MainMenu_MenuContainer
{
    width: 100%;
    padding:6px;
}

/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    background-color: transparent;
}

/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem
{
    color: white;
    font-family: Arial, Times New Roman, Helvetica;
}

/* SolPartMenu Root Menu Icon */
.MainMenu_MenuIcon
{
    background-color: transparent;
    text-align: center;
    display: none;
}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenu
{
    background-color: #006699;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
    padding: 2px;
    z-index: 1000;
}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenuItem
{
    border: black 0px solid;
}

/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_MenuItemSel
{
    color: white;
    font-family: Arial, Times New Roman, Helvetica;
    font-weight: bold;
    font-style: normal;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_MenuArrow
{
    color: Black;
    border-right: #cad5ea 0px solid;
    border-bottom: #cad5ea 0px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_RootMenuArrow
{
    color: Black;
    font-family: webdings;
    display: none;
}



