/* 
================================
 Container Styles for DotNetNuke
================================
*/

.Container_Header
{
    width: 100%;
    display: block;
    float: left;
    /*background: gray;*/
    height: 0px;
}
.Container_Body
{
    background: white;
    width: 100%;
    height:100%;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.Container_Action_DropDown
{
    float: left;
}
.Container_Action_Left
{
    float: left;
}
.Container_Action_Right
{
    float: right;
}
.Container_Content
{
  background: black;
  margin-bottom:0px;
}
.Container_Content_Background
{
}
.Container_Footer
{
    height: 0px;
    width: 100%;
    display:block;
    float: left;
}
.Container_TitleAndText_HR
{
    width: 550px;
    color: #993300;
    margin: 0 auto;
    text-align: center;
}
.Container_TitleAndText_Title
{
    color: #993300;
    font: bold 16px arial, tahoma;
    text-align: left;
}





/* Legacy CSS */
.ModuleTitle_MenuItem
{
    border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD
{
    /*TD if menu is using tables*/
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}


.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    width: 15px;
    height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=      'DimGray' , Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak
{
    background-color: #EEEEEE;
    font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

