/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_basic {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

/* ........................... */

.head {
	/* color: #30486c; */		/* blue */
	color: #ffffff;
}

.isPostTitle h1.Head {
	color:#283A55;
	font-size: 18pt;
	font-weight:900;
}

.normal p {
	font-size: 11pt;
	margin-bottom: 10px;
	text-align: left;
}
.normal td {
	font-size: 11pt;
	margin-bottom: 10px;
	text-align: left;
}
.normal h3 {
	font-size: 13pt;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 900;
	text-align: left;
	margin-bottom: 10px;
}


.normal a{
	color: #e76f31;
	text-decoration: none;
}
.normal a:visited{
	color: #e76f31;
	text-decoration: none;
}

.normal a:hover{
	color: #e76f31;
	text-decoration: underline;
}

.normal ul {
	margin-left: 25px;
}

.normal ol {
	margin-left: 25px;
}

.normal li {
	font-size: 11pt;
	text-align: left;
}

/* ........................... */

.containerrow1_basic {
	/*background-image: url(gradient_Orange.jpg);*/
	background-color: #afb2b9;
	height: 32px;
}
.containerrow2_basic {
	background-color: #ffffff;
	padding: 5px;
}
.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;
}

.SubHead {
	font-size:10pt;
	font-weight: 900;
}


.containermaster_basic_noheadfoot {
	width: 100%;
	margin-top: 25px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.containerrow2_basic_noheadfoot {
	background-color: #ffffff;
	padding: 5px;
}


.content_container {
	width: 100%;
	background: url(container-content-header.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
	border-right: #7994cb 2px solid; 
	border-top: #7994cb 2px solid; 
	border-left: #7994cb 2px solid; 
	border-bottom: #7994cb 2px solid; 
}

.content_container_title {
	padding-left: 10px;
	padding-bottom: 5px;

	font-size: 13pt;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 900;
	text-align: left;
	color: #e76f31;
	
	
}
.content_container_admin {
	float: right;
}
.content_container_content {
	text-align: left;
	padding: 10px;
	padding-top: 15px;
}

.content_container_content_lesspadding {
	text-align: left;
	padding: 5px;
	padding-top: 15px;
}


/* blog styles */
.isPostTitle h2.head {
	color: black;
}
.isPost kbd2{
	margin-left: 10px;
	font-size: 11px;
	border: 1px solid black;
}
.isPost ul, ol {
	padding-bottom: 10px;
	}
