/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	width: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	background-color: #FFFFFF;
}
.skinheader {
	background-image:url(h_bg.gif);
	background-repeat:repeat-x;
	white-space: nowrap;
}

.logo {
	margin:0;
	padding:0;
	float:left;
}

.skingradient {
	background: #000000; 
	height:30px;
}

.skinfootgradient {
	background: #E6E8ED; 
	height:30px;
}

.SkinSearch {
    color: #FFFFFF;
}

.midcontent {
	padding: 0;
	margin: 0;
	width: 744px;
	background: #F5F5F5;
}

.t {background: #F5F5F5 url(dot.gif) 0 0 repeat-x; width: 99%;}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bL.gif) 0 100% no-repeat}
.br {background: url(bR.gif) 100% 100% no-repeat}
.tl {background: url(tL.gif) 0 0 no-repeat}
.tr {background: url(tR.gif) 100% 0 no-repeat; padding:10px} 

.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
}

.main_dnnmenu_container {
	background-color: transparent;
	white-space: nowrap; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	white-space: nowrap;
}

.main_dnnmenu_item  td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #4682B4;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #5AA7E5; 
}

.main_dnnmenu_itemhover td {  
	background-color: #5AA7E5;
	color: #000000;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.button  a  {
background:#ccc;
color:#000;
text-decoration:none;
text-align:center;
}


.ArrowPointer
{
	cursor: default;
}


/* ==========================
    CSS STYLES FOR HouseMenu Dynamic
   ==========================
*/

/* Vertical Menu */
#houseMenuV, #houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV ul li {
	background: #F5F5F5;
}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu2 */
#houseMenuV2, #houseMenuV2 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV2 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV2 ul li {
	background: #F5F5F5;
}

#houseMenuV2 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV2 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV2 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV2 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV2 li:hover ul ul, 
#houseMenuV2 li:hover ul ul ul, 
#houseMenuV2 li.sfhover ul ul, 
#houseMenuV2 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV2 li:hover ul, 
#houseMenuV2 li li:hover ul, 
#houseMenuV2 li li li:hover ul, 
#houseMenuV2 li.sfhover ul, 
#houseMenuV2 li li.sfhover ul, 
#houseMenuV2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu3*/
#houseMenuV3, #houseMenuV3 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV3 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV3 ul li {
	background: #F5F5F5;
}

#houseMenuV3 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV3 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV3 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV3 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV3 li:hover ul ul, 
#houseMenuV3 li:hover ul ul ul, 
#houseMenuV3 li.sfhover ul ul, 
#houseMenuV3 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV3 li:hover ul, 
#houseMenuV3 li li:hover ul, 
#houseMenuV3 li li li:hover ul, 
#houseMenuV3 li.sfhover ul, 
#houseMenuV3 li li.sfhover ul, 
#houseMenuV3 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV3 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

/* Vertical Menu4 */
#houseMenuV4, #houseMenuV4 ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
}

#houseMenuV4 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	border-bottom:#999999 1px solid;
}

#houseMenuV4 ul li {
	background: #F5F5F5;
}

#houseMenuV4 li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 200px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV4 li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 198px;
	margin-top: -25px;
	border: solid 1px #999999;
	z-index: 999;
}

#houseMenuV4 a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #191970;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
}


#houseMenuV4 li a:hover {
	color: #FFFFFF;
	background: #5AA7E5;
}



#houseMenuV4 li:hover ul ul, 
#houseMenuV4 li:hover ul ul ul, 
#houseMenuV4 li.sfhover ul ul, 
#houseMenuV4 li.sfhover ul ul ul {
	left: -9999px;
	background: #F5F5F5;
}

#houseMenuV4 li:hover ul, 
#houseMenuV4 li li:hover ul, 
#houseMenuV4 li li li:hover ul, 
#houseMenuV4 li.sfhover ul, 
#houseMenuV4 li li.sfhover ul, 
#houseMenuV4 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
	background: #F5F5F5;
}

#houseMenuV4 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	background: #F5F5F5;
}

.font_12_bold
{
	color: #000000;
	font: bold 12px Arial, Helvetica;
}
.font_10 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}
.font_16_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}
.font_12 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.font_10_bold {
	color: #000000;
	font: bold 10px Arial, Helvetica;
}
.font_12_Blue {
	font: 12px Arial, Helvetica, sans-serif;
	color: #191970;
}
.font_10_Blue {

	font: 10px Arial, Helvetica, sans-serif;
	color: #191970;
}

.tabbertab ul {
	list-style:none;
	border-left: 2px solid #C3CCD3;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
}
.tabbertab li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.LinksList { /* all lists */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
	position: relative;
	float: left;
	width: 170px;
}

.LinksList td { /* all list items */
	margin: 3px 3px 4px 3px;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 170px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
}

.LinksList a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
	width: 170px;
}


.LinksList a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	background: #5AA7E5;
	padding: 3px 3px 4px 3px;
	width: 170px;
}

.LinksList a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
	width: 170px;
}

.MoreLink a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
}


.MoreLink a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	background: #5AA7E5;
	padding: 3px 3px 4px 3px;
}

.MoreLink a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 4px 3px;
}

