/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster   { background-color: transparent; width: 100% }
.containermaster_tan { background-color: #eee8aa; width: 100% }
.containerrow1_corner    {
	font-size: medium;
	font-family: "Baskerville Old Face";
	background-image: url('ContainerCorner.png');
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
	color: #996600;
	padding-left: 30px;
}
.containerrow1_leaf {
	font-size: medium;
	color: #cccc99;
	background-image: url('JR_Design_LeafMod2.jpg');
	background-repeat: repeat-x;
	font-family: "Book Antiqua";
}

.Normal  { color: #000000; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.A, A:link  {
	color: #996600;
	font-weight: bold;
}
.A, A:visited  { color: #666633 }
.A, A:active  { color: #996600 }
.A, A:hover { color: #660066 }

.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;
}












