/***
This stylesheet contains all the generic/global styles
colours :	Navy blue (used for links): #00275d
***/


* {
	margin: 0;
	padding: 0;
}

body {
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body.FT {
	background: url(/client/images/bgnd-page.gif) top left repeat-x white;
}

#layer_background {
	width: 992px;
	height: 400px;
	background-color: white;
	bottom: 0;
	left: 20%;
	position: absolute;
	border-bottom: 50px solid #e5e5e5;
}

#wrapper_header {
	margin: 0 auto;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.FT #wrapper_header {
	width: 968px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
}

#wrapper_content {
	width: 968px;
	margin: 0 auto;
	padding: 5px 12px 0 12px;
	position: relative;
	background-color: white;
	border-top-width: 6px;
	border-top-style: none;
}

.FT #wrapper_content {
	border-top-style: none;
}

#page {
	width: 1006px;
	margin: 0 auto;
	background: url(/client/images/page-borders.png) center top no-repeat;
}

#page_top {
	width: 1000px;
	height: 5px;
	margin: 0 auto;
	background: url(/client/images/rounded-top.png) center top no-repeat;
	overflow: hidden;
}

.skip,
.skip a {
	display: none;
}

.red-link,
#directions-more a.red-link {
	color: #cc171e;
}

#directions {
	margin-top: 10px;
	padding-right: 10px;
}

p {
	margin-bottom: 10px;
}

.valign {
	vertical-align: middle;
}

.valigntotext {
	vertical-align: text-bottom;
}

div.showborder {
	display: block;
	width: 100%;
	height: 10px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	clear: both;
	margin-bottom: 25px;
}

.addborder {
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 25px;
}

/**** Adverts ****/
#ad_vert {
	width: 120px;
	height: 600px;
	position: absolute;
	right: 0px;
	top: 140px;
	float: right;
	display: none;
}

#ad_horz {
	width: 728px;
	height: 90px;
	position: absolute;
	right: -12px;
	top: 5px;
	float: right;
}

/**** Header styles ****/
#header {
	height: 105px;
	width: 968px;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 62.5%;
	margin: 0 auto;
	position: relative;
}

.FT #header {
	background-image: url(/client/images/headers/2.gif);
	height: 90px;
}

.FT #logo {
	width: 289px;
	height: 90px;
	position: static;
}

#logo {
	width: 280px;
	height: 80px;
	position: absolute;
	top: 20px;
	left: -15px;
}

#coep {
	position: absolute;
	right: 0px;
	top: 20px;
}

#tab-FTHome {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #00275d;
	font-weight: bold;
	font-size: 1.1em;
	padding: 6px 10px;
	text-decoration: none;
	color: white;
}

#tab-FTHome:hover {
	text-decoration: underline;
}


/**** Content Area styles ****/
#content {
	width: 968px;
	font-size: 62.5%;
}

.colLeft, .colRight {
	width: 473px;
	float: left;
}

.colLeft {
	margin-right: 20px;
}

#content h3 {
	background-color: #666;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	display: inline;
	padding: 3px 7px 2px 7px;
	line-height: 150%;
}

#content h3 a {
	color: white;
	text-decoration: none;
}

#content .table-tab {
	font-size: 1.1em;
	color: #999;
	font-weight: bold;
	display: inline;
	padding: 3px 7px 2px 7px;
	line-height: 150%;
	border-right: 1px solid #999;
	text-decoration: none;
}

#content .table-tab:hover {
	text-decoration: underline;
}

#content .tab-sim {
	border-left: 1px solid #666;
}

#content .tab-sim a {
	color: #666;
	border-right: 1px solid #666;
}

#sponsor {
	margin: 15px 0 15px 0px; 
	padding-top: 0px;
	padding-right: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 462px;
	border-top-width: 1px;
	border-top-style: solid;
}

.colLeft #sponsor {
	margin-top: 0;
}

#sponsor img {
	float: left;
	margin-right: 5px;
}

#sponsor h3 {
	background: none;
	padding: 0px;
	color: #00275d;
	font-size: 1.5em;
}

