﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
/*	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;*/
}
.container_white_title {
	Height: 20px;
	white-space: nowrap;

}
.container_white_title_Header {
	color: #34b0f8;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 15pt; 
}
.container_white_title_Header_small1
{
	color: #34b0f8;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12pt; 

}
.container_white_title_Header_small2
{
	color: #34b0f8;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12pt; 

}

.container_greyspace {
	background-color: #e3e3e3;
}
.container_whitespace {
	background-color: #ffffff;
}
.container_yellowspace {
	background: url(images/gbr2.gif) 0 0 repeat-x;
}

.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	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: #DDDDDD;
}

.c2_tl {background:url(images/c2_tl.jpg) 0 0 no-repeat}
.c2_t  {background:url(images/c2_t.jpg) 0 0 repeat-x #F1F0EC; color:#262626; font:normal 12px Georgia;}
.c2_tr {background:url(images/c2_tr.jpg) top right no-repeat}
.c2_l  {background:url(images/c2_l.jpg) 0 0 repeat-y}
.c2_r  {background:url(images/c2_r.jpg) top right repeat-y}
.c2_bl {background:url(images/c2_bl.jpg) bottom left no-repeat}
.c2_b  {background:url(images/c2_b.jpg) bottom repeat-x}
.c2_br {background:url(images/c2_br.jpg) bottom right no-repeat;}

.gl {background:url(images/l.gif) bottom repeat-x}
.gl2 {background:url(images/gl2.gif) bottom repeat-x}
