/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray, 
.containermaster_gray2{
	width: 100%;
	background-color: transparent;
	padding:4px;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

#dnn_ContentPane table tr td p{
	font:Normal 12px Arial, Helvetica, sans-serif;
	border:0px solid red;
	text-align:justify;
	padding-right:5px;
}
.containerrow1_gray {
	background-image: url(../../images/h2.png);
 	margin:0px;
	padding:0px 0px 5px 25px;
	text-align:justify;
}
.ie7 .containerrow1_gray table{
	margin-right:-5px;
}
.ie6 .containerrow1_gray {
	background-image: url(../../images/h2.gif);
}
table.containermaster_gray_001{
	width:480px;
	margin:0px 0px 5px 15px;
}
table.containermaster_gray_001 tr td.containerrow1_gray {
	background-image: url(../../images/h3.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
 	margin:0px 0px 0px 0px ;
	padding:0px 0px 5px 25px;
}
.ie7 table.containermaster_gray_001 tr td.containerrow1_gray table{
	margin-right:0px;
}
.ie6 table.containermaster_gray_001 tr td.containerrow1_gray {
	background-image: url(../../images/h3.gif);
}

table.containermaster_gray_001 tr td.containerrow1_gray .Head {
   font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
   font-size:  16px;
   font-weight:  Bold;
   color: #333333;
}
.ie6 td.gradient_LtGray_right{
	background-image: url(gradient_LtGray_right.gif);
}
.containerrow2_gray {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: transparent;
	background-image: url(container_transparent_01.png);
}
.containerrow2_gray_right{
	background-color: transparent;
	background-image: url(container_transparent_01.png);
	background-repeat:repeat-y;
	background-position:-5px 0px;
	border-right:1px solid #333;
	border-bottom:1px solid #ccc;
}
.ie6 .containerrow2_gray,
.ie6 .containerrow2_gray_right{
	background-color:#FFFFFF;
	filter:Alpha(opacity=75);	
}

.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;
}
#dnn_ctr528_EditUserDefinedTable_tblFields input{ width:230px;}
.DNNEmptyPane{ display:none;}
.Base_container { border:0px solid red; height:0px;}
blockquote{width:400px; margin:0px; padding:0px;}

#dnn_ctr353_ModuleContent{width:480px;overflow:hidden;}
/*#dnn_ctr353_ModuleContent a.CommandButton{width:400px;overflow:hidden;}*/