/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
	border: #999999 1px solid;  
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.containerrow1_blue {
	background-image: url(heading.gif);
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
line-height:28px;

}
.containerrow2_blue {
	background-color: #FFFFFF;
-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;


}

/*THIS IS THE STYLE I CREATE*/

.containerrow-my_blue {
	background-image: url(heading.gif); 
}


.ModuleTitle_MenuItem {
	border: white 0px solid; 
}

/*I just try to add it by myself*/	
.MyTitleClass
{font-family: arial,tahoma;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #000099;}


.MyTitleClass2
{font-family: arial,tahoma;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #000099;
text-transform: uppercase;}


.ModuleTitle_MenuItem TD {  
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, tahoma;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
        white-space: nowrap;  
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;  
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 2px;  
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 11pt; 
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;



.image{
  background-color: #FFFFFF;
  border-style: solid; padding: 5px;
  border-color: #CCCCCC; border-width: 1px;
}

/* CSS Document */

.c_head{padding:8px 10px 0 11px; text-align:left;}

.c_content{clear:both;}

.c_contentpane{padding:8px 15px 0 15px ; text-align:left;}

.c_footer {margin-bottom:20px;padding:8px 10px 8px 15px; text-align:right;}

.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head{font-weight:bold; font-size:14px;}

.Normal{color:#000000; margin-top:0; font-size:12px; font-family: Arial, tahoma;}

.Normal p{margin-top:0; font-size:11px; font-family: Arial, tahoma;}


