/*
   ================================
    CSS STYLES FOR HouseOfNuke Skin
   ================================
*/   

.ControlPanel
{
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
	left: 0px;
	float: none;
	top: 0px;
	background-color: #3575C4;
}

.BaseFont 
{
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.TopPane {}

.LeftPane {
	height: 100%;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	text-align: center;
	}

.ContentPane {}

.RightPane {
	height: 100%;
	border-left: solid 1px #cccccc;
	text-align: center;
}

.BottomPane {
}

.FinePrintPane {
	border-top: solid 1px #cccccc;
}

.Copyright
{
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}

.PrimaryText 
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}

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: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}

A.SecondaryText:link
{
	font-weight: bold;
	color: #3575C4;
}

A.SecondaryText:visited 
{
	font-weight: bold;
	color: #3575C4;
}

A.SecondaryText:active 
{
	font-weight: bold;
	color: #3575C4;
}

A.SecondaryText:hover 
{
	font-weight: bold;
	color: #990000;
}

.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;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
    
/* 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
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeaderBG 
{ 
	BACKGROUND-POSITION-X: right; 
	background-image: url(headerbg_720x144.jpg); 
	background-repeat: no-repeat; 
	background-color: #000000; 
}

/* background color for the content part of the pages */
Body
{
	padding-right: 36px;
	padding-left: 15px;
	padding-bottom: 36px;
	background-image:url(background.jpg);
	background-repeat:no-repeat;

	
	background-color:#FFFFFF;
	
	
	
	padding-top: 12px;
	
	
	background-repeat:no-repeat;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	color: #336699;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	color: #cc0000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.NormalBold
{
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* 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: 32px;
	padding-bottom: 1px;
	border-left: thin outset;
	color: #ffffff;
	padding-top: 1px;
	border-bottom: thin outset;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	background-color: #336699;
	text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:visited  {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:active
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	color: #FFFFFF;
	border-bottom: thin inset;
	background-color: #336699;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}
    
/* GENERIC */
H1  {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H2  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H3  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
}

H4  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

H6  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

TFOOT, THEAD    {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link  {
    text-decoration: none;
    color: #336699;
}

A:visited   {
    text-decoration: none;
    color: #336699;
}

A:active    {
    text-decoration: none;
    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
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -4px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#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;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}


.MainMenu_RootMenuItem {
color: #3575C4;
text-align: right;


}

.MainMenu_RootMenuItem a {
color: #CC0000;
background-color: transparent; 
text-align: right;


}


.MainMenu_RootMenuItem a:hover {
color: #FFFFFF;
text-align: right;



}

.MainMenu_RootMenuItemSel {
color: #CC0000;
background-color: transparent; 
text-align: right;

}





/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	border: solid 1px #036;
	width: 100%;
	height: 22px;
	_height: 20px;
	line-height: 12px;
	background-color: #369;
}

#HouseMenuNav li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #036;
	background-color: #9cf; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #036;
	background-color: #9cf; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	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 #036;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #69c;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #036;
	line-height: 12px;
	background-color: #69c;
}

/* 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) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #036; 
	text-decoration: none;
}


