/* 
===================================================================
Skin styles for the Z5AA Site

Colors:

Page Background:          #FFFFFF = 255,255,255 = White
Skin Background:          #FFFFFF = 255,255,255 = White
Control Panel Background: #DDDDDD = 221,221,221 = Light Grey
Menu Font:                #CC9900 = 204,153,0   = Z5AA Gold
Menu Background:          #000000 = 169,198,239 = Black
Menu Hover:               #FFFF00 = 255,255,0   = Z5AA Bright Yellow
Links:                    #96271D = 16,45,86    = Dark Red
Normal:                   #CC9900 = 28,78,149   = Z5AA Gold
Borders:                  #0066FF = 191,103,43  = Z5AA Blue
===================================================================
*/
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #CC9900;
}
.skinmaster
{
    height: 100%;
    background-color: #FFFFFF;
    border: none;
}
.skinheader
{
}
.controlpanel
{
    width: 100%;
    background-color: #DDDDDD;
}
.menurow
{
    background-image: url(images/Menubar.png);
    height: 30px;
}
.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;
}
.copyrightrow
{
}
.main_dnnmenu_container
{
    background-color: transparent;
}
.main_dnnmenu_bar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: Transparent;
}
.main_dnnmenu_item td
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CC9900;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}
.main_dnnmenu_rootitem
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #CC9900;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 0px 12px 0px 5px; /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover
{
    background-color: #000000;
    color: #FFFF00;
}
.main_dnnmenu_itemhover td
{
    background-color: #000000;
    color: #FFFF00;
}
.main_dnnmenu_icon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
}
.main_dnnmenu_submenu
{
    background-color: #000000;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= '#000000' , Direction=135, Strength=0);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break
{
    height: 1px;
    font-size: 1px;
}
.main_dnnmenu_arrow
{
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-top: #000000 0px solid;
    font-family: webdings;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
    font-family: webdings;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
    color: #CC9900;
}
.StandardButton
{
    background: #000000 none;
    color: #CC9900;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}
.SkinObject
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11pt;
    color: #CC9900;
    text-decoration: none;
}
A.SkinObject:link
{
    text-decoration: none;
    color: #0066FF;
}
A.SkinObject:visited
{
    text-decoration: none;
    color: #0066FF;
}
A.SkinObject:hover
{
    text-decoration: none;
    color: #0066FF;
}
A.SkinObject:active
{
    text-decoration: none;
    color: #0066FF;
}
.Head
{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #CC9900;
}
.SubHead
{
    color: #CC9900;
}
.Normal {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
}
a:link 
{
    color: #0066FF;
}
a:visited
{
    color: #0066FF;
}
a:hover
{
    color: #0066FF;
}
a:active
{
    color: #0066FF;
}
