/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: pink;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.moduleContainer {
	border-top: 1px none #4b2e86;
	border-right: 1px none #4b2e86;	
	border-left: 1px none #4b2e86;

}
.moduleTitle 
{
	border-bottom: 1px solid #4b2e86;
	background: #dfd8ec;
}
.moduleTitleRed
{
	background: #e42121;
	padding-bottom: 5px !important;
}
.moduleTitleGreen
{
	background: #5a9e1e;
}
.moduleTitleDarkGreen
{
	background: #005a5d;
	padding-bottom: 5px !important;
}
.moduleTitleYellow
{
	background: #e5b023;
	padding-bottom: 5px !important;
}
.moduleTitle span 
{
	color: #30195f;
	font: bold x-small verdana
}
.decorativeModule { margin-bottom: 10px; }
.moduleTblBtm
{
	width: 100%;
	border-left: 1px none #4b2e86;	
	border-bottom: 1px none #4b2e86;
}
.decorativeCrnr
{
	background: transparent url(images/module-crnr-btmRgt.gif) no-repeat right;
}
.containermaster_print {
	margin-bottom: 15px;
}
.containerrow1_print
{
    padding-bottom:10px;
}
.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;
}
/* Quick links styles ---------------------RSSFeed */

TD.RssFeed 
{
	/*overflow:hidden;*/
	white-space:normal !important;
	width: 100%;
}

TD.RssFeed br
{
	display:none;
	
}

TD.RssFeed span.Normal 
{
	display:block;
	width:100%;
	
}

TD.RssFeed span.rssdate 
{
	clear:left;
	float:left;
	width:100%;
	padding: 0px 2px 4px 20px ;
	font: italic xx-small verdana;
	
}

TD.RssFeed span.Normal Strong
{
	clear:left;
	float:left;
	width:100%;
	
}

TD.RssFeed span.Normal a, 
TD.RssFeed span.Normal a:link, 
TD.RssFeed  span.Normal a:visited 
{
	width:100%;
	display:block;
	float:left;
	color:#4B2E86;
	font: normal 11px verdana;
	text-decoration: none;		
	margin: 0 -3em 0 0;
	padding: 4px 2px 0px 12px ;
	background: url(images/arrow_small.gif) no-repeat 4px 7px;
}
TD.RssFeed span.Normal a:hover 
{ 
    color: #9370D8;
    text-decoration:underline; 
}
/* style for module titles */
a.HeadMod   {
    font: bold xx-small verdana;
    color: #fff !important;
    
}
a.headmod a:visited
{
    font: bold xx-small verdana;
    color: #fff !important;
    text-decoration:none;
}