#sponsor h3 a {
	color: #00275d;
}

#sponsor p {
	font-size: 1.1em;
	line-height: 1.1em;
	color: black;
	margin-bottom: 0px;
}

#sponsor .sponsor-url {
	color: #cc171e;
}

#sponsor a {
	color: black;
	text-decoration: none;
}

#sponsor a:hover {
	text-decoration: underline;
}

#Ad_Left {
	width: 484px;
	height: 91px; /* added this */
	float: left;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url(/client/images/dotted-line-999999.gif) repeat-x bottom left;
}

#Ad_Right {
	width: 484px;
	height: 91px; /* added this */
	float: right;
	text-align: right;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url(/client/images/dotted-line-999999.gif) repeat-x bottom left;
}

#Ad_Left img,
#Ad_Right img {
	border: 1px solid #999;
}

#footer {
	font-size: 62.5%;
	background-color: white;
	padding-bottom: 15px;
}

#footerLeft {
	width: 484px;
	float: left;
}

#footerRight {
	width: 484px;
	float: right;
	text-align: right;
	font-size: 0.8em;
}

#footerLeft img {
	float: left;
}

#footerRight img {
	margin-left: 5px;
}

#footer p {
	font-size: 1.1em;
	color: #454545;
	margin-bottom: 5px;
}

#footer a {
	color: #00275d;
	text-decoration: none;
}

#footerLeft a:hover {
	text-decoration: underline;
}

.footer-crest {
	margin-right: 15px;
}

/**** General styles ****/

.btn-submit {
	margin-left: 3px;
	vertical-align: middle;
}

.btn-go-themed {
	width: 20px;
	height: 20px;
	border: none;
	font-size: 8px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

.clearit {
	clear: both;
	width: 473px;
	height: 1px;
	display: block;
	overflow: hidden;
	font-size: 1%;
	border-collapse: collapse;
}

#title-fulltime {
	width: 968px;
	height: 28px;
	background: url(/client/images/title-fulltime.gif) no-repeat;
	margin-bottom: 10px;
}

#title-fulltime span {
	display: none;
}

.pagination {
	width: 450px;
	height: 25px;
	list-style: none;
	font-size: 1.0em;
}

.pagination li {
	width: auto;
	float: left;
}

.pagination li.pgtitle {
	display: none;
}

.pagination li a {
	text-decoration: none;
	color: #666;
	padding-right: 3px;
	padding-left: 3px;
}

/** Styles for tables **/

.Table th {
	text-align: left;
	font-size: 0.9em;
	color: black;
	padding: 8px 0 4px 8px;
}

.Table td {
	padding-left: 8px;
	padding-bottom: 4px;
}

#content .SetTDHeight tr {
	height: 20px;
}

.SetTDHeight {
}

.SetTDHeight td,
.SetTDHeight th
#content .SetTDHeight tr.footer td {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	vertical-align: top;
}

.Table td span {
	color: #cc171e;
}

.Table .even{
	color: #00275d;
}

.Table tr a {
	color: #464749;
	text-decoration: none;
}

.Table tr.even a {
	color: #00275d;
}

.Table tr a:hover {
	text-decoration: underline;
}

.Table tr.footer {
	font-size: 0.9em;
	color: black;
}

.Table .footer td {
	padding-top: 8px;
	padding-bottom: 5px;
}

.Table tr.footer a.table-detail {
	color: #cc171e;
}

.Table tr.footer a {
	color: #333;
}

.table-options {
	text-align: right;
}

.table-options img {
	vertical-align: middle;
}

.table-options a {
	margin-right: 20px;
}

.Table td.left-divider {
	background: url(/client/images/vertical-line.gif) left center no-repeat; 
}

.Table th.left-divider {
	background: url(/client/images/vertical-line.gif) left top no-repeat; 
}

.Table td.bottom-divider {
	border-bottom: 1px solid #ccc;
}

.Table td.end {
	height: 8px;
	font-size: 1%;
}

.Table .highlight {
	font-weight: bold;
}

