/* 
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster
{
    width: 100%;
    height: 30%;
    background-color: #AEAEAE;
}

.skinmaster
{
    height: 30%;
    background-color: #FFFFFF;
    border-right: #8f9092 1px solid;
    border-top: #8f9092 1px solid;
    border-left: #8f9092 1px solid;
    border-bottom: #8f9092 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(Images\panel_blank.png);
    height: 30px;
}
.skingradientunder
{
    background-color: #707070;
    height: 30px;
    color: #FFFFFF;
}
.controlpanel
{
    width: 100%;
    background-color: #dddddd;
}
.toppane
{
    width: 100%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.leftpane
{
    width: 30%;
    background-color: #FFFFFF;
    background-image: url(Images\left_panel_bg.png);
    background-repeat: repeat-x;
    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;
}

.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
}

.MainMenu_MenuItem
{
    padding-left: 2px;
    padding-right: 6px;
    border-left: transparent 0px solid;
    border-bottom: transparent 1px solid;
    border-top: transparent 1px solid;
    border-right: transparent 0px solid;
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    background-color: transparent;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_SubMenu
{
    background-color: #808080;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    filter: alpha(opacity=95);
    -moz-opacity: .8;
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuItemSel
{
    padding-left: 2px;
    padding-right: 6px;
    background-color: transparent;
    cursor: pointer;
    cursor: hand;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    border-left: transparent 0px solid;
    border-bottom: transparent 1px solid;
    border-top: transparent 1px solid;
    border-right: transparent 0px solid;
}
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.StandardButton
{
    background: #aaaaaa none;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.TreeViewMenu
{
    width: 175px;
    background-color: #dddddd;
    border-right: #8f9092 1px solid;
    border-top: #8f9092 1px solid;
    border-left: #8f9092 1px solid;
    border-bottom: #8f9092 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_LtGray.jpg);
}
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

body
{
    background-color: #A9B7CF;
}
.Normal
{
    font-size: 12.5px;
    color: #000000;
    line-height: 130%;
    letter-spacing: 130%;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
A.SkinObject:active
{
    text-decoration: none;
    color: Black;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: Black;
}
