/* 
================================
 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
{
    color: #3C3C3C;
    margin: 0;
    padding: 5px;
}
.clear_padded_container a, .clear_padded_container a:link
{
    color: #FF9C39;
    font-weight: bold;
}

.clear_padded_container a:visited, .clear_padded_container a:hover, .clear_padded_container a:active
{
    color: #AC5600;
    font-weight: bold;
}

.clear_padded_container_dark_green a, .clear_padded_container_dark_green a:link 
{
    color: #CFE380;
    font-weight: bold;
}

.clear_padded_container_dark_green a:visited, .clear_padded_container_dark_green a:hover, .clear_padded_container_dark_green a:active
{
    color: #9F1D15;
    font-weight: bold;
}

/* White Containers */
.WhiteCenter
{
    color: #394813;
    margin: 11px;
    padding: 5px;
    width: 100%;
}

.WhiteRight
{
    color: #394813;
    margin: 11px;
    padding: 5px;
}

.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: 15px;   
}
.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;
}

div.imagePad
{
    padding: 5px;
}
div.paraPad
{
    padding: 0 8px 5px 8px;
}

.WhiteRight h3, .WhiteRight h4
{
    padding-top: 0;
    margin-top: 0;
}
.WhiteTopLeft
{
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    background-image: url(images/WhiteTop_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.WhiteTopRight
{
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    background-image: url(images/WhiteTop_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
.WhiteMiddle
    {
        background-color:#ffffff;
        padding: 0px 10px 0px 16px;
    }
.WhiteBottomLeft
{
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    background-image: url(images/WhiteBottom_left.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.WhiteBottomRight
{
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    background-image: url(images/WhiteBottom_right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* 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: 10px;
    margin: 0;
    padding: 0;
}
.bottom_actions
{
    font-size: 10px;
    margin: 0;
    padding: 0;
}

