/* FTNav3 Styles */
/*
	- FT TABLE STYLES
	- APN SELECTS
	- NAV 3 STYLES
	- NAV 4 STYLES
	- PAGINATION
	
	- LADDER NAVIGATION
		- LEVEL 1
		- LEVEL 2
*/

body {
	background: #EEEEEE !important;
}

alertmsg {
	background: #EEEEEE !important;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* TABLE HEADING */
.spacer5 {
	clear: both;
	float: inherit;
	width: 100%;
	height: 5px;
}

.apn_heading {
	clear: both;
	float: inherit;
	margin: 3px 0px 0px 0px;
	width: 300px;
	height: 38px;
}

.headingThreeFloat {
	float: left;
	padding: 5px 0px 0px 5px;
}

.headingthree {
	width: 190px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.headingThreeFloat p {
	width: 190px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #888;
}

.apn_headingLogo {
	display: block;
	float: right;
	margin: 0px 5px 0px 0px;
	width: 75px;
}

/* APN SELECTS */
.apn_selects {
	clear: both;
	float: inherit;
	margin: 4px 0px 0px 2px;
}

.apn_selects select {
	margin: 2px;
	font-size: 11px;
}

.apn_selectRound {
	float: left;
	width: 65px;
}

.apn_selectRegion {
	float: left;
	width: 123px;
}

.apn_selectLadderType {
	float: left;
	width: 92px;
}

/* FT TABLE STYLES */
.ftdatatable {
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;		
	border-collapse: collapse;
	border-spacing:0;
	border: none;
	width: 100%;
}

.ftdatatable a, .ftdatatable a:link, .ftdatatable a:visited {
	text-decoration: none;
}

.ftdatatable a:hover, .ftdatatable a:active {
	text-decoration: underline;
}

.ftdatatable form {
	margin: 0;
	padding: 0;
}

.fttipmoduletable1headingrow {
	background: #fff url(/images/footytips/2009/ft_navRight_table_bg.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px;
}

.fttipmoduletable1headingrow td {
	padding: 5px;
}

.fttipmoduletable1heading {
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

.ftdatatable1row {
	color: #000;
	padding: 2px;
}

.ftdatatable0cell {
  color: #000000;
	padding: 3px;
	background: #fff url(/images/footytips/2008/ftdata_data.jpg) repeat-x bottom;
	border: 0;
}

.ftdatatable1cell {
  color: #000;
	padding: 3px;
	background: #fff url(/images/footytips/2008/ftdata_data.jpg) repeat-x bottom;
	border: 0;
}


#laddermodule {
	font-family: verdana, arial, sans-serif;
}

/* PAGINATION */
.paginationTitle {
	float: left;
	font-weight: regular;
	margin: 12px 5px 0px 0px;
	padding: 0px 5px 0px 10px;
	font-size: 10px;
	color: #555;
	font-family: Arial, Verdana, sans-serif;	
	font-size:11px;
}

.horizontalListingButton {
	float: left;
	margin: 4px 2px 0;
}

.horizontalListingButton .nextPage {
	background: url(/images/footytips/2009/ft_icon_pagination_next.jpg) no-repeat center;
	width: 18px;
	height: 18px;
}

.horizontalListingButton .previousPage {
	background: url(/images/footytips/2009/ft_icon_pagination_prev.jpg) no-repeat center;
	width: 18px;
	height: 18px;
}

.horizontalListingButton .nextPageFan {
	background: url(/images/fantasy/2009/fan_pagination_next.jpg) no-repeat center;
	width: 18px;
	height: 18px;
}

.horizontalListingButton .previousPageFan {
	background: url(/images/fantasy/2009/fan_pagination_prev.jpg) no-repeat center;
	width: 18px;
	height: 18px;
}

.horizontalListingTD {
	float: left;
	font-size: 10px;
}

.horizontalListingTD a {
	float: left;
}

.horizontalListingTD a:link, .horizontalListingTD a:visited {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	background: #fff;
}

.horizontalListingTD a:hover, .horizontalListingTD a:active {
	float: left;
	border: 1px solid #bbb;
	text-align: center;
	background: #f1f1f1;
	text-decoration: none;
	font-size: 10px;
}

.horizontalListingTDCurrent {
	float: left;
}

.horizontalListingTDCurrent a {
	float: left;
}

.horizontalListingTDCurrent a:link, .horizontalListingTDCurrent a:visited {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #254a83;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #fff url(/images/footytips/2008/analysis/ft_analysis_paginationSelected_bg.jpg) repeat-x bottom;
	font-size: 10px;
	color: #fff;
}

.horizontalListingTDCurrent a:hover, .horizontalListingTDCurrent a:active {
	color: #fff;
	border: 1px solid #000;
	font-size: 10px;
}

.horizontalListingTD #nonactive {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	float:left;
	font-size:11px;
	margin:0px 1px 0px 0px;
	padding:3px 7px;
	text-align:center;
	text-decoration:none;
	color: #E2E2E2;
}

/*	LEFT CONTENT PAGINATION */
.leftContentPaginationContainer {
	clear: both;
	float: inherit;
	display: block;
	margin: 0px 0px 5px 0px;
	height: 30px;
	width: 100%;
	background: #fff;
	/*border-bottom: 1px solid #ddd;*/
	overflow: hidden;
}

.leftContentPagination {
	float: right;
	padding: 5px;
}

.leftContentPaginationNumbers {
	float: left;
	padding: 4px 0px 0px 0px;
}

/* LADDER NAVIGATION */

/* LEVEL 1 */
.modulenav1fill {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 21px;
	width: 100%;
}

.modulenav1tablebg {
	margin: 0;
	height: 21px;
	background: url(/images/footytips/2009/ft_navRight_1_bg.jpg) repeat-x bottom #FFFFFF;
	width: 100%;
}

.modulenav1table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.modulenav1nonbuffmostl {
	width: 4px;
}

.modulenav1actbuffl {
	background: url(/images/footytips/2009/ft_navRight_1_active_left_bg.jpg) no-repeat top right;
	width: 7px;
	margin: 0;
	padding: 0;
	height: 21px;
	border-bottom: 0;
}

.modulenav1actcell {
	background: #1b5a99 url(/images/footytips/2009/ft_navRight_1_active_bg.jpg) repeat-x top;
	padding: 0px 7px 0px 7px;
	margin: 0;
	color: #fff;
	height: 21px;
	border-bottom: 0px;
}

a.modulenav1active, a.modulenav1active:link, a.modulenav1active:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: center;
	font-weight: bold;
	text-align: center;
	padding: 2px 7px 0px 7px;
	margin: 0;
	border-bottom: 0;
}