.Table .smallprint,
.smallprint {
	font-size: 0.9em;
}

.Table .score {
	text-align: left;
	font-weight: bold;
}

.Table .postponed {
	color: #cc9900;
}

.Table .cancelled {
	color: #cc0000;
}

.Table .selected,
.Table .selected .score {
	color: white;
	font-weight: bold;
}

.Table .selected a {
	color: white;
}

.Table .selected td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.Table tr td.disabled,
.Table tr th.disabled {
	background-color: #f2f2f2;
}

.Table td.recentform {
	font-family: Verdana;
}

table.table-expand {
	font-size: 0.9em;
	color: #999999;
}

table.table-expand th {
	color: #666;
}

table.table-expand {
	padding-top: 0;
	padding-bottom: 0px;
}

.table-expand .stats {
	font-style: italic;
}

.table-expand .stats img {
	vertical-align: middle;
}

.table-heading {
	color: #666;
}

/*** Form input fields ***/
input.long,
select.long {
	width: 245px;
	height: 18px;
	border: 1px solid #999;
	font-size: 11px;
}

input.medium,
select.medium {
	width: 73px;
	height: 18px;
	border: 1px solid #999;
	font-size: 11px;
}

input.short,
select.short {
	width: 45px;
	height: 18px;
	border: 1px solid #999;
	font-size: 11px;
}

textarea.long {
	width: 245px;
	height: 88px;
	border: 1px solid #999;
	font-size: 11px;
}
/*****/

.more-league-news {
	margin-bottom: 20px;
	text-decoration: underline;
	font-size: 1.1em;
}

.more-league-news:hover {
	text-decoration: none;
}


/** advanced pagination **/
.advpagination {
	vertical-align: middle;
	font-size: 1.0em;
	color: #666666;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: right;
}

.advpagination-button {
	width: 12px;
	height: 9px;
	border: none;
	background: transparent;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.advpagination select {
	font-size: 10px;
	color: black;
	vertical-align: middle;
}

.advpagination label {
	display: none;
}

/*** Optional sub-menu ***/

#SubMenu {
	width: 918px;
	height: 20px;
	padding: 5px 0 5px 0;
	margin-bottom: 0px;
	list-style: none;
	position: relative;
}

#SubMenu ul {
	width: 100%;
	height: 20px;
	list-style: none;
	line-height: 100%;
	font-size: 1.1em;
}

#SubMenu ul li {
	float: left;
	border-left: 1px solid black;
}

#SubMenu a {
	text-decoration: none;
	color: #666;
	padding-right: 8px;
	padding-left: 8px;
}

#SubMenu li.firstitem {
	border-left: none;
}

#SubMenu li.firstitem a {
	padding-left: 0;
}


#SubMenu a:hover {
	text-decoration: underline;
}

#SubMenu a.active {
	color: #003366;
}

#SubMenu li.inactive {
	color: #666;
	padding-right: 8px;
	padding-left: 8px;
}

/****/

.errormsg {
	color: red;
	float: left;
	font-size: 11px;
}

/*** User Options menu ***/
#Usr_Options {
	font-size: 62.5%;
	position: absolute;
	top: -5px;
	right: 12px;
	padding: 5px 0 8px 10px;
}

#Usr_Options ul {
	width: auto;
	font-size: 1.1em;
	list-style: none;
}

#Usr_Options li {
	float: left;
	font-weight: bold;
}

#Usr_Options li a {
	color: white;
	text-decoration: none;
	padding-right: 10px;
}

#Usr_Options li a:hover {
	text-decoration: underline;
}


/*** FA BAR STYLES ***/
/*
#FA_Bar {
	width: 988px;
	height: 35px;
	font-size: 62.5%;
	color: white;
	margin: 0 auto;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: #232e42;
}
*/
#FA_Bar {
	width: 968px;
	height: 30px;
	font-size: 62.5%;
	color: white;
	padding-top: 4px;
	margin: 0 auto;
}

/**old styles retained **/
#FA_Bar ul {
	width: 968px;
	list-style: none;
	font-size: 1.0em;
	text-transform: uppercase;
	position: relative;
}

