/* ////    BROWSER INITIALIZATION TO COMMON CSS  //// */
/* //// Eric Meyer's reset-reloaded, modified    //// */
/* ////       plus csshover from peterned.nl     //// */
/* ////        and ODY table positioning         //// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

/* restore a bit of basic formatting */
h1 {font-size:190%;}
h2 {font-size:175%;}
h3 {font-size:160%;}
h4 {font-size:145%;}
h5 {font-size:130%;}
h6 {font-size:115%;}
em {font-style:italic; font-weight:normal;}
strong {font-weight:bold;}
blockquote {padding:0 30px 0 30px;}
li {margin-left:1em;list-style-type:auto;}

/* remember to define focus styles! */
:focus { outline: 0; }
	
body {
	line-height: 1;
	color: black;
	background: white;
	behavior:url("/common/csshover.htc");
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	}

/* FYI: tables still need 'cellspacing="0"' in the markup */
caption, table, td, tr {
	vertical-align:top;
	text-align:left;
	font-weight: normal;	/*inherit?*/
	border-collapse: collapse;	/*what ody used*/
	border-collapse: separate;	/*what meyerweb used*/
	border-spacing:0px;
	}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* /// valid, easy sticky footer: http://ryanfait.com/sticky-footer /// */

html, body {
	height: 100%;
	}

div#footer { clear: both}	/* to make sure it's below nav and extra*/

/* ///// Next pick a layout from http://blog.html.it/layoutgala/ist    */

body {
	behavior:url("/common/csshover.htc");
	margin: 0px;
	font-family: Arial, Helvetica, San-Sarif;
	font-size: 12px;
	line-height: 16px;
	}
body.standard {
	background-color: #3f393a;
	background-image: URL(sitegraphics/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
a {
	cursor: pointer;
	}
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	}

div#page {
	background-color: #ffffff;
	border-bottom: 2px solid #cb402b;
	}

div#footer {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 130px;
	background-image: URL(sitegraphics/logo_small.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
div.db-debug {
	position: absolute;
	top: 10px;
	right: 10px;
	}
div.db-debug a {
	z-index: 9999;
	background-image: URL(sitegraphics/button_debug.gif);
	background-position: 0px 0px;
	display: block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	}
div.db-debug a:hover {
	background-position: 0px -19px;
	}
div.db-debug a.on {
	background-position: 0px -19px;
	}


div#header {
	display: block;
	width: 1000px;
	height: 300px;
	background-image: URL(sitegraphics/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	}
div#header_top {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	}
div#header_flash {
	width: 1000px;
	height: 137px;
	margin: 0 auto;
	}

div#footer a {
	color: #b2b2b2;
	}

div#footer a:hover {
	color: #ffffff;
	}

div#navigation {
	border-bottom: 2px solid #cb402b;
	background-color: #1d1d1d;
	_display: block;
	_height: 18px;
	}
	
h1 {
	display: block;
	font-size: 18px;
	line-height: 18px;
	}

body a       { color: #312c2d; }
body a:hover { color: #cb402b; }

.font-bigger {
	font-size: 150%;
	}

.darkGrey {
	background-color: #1d1d1d;
	}
.noPad {
	padding: 0px !important;
	}

div.loading {
	background-image: URL(sitegraphics/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block !important;
	background-color: #ffffff;
	text-align: center;
	padding: 25px;
	}

ul.bullet {
	list-style-type: disc;
	}
ul.bullet li {
	margin-left: 20px;
	}

.highlight {
	background-color: #ffff99;
	}

ul {
	margin: 0px;
	}
ul li {
	margin: 0px;
	}

/***************************************************************************************************
//
//
//
// USER MENU
//
//
//
***************************************************************************************************/

ul.userMenu {
	display: block;
	width: 220px;
	}
ul.userMenu .menuTitle {
	padding: 10px;
	color: #ffffff;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background-image: URL(sitegraphics/menu_title_bg.gif);
	}
ul.userMenu .memberNumber {
	font-size: 11px;
	color: #e9c2bc;
	font-weight: normal;
	background-image: URL(sitegraphics/menu_title_bg.gif);
	}
ul.userMenu .memberNumber b {
	color: #ffffff;
	font-size: 12px;
	}
ul.userMenu li.item {
	background-image: URL(sitegraphics/menu_item_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
ul.userMenu li.item:hover {
	background-position: 0px -100px;
	}
ul.userMenu li.current,
ul.userMenu li.current:hover {
	background-position: 0px -200px;
	}
ul.userMenu li.item a {
	display: block;
	padding: 10px;
	padding-left: 20px;
	color: #666666;
	background-image: URL(sitegraphics/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 14px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}
ul.userMenu li.current a {
	color: #ffffff;
	border-right: 1px solid #337dbb;
	border-bottom: 1px solid #337dbb;
	border-top: 1px solid #addaff;
	border-left: 1px solid #addaff;
	background-position: 7px -186px;
	}
ul.userMenu li.item a:hover {
	color: #000000;
	border-right: 1px solid #a2ccef;
	border-bottom: 1px solid #a2ccef;
	background-position: 7px -86px;
	}
ul.userMenu li.current a:hover {
	color: #ffffff;
	border-right: 1px solid #337dbb;
	border-bottom: 1px solid #337dbb;
	border-top: 1px solid #addaff;
	border-left: 1px solid #addaff;
	background-position: 7px -186px;
	}

/***************************************************************************************************
//
//
//
// TOOL TIP
//
//
//
***************************************************************************************************/
.tip {
	cursor: pointer;
	}
#form_tip {
	position: absolute;
	background-image: URL(sitegraphics/form_big.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	width: 200px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
	}
#form_tip div {
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	}
#form_tip h2 {
	font-size: 14px;
	color: #cb402b;
	}

/***************************************************************************************************
//
//
//
// DASHBOARD TABS
//
//
//
***************************************************************************************************/

a.dashboardLink {
	font-size: 14px;
	display: block;
	padding: 5px 10px 0px 10px;
	background-color: #cb402b;
	color: #ffffff;
	}
a.dashboardLink:hover {
	color: #f7dbd7;
	}

#dashboardContent {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	clear: both;
	z-index: 10;
	_position: relative;
	_top: 0px;
	_z-index: 1;
	}
#dashboardContent h3.message {
	color: #2776b7;
	padding: 20px;
	text-align: center;
	}
#dashboardTitle {
	padding: 10px;
	color: #2166a0;
	margin: 0px;
	background-image: URL(sitegraphics/tab_title_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #aad8ff;
	border-top: 1px solid #2776b7;
	border-left: 1px solid #2776b7;
	border-right: 1px solid #2776b7;
	border-bottom: 1px solid #2776b7;
	z-index: 1;
	_z-index: 1;
	}
#dashboardTitle h2 {
	color: #13446d;
	_z-index: 2;
	}
#tabs ul.userTabs {
	clear: both;
	position: relative;
	z-index: 12;
	_z-index: 15;
	}
#tabs ul.userTabs li {
	background-image: URL(sitegraphics/tab_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 3px;
	background-color: #dddddd;
	border-left:   1px solid #999999;
	border-top:    1px solid #999999;
	border-right:  1px solid #999999;
	}
#tabs ul.userTabs li:hover {
	background-color: #ededed;
	background-position: 0px -100px;
	}
#tabs ul.userTabs a {
	text-decoration: underline;
	color: #666666;
	cursor: pointer;
	display: block;
	padding: 5px 10px 5px 10px;
	}
#tabs ul.userTabs li a:hover {
	color: #000000;
	}
#tabs ul.userTabs li.current {
	background-position: 0px -200px;
	border-left:   1px solid #2776b7;
	border-top:    1px solid #2776b7;
	border-right:  1px solid #2776b7;
	z-index: 11;
	position: relative;
	bottom: -1px;
	_position: static;
	}
#tabs ul.userTabs li.current a {
	color: #ffffff;
	}

.alert {
	position: relative;
	}
.alert div {
	position: absolute;
	top: -2px;
	left: -2px;
	background-color: #ff0000;
	color: #ffffff !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-align: center !important;
	z-index: 999 !important;
	}
.alert div.green {
	background-color: #54a40d;
	}
.alert div.blue {
	background-color: #174fb6;
	}
.alert span {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 11px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	background-color: #333333;
	font-weight: bold !important;
	text-align: center !important;
	z-index: 998 !important;
	}
.alert div.pad10 {
	top: -13px;
	left: -13px;
	}
.alert span.pad10 {
	top: -11px;
	left: -11px;
	}
.userMenu .alert div {
	top: -2px;
	right: 10px;
	left: auto;
	}
.userMenu .alert span {
	top: 0px;
	right: 8px;
	left: auto;
	}

.menuBar .userMenu .alert div {
	top: -2px;
	left: 10px;
	right: auto;
	}
