/*
====================================
Hanson McClain DNN Skin Styles
====================================
*/

/* Page */
.pagemaster {
	width: 100%;
	height: 100%;	
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;	
	background-color: #ffffff;
}

/* Control Panel */
.controlpanel {
	width: 100%;
	background-color: #f4f4e9;
}

/* Content Panes */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 225px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 225px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}

/* Buttons */
.StandardButton {
  	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff; 
  	font-weight: normal;
	background: #8d6d4c;
	border: none;
	cursor: pointer; 
}
.StandardButton:hover {
  	color: #ffffff;
	background: #1e9ba5;
}

/* Form */
.NormalTextBox
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

/* Link Buttons */
.CommandButton
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #d28d14;
	font-weight: bold;
}
A.CommandButton:link
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold; 
	color: #d28d14;
}
A.CommandButton:visited
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #d28d14;
}
A.CommandButton:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #3c2201;
}
A.CommandButton:active
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #3c2201;
}

/* Labels */
.Head {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px; 
	color: #3c2201; 
	line-height: normal;
	font-weight: bold;		
}
.SubHead
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #d28d14; 
	line-height: normal;
	font-weight: bold;		
}
.SubSubHead
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: bold;	
}

/* Text */
.Normal
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}
.NormalDisabled
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: Silver; 
	line-height: normal;
	font-weight: normal;	
}
.NormalBold
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: bold;	
}
.NormalRed
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #ff0000; 
	line-height: normal;
	font-weight: bold;	
}
H1
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px; 
	color: #3c2201; 
	line-height: normal;
	font-weight: bold;		
}
H2
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #d28d14; 
	line-height: normal;
	font-weight: bold;		
}
H3
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: bold;	
}

H4
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

H5, DT
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

H6
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

/* Default Link */
A:link
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline; 
	color: #d28d14;
}
A:visited 
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline; 
	color: #d28d14;
}
A:hover 
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline; 
	color: #3c2201;
}
A:active
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline; 
	color: #3c2201;
}


/*
=========================================
Hanson McClain House of Nuke Menu Styles
=========================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    margin-top: 10px;
    margin-bottom: 10px;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ 
    /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/nav/bg_mainNav.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top: 2px;
	height: 24px;
	width: 225px;
}

#HouseMenuNav li a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none; 
	color: #d28d14;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin: 0;
}
#HouseMenuNav ul ul li
{
    margin: 0; 
    /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
	margin: 0;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/nav/bg_secondaryNav.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top: 2px;
	height: 24px;
	width: 225px;
}
#HouseMenuNav ul ul a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration: none; 
	color: #3c2201;
}


/*
====================================
Hanson McClain Custom Skin Styles
====================================
*/
#flashHeaderLayer {
	position:absolute;
	z-index:20;
}

#logoLayer {
	position:relative;
	z-index:40;
}

#navLayer {
	position:relative;
	height: 30px;
	cursor: hand;
	z-index:100;
}

.footer {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #acacac;
}
a.footer:link, a.footer:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none;
	color: #d28d14;
}
a.footer:hover, a.footer:active {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	text-decoration: none; 
	color: #3c2201;
}

.goldTitle{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px; 
	color: #d28d14; 
	line-height: normal;
	font-weight: bold;		
}

.brownTitle{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px; 
	color: #3c2201; 
	line-height: normal;
	font-weight: bold;		
}

.whiteTitle{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px; 
    color: #FFFFFF; 
    line-height: normal;
    font-weight: bold;                       
}

.inputSearch{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
	height: 18px
}
.btn{
	background-image: url(../images/nav/btn.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	cursor: pointer; 
}

Input{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;	
}

Select{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}

Textarea {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #505050; 
	line-height: normal;
	font-weight: normal;
	padding-left: 4px;
}

li  {
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 12px;
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}