#FA_Bar li {
	float: left;
}

#FA_Bar h1 {
	width: 100px;
	height: 25px;
	font-size: 1.5em;
	line-height: 175%;
	text-transform: none;
}

#FA_Bar h1 a {
	color: white;
	text-decoration: none;
}

#FA_Sites {
	width: auto;
	height: 25px;
	font-size: 1.6em;
	padding: 0 8px 0 8px;
}

#FA_Sites label {
	display: none;
}

#FA_Sites select {
	width: 110px;
	text-transform: none;
	font-size: 11px;
	margin-top: 4px;
}

#FA_Counties {
	width: auto;
	height: 25px;
	font-size: 1.6em;
	padding: 0 8px 0 8px;
}

#FA_Counties label {
	display: none;
}

#FA_Counties select {
	width: 190px;
	text-transform: none;
	font-size: 11px;
	margin-top: 4px;
}

#FA_FAN {
	margin-left: 100px;
}

#FA_RegisterLeague {
	padding: 0;
	height: 25px;
	width: auto;
	position: absolute;
	top: 4px;
	right: 0;
	text-align: right;
	text-transform: none;
	font-size: 1.1em;
	font-weight: bold;
	display: none;
}

#FA_RegisterLeague label {
	display: none;
}

#FA_Bar #search {
	width: 80px;
	background-color: #b2becc;
	border: none;
	font-size: 11px;
}
/**old **/

/*** FA MENU ***/

#FA_Menu {
	font-size: 62.5%;
	display: none;
}

#FA_Menu ul {
	width: 968px;
	height: 19px;
	padding-top: 5px;
	margin: 0 auto;
	list-style: none;
	font-size: 1.1em;
}

#FA_Menu ul li {
	float: left;
	border-right: 1px solid #afaaa6;
}

#FA_Menu li a {
	color: #00275d;
	text-decoration: none;
	padding: 0 10px;
}

#FA_Menu li a:hover {
	text-decoration: underline;
}





/* FULL-TIME STYLES */
.ft-colour {
	color: #336699;
}

#content .FT_title {
	background-color: #00275d;
	margin-right: 1px;
}

.FT_Content {
	margin-top: 15px;
}

.FT_Content h1 {
	color: #003366;
}

.FT_Content h3 {
	margin-right: 1px;
}

.FT_capped {
	text-transform: uppercase;
}


#FT_ContentBox {
	width: 926px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #336699;
	margin-bottom: 15px;
	padding: 20px;
	position: relative;
}

#FT_ContentBox p {
	font-size: 1.2em;
	color: #333;
}

#FT_ContentBox .colRight {
	margin-top: 30px;
}

#FT_Content-heading {
	width: 926px;
	height: 30px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#FT_Content-heading h1 {
	color: #003366;
	font-size: 2.0em;
	float: left;
}

#FT_Content-heading p {
	color: #cc3333;
	font-size: 1.4em;
	float: right;
}

#FT_ContentBox .colLeft,
#FT_ContentBox .colRight {
	width: 452px;
}


/***********************************************************/

#FT_Menu {
	background: url(/client/images/dotted-line-999999.gif) bottom center repeat-x;
	font-size: 62.5%;
	position: relative;
}

#FT_Menu ul {
	width: 968px;
	height: 22px;
	padding-top: 5px;
	margin: 0 auto;
	list-style: none;
	font-size: 1.2em;
}

#FT_Menu ul li {
	float: left;
	border-right: 1px solid #afaaa6;
}

#FT_Menu li a {
	color: #336699;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
}

#FT_Menu li.active a {
	color: #003366;
}

#FT_Menu li a:hover {
	text-decoration: underline;
}

#FT_Menu li.lastitem {
	border-right: none;
}

#FT_Menu-search {
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}

#FT_Menu label {
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 3px;
	vertical-align: middle;
}

.FT_Menu-searchbox {
	border: 1px solid #999;
	width: 225px;
	padding: 2px;
	font-size: 11px;
	vertical-align: middle;
}

