/*
   ================================
    CSS STYLES FOR HouseOfNuke Skin
   ================================
*/   

.ControlPanel
{
	clear: both;
	display: block;
	width: 100%;
	left: 0px;
	float: none;
	top: 0px;
	background-color: #eee;
}

.BaseFont 
{
	font-size: 11px;
	line-height: 15px;
}

.TopPane {
	padding: 20px;
}

.RightPane {
	height: 100%;
	border-left: solid 1px #cccccc;
}

.BottomPane {
	border-top: solid 1px #cccccc;
	background-color: #eeeeee;
}

.LeftPane {
	height: 100%;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	padding: 10px 10px 10px 20px;
}

.ContentPane  { 
	padding: 20px;
}

.FinePrintPane {
	border-top: solid 1px #cccccc;
}

.Copyright
{
	font-size: 10px;
	color: #666666;
	}

.PrimaryText 
{
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}

A.PrimaryText:link
{
	font-weight: bold;
	color: #336699;
}

A.PrimaryText:visited 
{
	font-weight: bold;
	color: #336699;
}

A.PrimaryText:active 
{
	font-weight: bold;
	color: #336699;
}

A.PrimaryText:hover 
{
	font-weight: bold;
	color: #336699;
}

.SecondaryText 
{
	font-size: 10px;
	line-height: 14px;
	color: #2b89cb;
	}

A.SecondaryText:link
{
	font-weight: bold;
	color: #2b89cb;
}

A.SecondaryText:visited 
{
	font-weight: bold;
	color: #2b89cb;
}

A.SecondaryText:active 
{
	font-weight: bold;
	color: #2b89cb;
}

A.SecondaryText:hover 
{
	font-weight: bold;
	color: #2b89cb;
}

.05padding { padding:5px; }

.05paddingV { padding-bottom:5px; padding-top:5px; }

.10padding { padding:10px; }

.10paddingV { padding-bottom:10px; padding-top:10px; }

/* text style for buttons and link buttons used in the portal admin pages */
.NavButton
{
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.NavButton:link {
	font-weight: bold;
    text-decoration: none;
    color: #336699;
}

A.NavButton:visited  {
	font-weight: bold;
    text-decoration: none;
    color: #336699;
}

A.NavButton:active   {
	font-weight: bold;
    text-decoration: underline;
    color: #336699;
}

A.NavButton:hover    {
	font-weight: bold;
    text-decoration: underline;
    color: #336699;
}
    

/*
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.HeaderBG 
{
	background-position: left;
	background-image: url(banner_background2.jpg); 
	background-repeat: repeat-x;
	background-color: #6eb33f; 
}

/* background color for the content part of the pages */
Body
{
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 36px;
	background-color: #417824;
	background-image: url(page_background.gif);
	background-repeat: repeat-x;	
	font-size: 12px;
	line-height: 18px;
	/*font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	color: #333333;
	text-align: left;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #333333;
}

/* text style used for most text rendered by modules */
.Normal
{
	COLOR: #333;
	line-height: 18px;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;

	/*color: #000000;
	line-height: 15px;*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
	color: #cc0000;
}

.NormalBold
{
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
	color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-right: thin outset;
	padding-right: 3px;
	border-top: thin outset;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 1px;
	border-left: thin outset;
	color: #ffffff;
	padding-top: 1px;
	border-bottom: thin outset;
	background-color: #336699;
	text-decoration: none;
	margin: 0;
	display: inline-block;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #fff;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:visited  {
	color: #fff;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:active
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	color: #fff;
	border-bottom: thin inset;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #fff;
	background-color: #336699;
	text-decoration: none;
}
    

A:link, A:visited, A:active  {
    /*text-decoration: none;*/
    text-decoration: underline;
    color: #336699;
}

A:hover {
    text-decoration: underline;
    color: #336699;
}

HR {
    color: #333333;
    height: 1px;
    text-align: left
}

.TreeViewMenu {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
.TreeViewMenu_Header {
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border-top: solid 1px #417824;
	/*border-bottom: solid 1px #417824;*/
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 30px;
	background-color: #417824;
	background-image: url(menubg/ZC/menu_normal_green2.gif);
	background-repeat: repeat-x;
	_position: absolute;
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 9px;
	white-space: nowrap;
	background-color: #417824;
	z-index: 99999;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	color : #fff;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 8px 5px 10px 5px;
	width: auto;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
	margin: 0; 
	border: 0;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
	height: 25px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	padding: 8px 5px 10px 5px;
	background-color: #6eb33f;
}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/* border: solid 1px #6eb33f; */
	/* border-top: none; */
	padding: 0;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	white-space: nowrap;
	z-index: 88888;
	line-height: 10px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	/*border: solid 1px #333;*/
	white-space: nowrap;
	line-height: 10px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li { /* all items under the top level */
	list-style-type: none;
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-image: url(menubg/gray/menubar_ffffff_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 8px 5px 10px 5px;
	color: #eee; 
	background-color: transparent; 
	background-image: url(menubg/gray/menubar_666666_2x30.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}

/* GENERIC */
H1  {
}

H2  {
font-size: 18px;
font-weight: bold;
color: #77bd40;
}

H2 A:link, H2 A:visited, H2 A:active  {
    text-decoration: none;
		color: #77bd40;
}

H2 A:hover {
    text-decoration: underline;
		color: #77bd40;
}

H3  {
font-size: 14px;
font-weight: bold;
color: #df8c28;
}

H4  {
font-size: 11px;
font-weight: bold;
color: #2b89cb;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

TD {
	font-size: 12px;
	line-height: 18px;
	/*font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Geneva, sans-serif;
}

.FaqQ {
	font-weight: bold;
	text-transform:none;
}

.FaqA {
/*margin-left: 10px;
border-left: 3px solid gray;*/
padding-left:50px;
}

.news {
	font-size: 10px;
	line-height: 12px;
}