.menuBar .userMenu .alert span {
	top: 0px;
	left: 12px;
	right: auto;
	}

.alert a {
	color: #ffffff !important;
	text-decoration: none;
	}
.alert a:hover {
	color: #ffffff !important;
	text-decoration: none;
	}
div.notice {
	background-image: URL(sitegraphics/notice_bg.gif);
	background-repeat: repeat-x;
	background-color: #cb402b;
	color: #ffffff;
	padding: 10px;
	}
div.notice h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	}
div.notice div {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	}
div.notice a {
	cursor: pointer;
	color: #ffffff;
	text-decoration: underline;
	}
div.notice a:hover {
	color: #ffffff;
	text-decoration: none;
	}
div.notice h3 {
	font-size: 14px;
	font-weight: bold;
	}


/***************************************************************************************************
//
//
//
// STANDARD STYLES
//
//
//
***************************************************************************************************/

span.fieldhouse {
	color: #312c2d;
	font-family: 'Comic Sans MS', cursive;
	}
.fh-blue {
	color: #003765;
	}
.fh-red {
	color: #cb402b;
	}
.fh-grey {
	color: #312c2d;
	}
.fh-dark {
	color: #1d1d1d;
	}
.bg-fh-red {
	background-color: #cb402b;
	}
.bg-fh-grey {
	background-color: #312c2d;
	}
span.fieldhouse b {
	background-color: #cb402b;
	padding: 0px 1px;
	line-height: 0px;
	font-size: 50%;
	left: -0.75%;
	top: 2px;
	margin-right: -1%;
	position: relative;
	display: inline;
	color: #ffffff;
	font-family: Arial, Helvetica, San-sarif;
	}
h1 span.fieldhouse b {
	left: -1.5%;
	top: 5px;
	margin-right: -2%;
	}
h2 span.fieldhouse b {
	left: -1.5%;
	top: 4px;
	margin-right: -1.5%;
	}
h3 span.fieldhouse b {
	left: -1.5%;
	top: 3px;
	margin-right: -1.5%;
	}

select {
	font-size: 12px;
	}

/***************************************************************************************************
//
//
//
// ACCOUNT MENU BAR
//
//
//
***************************************************************************************************/

#accountMenu {
	position: relative;
	width: 150px;
	height: 200px;
	background-color: #cb402b;
	}

/***************************************************************************************************
//
//
//
// FORM PROCESSING BOX
//
//
//
***************************************************************************************************/

div#TB_ajaxContent {
	background-color: #1d1d1d;
	padding-top: 20px;
	padding-bottom: 20px;
	}
div#TB_ajaxContent h1 {
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	}

/***************************************************************************************************
//
//
//
// NAVIGATION BAR MENU
//
//
//
***************************************************************************************************/

div#navigation table td {
	_background-color: #1d1d1d;
	}

ul.nav,
.nav ul{
		margin: 0;
		padding: 0;
		cursor: default;
		list-style-type: none;
	}

ul.nav{
	display: table;
	}

/* ul.nav > li{ */
ul.nav li{
	background-image: URL(sitegraphics/nav_line.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: table-cell;
	float: left;
	position: relative;
	font-size: 12px;
	}

/* IE Fix */
ul.nav li {
	_display: block;
	_float: left;
	_list-style-type: none;
	_position: relative;
	_margin-top: -1px;
	}

/* ul.nav li>ul{ */
ul.nav li ul{
	display: none;
	position: absolute;
	max-width: 40ex;
	margin: 0px;
	background-color: #cb402b;
	color: #ffffff;
	_margin-right: -1px;
	}

ul.nav ul li {
	background-image: none;
	}

td.account ul.userMenu li.menuTitle {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	}

td.account ul.nav ul {
	position: absolute;
	right: 0px;
	}

td.account ul.nav li {
	display: block;
	float: right;
	}

td.account ul.nav ul li {
	display: block;
	float: none;
	z-index: 997;
	}

td.account ul.nav ul li a {
	text-align: right;
	}

/* ul.nav li:hover>ul{ */
ul.nav li:hover ul{
	display: block;
	z-index: 998;
	float: left;
	}

ul.nav li {
	z-index: 998;
	}

ul.nav li:hover {
	z-index: 998;
	}

ul.nav li:hover a {
	}

ul.nav a {
	margin-left: 1px;
	background-image: URL(sitegraphics/nav_bg.gif);
	background-repeat: repeat-x;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #cccccc;
	}

ul.nav ul li a {
	
	}

/* ul.nav li>ul li { */
ul.nav li ul li {
	background-image: none;
	display: block;
	float: none;
	}

ul.nav a:hover{
	color: #ffffff;
	text-decoration: underline;
	background-position: 0px -17px;
	}

ul.nav li.first {
	background-image: none;
	}

ul.nav li.current a {
	background-color: #cb402b;
	background-image: none;
	color: #ffffff;
	}

.account ul li {
	background-image: URL(sitegraphics/nav_dash.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #cb402b;
	}

.account ul.nav a {
	color: #ffffff;
	background-image: none;
	}

td.welcome {
	color: #cccccc;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	}

td.welcome a {
	color: #cccccc;
	text-decoration: none;
	}
td.welcome a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/* DASHBOARD NAVIGATION */

td.account ul ul.userMenu {
	_top: 15px;
	width: 220px;
	z-index: 997;
	}
td.account ul ul.userMenu .menuTitle {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #ffffff;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background-image: URL(sitegraphics/menu_title_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	}
ul ul li.item,
ul ul li.current {
	margin: 0px;
	background-image: URL(sitegraphics/menu_item_bg.gif) !important;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
ul ul li.item:hover,
ul ul li.current:hover {
	background-position: 0px -100px;
	}
ul ul li.item a {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #333333;
	background-image: URL(sitegraphics/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}
td.account ul ul li.item a {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #666666;
	background-image: URL(sitegraphics/menu_arrow_reverse.gif);
	background-repeat: no-repeat;
	background-position: 204px 9px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}
td.account ul ul.userMenu li.current a {
	background-color: #ffffff;
	}
td.account ul ul.userMenu li.item a:hover {
	color: #000000;
	border-right: 1px solid #a2ccef;
	border-bottom: 1px solid #a2ccef;
	background-position: 204px -91px;
	}


/***************************************************************************************************
//
//
//
// NEW NAVIGATION MENU
//
//
//
***************************************************************************************************/
/*
.navigation ul li {
	position: relative;
	list-style-type: none;
	float: left;
	}

.navigation li.topLevel {
	height: 18px;
	}

.navigation ul li {
	background-image: URL(sitegraphics/nav_top_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	}

.navigation ul li a {
	display: block;
	cursor: pointer;
	padding: 2px 8px;
	color: #cccccc;
	text-decoration: none;
	}
.navigation ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.navigation li ul {
	display: none;
	position: relative;
	z-index: 9999;
	}

.navigation ul li:hover,
.navigation ul li.current {
	background-position: 0px 0px;
	}

.navigation ul li:hover a,
.navigation ul li.current a{
	color: #ffffff;
	}

.navigation li:hover ul {
	display: block;
	position: absolute;
	background-image: URL(sitegraphics/menu_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	border-top: 1px solid #cb402b;
	border-left: 1px solid #e97968;
	border-right: 1px solid #8c2e1f;
	border-bottom: 1px solid #8c2e1f;
	}

.navigation li ul li {
	border: none;
	background-image: none;
	color: #000000;
	white-space: nowrap;
	position: relative;
	clear: both;
	}

.navigation li ul li:hover {
	background-color: transparent;
	}

.navigation li ul li a {
	color: #efc5be;
	margin-left: 5px;
	display: block;
	float: left;
	padding: 5px 8px;
	text-decoration: underline;
	background-image: URL(sitegraphics/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.navigation li ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: URL(sitegraphics/nav_arrow-o.gif);
	}

.navigation li.spacer {
	background-image: url(sitegraphics/nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 1px;
	display: block;
	}

.navigation {
	display: block;
	height: 18px;
	}
*/
/***************************************************************************************************
//
//
//
// SIDE BAR
//
//
//
***************************************************************************************************/

ul.tournaments a,
ul.leagues a {
	color: #ffffff;
	text-decoration: underline;
	}
ul.tournaments a:hover,
ul.leagues a:hover{
	color: #cccccc;
	text-decoration: none;
	}
ul.tournaments li,
ul.leagues li {
	padding: 5px 10px 5px 10px;
	background-image: URL(sitegraphics/sideBar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}
ul.tournaments li:hover,
ul.leagues li:hover {
	background-position: 0px -100px;
	}
ul.tournaments li i,
ul.leagues li i {
	font-size: 8pt;
	}
td.sideBar {
	border-right: 2px solid #cb402b;
	background-color: #1d1d1d;
	color: #999999;
	text-align: left;
	vertical-align: top;
	}
td.menuBar {
	border-left: 2px solid #cb402b;
	background-color: #ffffff;
	color: #999999;
	text-align: left;
	vertical-align: top;
	}
div#sideBar {
	display: block;
	width: 248px;
	}
div#sideBar th.login {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: URL(sitegraphics/sideBar_dots.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}
div#sideBar div td {
	text-align: right;
	}
div#sideBar th div.spacer {
	display: block !important;
	width: 1px !important;
	height: 10px !important;
	padding: 0px !important;
	}
div#sideBar div {
	padding: 10px;
	}
#sideBar .text {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #999999;
	}
#sideBar .text a {
	color: #e8e8e8;
	}
#sideBar .text a:hover {
	color: #ffffff;
	}
