/*
================================
Skin styles for DotNetNuke
================================

*/
*{margin: 0;}


..pagemaster {
    width: 100%;
    height: 100%;
    background-color: #4A6071;
}
.skinmaster {
        height 100%;
    background-color: #ffffff;
    border-right: #2688d3 3px solid;
    border-top: #2688d3 3px solid;
    border-left: #2688d3 3px solid;
    border-bottom: #2688d3 3px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader {background-color: #376b93;
}
.skingradient {
    background-image: url(menu_blue1.gif);

}
.controlpanel {
    width: 100%;
    background-color: #ffffff;
}


.contentpane {
    width: 100%;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.Right {
    width: 25%;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 16px;
    padding-top: 10px;
}
.Col_A {
    width: 15%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 10px;
}
.Col_B {
    width: 60%;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
}

.BottomPane {
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}




.MainMenu_MenuContainer {
    background-color: transparent;
}
.MainMenu_MenuBar {
    padding: 1px;
    cursor: pointer;
    cursor: hand;
    height:22px;
    background-color: Transparent;
    }

.MainMenu_MenuItem {
    padding: 1px;
    border-left: #FFFFFF 0px solid;
    border-bottom: #2886d0 1px solid;
    border-top: #2886d0 1px solid;
    border-right: #FFFFFF 0px solid;
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-family: Verdana,Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    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: #2886d0;
    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: #2886d0;
    cursor: pointer;
    cursor: hand;
    color: #f3d000;
    font-family: Verdana,Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    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;
   }