/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
}

.containermaster_yellow
{
	width: 100%;
	background-color: #FE9;
}

.containermaster_white{
	width: 100%;
	background-color: #ffffff;
}

.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;
}



/*	-----------------------------------------------------
	Snazzy Borders by Stu Nichols 
	[http://www.cssplay.co.uk/boxes/snazzy.html] 
*/
.xtop, .xbottom 		{ display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4	{ display:block; overflow:hidden;}
.xb1, .xb2, .xb3 		{ height:1px;}
.xb2, .xb3, .xb4 		{ background:#F0F7FF; border-left:1px solid #039; border-right:1px solid #039;}
.xb1 					{ margin:0 5px; background:#039;}
.xb2 					{ margin:0 3px; border-width:0 2px;}
.xb3 					{ margin:0 2px; }
.xb4 					{ margin:0 1px; height:2px; }

.xboxcontent 			{ display:block; background:#F0F7FF; border:0 solid #039; border-width:0 1px;}
* html .xboxcontent     { height:1px; }

.xsnazzyR a				{ color:#039; }
.xsnazzyR a:hover		{ color:#F00; }
.xsnazzyR ol,
.xsnazzyR ul 			{ margin:0 0 0 30px; padding-bottom:0.5em; font:10px Verdana, sans-serif; color:#039; list-style-position:outside; padding-left:10px; }
.xsnazzyR p  			{ margin:0 10px; padding-bottom:0.5em; font:11px Verdana, sans-serif; }
.xsnazzyR form,
.xsnazzyR input  		{ font:11px Verdana, sans-serif; }
.xsnazzyR h3 			{ margin:0 10px; padding-bottom:0.5em; color:#039; }
.xsnazzyR    			{ margin:0; background:transparent;}

.white 					{ color:#333; background:#fff; }
.paleblu 				{ color:#333; background:#F6F9FC; }
.shadeblu 				{ color:#333; background:#FE9; }
.darkblu 				{ color:#333; background:#FC0; }
.identity 				{ color:#333; background:#990000; }

/*	-----------------------------------------------------
    1. Eliminate the border around a selected link
    2. Inherit font-size for inline anchor tags
*/
a	{ outline:none; font-size:inherit; }

/*	-----------------------------------------------------
	Using real horizontal rules (or faking them properly) 
	[http://diveintoaccessibility.org/day_25_using_real_horizontal_rules_or_faking_them_properly.html] 
*/
div.hr {display: none}
/*/*/
div.hr {
  display: block;
  height: 25px;
  background-image: url(horizontal_line.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}
/* */