a#login {
	margin: 0 0 0 auto;
	display: block;
	width: 42px;
	height: 7px;
	background-image: URL(sitegraphics/sideBar_login.gif);
	background-position: 0px 0px;
	cursor: pointer;
	}
a#login:hover {
	background-image: URL(sitegraphics/sideBar_login.gif);
	background-position: 0px -100px;
	}
input#loginButton {
	margin: 0 0 0 auto;
	}
div#sideBar input[type='text'],
div#sideBar input[type='password'] {
	width: 140px;
	}

// --------------------------------------------------------------------------------
// Directions
// --------------------------------------------------------------------------------
ul.directions {
	list-style-position: inside;
	list-style-image: url("sitegraphics/arrow_red_10r.gif");
	list-style-type: square;
	margin-left: 5px;
}
ul.directions li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	list-style-position: inside;
	list-style-image: url("sitegraphics/arrow_red_10r.gif");
	list-style-type: square;
	margin-left: 5px;
}
ul.directions li:first-child {
	font-weight: bold;
	font-size: 14px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

/* Job List */
.joblist li {
	padding: 10px;
	}
.joblist li b {
	color: #014584;
	}

body {
	behavior: url("/common/csshover.htc");
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, San-Sarif;
	font-size: 12px;
	}
body.hide,
html.hide {
	overflow: hidden;
	}
table {
	border-collapse: collapse;
	}

	/*
	//
	//
	// IE PNG FIX
	// requires: "sitegraphics/spacer.gif"
	//
	//
	*/

		* html img,
		* html .png{
			position: relative;
			behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "sitegraphics/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
			);
		}

/*--------------------------------------------------------------------------------------------------
//
//
// MAIN NAVIGATION HOVER
//
//
*/
	div.navigation .nav-schedules {
		position: relative;
		}
	div.navigation .nav-schedules td {
		vertical-align: top;
		padding: 0px;
		margin: 0px;
		}
	/* HIDE AT START */
	div.navigation .nav-schedules div.nav-sports {
		position: absolute;
		display: none;
		top: 18px;
		left: 0px;
		background-color: #ffffff;
		padding: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border: 2px solid #cb402b;
		z-index: 999;
		}
	div.navigation .nav-schedules:hover div.nav-sports {
		display: block;
		}
	div.navigation .nav-schedules ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		}
	div.navigation .nav-schedules ul li {
		margin: 0px;
		_border: 1px solid #ffffff;
		}
	div.navigation .nav-schedules .nav-leagues li {
		display: block;
		}
	div.navigation .nav-schedules .nav-leagues {
		display: block;
		width: 300px;
		}
	div.navigation .nav-schedules li:last-child {
		padding: 0px;
		}
	div.navigation .nav-schedules .nav-sports a {
		display: block;
		padding: 10px;
		margin: 0px;
		color: #333333;
		background-image: none;
		background-color: transparent;
		text-decoration: underline;
		}
	div.navigation .nav-schedules .nav-sports li,
	div.navigation .nav-schedules .nav-sports td {
		font-size: 12px;
		line-height: 16px;
		background-color: #ffffff !important;
		}
	div.navigation .nav-schedules .nav-sports a:hover {
		background-image: none;
		background-color: #ffff9c;
		color: #000000;
		text-decoration: none;
		}
	div.navigation .nav-schedules td {
		background-image: none;
		}
	div.navigation td.pick-sport {
		border-right: 2px dashed #cccccc;
		}
	div.navigation .nav-schedules span {
		margin: 10px;
		}
	div.navigation h3 {
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		font-size: 14px;
		}
	
	
	/* GENERAL NAVIGATION */
	div.navigation table {
		border-collapse: collapse;
		}
	div.navigation td {
		background-image: url(sitegraphics/nav_spacer.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		}
	div.navigation td a {
		background-image: URL(sitegraphics/menu_bg.gif);
		background-repeat: repeat-x;
		background-position: 0px 100px;
		color: #cccccc;
		text-decoration: none;
		padding: 3px 7px;
		margin: 0px;
		display: block;
		}
	div.navigation td a:hover,
	div.navigation td.current a {
		background-color: #cb402b;
		color: #ffffff;
		}
	a.register_now {
		display: block;
		width: 248px;
		height: 146px;
		background-image: URL(sitegraphics/register_now.gif);
		background-position: 0px 0px;
		}
	a.register_now:hover {
		background-position: 0px -146px;
		}
	a.real_estate_opportunities {
		display: block;
		width: 248px;
		height: 130px;
		background-image: URL(sitegraphics/real_estate_opportunities.gif);
		background-position: 0px 0px;
		}
	a.real_estate_opportunities:hover {
		background-position: 0px -130px;
		}

/*--------------------------------------------------------------------------------------------------
//
//
// FLOATING DIVS
//
//
*/

	.floating {
		padding: 0px;
		position: relative;
	}
	
	.floating div {
		position: absolute;
		top: -10px;
		left: -10px;
		}
	
	.floating a {
		padding: 2px 3px;
		color: #ffffff;
		cursor: default;
		}
	.floating a:hover {
		color: #ffffff;
		}
	
	.floating span {
		background-color: #333333;
		position: relative;
		left: -2px;
		top: -2px;
		color: #ffffff !important;
		}
	
	.floating.text {
		padding: 1px 0px;
		}
	.floating.text span {
		padding: 1px 3px;
		}
	.floating.img {
		background-color: #000000;
		}
	
	/* GREEN BACKGROUND */
	.floating.green span span {
		background-color: #54a40d;
		}
	
	/* BLUE BACKGROUND */
	.floating.blue span span {
		background-color: #174fb6;
		}
	
	/* RED BACKGROUND */
	.floating.red span span {
		background-color: #cb402b;
		}
	
	.floating.bold span span {
		font-weight: bold;
		}
	
	/* SPACING CLASSES */
	.left-5   { left: -5px;   }
	.left5    { left: 5px;	  }
	.right-5  { right: -5px;  }
	.right5   { right: 5px;   }
	.top-5    { top: -5px;    }
	.top5     { top: 5px;	  }
	
	.left-10  { left: -10px;  }
	.left10   { left: 10px;	  }
	.right-10 { right: -10px; }
	.right10  { right: 10px;  }
	.top-10   { top: -10px;   }
	.top10    { top: 10px;	  }
	
	.left-15  { left: -15px;  }
	.left15   { left: 15px;	  }
	.right-15 { right: -15px; }
	.right15  { right: 15px;  }
	.top-15   { top: -15px;   }
	.top15    { top: 15px;	  }
	
	.left-20  { left: -20px;  }
	.left20   { left: 20px;	  }
	.right-20 { right: -20px; }
	.right20  { right: 20px;  }
	.top-20   { top: -20px;   }
	.top20    { top: 20px;	  }
	
	.left-25  { left: -25px;  }
	.left25   { left: 25px;	  }
	.right-25 { right: -25px; }
	.right25  { right: 25px;  }
	.top-25   { top: -25px;   }
	.top25    { top: 25px;	  }

/***************************************************************************************************
image form default styles
***************************************************************************************************/
td.imageContainer {
	vertical-align: top;
	text-align: center;
	}
div.deleteButton {
	padding: 5px;
	text-align: center;
	}
div.deleteButton a.delete {
	background-position: 0px 0px;
	cursor: pointer;
	padding: 0px;
	display: block;
	width: 45px;
	height: 15px;
	margin: 0 auto;
	}
div.deleteButton a.delete:hover {
	background-position: 0px -15px;
	}
div.profileImageCaption {
	padding: 5px;
	}
textarea.captionBox {
	width: 100%;
	height: 50px;
	border:1px solid #FFFFFF;
	overflow:hidden;
	text-align:center;
	}
textarea.captionBox:hover {
	color: #666666;
	border:1px solid #cccc66;
	overflow:hidden;
	text-align:center;
	background-color: #ffffcc;
	}
textarea.captionBox:focus {
	border:1px solid #000000;
	overflow:hidden;
	text-align:center;
	background-color: #ffffcc;
	}
div.pageLinks {
	display: block;
	clear: both;
	text-align: center;
	padding: 10px;
	}
a.pageLink {
	padding: 5px;
	margin: 2px;
	border: 1px solid #000000;
	background-color: #cccccc;
	color: #000000;
	cursor: pointer;
	}
a.pageLink-off {
	padding: 5px;
	margin: 2px;
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #999999;
	cursor: pointer;
	}
div#flashUploader {
	text-align: center;
	}
