/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.titlecell { padding-bottom: 5px; }
.contenttitle { 
    width: 400px;
    border-bottom: 1px dotted #d4d4d4;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    letter-spacing: -1px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

.content { padding: 20px; }
.content p, .content li, .content td { 
    font-size: 11px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    color: #000000;
    line-height: 18px;
}

.content a:link, .content a:visited, .content a:hover { color: #0066ff; text-decoration: underline; }
.content-center, .content-center p, .content-center div { text-align: center!important; }

.title{ font-weight: bold; color: #AA3938; }

.bluecontenttitle {
    width: 205px;
    border-bottom: 1px dotted #d4d4d4;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    letter-spacing: -1px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}
.bluecontent { font-size: 11px; font-family: "trebuchet ms", helvetica, sans-serif; color: #000000; line-height: 18px; }
.bluecontent { padding: 10px; border: 1px solid #7ab1fd; background-color: #deecff; width: 205px !important; }
.bluecontent img { max-width: 185px; }
.bluecontent a img { border: solid 1px #999; max-width: 183px; width: 183px; }

/*DO NOT REMOVE*/
.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;
}
