/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.

#6E1517 maroon
*/

.noticeText {
	color: #FF0000;
}


#infoBox {
	margin-left: 5px;
}
#infoBox #infoBoxHead{
	background-image: url("images/info-top.gif");
	background-repeat: no-repeat;
	padding: 2px 2px 2px 15px;
	color: #FEB719;
	width: 200px;
	height: 29px;
	text-align: left;
	font-size: 85%;

}

#infoBox #infoBoxContent  {
	background-image: url("images/info-bg.gif");
	background-repeat: repeat-y ;
	background-color: #A3C3FE;
	padding: 2px 2px 2px 15px;
}

#infoBox #infoBoxContent a {
	color: #333;
}


#infoBox #infoBoxBase {
	background-image: url("images/info-base.gif");
	background-repeat: no-repeat;
	height: 20px;
}

.smallFormField {
	border: 1px solid #333;
	padding: 2px;
	margin-bottom: 1px;
}

.smallSubmitButton {
	border: 1px solid #333;
	background-color: #ccc;
	color: #333;
	text-transform: capitalize;
	font-size: 85%;
	font-weight: bold;
}


/*  
	REGISTRATION FORM STYLES
*/

.formSectionHeading {
	line-height: normal;
	font-family: Verdana,Arial;
	font-weight: bold;
	color: #6E1517;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}

.formLabel {
	font-weight: bold;
	color: #333;
}

.formText {

}

.formField {
	border: 1px solid #6E1517 ;
	padding: 2px 2px 2px 2px ;
	margin-bottom: 1px;
}

.submitButton {
	border: 1px solid #333;
	background-color: #6E1517;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 100%;
	font-weight: bold;
}

#sponsorTable{
	border-bottom: 1px solid #333;
	padding: 5px;
}
#sponsorTableLogo {
	width: 200px ;
}
#sponsorTableLogo img {
	border: 1px solid #ccc;
}

tr {
	vertical-align: top;
}

#playerprofile #q,
#playerprofile #sq {
	font-weight: bold;
}
#playerprofile #a,
#playerprofile #sa {
	width: 50%;
	padding-left: 20px;
}
#playerprofile #q,
#playerprofile #a {
	padding-bottom: 10px;
}
#playerprofile #sq,
#playerprofile #sa {
	padding-bottom: 0;
}

.teamLabel {
	font-weight: bold;
}
.teamText {
	font-weight: normal;
	margin: 0;
}

.teamHeader {
	color: #6E1517;
	font-weight: bold; 
	font-size: 120%;
}

.teamPosition {
	color: #000000;
	font-weight: bold;
}

.w950 {
	width: 950px;
}


#stagsANZCupDraw {
	padding: 0px;
}

#stagsANZCupDraw td p {
	padding: 0;
	margin: 0;
}

#stagsANZCupDraw th , #stagsANZCupDraw th p {
	padding: 0;
	margin: 0;
}

th#stagsANZCupDrawTopRow {
	padding: 2px 2px 2px 5px;
	background-color: #6E1517;
	color: #FFFFFF;
}

#stagsANZCupDraw td {
	padding: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #ececec;
}

.content {
	width: 800px;
}

.flatstickTable {
	margin:0;
	padding:0;
	border:collapse;
	
}

.flatstickTable th {background-color:#6E1517;color:#fff;text-align:left;padding:5px;line-height:0.5em;}
.flatstickTable td {padding:5px;background-color:#FFFCDC;border-bottom:1px dashed #6E1517;line-height:0.5em;}

.flatstickNoticeBox {
	border:1px dashed #6E1517;
	padding:10px;
	border-left:3px solid #6E1517;
	width:95%;
	background-color:#FFFCDC;
}

.flatstickHomeNoticeBox {
	border:1px dashed #6E1517;
	padding:20px 10px;
	border-top:3px solid #6E1517;
	width:248px;
	background-color:#FFFCDC;
	font-size:150%;
	text-align:center;
	margin-top:10px;
}

.flatstickHomeNoticeBox a {text-decoration:none;}
.flatstickHomeTable td img {margin-top:10px;}