#homepageIntro {
	width: 968px;
	height: 363px;
	background: url(/client/images/bgnd-homeintro.jpg) top left no-repeat white;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	position: relative;
}

#homepageIntro-text {
	width: 300px;
	height: 155px;
	position: absolute;
	top: 129px;
	left: 27px;
	font-size: 1.3em;
	color: #666;
}

#homepageIntro-text a {
	color: #00275d;
	text-decoration: none;
}

#homepageIntro-text a:hover {
	text-decoration: underline;
}

#homepageIntro-button {
	width: 227px;
	height: 38px;
	position: absolute;
	top: 235px;
	left: 375px;
}

#homepageIntro-bullets {
	width: 968px;
	height: 75px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#homepageIntro-bullets ul {
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin-top: 12px;
	padding-left: 25px;
}

#homepageIntro-bullets ul li {
	width: 310px;
	float: left;
	font-size: 1.4em;
}

#homepageIntro-bullets li strong {
	text-transform: uppercase;
	color: #cc3333;
}

#homepageIntro.whatisfulltime,
#homepageIntro.wappage {
	height: 290px;
	border-bottom: none;
}

#homepageIntro.wappage {
	background: url(/client/images/bgnd-ftwap.jpg) top left no-repeat white;
}

#homepageBottom {
	width: 968px;
	clear: both;
}

#homepageBottom .colLeft,
#homepageBottom .colMiddle,
#homepageBottom .colRight {
	width: 316px;
	height: 252px;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #333;
	line-height: 150%;
}

#homepageBottom .colMiddle {
	margin: 0 10px;
	text-align: center;
}

#homepageBottom h2 {
	font-size: 1.4em;
	padding: 4px 0;
}

#homepageBottom strong {
	color: #006699;
}

#homepageBottom .colRight p {
	padding-right: 27px;
	line-height: 15pt;
}

/***********************************************************/

#FT_NewsBox {
	width: 290px;
	height: 186px;
	float: left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	position: relative;
	padding: 10px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 25px;
}

#homepageBottom .FT_NewsBox-heading {
	background-color: transparent;
	color: #003366;
	font-size: 1.5em;
	padding: 0;
}

.FT_NewsBox-category {
	font-size: 1.3em;
	color: #cc3333;
	padding-bottom: 0;
	margin: 10px 0 0 0;
}

.FT_NewsBox-category a {
	color: #cc3333;
	text-decoration: none;
}


.FT_NewsBox-storytitle {
	font-size: 2.0em;
	color: #003366;
	padding: 0;
	margin: 0;
}

.FT_NewsBox-storytitle a {
	color: #003366;
	text-decoration: none;
}

.FT_NewsBox-date {
	color: #666666;
	font-size: 1.1em;
}

.FT_NewsBox-category a:hover,
.FT_NewsBox-storytitle a:hover {
	text-decoration: underline;
}

.FT_NewsBox-story {
	font-size: 1.1em;
	color: #333;
}

