/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_gccms_avatar{
	width: 100%;
	background-color: #ffffff;
	border-right: #648A40 1px solid;
	border-top: #648A40 1px solid; 
	border-left: #648A40 1px solid; 
	border-bottom: #648A40 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster_gccms_mystuff{
	width: 100%;
	/*background-color: #ffffff;*/
	border-right: #648A40 1px solid;
	border-top: #648A40 1px solid; 
	border-left: #648A40 1px solid; 
	border-bottom: #648A40 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containermaster_gccms_login{
	width: 100%;
	background-color: #ffffff;
	border-right: #648A40 1px solid;
	border-top: #648A40 1px solid; 
	border-left: #648A40 1px solid; 
	border-bottom: #648A40 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containermaster_gccms_general{
	width: 100%;
	background-color: #ffffff;
	border-right: #648A40 1px solid;
	border-top: #648A40 1px solid; 
	border-left: #648A40 1px solid; 
	border-bottom: #648A40 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}


.containermaster_gccms {
	width: 100%;
	/*background-color: #ffffff;*/
	background-image: url(background.gif);
	background-repeat :repeat-x;
	padding: 10px 10px 10px 10px ;
	
	/*border-right: #648A40 10px solid;
	border-top: #648A40 10px solid; 
	border-left: #648A40 10px solid; 
	border-bottom: #648A40 10px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;*/
}
.containertdborder_gccms {
	width: 100%;
	height:auto;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	
}
.containerrow1_gccms 
{
	background-image: url(ContainerTitle.gif);
	background-repeat :repeat-x;
	

}

.containerrow1_gccms_avatar 
{
	background-image: url(ContainerTitle.gif);
	background-repeat :repeat-x;



}

.containerrow1_gccms_mystuff 
{
	background-image: url(ContainerTitle.gif);
	background-repeat :repeat-x;



}
.containerrow3_gccms 
{
		background-color: #ffffff;
	
}


.containerrow2_gccms {
	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: 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: #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;
}

.ContentPane_Middle
{	
	border:solid 1px #CCCBCB; background-color: #FAF9F7; padding: 8px; width:592px;
	margin-bottom:15px;
}