img {
	border: 0px;
	}
img.button {
	cursor: pointer;
	}
div.center {
	text-align: center;
	padding: 0px !important;
	}
td.center {
	text-align: center !important;
	}
ul {
	list-style-type: none;
	}
li.exception {
	color: #cb402b;
	font-weight: bold;
	}
li.notAllowed {
	background-color: #cb402b;
	color: #ffffff;
	}
.footnote {
	padding: 10px;
	font-size: 9pt;
	font-style: italic;
	color: #666666;
	}
i.date_caption {
	background-color: #000000;
	padding: 2px 5px !important;
	color: #ffffff !important;
	font-size: 8pt !important;
	}
.text-center { text-align: center !important }
.text-right  { text-align: right !important }
.text-left   { text-align: left !important }

.instructions {
	padding: 20px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	}
.instructions h3 {
	font-size: 14px;
	padding: 10px;
	background-color: #cb402b;
	color: #ffffff;
	}
.instructions h3 a {
	color: #ffffff;
	}
.caps {
	text-transform: uppercase;
	}

/***************************************************************************************************
Standard form elements and headers
***************************************************************************************************/
#form_message,
.form_message {
	color: #2b7ecb;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
#complete_date {
	padding: 10px;
	color: #2b7ecb;
	font-size: 14px;
	}