.FT_NewsBox-more {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.FT_NewsBox-more a {
	color: #336699;
	text-decoration: underline;
	font-size: 1.1em;
}

.FT_NewsBox-more a:hover {
	text-decoration: none;
}

.FT_News {
	width: 302px;
	height: 207px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 15px 14px 15px;
	list-style: none;
	color: #999;
	float: left;
}

.FT_News li {
	width: 302px;
	height: 69px;
	display: block;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	float: left;
}

.FT_News ul li {	/** Reset li **/
	width: 225px;
	height: auto;
	border: none;
	background-image: none;
	float: none;
}

.FT_News ul {
	float: left;
	padding-top: 10px;
	line-height: 130%;
}

.FT_News-thumbnail {
	margin: 11px 11px 0 11px;
	float: left;
}

.FT_News-category a {
	font-size: 1.5em;
	text-decoration: none;
	color: #336699;
}

.FT_News-storytitle a {
	font-size: 1.2em;
	font-weight: bold;
	color: #0d2460;
	text-decoration: none;
}

.FT_News-date a {
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
}

.FT_News .clearit {
	clear: both;
	display: block;
	height: 0px;
}

.FT_NewsNormal {
	width: 473px;
	height: 390px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px 0 14px 0;
	list-style: none;
	color: #999;
	float: left;
}

.FT_NewsNormal li {
	width: 473px;
	height: 65px;
	display: block;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	float: left;
}

.FT_NewsNormal ul li {	/** Reset li **/
	width: 385px;
	height: auto;
	border: none;
	background-image: none;
	float: none;
}

.FT_NewsNormal ul {
	float: left;
	padding-top: 8px;
	line-height: 130%;
}

.FT_NewsNormal-thumbnail {
	margin: 8px 11px 0px 11px;
	float: left;
}

.FT_NewsNormal-category a {
	font-size: 1.1em;
	text-decoration: none;
	color: #336699;
}

.FT_NewsNormal-storytitle a {
	font-size: 1.5em;
	font-weight: bold;
	color: #0d2460;
	text-decoration: none;
}

.FT_NewsNormal-date a {
	font-size: 1.1em;
	color: #666666;
	text-decoration: none;
}

.FT_NewsNormal .clearit {
	clear: both;
	display: block;
	height: 0px;
}

#FT_Top10 {
	width: 290px;
	height: 186px;
	float: right;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	position: relative;
	padding: 10px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#FT_Top10 .FT_Top10-heading {
	background-color: transparent;
	color: #003366;
	font-size: 1.5em;
	padding: 0;
}

#FT_Top10 ul {
	list-style: none;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
}

span.status-number {
	width: 20px;
	float: left;
}

#FT_Top10 li {
	display: block;
	width: 290px;
	height: 14px;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

#FT_Top10 li div {
	width: 225px;
	height: 14px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

#FT_Top10 ul a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#FT_Top10 ul a:hover {
	color: #336699;
}

span.status-positive {
	color: #339900;
}

span.status-negative {
	color: #cc0000;
}

span.status-neutral {
	color: #666;
}

#FT_Top10 span.status-positive,
#FT_Top10 span.status-negative,
#FT_Top10 span.status-neutral {
	width: 20px;
	float: right;
}

.FT_Top10-more {
	position: absolute;
	display: block;
	width: 100px;
	bottom: 10px;
	left: 10px;
	color: #336699;
	text-decoration: underline;
	font-size: 1.1em;
}

.FT_Top10-more a {
	color: #336699;
	text-decoration: underline;
	font-size: 1.1em;
}

.FT_Top10-more a:hover {
	text-decoration: none;
}


#FT_LatestNews {
	width: 451px;
	height: 390px;
	border: 1px solid #999;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
	/*margin-top: 15px;*/
}

#content #FT_LatestNews-title {
	background-color: white;
	font-size: 1.5em;
	color: #003366;
	text-transform: uppercase;
	position: absolute;
	top: 7px;
	left: 0;
	padding: 1px 10px;
}

.FT_LatestNews-category {
	font-size: 1.4em;
	color: #336699;
	padding-bottom: 0;
	margin: 10px 0 0 0;
}

.FT_LatestNews-category a {
	color: #336699;
	text-decoration: none;
}


.FT_LatestNews-storytitle {
	font-size: 1.2em;
	color: #003366;
	padding: 0 0 5px 0;
	margin: 0;
}

.FT_LatestNews-storytitle a {
	color: #003366;
	text-decoration: none;
}

.FT_LatestNews-date {
	color: #999999;
	font-size: 1.1em;
}

.FT_LatestNews-category a:hover,
.FT_LatestNews-storytitle a:hover {
	text-decoration: underline;
}

.FT_LatestNews-story {
	font-size: 1.1em;
	color: #666666;
}

.FT_NewsNormal-pagination {
	color: #666;
	text-align: right;
}

.FT_NewsNormal-pagination a {
	color: #336699;
	text-decoration: none;
	font-size: 1.1em;
}

.FT_NewsNormal-pagination a:hover {
	text-decoration: underline;
}

