/*
================================
Skin styles for DotNetNuke
================================
*/


.pagemaster {
        width: 100%;
        height: 100%;
        /*background-color: #fefefe;*/
        background:url(extender.gif);
        background-repeat:repeat-x;
}
.skinmaster {
        height: 100%;
        background-color: #FFFFFF;
        border:none;
        /*border-right: #9D5E68 1px solid;
        border-top: #9D5E68 1px solid;
        border-left: #9D5E68 1px solid;
        border-bottom: #9D5E68 1px solid; */
}
.leftTD
{
    background-image:url(left.gif);
    background-repeat:repeat-y;
}
.rightTD
{
    background-image:url(right.gif);
    background-repeat:repeat-y;
}
.skinH
{
    /*display:block;
    width:932px;
    height:103px;*/
    background-image:url(header.gif);
    background-repeat:no-repeat;
}
.afterMenu
{
    background-image:url(afterMenu.gif);
    background-repeat:no-repeat;
}
.footerLast
{
    background-image:url(footer_new.gif);
    background-repeat:no-repeat;
}
.skinheader {
}
.skingradient {
        /*background-image: url(gradient_DkBlue.jpg); */
        height:30px;
}
.controlpanel {
        width: 100%;
        background-color: #fefefe;
}
.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;
}
.menuTD
{
    background-color:#FAF9F0;
    border-style:solid;
    border-color:#999966;
    border-width:2px;
}
.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;
        color: #848371;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        background-color: #FAF9F0;
        font-family: Verdana,Times New Roman;
    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: #000000;
        font-size: 9pt;
        font-weight: bold;
        font-style: normal;
        background-color: Transparent;
        font-family: Tahoma, Arial, Helvetica;
    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: #8da4d3;
}

.main_dnnmenu_itemhover td {
        background-color: #8da4d3;
}

.main_dnnmenu_item_sel td
{
    cursor: pointer;
        color: #FFFFFF;
        background-color:#990000;
        font-size: 14px;
        font-weight: bold;
        font-style:normal;
        font-family: Verdana,Times New Roman;
        padding: 1px 3px 3px 1px;
    white-space: nowrap;
    /*height:25px;    */
}

.main_dnnmenu_icon {
        cursor: pointer;
        cursor: hand;
        text-align: center;
        width: 15px;
        height: 100%;
}
.main_dnnmenu_submenu {
        background-color: #FAF9F0;
        z-index: 1000;
        cursor: pointer;
        cursor: hand;
        padding: 1px 3px 3px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
        height: 1px;
        font-size: 1px;
}

.main_dnnmenu_arrow {
        border-right: #cad5ea 1px solid;
        border-bottom: #cad5ea 1px solid;
        border-top: #cad5ea 0px solid;
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
}
.StandardButton {
  background: #7994cb none;
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.Head
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.SkinObject
{
    color:#656751;
}
a.SkinObject:link
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.SkinObject:visited
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.SkinObject:hover
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.SkinObject:active
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}

.LinksCss
{
    font-size:12px;
    font-family:Verdana,Times New Roman;
    color:#656751;
}

a.LinksCss:link
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.LinksCss:visited
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.LinksCss:hover
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.LinksCss:active
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}

.MainMenu_MenuItem
{
    cursor: pointer;
        color: #848371;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        background-color: #FAF9F0;
        font-family: Verdana,Times New Roman;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
        color: #FFFFFF;
        background-color:#990000;
        font-size: 14px;
        font-weight: bold;
        font-style:normal;
        font-family: Verdana,Times New Roman;
        padding: 1px 3px 3px 1px;
    white-space: nowrap;
}

.MainMenu_MenuIcon
{
    height:25px;
    background-color:#990000;
    border-left:    #990000 1px solid;
    border-bottom:  #990000 1px solid;
    border-top:     #990000 1px solid;
    border-right:   #990000 1px solid;
    /*cursor: pointer;
    background-color: yellow;

    text-align: center;
    width: 20px;
    height: 30px;*/
}

.MainMenu_RootMenuArrow, .MainMenu_MenuArrow
{
    display: none;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
    display: none;
}

.Normal
{
    font-size:12px;
    font-family:Arial, Verdana,Times New Roman;
    color:#000000;
}

a.Normal:link
{
    font-family:Arial, Verdana,Times New Roman;
    font-size:12px;
    color:#FFFFFF;
}
a.Normal:visited
{font-family:Arial, Verdana,Times New Roman;
    font-size:12px;
    color:#FFFFFF;
}
a.Normal:hover
{font-family:Arial, Verdana,Times New Roman;
    font-size:12px;
    color:#FFFFFF;
}
a.Normal:active
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#ffffff;
}
/*.white*/