h1.form_title_basketball,
h1.pageTitle {
	clear: both;
	background-image: URL(sitegraphics/form_header_bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 10px;
	font-size: 18px;
	}
h1.subPageTitle {
	clear: both;
	color: #cb402b;
	padding: 10px;
	font-size: 18px;
	}
h1.myChildren {
	display: block;
	background-image: URL(sitegraphics/title_mychildren.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	font-weight: normal;
	}
h1.myChildren b {
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	color: #003a76;
	font-weight: normal;
	}
h1.teamName {
	color: #1d1d1d;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	font-weight: bold;
	}
h2.teamName {
	color: #1d1d1d;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	font-weight: bold;
	}
h1.formTitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
h1.formTitle b {
	background-color: #1d1d1d;
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
	}
h1.formTitle b.fh-red {
	background-color: #cb402b;
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
	}
h2.teamInfo {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	}
.error ul {
	list-style-type: none;
	}
.error ul li {
	padding: 5px;
	color: #ff0000;
	border: 2px solid #cb402b;
	background-color: #ebaca2;
	}
img.delete {
	cursor: pointer;
	}
textarea {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, san-sarif;
	}
input, select, textarea {
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	line-height: 1;
	}
tr.child td,
tr.child th {
	background-color: #e0e0e0;
	}
tr.child-on {
	display: table-row;
	}
tr.child-off {
	display: none;
	}
div.formBody {
	background-image: URL(sitegraphics/form_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	display: block;
	min-height: 400px;
	padding: 10px;
	}

.shortMenu {
	display: block;
	margin-bottom: 10px;
	height: 25px;
	text-align: center;
	}
.shortMenu li {
	display:block;
	float:left;
	font-size:11px;
	margin-right:3px;
	}
.shortMenu li a {
	background-color: #1d1d1d;
	color: #ffffff;
	cursor:pointer;
	display:block;
	padding: 5px;
	text-decoration:underline;
	}
.shortMenu li a.pay {
	cursor:pointer;
	display:block;
	padding: 5px;
	text-decoration:underline;
	border: none;
	cursor: pointer;
	background-color: #5fbe13;
	}
.shortMenu li a:hover {
	background-color: #bcff81;
	color: #000000;
	}

/***************************************************************************************************
Cool CSS forms
***************************************************************************************************/
fieldset input[type="text"],
fieldset input[type="password"],
.form input[type="text"],
.form input[type="password"] {
	color: #000000;
	font-size: 110%;
	line-height:1;
	background-image: URL(sitegraphics/field_text_bg.gif);
	background-position: 0px 0px;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-top: 1px solid #727272;
	padding: 2px 5px 2px 5px;
	}
fieldset textarea,
.form textarea {
	color: #000000;
	font-size: 110%;
	line-height:1.3em;
	background-image: URL(sitegraphics/field_textarea_bg.gif);
	background-position: 0px 0px;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-top: 1px solid #727272;
	padding: 0px 0px 0px 5px;
	}
fieldset textarea:focus,
.form textarea:focus {
	background-position: 0px -1000px;
	color: #336699;
	}
fieldset textarea.error,
.form textarea.error {
	background-position: 0px -2000px;
	color: #336699;
	}
fieldset input[type="text"]:focus,
fieldset input[type="password"]:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus {
	background-position: 0px -34px;
	color: #336699;
	}
fieldset input[type="text"].error,
fieldset input[type="password"].error,
.form input[type="text"].error,
.form input[type="password"].error {
	background-position: 0px -68px;
	color: #ffffff;
	}
fieldset {
	margin: 10px;
	padding: 0px;
	border: 0px;
	}
legend {
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
	}
fieldset ol {
	list-style: none;
	margin-top: 10px;
	}
fieldset li {
	padding-bottom: 1em;
	clear: both;
	}
fieldset li i,
.form i {
	font-size: 10px;
	color: #666666;
	line-height: 1em;
	}
fieldset.submit {  
	border-style: none;
	}
fieldset.grey {
	background-image: URL(sitegraphics/fieldset_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
div.login {
	background-image: URL(sitegraphics/fieldset_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 2px solid #ababab;
	padding: 10px;
	background-color: #ffffff;
	}
div.login h2 {
	font-size: 14px;
	color: #005e8e;
	text-align: center;
	margin-bottom: 10px;
	}

/* NESTED FIELDSET */

fieldset fieldset {  
	margin:0 0 0 1.5em;
	}
fieldset fieldset legend {  
	clear: both;
	float: left;
	padding-left: 10px;
	}
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
	}
fieldset fieldset label {
	float: none;
	margin-left: 1.5em;
	margin-top: -1.5em;
	text-align: left;
	}
fieldset fieldset li {
	padding: 0;
	}
fieldset li.sub {
	padding-bottom: 0px;
	}
/*******************/

fieldset td {
	color:#333333;
	font-size:108%;
	font-weight:bold;
	padding:0 10px 0 0;
	text-align: right;
	}
fieldset label {  
	clear:both;
	color:#333333;
	display:block;
	float:left;
	font-size:108%;
	font-weight:bold;
	line-height:22px;
	padding:0 10px 0 0;
	text-align:right;
	width:140px; 
	}

abbr {
	color: #cb402b;
	font-size: 120%;
	vertical-align: middle;
	}
div.submit {
	padding-left: 160px;
	}
div.submit p {
	color:#666666;
	font-size:85%;
	margin:0;
	padding-bottom: 10px;
	}
fieldset div.line {
	display: block;
	height: 2px;
	background-color: #cccccc;
	}
input.submit {
	background-color: #cb402b;
	border:1px solid #1d1d1d;
	color:#FFFFFF;
	font-family:arial,helvetica,"Nimbus Sans L",sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	overflow:visible;
	padding:2px 8px 1px;
	vertical-align:middle;
	cursor: pointer;
	}
a.submit {
	background-color: #cb402b;
	border:1px solid #1d1d1d;
	color:#FFFFFF;
	font-family:arial,helvetica,"Nimbus Sans L",sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	overflow:visible;
	padding:2px 8px 1px;
	vertical-align:middle;
	cursor: pointer;
	text-decoration: none;
	}
.submit:hover {
	color: #1d1d1d;
	background-color: #ffffff;
	}
#form_errors,
.form_errors {
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #b31d10;
	background-color: #ffd5cf;
	border: 1px solid #b31d10;
	}
#form_errors li,
.form_errors li {
	background-image: URL(sitegraphics/form_error_item.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 5px 35px;
	}
.form_warnings {
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
	color: #930000;
	background-color: #fff5c0;
	border: 1px solid #ffb820;
	}
.form_warnings li {
	background-image: URL(sitegraphics/form_warning_item.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 5px 35px;
	}

.box-green {
	background-color: #d0ff98;
	padding: 10px;
	border: 2px solid #7cc435;
	color: #687f4c;
	}
.box-blue {
	background-color: #ccebff;
	padding: 10px;
	border: 2px solid #6cbefd;
	color: #66757f;
	}
.box-yellow {
	background-color: #fff7b5;
	padding: 10px;
	border: 2px solid #ffb400;
	color: #7f7b5a;
	}
.box-green h2,
.box-blue h2,
.box-yellow h2 {
	color: #005e8e;
	font-size: 18px;
	}
.box-green h3,
.box-blue h3,
box-yellow h3 {
	color: #005e8e;
	font-size: 14px;
	}
.box-green .submit,
.box-blue .submit {
	background-color: #005e8e;
	border: 1px solid #7bbfff;
	color: #9ed0ff;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	}
.box-green .submit:hover,
.box-blue .submit:hover {
	background-color: #60b2ff;
	color: #005e8e;
	border: 1px solid #005e8e;
	}
.box-yellow .submit {
	background-color: #ff8400;
	border: 1px solid #ff6600;
	color: #fff7b5;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	}
.box-yellow .submit:hover {
	background-color: #fff7b5;
	border: 1px solid #ff6600;
	color: #ff6600;
	}
.box-green td,
.box-blue td,
.box-yellow td {
	padding: 10px !important;
	}
.box-green td.last,
.box-blue td.last,
.box-yellow td.last {
	padding-right: 0px;
	}
.box-green input[type=text],
.box-blue input[type=text],
.box-yellow input[type=text] {
	font-size: 14px;
	color: #005e8e;
	font-weight: bold;
	text-transform: uppercase;
	}
.box-green i,
.box-blue i,
.box-yellow i {
	font-size: 12px;
	line-height: 16px;
	}

.box-blue li,
.box-green li,
.box-yellow li {
	padding-top: 10px;
	}

.box-agree {
	overflow: auto;
	height: 250px;
	border: 2px solid #cccccc;
	padding: 10px;
	}
.box-title {
	margin-top: 10px;
	display: block;
	background-color: #666666;
	color: #ffffff;
	border-right: #1d1d1d;
	border-bottom: #1d1d1d;
	border-top: #e8e8e8;
	border-left: #e8e8e8;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	}
.form_warnings a {
	text-decoration: underline;
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
	}

/***************************************************************************************************
Table Forms
- this is for forms that are generally more complex and require nesting of data elements, using the
- fieldset method, it is easy for CSS to loose control of the form.
***************************************************************************************************/
table.form th {
	color: #333333;
	font-size: 108%;
	font-weight: bold;
	line-height: 14px;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	}
table.form td {
	padding: 5px;
	}
table.form table td,
table.form table th {
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	}
table.form td.submit p {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	}
table.filter tr th,
table.filter tr td {
	padding: 0px 2px;
	}
/***************************************************************************************************
Div.form
***************************************************************************************************/
div.form td {
	vertical-align: top;
	text-align: left;
	}
div.form td p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
div.form td.submit p {
	color:#666666;
	font-size: 85%;
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	}

/***************************************************************************************************
Sport Picker
***************************************************************************************************/
.pickSport td,
.pickSkill td {
	padding: 10px;
	}
.pickLeagues {
	border: 1px solid #6cbefd;
	background-color: #e6f5ff;
	padding: 10px;
	}
.pickLeagues td {
	padding: 10px;
	}
#poolPrice {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #005e8e;
	}
#poolPrice i {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #66757F;
	}
#poolPrice td {
	padding: 0px;
	font-size: 12px;
	color: #66757F;
	font-weight: normal;
	}
#showPrice {
	color: #cb402b;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	}
#poolPrice th {
	padding: 0px;
	font-size: 18px;
	}
#pickLeague .pickLeagues td {
	font-size: 12px !important;
	line-height: 18px !important;
	padding: 10px;
	}
#pickLeague .pickLeagues td i {
	font-size: 12px !important;
	line-height: 16px !important;
	}


/***************************************************************************************************
Login form
***************************************************************************************************/
fieldset.login {
	width: 300px;
	padding: 0px;
	border: 1px solid #cccccc;
	}
fieldset.login h1,
fieldset.login h2, 
fieldset.login h3 {
	display: block;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: URL(sitegraphics/title_login.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
fieldset.login label {
	width: 70px;
	}
fieldset.login ol {
	margin-left: 10px;
	margin-right: 10px;
	}
fieldset.login div.submit {
	padding-left: 90px !important;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	}
div.formErrors ul {
	margin: 10px;
	list-style-type: none;
	}
div.formErrors ul li {
	padding: 5px;
	}
/***************************************************************************************************
Form Steps
***************************************************************************************************/
.steps h1 {
	padding-left: 130px;
	padding-bottom: 10px;
	}
.steps {
	margin: 10px;
	}	
.steps th {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background-image: URL(sitegraphics/arrow_step.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 40px;
	text-transform: uppercase;
	}
.steps th.on {
	background-image: URL(sitegraphics/arrow_step_on.gif);
	}
.steps td {
	vertical-align: middle;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
	}
/***************************************************************************************************
Choice list
***************************************************************************************************/
ul.choice {
	list-style-type: none;
	}
ul.choice li {
	display: block;
	width: 200px;
	padding: 10px;
	padding-right: 30px;
	color: #555555;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-image: URL(sitegraphics/arrow_white_10r.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1d1d1d;
	border-bottom: 2px solid #565656;
	}
ul.choice li.paid {
	background-image: URL(sitegraphics/choice_paid.gif);
	background-position: middle center;
	background-repeat: no-repeat;
	background-color: #405b28;
	color: #86bf54;
	}
ul.choice li.complete {
	background-image: URL(sitegraphics/choice_complete.gif);
	background-position: middle center;
	background-repeat: no-repeat;
	background-color: #405b28;
	color: #86bf54;
	}
ul.choice li.registered {
	background-image: URL(sitegraphics/choice_registered.gif);
	background-position: middle center;
	background-repeat: no-repeat;
	background-color: #405b28;
	color: #86bf54;
	}
ul.choice li.complete h3,
ul.choice li.paid h3 {
	color: #9cdc64;
	}
ul.choice li.on {
	background-image: URL(sitegraphics/arrow_red_10r.gif);
	color: #7f7f7f;
	background-color: #ffffff;
	}
ul.choice li.on:hover {
	background-image: URL(sitegraphics/arrow_red_10r.gif) !important;
	color: #7f7f7f !important;
	background-color: #ffffff !important;
	}
ul.choice li.available {
	color: #8e8e8e;
	}
ul.choice li.available a {
	cursor: pointer;
	}
ul.choice li.available:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: #666666;
	}
ul.choice li.available h3 {
	color: #ffffff;
	text-decoration: none;
	}

div.list ul.choice li a {
	text-decoration: underline;
	color: #ffffff;
	display: block;
	padding: 10px;
	font-size: 12px;
	}
div.list ul.choice li a:hover {
	color: #13446D;
	}
div.list ul.choice li.on a {
	color: #13446D;
	display: block;
	padding: 10px;
	}
div.list ul.choice li.on a:hover {
	color: #13446D;
	}
div.list ul.choice li {
	width: 180px;
	padding: 0px;
	background-color: #13446D;
	color: #ffffff;
	border-bottom: 1px solid #1e5b8f;
	border-right: 1px solid #1e5b8f;
	border-left: 1px solid #2a6393;
	border-top: 1px solid #2a6393;
	}
div.list ul.choice li:hover {
	background-color: #aad8ff;
	color: #13446D;
	border-bottom: 1px solid #4594d6;
	border-right: 1px solid #4594d6;
	border-left: 1px solid #d1eaff;
	border-top: 1px solid #d1eaff;
	}
div.list ul.choice li.on {
	background-color: #ffffff;
	color: #13446D;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	}


ul.choice h3 {
	font-size: 10px;
	color: #777777;
	text-transform: uppercase;
	}
ul.choice li.on h3 {
	color: #000000;
	}
/***************************************************************************************************
Team
***************************************************************************************************/
#registeredFor {
	font-size: 11px;
	color: #1d1d1d;
	font-weight: bold;
	}
#tournaments,
#leagues {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	clear: both;
	}
#tournaments td i,
#leagues td i {
	font-size: 8pt;
}
#teamLogo {
	text-align: center;
	margin-bottom: 10px;
	}
#existingPlayers {
	margin-bottom: 10px;
	}
div#rosterTitle {
	clear: both;
	}
.list-title,
.list-title-blue {
	clear: both;
	}
.list-title b {
	color: #7a7a7a;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	/* background-color: #7a7a7a; */
	}
.list-title-blue b {
	color: #3d9ecc;
	padding: 5px 10px 5px 10px;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	/* background-color: #3d9ecc; */
	}
.list-title-blue i {
	color: #005780;
	padding: 5px 10px 5px 10px;
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	font-size: 10px;
	}
.list-title-blue span i {
	padding: 5px 10px 5px 10px;
	background-image: URL(sitegraphics/row_exception_bg.gif);
	background-repeat: repeat-x;
	background-color: #cb402b;
	color: #ffffff;
	}
div#players {
	clear: both;
	}
.list th {
	color: #cccccc;
	background-color: #7a7a7a;
	font-size: 11px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	}