.FT_NewsNormal-pagination input {
	vertical-align: middle;
}

/***********************************************************/

.FT_NewsArticle {
	border-top: 1px solid #999;
	margin-top: 15px;
}

.FT_NewsArticle h2 {
	color: #336699;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 3px;
}

.FT_NewsArticle h1 {
	color: #003366;
	font-size: 2.4em;
	font-weight: bold;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}

#content .FT_NewsArticle h3 {
	background: none;
	padding: 0;
	color: #003366;
	text-transform: uppercase;
	font-size: 1.2em;
}

.FT_NewsArticle p {
	padding-bottom: 20px;
	line-height: 1.4em;
}

.FT_NewsArticle-options {
	height: 20px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	list-style: none;
	color: #666;
	font-size: 1.1em;
	line-height: 175%;
	margin-bottom: 30px;
}

.FT_NewsArticle-options li {
	float: left;
}

.FT_NewsArticle-options li img {
	vertical-align: middle;
}

li.FT_NewsArticle-link {
	float: right;
	padding-left: 10px;
}

.FT_NewsArticle-options li a {
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
}

.FT_NewsArticle-options li a:hover {
	text-decoration: underline;
}

.FT_NewsArticle p {
	font-size: 1.2em;
	color: #333;
	line-height: 130%;
}

.FT_NewsArticle p strong {
	color: black;
}

#content .FT_NewsArticle-photos {
	margin-top: 15px;
	width: 455px;
	height: auto;
	border-color: #999;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#FT_NewsArticle-related {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #336699;
	font-size: 1.2em;
}

#FT_NewsArticle-related ul {
	padding: 10px 0;
	margin-left: 25px;
}

#FT_NewsArticle-related a {
	color: #336699;
	text-decoration: none;
}

#FT_NewsArticle-related a:hover {
	text-decoration: underline;
}

/***********************************************************/

#FT_LeagueSearch {
	width: 926px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #336699;
	margin-bottom: 15px;
	padding: 20px 20px 20px 20px;
}

#AlphaList {
	list-style: none;
	height: 25px;
	font-size: 1.2em;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 30px;
	position: relative;
}

#AlphaList li.AlphaList-title {
	color: #cc3333;
	width: 253px;
	text-align: left;
}

#AlphaList li {
	float: left;
	width: 24px;
	text-align: center;
}

#AlphaList a {
	color: #003366;
	text-decoration: none;
}

#AlphaList a.active {
	color: #cc3333;
}

.AlphaList-lastitem {
	position: absolute;
	right: 17px;
}

#FT_LeagueSearch .League_FlexiNews {
	width: 926px;
	height: auto;
	background: none;
}

#FT_LeagueSearch .League_FlexiNews li {
	width: 450px;
	height: 43px;
	border: none;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 0;
	text-indent: 10px;
}

#FT_LeagueSearch .League_FlexiNews li li {
	height: auto;
	background: none;
}

#FT_LeagueSearch .League_FlexiNews li ul {
	padding: 0;
	margin: 0;
}

#FT_LeagueSearch a {
	font-weight: normal;
	margin: 0;
}

#FT_LeagueSearch .FlexiNews_4 .FlexiNews-even {
	margin-left: 0px;
}

#FT_LeagueSearch .FlexiNews_4 .FlexiNews-odd {
	margin-right: 25px;
}

#FT_LeagueSearch .League_FlexiNews-storytitle {
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}

#FT_LeagueSearch .League_FlexiNews-category {
	font-size: 0.7em;
	font-weight: normal;
}

#FT_LeagueSearch .League_FlexiNews-category a {
	color: #336699;
}

#content #FT_LeagueSearch .highlight .League_FlexiNews-category a {
	color: #336699;
}

#FT_LeagueSearch-footer {
	clear: both;
	height: 15px;
	padding-top: 35px;
	font-size: 1.1em;
	color: #666;
}

#FT_LeagueSearch-footer a {
	color: #336699;
	text-decoration: none;
}

#FT_LeagueSearch-footer a:hover {
	text-decoration: underline;
}

