/*
================================
Skin styles for DotNetNuke
================================
*/
*{margin: 0;}

.pagemaster {
    width: 100%;
height: 100%;
    background-color: #f2eeed;
}
.skinmaster {
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#9cc4e7');

    background-color: #F6F6FF;

    border-right: #5899e0 1px solid;
    border-top: #5899e0 1px solid;
    border-left: #5899e0 1px solid;
    border-bottom: #5899e0 1px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
}
.skinheader {background-color: #9cc4e7;
}
.skingradient {
    background-color: #5899e0;

}
.controlpanel {
    width: 100%;
    background-color: #ffffff;
}


.ContentPane {
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}
.Conten2 {
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}

.Footer {
    width:  100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}

.bottompane {
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
}



.MainMenu_MenuContainer {
    background-color: transparent;
}
.MainMenu_MenuBar {
    padding: 2px;
    cursor: pointer;
    cursor: hand;
    height:22px;
    background-color: Transparent;
    }

.MainMenu_MenuItem {
    padding: 2px;
    border-left: #FFFFFF 0px solid;
    border-bottom: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    border-right: #FFFFFF 0px solid;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
}
.MainMenu_MenuIcon {
    background-color: #5899e0;
    border-left: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 0px solid;
    border-top: #e8e8e8 0px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 0px;
    height: 22px;
}
.MainMenu_SubMenu {
    background-color: #5899e0;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2);
    selectedcolor: #cc0000;
}
.MainMenu_MenuBreak {
    border-bottom: #d23f84 0px solid;
    border-left: #d23f84 5px solid;
    border-top: #d23f84 0px solid;
    border-right: #d23f84 5px solid;
    background-color: #323374;
    height: 5px;
}
.MainMenu_MenuItemSel {
    background-color: #d23f84;
    cursor: pointer;
    cursor: hand;
    color: white;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    padding: 2px;
}



.MainMenu_MenuArrow {
    display:none;

}
.MainMenu_RootMenuArrow {
    display:none;

}





.StandardButton     {
  background: #e2e5f4 none;
  color: #000000;
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.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;
   }