a.modulenav1active:hover, a.modulenav1active:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 2px 7px 0px 7px;
	margin: 0;
	color: #fff;
	border-bottom: 0px;
}

.modulenav1actbuffr {
	background: url(/images/footytips/2009/ft_navRight_1_active_right_bg.jpg) no-repeat top left;
	width: 7px;
	height: 21px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.modulenav1nonbuffl {
	background: url(/images/footytips/2009/ft_navRight_1_nonActive_left_bg.jpg) no-repeat top right;
	width: 10px;
	margin: 0;
	padding: 0;
	height: 21px;
	border-bottom: 0;
}

.modulenav1noncell {
	background: #fff url(/images/footytips/2009/ft_navRight_1_nonActive_bg.jpg) repeat-x top;
	padding: 0px 7px 0px 7px;
	margin: 0;
	height: 17px;
	border-bottom: 0px;
}

a.modulenav1nonactive, a.modulenav1nonactive:link, a.modulenav1nonactive:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding: 2px 7px 0px 7px;
	margin: 0;
	border: 0;
}

a.modulenav1nonactive:hover, a.modulenav1nonactive:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 2px 7px 0px 7px;
	margin: 0;
	border: 0;
}

.modulenav1nonbuffr {
	background: url(/images/footytips/2009/ft_navRight_1_nonActive_right_bg.jpg) no-repeat top left;
	width: 7px;
	padding: 0px 2px 0px 0px;
	margin: 0;
	height: 21px;
	border-bottom: 0px;
}

.modulenav1nonbuffmostr {
	width: 4px;
}


/* LEVEL 2 */
.modulenav2fill {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 24px;
	width: 100%;
}

.modulenav2tablebg {
	margin: 0;
	height: 24px;
	border: 0px;
	background: #2c6193 url(/images/footytips/2009/ft_navRight_2_bg.jpg) repeat-x bottom;
}

.modulenav2table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.modulenav2nonbuffmostl {
	width: 5px;
	height: 24px;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.modulenav2actbuffl {
	background: url(/images/footytips/2009/ft_navRight_2_active_left_bg.jpg) no-repeat bottom right;
	width: 7px;
	height: 24px;
	margin: 0;
	padding: 0;
	background-color: none;
}

.modulenav2actcell {
	background: url(/images/footytips/2009/ft_navRight_2_active_bg.jpg) repeat-x bottom;
	padding: 0;
	margin: 0;
	height: 24px;
	background-color: none;
}

a.modulenav2active, a.modulenav2active:link, a.modulenav2active:visited {
	display: block;
	padding: 6px 7px 2px 7px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

a.modulenav2active:active, a.modulenav2active:hover {
	padding: 6px 7px 2px 7px;
	margin: 0;
	font-size: 10px;
	color: #000;
	border-bottom: 0px;
	text-align: center;
}

.modulenav2actbuffr {
	background: url(/images/footytips/2009/ft_navRight_2_active_right_bg.jpg) no-repeat bottom left;
	width: 7px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-color: none;
}

.modulenav2nonbuffl {
	width: 0px;
	height: 24px;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.modulenav2noncell {
	padding: 0px 7px 0px 7px;
	margin: 0;
	height: 24px;
	border-bottom: 0px;
}

a.modulenav2nonactive, a.modulenav2nonactive:link, a.modulenav2nonactive:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding: 6px 7px 4px 7px;
	margin: 0;
	border: 0;
}

a.modulenav2nonactive:active, a.modulenav2nonactive:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 6px 7px 4px 7px;
	margin: 0;
	border: 0;
}

.modulenav2nonbuffr {
	width: 0px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin: 0;
	border-bottom: 0;
}

.modulenav2nonbuffmostr {
	width: 5px;
	height: 24px;
	margin: 0;
	border-bottom: 0;
}

.horizontalListingButton .nextPage {
	width: 18px;
	height: 18px;
	background: url(/images/footytips/2009/ft_icon_pagination_next.jpg) no-repeat;
	background-position: 0 0;
}

.horizontalListingButton .previousPage {
	width: 18px;
	height: 18px;
	background: url(/images/footytips/2009/ft_icon_pagination_prev.jpg) no-repeat;
	background-position: 0 0;
}

.horizontalListingButton .lastPage {
	width: 18px;
	height: 18px;
	background: url(/images/footytips/2009/ft_icon_pagination_next.jpg) no-repeat;
	background-position: 0 0;
}

.horizontalListingButton .firstPage {
	width: 18px;
	height: 18px;
	background: url(/images/footytips/2009/ft_icon_pagination_prev.jpg) no-repeat;
	background-position: 0 0;
}

.ft_ladderTableStandard .ladderTableRank {
	float: none;
	height: auto;
	text-align: center;
	width: auto;
}

.ladderTableRank {
	float: left;
	height: 20px;
	text-align: center;
	width: 45px;
}
