/*
================================
Skin styles for DotNetNuke
================================

eaf5ff
*/


.pagemaster {
    width: 100%;
    height: 100%;
    background-color: #AEBF66;
}
.skinmaster {   
    background-color: #ffffff;
    border-right: #763c29 2px solid;
    border-top: #763c29 0px solid;
    border-left: #763c29 2px solid;
    border-bottom: #763c29 2px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader {background-color: #923c21;
}

.controlpanel {
    width: 100%;
    background-color: #ffffff;
}


.contentpane {
    width: 100%;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.Top {
    width: 72%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 16px;
        padding-bottom: 0px;
}
.Right {
    width: 28%;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 16px;
    padding-top: 16px;
        padding-bottom: 0px;
}
.Col_A {
    width: 36%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 0px;
        padding-bottom: 0px;
}
.Col_B {
    width: 36%;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Foot {
    width: 72%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 0px;
}
.BottomPane {
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}




.MainMenu_MenuContainer {
    background-color: #923c21;
}

.MainMenu_MenuBar {
    padding: 1px;
    cursor: pointer;
    cursor: hand;
    height:22px;

    }

.MainMenu_MenuItem {
    padding: 1px;
    border-left: #FFFFFF 0px solid;
    border-bottom: #923c21 1px solid;
    border-top: #923c21 1px solid;
    border-right: #FFFFFF 0px solid;
    cursor: pointer;
    cursor: hand;
    color: #FFffff;
    font-family: Verdana,Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
}
.MainMenu_MenuIcon {
    background-color: #fad000;
    border-left: #fad000 1px solid;
    border-bottom: #fad000 1px solid;
    border-top: #fad000 1px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 0px;
    height: 22px;
}
.MainMenu_SubMenu {
    background-color: #923c21;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#fad000', Direction=135, Strength=2);
}
.MainMenu_MenuBreak {
        border-bottom: #Ffffff 1px solid;
    border-left: #F4F5FB 5px solid;
    border-top: #2886d0 1px solid;
    border-right: #F4F5FB 5px solid;
    background-color: #2886d0
    height: 2px;
}
.MainMenu_MenuItemSel {
    background-color: Transparent;
    cursor: pointer;
    cursor: hand;
    color: #FFDE00;
    font-family: Verdana,Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 22px;
}

.MainMenu_MenuArrow {
    display:none;

}
.MainMenu_RootMenuArrow {
    display:none;

}





.StandardButton     {
  background: #DAD2D6 none;
  color: #000000;
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  border-right: #000000 1px solid;
    border-top: #0000001px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;

}
.TreeViewMenu {
    width: 175px;
    background-color: #a5dfb1;
    border-right: #23a53e 1px solid;
    border-top: #23a53e 1px solid;
    border-left: #23a53e 1px solid;
    border-bottom: #23a53e 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_MidGreen.jpg);
}
.Head   {
   font-family: Trebuchet MS, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #333333;
   }