/* 
================================
Skin styles for DotNetNuke
================================
*/
Body
{
    background-color: #FFFFFF;
    margin: 0px;
    color: Black;
    font-size: small;
    font-family: Tahoma, Trebuchet MS, Helvetica;
}

p
{
    text-justify: newspaper;
    text-align: justify;
    font-variant: small-caps;
    color: Black;
    font-size: small;
}

p.nojustify
{
    font-variant: small-caps;
    color: Black;
    font-size: small;
}

p.header
{
    font-size: x-large;
    font-weight: normal;
    text-align: left;
}
.subheader
{
    font-variant: small-caps;
    color: black;
    font-size: medium;
}
.SubHead
{
    font-size: 11px;
    font-weight: bold;
    color: White;
}

.SkinObject
{
    font-weight: normal;
    font-size: 8.5pt;
    color: Navy;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: Navy;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: Navy;
}

A.SkinObject:hover
{
    text-decoration: underline;
    color: Navy;
}

A.SkinObject:active
{
    text-decoration: none;
    color: Navy;
}

td
{
    font-size: small;
    text-justify: newspaper;
    text-align: justify;
    font-variant: small-caps;
    color: Black;
    font-size: small;
}
li
{
    font-size: x-small;
}

.pagemaster
{
    width: 90%;
    height: 100%;
    background-color: White;
    vertical-align: top;
}
.skinmaster
{
    /* height: 100%; */
    width: 900px;
    vertical-align: top;
    background-color: Gray;
    border-right: #000000 2px solid;
    border-top: #000000 2px solid;
    border-left: #000000 2px solid;
    border-bottom: #000000 2px solid; /* 7994cb */
    height: 600px;
}

.skinheader
{
    height: 100px;
    background-color: #CDCDCD;
    border: solid 0px black;
}

.skingradientnew
{
    /* background-image: url(MenuGradient.gif);  */
    background-color: Black;
    height: 1px;
}

.skingradientnew td
{
    /* background-image: url(MenuGradient.gif);  */
    margin: 5 5 0 5;
}

.pagebody
{
    float: none;
}

.footer
{
    color: Navy;
    font-size: xx-small;
    text-transform: inherit;
    font-weight: normal;
    background-color: Gray;
    padding-left: 10px;
}

.footer a
{
    color: Navy;
    font-weight: normal;
    text-decoration: underline;
}

.footer a:hover
{
    color: White;
    font-weight: normal;
    text-decoration: underline;
}

.controlpanel
{
    width: 100%;
    background-color: Gray;
}
.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: 100%;
    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;
}

.StandardButton
{
    background: Gray;
    color: White;
    font-weight: normal;
}

.Head
{
    font-weight: normal;
    color: #333333;
}

a
{
    color: White;
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    color: White;
    font-weight: normal;
    text-decoration: none;
}

a:visited
{
    color: White;
    font-weight: normal;
    text-decoration: none;
}

HR
{
    color: Red;
    height: 2px;
    text-align: left;
    width: 100%;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-size: 11px;
    font-weight: normal;
    color: Navy;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: Navy;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: Navy;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: Navy;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: Navy;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: Gray;
    border-bottom: Gray 0px solid;
    border-left: Gray 0px solid;
    border-top: Gray 0px solid;
    border-right: Gray 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}


/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: Gray; 
}
.MainMenu_MenuBar
{
    font-family: Century Gothic;
    cursor: pointer;
    height: 20px;
    background-color: Gray;
   
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    background-color: White;
}

.MainMenu_MenuItem td
{
    cursor: pointer;
    cursor: hand;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    background-color: Yellow;
    font-family: Century Gothic;
    padding: 1px 3px 3px 1px;
}

.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: Red;
    text-align: center;
    width: 0px;
    height: 100%;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: Gray;
    border-bottom: Navy 0px solid;
    border-left: Navy 0px solid;
    border-top: Navy 0px solid;
    border-right: Navy 0px solid;
    padding: 1px 1px 1px 1px;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: Navy 1px solid;
    border-bottom: Navy 1px solid;
    border-top: Navy 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

.MainMenu_Icon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
}

.MainMenu_Bar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    font-family: Tahoma, Trebuchet MS, Helvetica;
    background-color: Black;
}

.MainMenu_RootItem
{
    cursor: pointer;
    cursor: hand;
    color: Black;
    font-style: normal;
    text-transform: uppercase;
    background-color: White;
    text-align: center;
    white-space: nowrap;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
    width: 12%;
    height: 18px;
    font-weight: bold;
}

.MainMenu_MenuHover
{
    text-decoration: none;
    color: Navy;
}

.menucell
{
 border-top: solid 2px black;
 border-bottom: solid 2px black;
}

A:link
{
    text-decoration: none;
    color: Navy;
}

A:visited
{
    text-decoration: none;
    color: Navy;
}

A:hover
{
    text-decoration: underline;
    color: Navy;
}

A:active
{
    text-decoration: none;
    color: Navy;
}

H4
{
    font-size: 12px;
    font-weight: normal;
    color: Navy;
}

.line
{
    height: 4px; background-color: #CDCDCD;
    }

/* text style used for most text rendered by modules 
.Normal, .NormalDisabled
{
    font-size: 11px;
    font-weight: normal;
    color: white;
}*/

