/* 
================================
Skin styles for Baulkham Hills AFL Club
by LBL at Epic Services Pty Ltd
March 2009
================================
*/ 

body, html {
	width: 100%;
	height:100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
}
#wrapper {
	width: 100%;
	background-color: #ffc726;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pagemaster {
	width: 1000px;
	background-color: #FFC726;
	padding: 0;
	
}
/* insideDiv */
#skinmaster {
	width: 1000px;
	background-color: #FFC726;
	height: 100%;
	margin: 0;
	padding: 0px;
}

.skinheader {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-color: #FFC726;
}

#menu {
	width: 1000px;
	background-color: #572600;
	margin: 0px;
	text-align:left;
	height: 30px;
 	h/eight: 31px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#info {
	background-color: #ffe290;
	height: 20px;
	h/eight: 22px;
	border-bottom: #572600 thin solid;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
}

/* text for Module Titles */

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1.1em;
	font-weight:  normal;
	color: #FFFFFF;
}
.SubHead {
	font-weight: normal;
	color: #000000;
}

/* general links in text/html modules */

a, a:link, a:active, a:visited {
	color: #572600;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.SkinObject {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #572600;
	font-weight: normal;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
	color: #572600;
}
a.SkinObject:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 2px;
	
}
.line {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #572600;
}


#content td, #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

.leftpane {
	width: 20%;
	background-color: white;
	padding: 6px 4px 2px 4px;
}

.contentpane {
	width: 60%;
	background-color: white;
	padding: 6px 4px 2px 3px;
}
.rightpane {
	width: 20%;
	background-color: white;
	padding: 6px 4px 2px 4px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 6px 0 0 0;
}
/* text formating */


.Normal, .NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
}

ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}

h1 {
	font-size: 125%;
	font-weight: normal;
	color: #572600;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #572600;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #ffc726;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #ffc726;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	color: #000;;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #000;
	text-decoration: none;
}
a.CommandButton:hover {
	color: #000;
	text-decoration: underline;
}

/* solpartmenu formatting  */

.MainMenu_MenuContainer {
	background-color: transparent;
	border: #572600 thin solid;
	
}
.MainMenu_MenuBar {
	background-color: #572600;
	height: 25px;
 	h/eight: 26px;
}
.MainMenu_MenuItem {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}
.MainMenu_SubMenu {
	background-color: #ffc726;
	color: #FFFFFF;
	border: #572600 thin solid;
	font-family:  Arial, Helvetica, sans-serif;
	z-index: 1000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	/*padding-top: .3em;*/
}
.MainMenu_MenuItemSel {
	background-color: #ffc726;
	color: #572600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	height: 25px;
	text-transform: capitalize;
}
.MainMenu_SubMenu .MainMenu_MenuItem .MainMenu_MenuItemSel{
	padding: .2em .5em .2em 0;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .MainMenu_MenuIcon {
	display:none;
}

.StandardButton {
	background: #aaaaaa none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
}
.lines {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #572600;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #572600;
}

