/* Site Style Sheet */

/*-------------------*
	PAGE AND LAYOUT
 *------------------*/
html
{
	height: 100%;
}

body
{
	background: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body#inner_pg
{
	background: #000000 url('images/bgTile.gif') repeat-y top center;
}

#nonfooter
{
	position: relative;
	min-height: 100%;
}

#footer
{
	position: relative;
	margin-top: -45px;
}

* html #nonfooter
{
	height: 100%;
}

#main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 45px 0px;
	text-align: left;
	color: #c4151c;
}

#carbonV3	/* div that the homepage flash sits in */
{
	margin-bottom: -2px;
}

img.footer
{
	display: block;
	margin: 0px auto;
	border: 0px;
}

div.footer
{
	text-align: center;
}

div.footer img
{
	border: 0px;
}

a.find_out_more:link, a.find_out_more:visited, a.find_out_more:hover, a.find_out_more:active
{
	color: white;
	float: right;
}


/*----------------------------*
	PARAGRAPHS AND BODY TEXT
 *----------------------------*/
P
{
    font-family : arial, helvetica, sans-serif;
    font-size : 0.7em;
    color : #FFFFFF;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

P.msg_error
{
    font-family : arial, helvetica, sans-serif;
    font-size : 0.7em;
    color : #c4151c;
	padding: 0px;
	margin: 0px;
}

P.homepg_ticker
{
    font-family : arial, helvetica, sans-serif;
    font-size : 11px;
    color : #c1c1c1;
	padding: 0px;
	margin: 3px 90px 0px 92px;
}


/*-------------*
	HEADINGS
 *-------------*/
H1
{
    font-family : arial, helvetica, sans-serif;
    font-size : 1.2em;
    color : #FFFFFF;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

H2
{
    font-family : arial, helvetica, sans-serif;
    font-size : 0.8em;
    color : #c4151c;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


/*---------*
	LINKS
 *---------*/
/* ### Default link ### */
A:link, A:visited
{
	color: #c4151c;
	text-decoration: underline;
}

A:hover, A:active
{
	color: #FFFFFF;
	text-decoration: none;
}


/*---------------------*
	LINES AND BORDERS
 *---------------------*/
.divider_h-dotted			/* horizontal divider image (use on a DIV) */
{
	border: 0px;
	height: 20px;
	width: 100%;
	background: url('images/divider_h-dotted.gif') repeat-x center;
	margin: 2px 0px 2px 0px;
	line-height: 1px;
	font-size: 0px;
}


/*-------------------------*
	BULLETS AND NUMBERING
 *-------------------------*/
/* ### Standard List (ordered/unordered) ### */
UL, OL
{
	margin-bottom: 12px;
}

UL LI, OL LI
{
    font-family : arial, helvetica, sans-serif;
    font-size : 0.7em;
    color : #FFFFFF;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


/*----------*
	TABLES
 *----------*/
/* ### Default Table ### */
table.default
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.default td
{
	padding: 0px;
	margin: 0px;
}


/*-----------------------------------*
	CONTENT STRUCTURE LAYOUT TABLES
 *-----------------------------------*/
/* ### Main layout of overall page ### */
table.main_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 983px;
	margin-left: auto;
	margin-right: auto;
}

table.main_layout td
{
	padding: 0px;
	margin: 0px;
}

table.main_layout td.ml_left
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 155px;
}

table.main_layout td.ml_center
{
	padding: 20px 30px 20px 10px;
	margin: 0px;
	vertical-align: top;
}

table.main_layout td.ml_center#topHeader	/* top header version of central cell */
{
	padding: 0px 0px 0px 0px;
	height: 82px;
	display: table-cell;
}

table.main_layout td.ml_right
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 100px;
}

/* ### Events Listing Layout ### */
table.events_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.events_layout td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table.events_layout td.el_img
{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: top;
}

table.events_layout td.el_datetime
{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	vertical-align: top;
}

table.events_layout td.el_description
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	vertical-align: top;
}

/* ### Sports Schedule Calendar ### */
table.schedule_calendar
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.schedule_calendar td.ss_cal_day
{
	padding: 1px 2px 1px 2px;
	margin: 0px;
	vertical-align: top;
	width: 17px;	/* actual width is 21px but minus 4px for left/right padding */
	height: 27px;
	background: url('images/schedule/calendar_day.gif') no-repeat top left;
	border-right: solid 1px #000000;
}

