/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* ACTION MENU ---- */
.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;
}
/* <END> ACTION MENU ---- */

/* MAIN container ---- */
.main_title {
	background: url('images/bg_boxtitle_repeat.jpg');
	background-repeat: repeat-x;
	background-position: center;
	height: 32px;
	width: 100%;
}
.main_titleleft {
	background: url('images/bg_boxtitle_left.jpg');
	background-repeat: no-repeat;	
	background-position: left;
	height: 32px;
	padding-bottom: 6px;	
	width: 10px;
}
.main_titletext {
	color: #FFF;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.main_titletext_bg {
	background: url('images/bg_boxtitle_right.jpg');
	background-repeat: no-repeat;	
	background-position: right;
	padding-bottom: 5px;
	width: 100%;
}
.main_content {
	background: #FFF;
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding: 10px 15px 10px 15px; /*Top Right Bottom Left*/
}
.main_content td {
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}
.main_content_bottomleft {
	background: url('images/simplebox_bottomleft.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 6px;
}
.main_content_bottomrepeat {
	background: url('images/simplebox_bottomrepeat.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height: 7px;
}
.main_content_bottomright {
	background: url('images/simplebox_bottomright.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 6px;
}
.main_content_topleft {
	background: url('images/simplebox_topleft.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 6px;
	width: 6px;
}
.main_content_toprepeat {
	background: url('images/simplebox_toprepeat.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
}
.main_content_topright {
	background: url('images/simplebox_topright.jpg');
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
}
.main_content_rightrepeat {
	background: url('images/simplebox_rightrepeat.jpg');
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
}
.main_content_leftrepeat {
	background: url('images/simplebox_leftrepeat.jpg');
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
}
/* <END> MAIN container ---- */

/* COLOR container ---- */
.color_content {
	background: url('images/colorbox_repeat.jpg');
	background-color: #fdfefc;
	background-repeat: repeat-y;
	background-position: center;
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding: 10px;
}
.color_content_top {
	background: url('images/colorbox_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 6px;
}
.color_content_bottom {
	background: url('images/colorbox_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 6px;
}
/* <END> COLOR container ---- */

/* COLOR_RIGHTcontainer ---- */
.colorright_content {
	background: url('images/rcolorbox_repeat.jpg');
	background-color: #fdfefc;
	background-repeat: repeat-y;
	background-position: center;
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding: 10px;
}
.colorright_content_top {
	background: url('images/rcolorbox_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 6px;
}
.colorright_content_bottom {
	background: url('images/rcolorbox_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 6px;
}
/* <END> COLOR_RIGHT container ---- */

/* SIMPLE container ---- */
.simple_titletext {
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
.simple_content {
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 6px;
}
/* <END> SIMPLE container ---- */

.main_content p, blue_content p {
	margin-bottom: 3px;
	margin-top: 3px;
}
td.main_content, td.blue_content {
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;	
}

