/*
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_blue {
        width: 100%;
        background-color: #DFE5F2;
        border-right: #7994cb 1px solid;
        border-top: #7994cb 1px solid;
        border-left: #7994cb 1px solid;
        border-bottom: #7994cb 1px solid;

}
.containermaster_redwhite
{
    width: 100%;
        background-color:   #FFFFFF;
        border-right:       #8C2C37 2px solid;
        border-top:         #8C2C37 2px solid;
        border-left:        #8C2C37 2px solid;
        border-bottom:      #8C2C37 2px solid;
}
.containermaster_gray
{
    width: 100%;
        background-color:   #FFFFFF;
        border-right:       #E6E6E6 2px solid;
        border-top:         #E6E6E6 2px solid;
        border-left:        #E6E6E6 2px solid;
        border-bottom:      #E6E6E6 2px solid;
}

.title_redwhite
{
    color:#848371;
    font-size:14px;
    font-family:Verdana,Times New Roman;
}
.containermaster_red
{
    width: 100%;
        background-color:   #800000;
        border-right:       #D4D0C8 2px solid;
        border-top:         #D4D0C8 2px solid;
        border-left:        #D4D0C8 2px solid;
        border-bottom:      #D4D0C8 2px solid;
        border-style: double;
}
.title_red
{
    color:#FFFFFF;
    font-size:14px;
    font-family:Arial;
}
.contentpane_redwhite
{
    text-align:center;
    color:#000000;
    font-size:16px;
    font-family:Arial;
    padding:5px;
}

.contentpane_purple
{
    color:#000000;
    font-size:16px;
    font-family:Arial;
    padding:5px;
}

.contentpane_red
{
    color:#FFFFFF;
    font-size:16px;
    font-family:Arial;
    padding:5px;
}
.containermaster_purple
{
    width: 100%;
        background-color:   #D8BFD8;
        border-right:       #FFFFFF 2px solid;
        border-top:         #FFFFFF 2px solid;
        border-left:        #FFFFFF 2px solid;
        border-bottom:      #FFFFFF 2px solid;
        border-style:double;
}
.title_purple
{
    color:#000000;
    font-size:14px;
    font-family:Arial;
}
.containerrow1_blue {
        background-image: url("gradient_LtBlue.jpg"/*tpa=http://www.carlosbakery.com/Portals/_default/Containers/carlos/gradient_LtBlue.jpg*/);
}
.containerrow2_blue {
        background-color: #ffffff;
}
.ModuleTitle_MenuItem {
        border: white 0px solid; /*override borders*/
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
        cursor: pointer;
        cursor: hand;
        color: #8F283C;
        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: #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: black;
        font-family: Tahoma, Arial, Helvetica;
        font-size: 9pt;
        font-weight: bold;
        font-style: normal;
        background-color: #C5C5A1;
}

.CommandButton
{
    font-size:12px;
    font-family:Verdana,Times New Roman;
    color:#656751;
}

a.CommandButton:link
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.CommandButton:visited
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.CommandButton:hover
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}
a.CommandButton:active
{font-family:Verdana,Times New Roman;
    font-size:12px;
    color:#656751;
}

.contentpane_purple td
{
    color:#000000;
    font-family:Arial;
    font-size:10pt;
}

.contentpane_redwhite td
{
    color:#000000;
    font-family:Arial;
    font-size:10pt;
}

.contentpane_red td
{
    color:#FFFFFF;
    font-family:Arial;
    font-size:10pt;
}