.list-blue th {
	color: #d8ecf5;
	background-color: #3d9ecc;
	font-size: 11px !important;
	text-align: left;
	padding: 5px 10px 5px 10px;
	}
tr.row1 td {
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #3f393a;
	background-image: URL(sitegraphics/row_1_bg.gif);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	}
tr.row2 td {
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #3f393a;
	background-image: URL(sitegraphics/row_2_bg.gif);
	background-repeat: repeat-x;
	background-color: #d1d1d1;
	}
tr.row3 td {
	padding: 10px;
	font-size: 11px;
	color: #005780;
	background-image: URL(sitegraphics/row_3_bg.gif);
	background-repeat: repeat-x;
	background-color: #cce9f7;
	}
tr.row4 td {
	padding: 10px;
	font-size: 11px;
	color: #005780;
	background-image: URL(sitegraphics/row_4_bg.gif);
	background-repeat: repeat-x;
	background-color: #97d3f0;
	}
tr.exception td {
	padding: 10px;
	background-image: URL(sitegraphics/row_exception_bg.gif);
	background-repeat: repeat-x;
	background-color: #cb402b;
	color: #ffffff;
	}
tr.exception a {
	color: #ffffff;
	}
tr.exception a:hover {
	color: #f4ddd9;
	}
/***************************************************************************************************
<a> buttons
***************************************************************************************************/
a.button {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	border: 1px solid #cb402b;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
	}
a.button:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000 !important;
	}
a.delete,
a.red {
	cursor: pointer;
	background-color: #990000;
	}
a.pay,
a.green {
	cursor: pointer;
	background-color: #5fbe13;
	border: 1px solid #3e8b00;
	}
a.logo,
a.blue {
	cursor: pointer;
	background-color: #1b8ccd;
	border: 1px solid #005f95;
	}
a.disabled {
	color: #777777;
	background-color: #999999;
	cursor: default !important;
	border: 1px solid #666666;
	}
a.disabled:hover {
	color: #777777;
	background-color: #999999;
	}

/***************************************************************************************************
Dashboard Team List
***************************************************************************************************/
table.teamList {
	margin: 0 auto;
	clear: both;
	}
