@charset "UTF-8";


body {
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	color: #000;	
	background: #222;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
	display:block;
}
img {
	border: 0;
}
table {
	border: 0;
}
a {
	color: #001;
	text-decoration: underline;
}
a:hover {
	color: #010;
	text-decoration: none;
}



/*  
#############################################
use these for headline, subhead, etc.
#############################################
*/

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
}


.blogHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* *************************  page structure ************************* */
.topLoginBar {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border: 1px solid black;
	position: relative;
}

.mainContainer {
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
.topBar {
	background-image: url(/images/WCoFF-nav.jpg);
	height:	132px;	
	/*cursor: hand;*/
}
.mainNav {
	background-color: #960;
	width: 950px;
	height: 19px;
	background-image: url(../../images/topNavBGbehind.gif);
	background-repeat: repeat-x;
}


.leftColumn {
	float: left;
	width: 611px;
}
.rightColumn {
	float: left;
	width: 330px;
}

.leftColumn2 {
	float: left;
	width: 290px;
	margin-top:20px;
}

.rightColumn2 {
	float: left;
	width: 570px;
	margin-top:20px;
}

.twoColumn, .twoHalfColumn, .halfColumn, .threeColumn {
	float: left;
	margin-top:5px; 
	margin-left:5px;
}
.threeColumn {
	width:	203px;
}
.twoColumn {
	width: 307px;
}
.twoHalfColumn {
	width: 392px;
}
.halfColumn {
	width: 213px;
}
.fullColumn {
	width: 940px;
}




/* *************************  frame common items ************************* */
.frameHeader, .frameHeaderSecondary, .frameExpertPicksHeader, .twoColumnHeader, .twoHalfColumnHeader, .halfColumnHeader, .threeColumnHeader {
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
	height: 13px;
}
.frameHeaderButtons {
	float: right;
	width: 26px;
}
.frameHeaderButtons .minimize, .frameHeaderButtons .close {
	margin-right: 2px;
}
.frameContent {
	border: 1px solid #001;
	border-top: 1px solid #001;
}
.frameFooter {
	border-top: 1px solid #ccc;
	clear: both;
}
.frameFooterTitle {
	text-align: right;
	margin: 4px;
	margin-right: 8px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.frameExpertPicksContent {
	border: 1px solid #CCC;
	width: 144px; 
	padding: 2px;
	padding-bottom:10px;
}
.frameExpertPicksHeader {
	width:150px; 
}

.threeColumnHeader, .twoHalfColumnHeader, .twoColumnHeader, .halfColumnHeader {
	padding: 0px;
}

.twoHalfColumnContent, .halfColumnContent, .twoColumnContent, .threeColumnContent {
	padding: 2px;
	padding-bottom:10px;
}
.twoColumnContent, .threeColumnContent {
	border: 1px solid #CCC;
}
.fixFrameEnd {
	width: 500px; 
	height: 1px; 
	clear: both;
}
.fixFrame {
	width: 200px;
	height: 1px;
	clear: both;
}




/* *************************  container-specific items ************************* */
input {
	margin: 0px;
	padding: 0px;

}
.registration {
	clear: both;
}
.registrationSection {
	margin: 8px;
}
.registrationTitle {
	padding: 3px;
	background-color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.registrationBlock, .registrationBlockHelp, .registrationBlockHelpFull, .registrationBlockAddress, .registrationBlockHelpBirthdate, .registrationBlockBirthdate, .registrationBlockZip, .registrationBlockState {
	float: left;
	margin-bottom: 14px;
}
.registrationBlockZip {
	white-space : nowrap;
}
.registrationBlock {
	width: 120px;
}
.registrationBlockAddress, .registrationBlockBirthdate {
	width: 240px;
}

.registrationBlockHelp {
	margin-top: 10px;
	width: 450px;
	font-size: 10px;
}
.registrationBlockHelpFull {
	width: 600px;
	font-size: 10px;
}
.registrationBlockHelpBirthdate {
	margin-top: 10px;
	width: 350px;
	font-size: 10px;
}
.registrationLabel {
	font-size: 9px;
	text-transform: uppercase;
	clear: both;
}
.registrationFieldCity {
	width: 80px;
}

.registrationBlockState {
	width: 130px;
}
.registrationFieldRadio {
	
}

.registrationField, .registrationFieldCity, .registrationFieldRadio, .registrationFieldAddress, .registrationFieldExpDate, .registrationFieldExpDate2 {
	height: 18px;
	clear: both;
}
.registrationFieldZip {
	width: 70px;
	height: 18px;
	clear: both;
	padding: 0px;
	margin-left: 0px;
}
.registrationFieldCountry {
	width: 200px;
	padding: 0px;
	margin-left: 0px;
}
.registrationField, .registrationFieldAddress {
	width: 100px;
	padding: 0px;
	margin-left: 0px;
}
.registrationFieldStateID {
	width: 125px;
	padding: 0px;
	margin-left: 0px;
}
.registrationFieldBrowse {
	clear: both;
	padding: 0px;
	width: 320px;
	margin-left: 0px;
}
.registrationFieldExpDate {
	width: 20px;
}
.registrationFieldExpDate2 {
	width: 40px;
}
.address {
	width: 220px;
}
.address2 {
	width: 220px;
}
.asterisk {
	font-weight: bold;
	color: red;
	font-size: 16px;
}


.leagues {
	padding: 5px;
}



.standings {
	width: 289px;
}
.results {
	/*width: 599px;*/
	width: 100%;
}
.user {
	padding: 8px;
}

.expertToolsTitle, .expertToolsContent, .messageBoardHeader {
	margin-left: 4px;
}

.myTeam, .standings, .results {
	float: left;
	font-size: 10px;
	background-color:#eee;
}
.myTeam {
	width: 303px;
	margin-right: 9px;
}
.news {
	clear: both;
}

.myTeamHeader, .standingsHeader {
	padding-left: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	font-weight: bold;
}
.myTeamPlace, .myTeamName, .myTeamHometown, .myTeamStanding, .standingsHeader, .standingsPlace, .standingsPoints, .standingsName {
	font-weight: bold;
	text-transform:uppercase;
	vertical-align: top;
}
.myTeamPlace, .standingsPlace {
	text-align: right;
}
.myTeamStanding, .standingsPoints {
	text-align: center;
}
.myTeamColspan {
	text-align: center;
}

.headlineStory {
	float: left;
	padding: 4px;
	width: 296px;
}
.headlineStoryTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 22px;
}
.headlineStoryPhoto {
	float: left;
	max-width: 292px;
	border: 1px solid #000;
	margin-right: 4px;
}
.headlineStorySubhead, .messageBoardHeader {
	font-style: italic;
}
.headlineStoryCaption {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.headlineStoryContent {
}
.moreLinks, .moreLinks li {
	display: inline;
	margin: 0;
	padding: 0;
}

.articles {
	margin-left: 8px;
	float: left;
	width: 288px;
}
.articlesTabOn, .articlesTabOff {
	float: left;
	padding: 2px;
	background-color: #fff;
	padding-right: 4px;
	margin-left: 4px;
	border-right: 1px solid #ddd;
	cursor: hand;
}
.articlesTabOn {
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #ccc;
	background-color: #efefef;
}

	
.articlesText {
	/*height: 178px;*/
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #efefef;
}
.articlesText ul li .headline, .articlesText ul li .headlineOn {
	line-height: 12px;
	display: block;
	margin-bottom: 8px;
}

.articlesText ul {
	margin: 0;
	padding: 0;
	margin-left: 15px
}
.articlesText ul li a {
	text-decoration: none;
}
.articlesText ul li a:hover {
	text-decoration: underline;
}


.articlesColumn {
	padding: 4px;
}
.articlesColumn .headline, .articlesColumn .headlineOn {
	line-height: 12px;
	display: block;
	margin-bottom: 8px;
}
.articlesList {
	margin-bottom: 10px;
}
.articlesList img {
	margin: 0 5px 5px 0;
	float:left;
	border: 1px solid black;
}

.articlePhotoCaption {
	font-family:verdana, Arial, Helvetica, Sans-serif;
	font-weight:bold;
	line-height:13px;
	color: #999999;
	font-size: 10px;

	float: left;
	clear: both;
	max-width: 308px;
	margin-right: 8px;
	/*width: 300px;
	margin-bottom: 8px;
	font-style: italic;
	color: #666666;
	font-size: 11px*/
}


.columnBox {
	width: 288px;
}
.columnsTitle {
	margin-top: 4px;
}
.columns, .columnJeff {
	background-color: #efefef;
	float: left;
}
.columnJeff {
	background-image: url(../images/columnJeff.gif);
	background-repeat: no-repeat;
	width: 289px;
	margin-top: 8px;
}
.columnJeffContent {
	width: 240px;
	height: 30px;
	margin-top: 23px;
	margin-left: 45px;
	font-size: 11px;
	line-height: 13px;
}
.moreRight {
	float: right;
}
.moreLeft {
	float: left;
}

.videos {
	padding: 4px;
	margin-top: 8px;
	background-color: #efefef;
	margin-left: auto;
	margin-right: auto;
	width: 279px;
	border: 1px solid #ddd;
}

#anglerBiography {
	width: 590px;
}
.anglerPhoto {
	float: left;
}
.BIO_container {
	float: left;
	margin-left: 12px;
}
.BIO_field, .BIO_fieldSmall {
	clear: all;
	line-height: 12px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 6px;
}
.BIO_fieldSmall, .BIO_data {
	font-size: 12px;
}

.BIO_data {
	float: left;
	line-height: 13px;
}


.messageBoardMessage {
	padding-top: 8px;
	padding-bottom: 8px;
}
.messageBoardHeader {
	width: 600px;
	display: block;
	float: left;
	margin-left: 4px;
}
.messageBoardByline {
	font-style: italic;
	margin-left: 9px;
}

.expertToolsAbout {
	
}

.PA_advantageSS {
	padding-top: 25px;
}
.ss {
	padding-right: 15px;
}
.expertToolsTitle {
	font-weight: bold;
	margin-top: 8px;
	background-color:#efefef;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 8px;
	width: 290px;
}
.profileAdvantage .expertToolsTitle {
	width: 440px;
	clear: both;
}
.homePageTools .expertToolsTitle {
	width: 280px;
	clear: both;
}
.expertToolsContent {
	font-weight: normal;
	margin-top: 0px;
}
.expertToolsIcon {
	float: left;
	margin-right: 4px;
}
.expertToolsColumn1, .expertToolsColumn2, .expertToolsColumn3 {
	float: left;
	margin-right: 7px;
	width: 290px;
}
.expertToolsColumn2, .expertToolsColumn3 {
	margin-right: 0px;
	width: 290px;
}

.profileAdvantage .expertToolsColumn1, .profileAdvantage .expertToolsColumn2 , .profileAdvantage .expertToolsColumn3{
	width: 450px;
	margin-left: 4px;
}
.profileAdvantage .expertToolsColumn2,.profileAdvantage .expertToolsColumn3 {
	width: 450px;
}



.tournamentYearDropdown {
	border-top: 1px solid #001;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

.expertToolsHelpGraphic {
	float: left; 
	margin-right: 10px;
	width: 120px;
	height: 120px;
	border: 1px solid black;
}
.expertToolsHelpText {
	margin-top: 8px; 
	font-size: 14px;
}

.articleTitle {
	font-size: 14px;
	font-weight: bold;
}
.articleTeaser {
	padding-left: 20px;
}
.articleDate {
	font-style : italic;
}

.pollQuestion {
	font-weight: bold;
	margin: 4px;
}
.pollAnswer {
	margin-left: 24px;
	margin-bottom: 8px;
}

.bodyBold {
	font-weight: bold;
}

.bodyRed {
	color: red;
}

.bodyPurple {
	color: purple;
}


.divConfirm, .divError, .divErrorBold, .error {
	font-size:		12px;
	font-weight:	500;
	color:			#cc0000;
}

.divErrorBold {
	font-weight:	bold;
}

.divConfirm {
	font-size:		12px;
	font-weight:	500;
	color:			purple;
}

.divError {
	padding:		12px;
}


/* *************************  margins and gutters ************************* */
.nextTournament, .expertTools, .messageBoard, .poll, .tournamentSchedule, .nextTournamentAd, .news, .myTeamNStandings, .miscColTwo, .registration {
	margin-left: 8px;
	margin-top: 8px;

}



/* *************************  widths ************************* */
.mainContainer, .mainContent, .topBar {
	width:	950px;
}


/* *************************  colors ************************* */
.frameHeader, .frameExpertPicksHeader, .twoColumnHeader, .threeColumnHeader, .twoHalfColumnHeader, .halfColumnHeader {
	background-color: #001;
	color: #fc0;
	background-image:url(../images/frameMoveBar.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.frameHeaderTitle {
	background-color: #001;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #990;
	border-left: 1px solid #990;
}

.frameHeaderSecondary {
	background-color: #060;
	color: #fc0;
}




/* *************************  misc ************************* */
.label, .formlabel, .formlabelRequired {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	font-weight:normal;
}
.formlabelRequired {
	font-weight: bold;
}
.formFieldRequired {
	border: 1px solid red;
}
.formFieldRequired_Error {
	border: 2px solid red;
}
.formField {
	border: 1px solid #CCC;
}
.label {
	font-size: 11px;
}

.leagues .label {
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
	font-weight:normal;
}
.noLeagueMessage{
	padding:10px;
	font-size:12px;
}
.numberList {
	display: inline;
	margin-right: 25px;
	margin-left: 5px;
}
.numberListOn, .numberListOff {
	border: 1px solid #001;
	font-size: 9px;
	width: 11px;
	height: 11px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align:2px;
	text-decoration: none;
}
.numberListOff {
	background-color: #fc0;
}
.pointLevel {
	/*border: 1px solid #001;*/
	font-weight:bold;
	font-size: 18px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fc0;
}
.row1, .row2 {
	clear: both;
}
.row1 {
	background-color: #eee;
}
.row2 {
	background-color: #fff;
}
td.field {	
	font-size: 11px;
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
	vertical-align : top;
}
td.data {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-left: 2px;
	vertical-align : top;
}
.memberContentStar {
	border: 1px solid #001;
	height: 12px;
	width: 12px;
	vertical-align: text-bottom;
}
.pageFooter {
	background:#333333;
	color: white;
	text-align:center;
	clear: both;
}
.pageFooter a {
	font-size: 10px;
	color:#FFCC00;
}
.PAContentConsent {
	margin-top:40px;
	width:100%;
	float:left;
	text-align:center; 
	font-size:10px;
}
.copyRight {
	font-size: 10px;
	color:#999999;
	line-height: 14px;
}
td.date_nowrap {
	white-space : nowrap;	
}
.dateFormat {
	font-size:10px;
	color: #666;
	font-weight:normal;
}
.author, .authorLabel {
	font-size:10px;
	color: #666;
	font-weight:normal;
	text-transform: uppercase;
}
.teaser {
	font-size:11px;
	color: #333;
	font-weight:normal;
	line-height: 15px;
}
.toolboxPaddedText {
	padding: 8px;
}

#prizes .toolboxPaddedText{
	padding: 20px;
}

.QP_header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.QP_checkboxContainer {
	margin-left: 20px;
}
.QP_checkbox {

}
.QP_checkboxLabel {
	font-size: 12px;
	font-weight: normal;
}
.QP_toolTipLabel {
	font-size: 10px;
	font-weight: normal;
}


/* *************************  table sorter for jquery ************************* */


th {
	text-align: left;
}
table.tablesorter thead {
	background-color: #E1E8E0;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 1px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
	padding: 1px;
}
table.tablesorter tbody tr.odd {
	background-color:#eeeeee;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #C7D9C3;
}
.memberAlreadyPartOfTeam, .memberAlreadyPartOfTeam th .teamDrag a, .memberAlreadyPartOfTeam td .teamDrag a {
	color: #888;
}


.groupWrapper
{
	float: left;
	width: 611px;
	min-height: 400px;
}
.groupWrapper2
{
	float: left;
	width: 330px;
	min-height: 400px;
	
}



.serializer
{
	clear: both;
}
.groupItem
{
	margin-left: 8px;
	margin-top: 8px;
	/*float: left; float left will mess up the sortHelper which show up at the top of the group instead show where the mouse move*/
	padding: 7px;
}
.groupItem2
{
	margin-left: 8px;
	margin-top: 8px;
	/*float: left; float left will mess up the sortHelper which show up at the top of the group instead show where the mouse move*/
	
}
.itemHeader
{
	
	/*cursor: move;*/
	font-weight: bold;
	/*position: relative;*/
	
	color: #fc0;
	background-image:url(/images/frameMoveBar.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
	height: 13px;
}

.itemHeader.ad
{
	background: none;
	color: none;
	background-image: none;
	height: 0px;
}


.itemContent {

	border: 1px solid #001;
	zoom:1; /*  takes care of disappearing frame borders in IE while scrolling -- peek-a-boo bug */
}
.itemContent2{
	border: 0px;
	margin-top:8px;
	
}
.itemContent3{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color: #FFF
	
}
.itemContent.ad, .expertToolsAbout {
	border: 0px;
	border-top: 0px;
}
.itemHeaderTitle {
	
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p, .groupWrapper2 p, .paWrapper p, .paWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.regHeader
{
	font-weight: bold;
	position: relative;
	
	background-color: #001;
	color: #fc0;
	background-image:url(/images/frameMoveBar.gif);
	
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 2px;
	height: 13px;
}

.regHeaderTitle {
	margin-left: 20px;
	background-color: #001;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #990;
	border-left: 1px solid #990;
}

.regItem {
	background-color: #efefef;
	float: left;
	border: 1px solid #ddd;
}

.reg
{
	float: left;
	width: 934px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
}



.messageBoard {
	margin: 8px;
}
.messageHeader {
	padding: 3px;
	background-color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.messageSubHeader {
	background-color: #CCCCCC;
	font-size: 12px;
	clear: both;
	float: left;
	width: 100%;
}

.messageContent {
	border: 1px solid #CCCCCC;
	border-top: 0px;
	padding: 3px;
	font-size: 12px;
	clear: both;
}

a.messageAction {
	font-size: 12px;
	white-space : nowrap;
}

.messageBoardAuthor, .messageBoardDate {
	line-height: 10px;
	font-size: 10px;
	text-transform: none;
}

.messageBoardAuthorLogo {
	height: 50px;
	float: left;
	margin: 0 5px 0 0;
}



/*
---------------
FLW Live ad - the red bar that shows when Live! is on
---------------
*/
.flwliveAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c33;
	overflow:hidden;
	text-align: left;
	text-decoration: none;
}
.text {
	text-decoration: none;
}
.ffFlwliveAd {
	width: 600px;
	margin-left: 9px;
	margin-top: 8px;
}
.flwFlwliveAd {
	width: 680px;
}
.flwliveAd .text {
	margin: 4px;
}
.flwliveAd .flwTitle {
	font-family: Impact, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	float: left;
	margin: 6px;
	
}


* html .articlePhotoCaption {
	width: expression(Math.min(parseInt(this.offsetWidth), 308 ) + "px"); 
}

