/*
====================================
BWBall DNN Skin Styles
====================================
*/

/* Page */
.pagemaster {
	width: 100%;
	height: 100%;	
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;	
	background-color: #000010;
	background-image: url(images/bg.jpg);
}

/* Skin */
.skinmaster 
{
	height: 100%;
}

/* Control Panel */
.controlpanel {
	width: 840px;
	background-color: #ffffff;
}

/* Content Panes */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 100%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

/* Buttons */
.StandardButton {
  	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff; 
  	font-weight: normal;
	background: #000000;
	border: none;
	cursor: pointer; 
}
.StandardButton:hover {
  	color: #ffffff;
	background: #333333;
}

/* Form */
.NormalTextBox
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;	
}

/* Link Buttons */
.CommandButton
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #729cb1;
	font-weight: bold;
}
A.CommandButton:link
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold; 
	color: #729cb1;
}
A.CommandButton:visited
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #729cb1;
}
A.CommandButton:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #000000;
}
A.CommandButton:active
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline; 
	color: #000000;
}

/* Labels */
.Head {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}
.SubHead
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}
.SubSubHead
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}

/* Text */
.Normal
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;	
}
.NormalDisabled
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: Silver; 
	line-height: normal;
	font-weight: normal;	
}
.NormalBold
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: bold;	
}
.NormalRed
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #ff0000; 
	line-height: normal;
	font-weight: normal;	
}
H1
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}
H2
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}
H3
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}

H4
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}

H5, DT
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}

H6
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}

/* Default Link */
A:link
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	color: #729cb1;
}
A:visited 
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	color: #729cb1;
}
A:hover 
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	color: #000000;
}
A:active
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	color: #000000;
}


/*
=========================================
BWBall of Nuke Menu Styles
=========================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    margin-top: 0px;
    margin-bottom: 20px;
}

#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: 11px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top: 3px;
	height: 24px;
	width: 200px;
}

#HouseMenuNav li a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	text-decoration: none; 
	color: #fff799;
}
#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: 11px;
	font-weight : normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top: 3px;
	height: 24px;
	width: 200px;
}
#HouseMenuNav ul ul a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	text-decoration: none; 
	color: #fff799;
}

/* Horizontal Menu */
#HouseMenuTop
{
    /* menu wrapper div */
    margin-top: 0px;
    margin-bottom: 0px;
}

#HouseMenuTop ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
    float: right;
}

#HouseMenuTop a
{
    /* all links within the menu wrapper */
}

#HouseMenuTop li
{
    /* all list items */ 
    /* added for opera browser to remove bullets on lists */
	position: relative;
	display: inline;
	float: left;
    list-style: none;
}

#HouseMenuTop li a:link, #HouseMenuTop li a:visited
{
    /* main colour of the menu */
    margin: 0;
    display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
	color: #729cb1;
	background-color: transparent;
	padding-left:0px;
	padding-right:20px;
}

#HouseMenuTop li a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none; 
	color: #fff799;
}
#HouseMenuTop ul ul
{
    /* second level menu items */
    margin: 0;
}
#HouseMenuTop ul ul li
{
    margin: 0; 
    /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuTop ul ul a:link, #HouseMenuTop ul ul a:visited
{
    margin: 0;
    display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none;
	color: #729cb1;
	background-color: transparent;
	padding-left:0px;
	padding-right:20px;
}
#HouseMenuTop ul ul a:hover
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration: none; 
	color: #fff799;
}

/*
====================================
BWBall Custom Skin Styles
====================================
*/
#logoLayer {
	position:absolute;
	width:257px;
	height:130px;
	z-index:1;
}

#navLayer {
	position:absolute;
	width: 200px;
	z-index:3;
}

#bunnyLayer {
	position:absolute;
	margin-top:-190px;
	z-index:2;
}

.footer {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	color: #ffffff;
}

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: #ffffff;	
}

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: #729cb1;
}

.blueTitle{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px; 
	color: #729cb1; 
	line-height: normal;
	font-weight: bold;		
}

.blackTitle{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px; 
	color: #000000; 
	line-height: normal;
	font-weight: bold;		
}

.inputSearch{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;	
	height: 18px
}

Select{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px; 
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;
}

Textarea {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;
	padding-left: 4px;
}

li  {
	font-family: Trebuchet MS, Verdana, sans-serif; 
	font-size: 12px;
	color: #7a7a7a; 
	line-height: normal;
	font-weight: normal;
}