/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_sumi-e_box {
	width: 100%;
	background-color: transparent;
	border-right: #7e6051 1px solid; 
	border-top: #7e6051 0px solid; 
	border-left: #7e6051 1px solid; 
	border-bottom: #7e6051 1px solid; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}

.containermaster_sumi-e_nobox {
	width: 100%;
	background-color: transparent;
	border-right: #7e6051 0px solid; 
	border-top: #7e6051 0px solid; 
	border-left: #7e6051 0px solid; 
	border-bottom: #7e6051 0px solid; 
}

.containermaster_sumi-e_box_noborder {
	width: 100%;
	background-color: transparent;
	border-right: #7e6051 1px solid; 
	border-top: #7e6051 1px solid; 
	border-left: #7e6051 1px solid; 
	border-bottom: #7e6051 1px solid; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}

.contentpane {
    width: 100%;
    text-align: justify;
}

.containerrow1_border1 {
    background: transparent url('border1.jpg') repeat-x scroll left top;
    border-left: solid 1px #7e6051;
    border-right: solid 1px #7e6051;
    border-top: solid 1px #7e6051;
    border-bottom: solid 1px #7e6051;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.containerrow1_border2 {
    background: transparent url('border2.jpg') repeat-x scroll left top;
    border-left: solid 1px #7e6051;
    border-right: solid 1px #7e6051;
    border-top: solid 1px #7e6051;
    border-bottom: solid 1px #7e6051;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.containerrow1_gradient_green {
    background: transparent url('gradient_green.jpg') repeat scroll left top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.containerrow1_gradient_brown {
    background: transparent url('gradient_brown.jpg') repeat scroll left top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.containerrow1_gradient_purple {
    background: transparent url('gradient_purple.jpg') repeat scroll left top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.container_head_gradient_sm {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 12pt;
    color: #5c4127;
    padding: 5px 5px 5px 5px;
}

.container_content {
    padding: 5px 10px 5px 10px;
}

.lotus_green {
    background: transparent url('lotusbox.jpg') no-repeat scroll left top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.container_head_green_lrg {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 14pt;
    color: #999361;
    padding: 5px 5px 5px 5px;
}

.container_head_green_sm {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 12pt;
    color: #999361;
    padding: 5px 5px 5px 5px;
}

.lotus_purple {
    background: transparent url('lotusbox2.jpg') no-repeat scroll left top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.container_head_purple_lrg {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 14pt;
    color: #9c7a88;
    padding: 5px 5px 5px 5px;
}

.container_head_purple_sm {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 12pt;
    color: #9c7a88;
    padding: 5px 5px 5px 5px;
}

.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: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 0;	
}


.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: #C1D2EE;
}


