/* 
================================
 Container Styles for DotNetNuke
================================
*/
.settings, .DNNAligncenter
{
    text-align:left;
}

.admin_container
{
    margin: 0;
    padding: 0;
    text-align: left;
}
.clear_container
{
    margin: 0;
    padding: 0;
}
.clear_padded_container
{
    margin: 0;
    padding: 5px;
}
.clear_padded_container .container_ContentPane
{
}

/* White Containers */
.WhiteCenter
{
    color: #394813;
    padding: 5px;
    width: 100%;
}

.WhiteCenter, .WhiteCenter p, .WhiteCenter td, 
.WhiteCenter .Normal, .WhiteCenter span, .WhiteCenter div,
.WhiteRight, .WhiteRight p, .WhiteRight td, 
.WhiteRight .Normal, .WhiteRight span, .WhiteRight div
{
    color: #394813;
    font-size: 11px;   
}
.WhiteCenter a, .WhiteCenter a:link, .WhiteCenter a:visited,
.WhiteCenter a:hover, .WhiteCenter a:active,
.WhiteRight a, .WhiteRight a:link, .WhiteRight a:visited,
.WhiteRight a:hover, .WhiteRight a:active
{
    color: #394813;
    font-weight: bold;
}
.WhiteCenter a:hover,
.WhiteRight a:hover
{
    color: #5C741F;
    font-weight: bold;
}

.WhiteRight div.imagePad
{
    padding: 5px;
}
.WhiteRight div.paraPad
{
    padding: 0 8px 5px 8px;
}

.WhiteRight h3, .WhiteRight h4
{
    padding-top: 0;
    margin-top: 0;
}

/* Module Menus */
.ModuleTitle_MenuItem
{
    border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD
{
    /*TD if menu is using tables*/
    cursor: pointer;
    cursor: hand;
    color: #333333;
    white-space: nowrap; /*Word wrapping menu item now optional*/
}


.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: #FFFFFF;
    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: #333333;
    background-color: #DDDDDD;
}

/* Not sure if we need the stuff below here */
.top_actions
{
    font-size: 9px;
    margin: 0;
    padding: 0;
}
.bottom_actions
{
    font-size: 9px;
    margin: 0;
    padding: 0;
}