table.teamList td,
table.teamList th {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
table.teamList td.center {
	text-align: center !important;
	}
table.teamList td.right {
	text-align: right !important;
	}
table.teamList th {
	background-color: #13446D;
	color: #7bb7e9;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	}
table.teamList td {
	background-image: URL(sitegraphics/row_team_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #d8d8d8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c0c0c0;
	}
table.teamList td.first {
	border-left: 1px solid #ffffff !important;
	}
table.teamList td.last {
	border-right: 1px solid #c0c0c0 !important;
	padding-right: 10px;
	}
table.teamList tr.row:hover {
	background-color: #d1ffa8;
	}
table.teamList td i {
	display: block;
	clear: both;
	font-size: 10px;
	color: #666666;
	}
table.teamList b.sex {
	color: #0e62aa;
	text-transform: uppercase;
	}
table.teamList tr:hover td {
	background-color: #cbeeff;
	background-image: URL(sitegraphics/row_team_bg-o.gif);
	color: #69a5c0;
	border-bottom: 1px solid #77b5d3;
	}
table.teamList tr:hover td.last {
	border-right: 1px solid #77b5d3;
	padding-right: 10px;
	}
table.teamList tr:hover td a {
	color: #427e99;
	}
table.teamList tr:hover td a:hover {
	color: #00b0ff;
	}
table.teamList td.text-center {
	text-align: center !important;
	}
table.teamList tr.row1 td {
	background-color: #d9d9d9;
	background-image: URL(sitegraphics/row_team_bg-1.gif);
	color: #666666;
	border-bottom: 1px solid #c2c2c2;
	}
table.teamList tr.row2 td {
	background-color: #c2c2c2;
	background-image: URL(sitegraphics/row_team_bg-2.gif);
	color: #444444;
	border-bottom: 1px solid #a9a9a9;
	}
table.teamList tr.row2 td.last {
	border-right: 1px solid #a9a9a9 !important;
	padding-right: 10px;
	}
table.teamList tr.row2 tr:hover td.last {
	border-right: 1px solid #77b5d3;
	padding-right: 10px;
	}
table.teamList tr.row1:hover td {
	background-color: #cbeeff;
	background-image: URL(sitegraphics/row_team_bg-o.gif);
	color: #69a5c0;
	border-bottom: 1px solid #77b5d3;
	}
table.teamList tr.row2:hover td {
	background-color: #cbeeff;
	background-image: URL(sitegraphics/row_team_bg-o.gif);
	color: #69a5c0;
	border-bottom: 1px solid #77b5d3;
	}
table.teamList tr.error td,
table.teamList tr.error:hover td {
	background-color: #9b200e;
	background-image: URL(sitegraphics/row_team_bg-e.gif);
	color: #ffffff;
	border-top: 1px solid #cb402b;
	border-bottom: 1px solid #aa2815;
	}
table.teamList tr.error td.last,
table.teamList tr.error:hover td.last {
	border-bottom: 1px solid #aa2815;
	}
table.teamList tr.error td i {
	color: #ebd4d0;
	}

table.teamList tr td.subList {
	padding: 0px !important;
	}
table.teamList tr td.subList table td {
	background-image: URL(sitegraphics/row_subList.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	color: #ffffff;
	padding: 20px;
	}
table.teamList tr td.subList table td.last {
	padding: 20px;
	}
table.teamList tr td.subList table td.last:hover {
	padding: 20px;
	}
table.teamList tr td.subList table td a {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	}
table.teamList tr td.subList table td a:hover {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	}
table.teamList th i {
	color: #b4d9f8;
	font-size: 80%;
	}

.actions {
	white-space: nowrap;
	}
.actions a {
	margin: 2px;
	}
.actions li {
	white-space: nowrap;
	display: inline;
	margin: 2px;
	}
.teamData {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
.listTitle {
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #13446D;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	}
.imgTitle {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #ffffff;
	}
.redTitle {
	background-color: #cb402b;
	color: #ffffff;
	padding-bottom: 5px;
	}
.redTitle a {
	cursor: pointer;
	color: #ffffff;
	text-decoration: underline;
	}
.redTitle a:hover {
	color: #ffffff;
	text-decoration: none;
	}
.linkTitle {
	background-color: #ffffff;
	}
.rightTitle {
	float: right;
	}
.listTitle a.delete {
	text-decoration: underline;
	cursor: pointer;
	color: #cc0000;
	background-color: #ffffff;
	}
.listTitle a.delete:hover {
	color: #ff0000;
	}
.print {
	background-image: URL(sitegraphics/listTitle_print_bg.gif);
	background-repeat: repeat-x;
	background-color: #9ec89b;
	background-position: 0px 0px;
	}
.print:hover {
	background-position: 0px -100px;
	}
.print a {
	background-image: URL(sitegraphics/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
.print a:hover {
	color: #247169;
	}

/***************************************************************************************************
//
//
//
// DUE PAYMENTS TABLE
//
//
//
***************************************************************************************************/

table.priceList th {
	background-image: URL(sitegraphics/priceList_header_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #cb402b;
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
	font-weight: normal;
	}
table.priceList th a {
	color: #ffffff;
	text-decoration: underline;
	}
table.priceList th a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#facebox table.priceList td,
table.priceList td {
	background-image: URL(sitegraphics/priceList_row_1.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #1d1d1d;
	font-size: 12px;
	padding: 10px;
	font-weight: normal;
	}
table.priceList tr.row1 td {
	background-image: URL(sitegraphics/priceList_row_1.gif);
	}
table.priceList tr.row2 td {
	background-image: URL(sitegraphics/priceList_row_2.gif);
	background-color: #e8e8e8;
	}
table.priceList tr.rowd td {
	background-color: #cbeeff !important;
	background-image: URL(sitegraphics/row_team_bg-o.gif) !important;
	color: #69a5c0 !important;
	}

/***************************************************************************************************
//
//
//
// INLINE ALERTS
//
//
//
***************************************************************************************************/

.playerInvites {
	text-decoration: none;
	background-color: #cc0000;
	color: #ffffff !important;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	position: relative;
	top: -11px;
	left: -10px;
	}
.playerInvites:hover {
	background-color: #ff0000;
	}
.playerInvites a {
	color: #ffffff !important;
	}
.childName {
	display: inline;
	position: relative;
	top: -6px;
	}

/***************************************************************************************************
Profile dependants form
***************************************************************************************************/
#dependants {
	margin-bottom: 10px;
	}


/***************************************************************************************************
Thank you page
***************************************************************************************************/
.thankYou {
	padding: 20px;
	text-align: center;
	}


/*--------------------------------------------------------------------------------------------------
//
//
// Media Form
//
//
*/

	.mediaForm {
		background-color:#E4EBF0;
		border:1px dashed #CCCCCC;
		margin:10px;
		padding:10px;
		}
	.mediaForm th {
		background-color:#AFC4D4;
		border-bottom:1px solid #666666;
		font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
		font-size:10px;
		font-weight: bold !important;
		padding: 5px !important;
		text-align:left;
		text-transform:uppercase;
		}
	.mediaForm input.link {
		width: 400px;
		}
	.mediaForm td {
		padding: 5px !important;
		}

.grey {
	background-color: #e0e0e0;
	}
a.fullStory {
	font-size: 11px !important;
	background-color: #cb402b !important;
	color: #ffffff !important;
	padding: 2px 5px 2px 5px !important;
	font-weight: bold !important;
	}
a.fullStory:hover {
	background-color: #1d1d1d !important;
	color: #ffffff !important;
	}
/***************************************************************************************************
Social networking links
***************************************************************************************************/
div.social {
	margin-bottom: 10px;
	}
div.social a.twitter {
	text-decoration: none;
	display: block;
	width: 230px;
	height: 70px;
	background-image: URL(sitegraphics/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #ccdce4;
	}
div.social a.twitter:hover {
	background-position: 0px -70px;
	border: 1px solid #b1ceff;
	}
div.social a.facebook {
	text-decoration: none;
	display: block;
	width: 230px;
	height: 70px;
	background-image: URL(sitegraphics/icon_facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #ccdce4;
	}
div.social a.facebook:hover {
	background-position: 0px -70px;
	border: 1px solid #b1ceff;
	}
div.social a.facebook h2 {
	color: #4b6ea8;
	}
div.social a.twitter h2 {
	color: #25a2be;
	}
div.social h1 {
	display: block;
	margin-left: 70px;
	font-size: 18px;
	line-height: 18px;
	}
div.social h2 {
	display: block;
	margin-top: 20px;
	margin-left: 70px;
	font-size: 12px;
	line-height: 12px;
	}
/***************************************************************************************************
Featured Stories - home page
***************************************************************************************************/
div.featureStory  {
	padding:10px;
	}
div.featureStory div.grey {
	background-color: #b8b6b6;
	}
div.featureStory div.grey i {
	display: block;
	color: #666666;
	font-size: 8pt;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	}
div.featureStory i {
	font-size: 11px;
	color: #666666;
	}
div.featureStory p {
	padding: 10px 0px 10px 0px;
	color: #1d1d1d;
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	}
div.featureStory h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #1d1d1d;
	}
div.featureStory div.title {
	background-color: #3f393a;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 17px;
	}
div.featureStory div.title b {
	float: left;
	display: block;
	}
div.featureStory div.title a {
	float: right;
	display: block;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	}
div.featureStory div.title a:hover {
	text-decoration: none;
	}
div.featureStory .olderStories {
	padding: 0px;
	}
div.featureStory .olderStories li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	}
div.featureStory .olderStories a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
div.featureStory .olderStories a:hover {
	color: #cb402b;
	}
div.featureStory .olderStories p {
	margin: 0px;
	color: #1d1d1d;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	}
/***************************************************************************************************
About Fieldhouse - home page
***************************************************************************************************/
div.aboutFieldhouse {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	}
div.aboutFieldhouse h3 {
	background-color: #cb402b;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff !important;
	}
div.aboutFieldhouse h3 span {
	color: #ffffff !important;
	}
div.aboutFieldhouse p {
	padding: 10px 0px;
	line-height: 18px;
	font-size: 12px;
	color: #1d1d1d;
	}
/***************************************************************************************************
Featured Stories - view page
***************************************************************************************************/

div.content {
	padding: 10px;
	}
div.content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	}
div.content .body {
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	}
div.content .media {
	text-align: left;
	vertical-align: top;
	}
/***************************************************************************************************
Contact Us Page
***************************************************************************************************/
.contact {
	font-size: 14px;
	}
.contact th,
.contact td {
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
	}
.contact th {
	color: #cb402b;
	}
.contact h3 {
	font-size: 18px;
	}
/***************************************************************************************************
Tournaments page
***************************************************************************************************/
.tournament b {
	color: #cb402b;
	}

/* UI STYLES */
.overlay-error {
	background: #B81900 url(theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat scroll 50% 50% !important;
	border:1px solid #CD0A0A !important;
	color:#FFFFFF !important;
}
.error .ui-widget-header {
	background: #B81900 url(theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat scroll;
	color: #ffffff;
}
.error .ui-dialog-title-form_box {
	background-image: URL();
}



/*
//
//
// FLV PLAYER
//
//
*/

	.moviePlayer {
		display: block;
		padding: 10px;
		}
	.moviePlayer .listTitle {
		clear: both;
		}
	.moviePlayer .title {
		padding: 10px;
		background-color: #cb402b;
		color: #ffffff;
		border-left: 2px solid #ea7563;
		border-right: 2px solid #ea7563;
		border-bottom: 2px solid #ea7563;
		text-transform: uppercase;
		font-weight: bold;
		}
	.moviePlayer .title p {
		text-transform: none;
		font-size: 11px;
		font-weight: normal;
		}
	.moviePlayer table {
		clear: both;
		}
	.moviePlayer td {
		vertical-align: top;
		}
	.moviePlayer ul {
		list-style-type: none;
		}
	.moviePlayer li {
		display: block;
		cursor: pointer;
		padding: 10px;
		padding-left: 20px;
		clear: both;
		color: #bbd3e8;
		border-bottom: 2px solid #4594d6;
		border-right: 2px solid #4594d6;
		border-left: 2px solid #4594d6;
		background-color: #13446D;
		background-image: URL(sitegraphics/movie_play.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}
	.moviePlayer a {
		display: block;
		color: #ffffff;
		text-decoration: underline;
		}
	.moviePlayer a:hover {
		color: #daffba;
		}
	.moviePlayer li:hover {
		background-color: #4594d6;
		background-image: URL(sitegraphics/movie_play-o.gif);
		}
	.moviePlayer li.current {
		background-color: #ffffff;
		color: #13446D;
		background-image: URL(sitegraphics/movie_play-d.gif);
		}
	.moviePlayer li.current a {
		color: #439711;
		}

.sportPage {
	padding: 0px;
	margin: 0px;
	}
.sportPage .title {
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	display: block;
	background-color: #1d1d1d;
	color: #cccccc;
	font-size: 12px;
	}
.sportPage .sportDisplay {
	display: block;
	width: 370px;
	padding-top: 320px;
	background-repeat: no-repeat;
	}
.sportPage .basketball {
	background-image: URL(sitegraphics/sport_bg_basketball.jpg);
	}
.sportPage .volleyball {
	background-image: URL(sitegraphics/sport_bg_volleyball.jpg);
	}
.sportPage .soccer {
	background-image: URL(sitegraphics/sport_bg_soccer.jpg);
	}
.sportPage .lacrosse {
	background-image: URL(sitegraphics/sport_bg_lacrosse.jpg);
	}
.sportPage .football {
	background-image: URL(sitegraphics/sport_bg_football.jpg);
	}
.sportPage .futsal {
	background-image: URL(sitegraphics/sport_bg_futsal.jpg);
	}
.sportPage .other {
	background-image: URL(sitegraphics/sport_bg_other.jpg);
	}

.sportPage .registerBox {
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-image: URL(sitegraphics/register_box_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #317dc5;
	border: 5px solid #317dc5;
	color: #b5dbff;
	}
.sportPage .academyBox {
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-image: URL(sitegraphics/academy_box_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #6d6d6d;
	border: 5px solid #6d6d6d;
	color: #cccccc;
	}
.sportPage .registerBox h2,
.sportPage .academyBox h2 {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
	}
.sportPage .registerBox p,
.sportPage .academyBox p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	}

.sportPage .league {
	padding: 10px;
	}
.sportPage .league h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1d1d1d;
	margin-bottom: 5px;
	}
.sportPage .league h4 i {
	clear: both;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}
.sportPage .league td {
	color: #666666;
	}

/*--------------------------------------------------------------------------------------------------
//
//
//
// SPORT'S PAGE TAB NAVIGATION
//
//
//
//------------------------------------------------------------------------------------------------*/

.padded .tabs {
	margin: 1px;
	}
.padded .tabs li {
	margin-bottom: 1px;
	margin-right: 1px;
	}

.tabs {
	list-style-type: none;
	}
.tabs li {
	background-image: URL(sitegraphics/sport_tab_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: none;
	float: right;
	background-color: #cb402b;
	font-size: 12px;
	}
.tabs.left li {
	float: left;
	}
.tabs li:hover {
	background-position: 0px -100px;
	}
.tabs li.down {
	background-position: 0px -200px;
	background-color: #ffffff;
	}
.tabs li a {
	background-image: URL(sitegraphics/tab_sport_arrow.gif);
	background-position: 10px 22px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	color: #ffffff;
	white-space: nowrap;
	}
.tabs li a:hover {
	background-position: 10px -78px;
	}
.tabs li.down a {
	color: #1d1d1d;
	background-position: 10px -178px;
	}
.tabs li.down:hover a {
	color: #cb402b;
	background-position: 10px -278px;
	}
.sportRegisterButton {
	cursor: pointer;
	}

/*--------------------------------------------------------------------------------------------------
//
//
//
// LEAGUE LIST NAVIGATION
//
//
//
//------------------------------------------------------------------------------------------------*/

.sportPage #leagueList {
	margin-left: 10px;
	}
.sportPage .nav {
	text-align: right;
	padding-right: 10px;
	}
.sportPage .nav h2 {
	font-size: 36px;
	line-height: 36px;
	}
.sportPage .nav h2 b {
	color: #cb402b;
	}
.sportPage .nav div h3 {
	font-size: 18px;
	margin-top: 10px;
	color: #3f393a;
	}

.sportPage .nav li {
	padding: 10px 20px 10px 10px;
	border: 2px dashed #ffffff;
	}
.sportPage .nav li:hover {
	border: 2px dashed #cccccc;
	background-color: #feffbb;
	}
.sportPage .nav li.current {
	background-color: #feff80;
	border: 2px dashed #ecd163;
	}

.sportPage .nav li div {
	color: #86714c;
	}
.sportPage .nav li.current div {
	color: #c29a54;
	}

.sportPage .nav a {
	display: block;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
	color: #1d1d1d;
	}
.sportPage .nav li.current a {
	color: #833f03;
	}
.sportPage .nav a:hover {
	color: #cb402b;
	}
.sportPage .nav h4 {
	font-size: 14px;
	font-weight: bold;
	}

/*--------------------------------------------------------------------------------------------------
//
//
//
// LEAGUE LIST NAVIGATION
//
//
//
//------------------------------------------------------------------------------------------------*/
.league h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #cb402b;
	text-align: center;
	}


/*--------------------------------------------------------------------------------------------------
//
//
//
// MY TEAMS PAGE
//
//
//
//------------------------------------------------------------------------------------------------*/
.myTeams td {
	padding-left: 10px;
	color: #666666;
	}
.myTeams h2 {
	font-size: 24px;
	color: #003366;
	margin-bottom: 10px;
	}
.myTeams h3 {
	font-size: 14px;
	color: #cb402b;
	margin-bottom: 10px;
	}
.myTeams td {
	vertical-align: top;
	}
.teamDates th {
	text-align: right;
	color: #1d1d1d;
	font-weight: bold;
	padding: 5px;
	}
.teamDates td {
	padding: 5px;
	font-weight: normal;
	}


/*--------------------------------------------------------------------------------------------------
//
//
//
// TEAM STATUS
//
//
//
//------------------------------------------------------------------------------------------------*/
.teamStatus th {
	background-repeat: repeat-x;
	background-position: top center;
	padding: 5px 5px 10px 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	}
.teamStatus th h2 {
	color: #ffffff;
	font-size: 18px;
	}
.teamStatus td {
	text-align: center;
	}
.teamStatus b.red {
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #ff0000;
	}
.teamStatus b.green {
	font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #339900;
	}


.teamStatus.pooled th {
	color: #8ebae4;
	background-image: URL(sitegraphics/status_tile_pooled.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #83c2fe;
	border-top: 1px solid #83c2fe;
	border-right: 1px solid #13315f;
	border-bottom: 1px solid #13315f;
	}
.teamStatus.unpaid th {
	color: #be8080;
	background-image: URL(sitegraphics/status_tile_unpaid.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #c45959;
	border-top: 1px solid #c45959;
	border-right: 1px solid #400000;
	border-bottom: 1px solid #400000;
	}
.teamStatus.paid th {
	color: #a0cf7a;
	background-image: URL(sitegraphics/status_tile_paid.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #afea7d;
	border-top: 1px solid #afea7d;
	border-right: 1px solid #265a00;
	border-bottom: 1px solid #265a00;
	}



/*--------------------------------------------------------------------------------------------------
//
//
//
// SPORT PAGE TOURNAMENT LIST
//
//
//
//------------------------------------------------------------------------------------------------*/

	h1.tournamentTitle {
		color: #cb402b;
		font-size: 18px;
		padding: 10px;
		}
	
	.tournamentList {
		
		}
	
	.tournamentList li {
		padding: 10px;
		line-height: 18px;
		}
	
	.tournamentList li a {
		font-size: 14px;
		color: #1d1d1d;
		}
	.tournamentList li a:hover {
		color: #666666;
		}

/*--------------------------------------------------------------------------------------------------
//
//
//
// STANDINGS
//
//
//
//------------------------------------------------------------------------------------------------*/

	.standings th {
		text-align: left;
		}

/*--------------------------------------------------------------------------------------------------
//
// CHOOSE REGISTRATION
//
*/
	div.modal {
		position: absolute;
		z-index: 998;
		background-color: #000000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.7;
		}
	div.shadow {
		top: 100px;
		left: 500px;
		position: absolute;
		width: 530px;
		height: 300px;
		z-index: 999;
		background-image: URL(sitegraphics/bg_black_50.png);
		_background-color: #000000;
		}
	a.close {
		cursor: pointer;
		position: absolute;
		top: -35px;
		right: 5px;
		display: block;
		width: 72px;
		height: 30px;
		background-image: URL(sitegraphics/popup_close.gif);
		background-position: 0px 0px;
		}
	a.close:hover {
		background-position: 0px -30px;
		}
	div.choose {
		position: relative;
		top: -5px;
		left: -5px;
		width: 530px;
		height: 300px;
		z-index: 999;
		}
	div.choose ul {
		margin: 0px;
		padding: 0px;
		}
	div.choose li {
		margin: 0px;
		padding: 0px;
		}
	div.choose li a {
		display: block;
		width: 530px;
		height: 100px;
		color: #ffffff;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		}
	div.choose li a h2 {
		font-size: 24px;
		line-height: 24px;
		font-weight: normal;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 0px;
		text-shadow: 0.1em 0.1em #0c2d5f;
		text-decoration: none;
		text-align: left;
		margin: 0px;
		}
	div.choose li a h3 {
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		margin: 0px;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 10px;
		text-decoration: none;
		text-align: left;
		}
	a.online {
		background-image: URL(sitegraphics/reg_online.gif);
		background-position: 0px 0px;
		}
	a.online:hover {
		background-position: 0px -100px;
		}
	a.individual {
		background-image: URL(sitegraphics/reg_individual.gif);
		background-position: 0px 0px;
		}
	a.individual:hover {
		background-position: 0px -100px;
		}
	a.all {
		background-image: URL(sitegraphics/reg_all.gif);
		background-position: 0px 0px;
		}
	a.all:hover {
		background-position: 0px -100px;
		}
.anchors { background-color: #eee; border-bottom: 1px solid #ccc; zoom:1 }
.anchors, .sampleAnchors { list-style: none; margin: 0; padding: 0 0 1px; }
.anchors:after, .sampleAnchors:after { display: block; clear: both; content: " "; }
.anchors li { float: left; margin: 0 1px 0 0; }
.anchors a, .sampleAnchors a {
    display: block; position: relative; top: 1px; border: 1px solid #ccc;
    border-bottom: 0; z-index: 2; padding: 2px 9px 1px; color: #444; text-decoration: none;
}
.anchors .on a { padding-bottom: 2px; font-weight: bold; }
.anchors a:focus, .anchors a:active, .sampleAnchors a:focus, .sampleAnchors a:active { outline: none; }
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active { background: #fff; }
.anchors .on a:link, .anchors .on a:visited {  cursor: text; }
.anchors a:hover, .anchors a:focus, .anchors a:active { cursor: pointer; }
.on { display: block; }
.anchors a h2 { padding:0; margin:2px }
.tabs-selected a { background-color: #fff; color: #000; font-weight: bold; border-bottom: 1px solid #fff; margin-bottom: -1px; overflow: visible }

.tabContent { padding: 10px 25px; clear: left; background-color: #fff; margin: 0 0 30px 0; zoom:1}
.sampleTabContent { padding: 10px 25px; clear: left; background-color: #fff; margin: 0 0 50px 0; border: 1px solid #ddd; zoom:1}
.tabs-hide { display: none; background-color: #fff }

.sampleAnchors a { display: block; }
.sampleAnchors li { float: left; margin: 0 1px 0 0; }
.sample-tab-selected a { background-color: #fff; color: #000; font-weight: bold; border-bottom: 1px solid #fff; margin-bottom: -1px; overflow: visible}


div.growlUI { background: url(sitegraphics/registration/checkmark_growl.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left }
div.growlUI h2 { font-size: medium }

div.blockOverlay {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	}