table.schedule_calendar td.ss_cal_day-selected
{
	padding: 1px;
	margin: 0px;
	vertical-align: top;
	width: 17px;	/* actual width is 21px but minus 4px for left/right padding */
	height: 27px;
	background: url('images/schedule/calendar_day-selected.gif') no-repeat top left;
	border-right: solid 1px #000000;
}

table.schedule_calendar td P.txt_daynum
{
    font-family : verdana, sans-serif;
    font-size : 7px;
    color : #FFFFFF;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	text-decoration: none;
	display: block;
}

table.schedule_calendar td P.txt_dayname
{
    font-family : verdana, sans-serif;
    font-size : 7px;
    color : #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: right;
	text-decoration: none;
}

a.link_calendar:link, a.link_calendar:visited,
a.link_calendar:hover, a.link_calendar:active
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* ### Sports Schedule Listing Layout ### */
table.schedule_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.schedule_layout td.sl_header
{
	padding: 15px 0px 15px 0px;
	margin: 0px;
	vertical-align: middle;

    font-family : arial, helvetica, sans-serif;
    font-size : 0.7em;
    color : #FFFFFF;
    font-weight: bold;
}

table.schedule_layout td
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	vertical-align: middle;

    font-family : arial, helvetica, sans-serif;
    font-size : 0.7em;
    color : #FFFFFF;
}


/*---------*
	FORMS
 *---------*/
.required_asterix	/* required field asterisk color */
{
	color : #FF0000;
}

/* ### Table to layout a form appearing in the content section of a page ### */
table.form_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.form_layout td
{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

table.form_layout td.fl_title
{
	padding: 0px 8px 8px 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

table.form_layout td.fl_field
{
	padding: 0px 0px 8px 8px;
	margin: 0px;
	vertical-align: middle;
}

table.form_layout td.fl_combined
{
	padding: 0px 0px 8px 0px;
	margin: 0px;
	vertical-align: middle;
}

table.form_layout td.fl_error
{
	padding: 0px 0px 8px 0px;
	margin: 0px;
	vertical-align: middle;
}

table.form_layout td.fl_title P,		/* -- title field text style -- */
table.form_layout td.fl_field P,
table.form_layout td.fl_combined P,
table.form_layout td.fl_title label,		/* -- title field text style -- */
table.form_layout td.fl_field label,
table.form_layout td.fl_combined label,
.content_fl_title
{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

/* ### Form field styles ### */
FORM
{
	padding: 0px;
	margin: 0px;
}

INPUT, TEXTAREA
{
	font-family : arial, sans-serif;
	font-size : 13px;
}

SELECT
{
	font-family : arial, sans-serif;
	font-size : 13px;
}

INPUT.checkbox
{
	vertical-align: middle;
}

/* ### nw form error styles ### */
table.nwform_error_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.nwform_error_layout td
{
	padding: 4px;
	margin: 0px;
}

.content_nwform_error, .nw_form_error
{
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 11px;
    font-weight: bold;
    color : #CC0000;
	padding: 0px;
	margin: 0px;
}

.content_nwform_fileinfo
{
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
	padding: 0px;
	margin: 0px;
}

.content_nwform_file_remove
{
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
	padding: 0px;
	margin: 0px;
}

.nwform_file_remove_checkbox
{
	vertical-align: middle;
}


/*---------------------------*
	BURSWOOD WEBSITE HEADER
 *---------------------------*/
/* -- header with logos -- */
#header
{
	position: relative;
	height: 71px;
	background-color: #000000;
}

#logo_carbon
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo_burswood
{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* -- top navigation -- */
#navigation
{
	text-align: left;
	background: #323131;
	height: 31px;
}

.link_navigation
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
a:link.link_navigation, a:visited.link_navigation
{

	color: #FFFFFF;
	text-decoration: none;
}

a:hover.link_navigation, a:active.link_navigation
{
	color: #009041;
}


/*----------------------------------------------------------------------*
						MISCELLANEOUS STYLES

	These should always appear last in the style sheet as they should
	be used to override any values defined in existing classes
 *----------------------------------------------------------------------*/
/* ### Margin Settings ### */
.nomargin, P.nomargin
{
	margin: 0px;
}

.nomargin_t, P.nomargin_t
{
	margin-top: 0px;
}

.nomargin_r, P.nomargin_r
{
	margin-right: 0px;
}

.nomargin_b, P.nomargin_b
{
	margin-bottom: 0px;
}

.nomargin_l, P.nomargin_l
{
	margin-left: 0px;
}

/* ### Alignment Settings ### */
.top
{
	vertical-align: top;
}

.middle, img.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}