/* 
================================
Skin styles for DotNetNuke
================================
*/

html, body
{
    height: 100%;
    background-color: #002E75;
}



/* 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: 996px;
    margin: -1 auto;
    text-align: left;
}

/* Root Level Table */
.tablecontents
{
    width: 100%;
    background-color: white;
}

/* DNN Admin panel*/
.controlpanel
{
    width: 100%;
    background-color: transparent;
}



/* Changes the Login and User Controls Font style */
.Footer .SkinObject
{
    color: white;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:link
{
    color: white;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:visited
{
    color: white;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:active
{
    color: white;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:hover
{
    color: white;
    font-weight: bold;
}

/* SolPartMenu Root Menu Container */
.MainMenu_MenuContainer
{
}

/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    background-color: transparent;
}


/* SolPartMenu Root Menu Item */
.MainMenu_RootMenuItem
{
width:171px;
  background-color: #E5E5E5;
    color: #002E75;
    font-family: Arial, Times New Roman, Helvetica;
    font-size: 12px;
font-weight: normal;
padding: 8 0px;
border-right: solid 1px black;
border-left: solid 1px black;
border-bottom: solid 1px black;
text-align:center;
}
/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem
{
width:171px;
  background-color: #E5E5E5;
    color: #002E75;
    font-family: Arial, Times New Roman, Helvetica;
    font-size: 12px;
font-weight: normal;
padding: 8 0px;
border-right: solid 1px black;
border-left: solid 1px black;
border-bottom: solid 1px black;
text-align:center;
}

/* SolPartMenu Root Menu Icon */
.MainMenu_MenuIcon
{
    background-color: transparent;
    text-align: center;
    display: none;
}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenu
{
    background-color: white;
    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 Seleceted Root Menu Item */
.MainMenu_MenuItemSel
{
background-color: #002E75;
    color: #FFFFFF;
    font-family: Arial, Times New Roman, Helvetica;
    font-size: 12px;
    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;
}