.FT_LeagueSearch-footerLeft {
	float: left;
}

.FT_LeagueSearch-footerLeft p {
	margin-bottom: 0;
	padding-top: 8px;
}


.FT_LeagueSearch-footerRight {
	float: right;
}

/***********************************************************/

#FT_Top100-heading {
	width: 926px;
	height: 30px;
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#FT_Top100-heading h1 {
	color: #003366;
	font-size: 2.0em;
	float: left;
}

#FT_Top100-heading p {
	color: #cc3333;
	font-size: 1.4em;
	float: right;
}

#FT_Top100-Table {
	width: 926px;
	font-size: 1.2em;
	color: #003366;
	margin-top: 30px;
}

#FT_Top100-Table th {
	background-color: #e2e9ed;
	color: #003366;
	font-size: 0.8em;
	text-align: left;
	padding: 4px 3px;
}

#FT_Top100-Table th.alignright {
	text-align: right;
}

#FT_Top100-Table td {
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 3px;
}

#FT_Top100-Table td a {
	color: #003366;
	text-decoration: none;
}

#FT_Top100-Table td a:hover {
	text-decoration: underline;
}

#FT_Top100-Table td.hits {
	color: #336699;
	font-weight: bold;
}

#FT_Top100-Table td span.status-neutral {
	padding-left: 5px;
}
/***********************************************************/

#FT_FaqsList {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	list-style: none;
	margin-top: 30px;
}

#FT_FaqsList li {
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 0;
}

#FT_FaqsList li a {
	color: #336699;
	text-decoration: none;
	background: url(/client/images/icon-faqs0.gif) left center no-repeat;
	padding-left: 12px;
}

#FT_FaqsList li a:hover {
	text-decoration: underline;
}

#FT_FaqsList li ul {
	list-style: none;
}

#FT_FaqsList li ul li {
	text-indent: 20px;
}

#FT_FaqsList li.FAQs-open {
	background: url(/client/images/icon-faqs1.gif) left 7px no-repeat;
}

#FT_FaqsList .FAQs-open a {
	color: #003366;
	background-image: none;
}

#FT_FaqsList li.FAQs-open .active {
	background-color: #e2e9ed;
}

/***********************************************************/

#FT_ContactusTable label {
	font-size: 1.1em;
	color: #666666;
	width: 150px;
}

/***********************************************************/

#listWhatisFT {
	text-transform: uppercase;
	color: #336699;
	list-style: none;
	font-size: 1.1em;
	margin-bottom: 25px;
	margin-left: 27px;
}

#listWhatisFT a {
	color: #336699;
	text-decoration: none;
}

#listWhatisFT a:hover {
	text-decoration: underline;
}

#listWhatisFT strong {
	color: #003366;
}

#listWhatisFT li {
	background-image: url(/client/images/dotted-line-999999.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 4px 0;
}

/***********************************************************/
/***********************************************************/
/*TABBER STYLES*********************************************/
/***********************************************************/

.tabbertab .Table {
	font-size: 1.1em;
 	border-top: 1px solid #666;
}

.tabbertab .Table th {
	/*padding-top: 8px;*/
}

.tabbertable-wrapper {
	/*overflow:auto;*/
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-bottom: 15px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 padding: 0;
 margin:0;
 border-left: 1px solid #666;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	display: inline;
	padding: 3px 7px 2px 7px;
	line-height: 150%;
	text-decoration: none;
 	border-right: 1px solid #666;
}

ul.tabbernav li a:link { color: #666; }
ul.tabbernav li a:visited { color: #666; }

ul.tabbernav li a:hover
{
 text-decoration: underline;
}

ul.tabbernav li.tabberactive a
{
 	background-color: #666;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	display: inline;
	padding: 3px 7px 2px 7px;
	line-height: 150%;

}

ul.tabbernav li.tabberactive a:hover
{
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0px;
 border-left: 1px solid #666666;
 border-right: 1px solid #666666;
 background: url(/client/images/dotted-line-666666.gif) bottom left repeat-x;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:398px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3,
#content .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
}



