/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
	background-image:url(bg.gif);
	background-repeat:repeat-x; 
}
.skinmaster {
	height: 100%;
	background-color: #000000;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #000000;
	background-image: url(headerbg.jpg);
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	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: 1px 3px 3px 1px;	
}
.main_dnnmenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 11px; 	
	font-style: normal;
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	background-color: #EEEEEE;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	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: #eeeeee; 
}

.main_dnnmenu_itemhover td {  
	background-color: #eeeeee; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #999999;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 	 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	border-bottom: #ffffff 2px solid; 
	border-left: #ffffff 2px solid; 
	border-top: #ffffff 2px solid;  
	border-right: #ffffff 2px solid; 
	background-color: Transparent; 
	height: 1px;
	width:inherit;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: Tahoma; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #666666 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* sub nav*/


#navcontainer { height: 19px;padding:0px;margin:0px}
#navcontainer ul { border: 0; margin: 0; padding: 0; list-style-type:none; text-align: center;}
#navcontainer ul li {display: block;float: left;text-align: center;padding: 0;margin: 0;}
#navcontainer ul li a {height: 19px;
border-right: none;padding: 0px; padding-top:3px;margin: 0px 0 0px 0;color: #FFFFFF;text-decoration: none;display: block;text-align: center;font:10px Arial, Helvetica, sans-serif; font-weight:bold;}
#navcontainer ul li a:hover {color: #ffffff;background: #ffffff;}
#navcontainer a:active {background: #ffffff;color: #ffffff;}
#navcontainer li#active a {background: #ffffff;color: #ffffff;}

#activelink a{font-size:10px; font-weight:bold; color:#ffffff; background-color:#E25D5D; padding:0px; padding-top:0px; margin:0px; text-decoration:none; display:block;  peat; height:17px; padding-left:10px; margin-bottom:10px; margin-left:10px; text-decoration:underline;}
#activelink a:hover{ color:#ffffff}



/* styles for menu on mouse hover*/

#WhatisHumanDevelopmentMenu { height: 19px;padding:0px;margin:0px; background:#ce3e3e}
#WhatisHumanDevelopmentMenu ul { border: 0; margin: 0; padding: 0; list-style-type:none; text-align: center;}
#WhatisHumanDevelopmentMenu ul li {display: block;float: left;text-align: center;padding: 0;margin: 0;}
#WhatisHumanDevelopmentMenu ul li a {width: 105px;height: 17px;
border-right: none;padding: 0px; padding-top:3px;margin: 0px 0 0px 0;color: #FFFFFF;text-decoration: none;display: block;text-align: center;font:10px Arial, Helvetica, sans-serif; font-weight:bold;}
#WhatisHumanDevelopmentMenu ul li a:hover {color: #ffffff;background: #000000;}
#WhatisHumanDevelopmentMenu a:active {background: #ffffff;color: #000000;}
#WhatisHumanDevelopmentMenu li#active a {background: #ffffff;color: #000000;}



#HDFProgramsMenu { height: 19px;padding:0px;margin:0px; background:#ce3e3e}
#HDFProgramsMenu ul { border: 0; margin: 0; padding: 0; list-style-type:none; text-align: center;}
#HDFProgramsMenu ul li {display: block;float: left;text-align: center;padding: 0;margin: 0;}
#HDFProgramsMenu ul li a {width: 105px;height: 17px;
border-right: none;padding: 0px; padding-top:3px;margin: 0px 0 0px 0;color: #FFFFFF;text-decoration: none;display: block;text-align: center;font:10px Arial, Helvetica, sans-serif; font-weight:bold;}
#HDFProgramsMenu ul li a:hover {color: #ffffff;background: #E25D5D;}
#HDFProgramsMenu a:active {background: #E25D5D;color: #DFD1D0;}
#HDFProgramsMenu li#active a {background: #E25D5D;color: #DFD1D0;}





#HowYouCanHelpMenu { height: 19px;padding:0px;margin:0px; background:#ce3e3e}
#HowYouCanHelpMenu ul { border: 0; margin: 0; padding: 0; list-style-type:none; text-align: center;}
#HowYouCanHelpMenu ul li {display: block;float: left;text-align: center;padding: 0;margin: 0;}
#HowYouCanHelpMenu ul li a {width: 105px;height: 17px;
border-right: none;padding: 0px; padding-top:3px;margin: 0px 0 0px 0;color: #FFFFFF;text-decoration: none;display: block;text-align: center;font:10px Arial, Helvetica, sans-serif; font-weight:bold;}
#HowYouCanHelpMenu ul li a:hover {color: #ffffff;background: #E25D5D;}
#HowYouCanHelpMenu a:active {background: #ffffff;color: #DFD1D0;}
#HowYouCanHelpMenu li#active a {background: #E25D5D;color: #DFD1D0;}






#AboutHDFMenu { height: 19px;padding:0px;margin:0px; background:#ce3e3e}
#AboutHDFMenu ul { border: 0; margin: 0; padding: 0; list-style-type:none; text-align: center;}
#AboutHDFMenu ul li {display: block;float: left;text-align: center;padding: 0;margin: 0;}
#AboutHDFMenu ul li a {width: 105px;height: 17px;
border-right: none;padding: 0px; padding-top:3px;margin: 0px 0 0px 0;color: #FFFFFF;text-decoration: none;display: block;text-align: center;font:10px Arial, Helvetica, sans-serif; font-weight:bold;}
#AboutHDFMenu ul li a:hover {color: #ffffff;background: #E25D5D;}
#AboutHDFMenu a:active {background: #ffffff;color: #DFD1D0;}
#AboutHDFMenu li#active a {background: #E25D5D;color: #DFD1D0;}


.menu_left{
font-family: Tahoma;
font-size:11px;
color: #ffffff;
text-decoration: none;
font-weight:bold;
}

.menu_left:hover{
font-family: Tahoma;
font-size:11px;
color: #999999;
text-decoration: none;
font-weight:bold;
}

.normal_txt{
font-family: arial,helvetica,sans-serif;
font-size:12px;
color: #ffffff;
letter-spacing:1px;
text-decoration:none;
line-height:18px;
}

.field_text{
	font-family: Tahoma;
	text-decoration:none;
	font-size:12px;
	color: #CCCCCC;
}


.field_text:hover{
	font-family: Tahoma;
	text-decoration:none;
	font-size:12px;
	color: #CCCCCC;
}


/* End styles*/




