/* YUI Reset Fonts Grids */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* Layout */
body {
    margin: 0px;
    padding: 0px;
    background-color:#FFF;
    font-size:80%;
    font-family: Helvetica, arial, sans-serif;
    text-align: left;
    line-height: 1.4em;
}
body * {
     line-height: 1.4em;
     font-family: arial, sans-serif;
}
#container{
	clear: both;
	width: 98%;
	overflow: visible;
	padding: 2px;
	margin: 2px 2px 2px 9px;
}
#main-container-container {
        max-width: 1155px;
	min-width: 990px;
}
#banner {
	float: left;
	background: #FFF;
	margin:0px;
	padding:0px;
	width: 500px;
}
#banner a { padding: 0px; margin: 0px; }
#header {
    width: 98%;
    max-width: 1150px;
    min-width: 990px;
}
img#banner-logo{
	border: 0px;
	margin: 0px;
	padding: 9px 0px 1px 6px;
}
div#user-mgt-header {
   float: right;
   width: 200px;	
   text-align: right;
   padding: 2px 0px 0px 0px;
   font-size:12px;
}

/* Navigation */
#navigation {
    clear: both;	
    float: left;
    margin: 0px 0px 0px 6px;
    padding:0px;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    border-bottom: 1px solid #222;
    list-style:none;
    background: #438429;
    letter-spacing:0px;
    width: 98%;
    max-width: 1146px;
    min-width: 990px;
}
#navigation li {
      float:left;
      margin:0;
      padding:0;
}
#navigation a {
      padding: 2px 11px;
      display: block;
      float: left;
      background: #4c9041;
      font-family: arial, Helvetica, serif;
      font-size: 14px;
      font-weight: bold;
      color: #F3F3F3;
      border-right:1px solid #222;
      text-decoration:none;
}
#navigation a.first {
      border-left: 0px;
}
#navigation a.first:hover { border-left: 0px; }
#navigation a:hover {
      background: #5aab4c;
      color: #FFF;
}

/* Header styles */

h1, h2, h3 {
    clear: both;
    line-height:1.2em;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 15px;
}
p {
    line-height: 1.5em;
}
h1{	
        color: #111;
        margin: 0px; 
	font-size: 25px;
	padding: 10px 0px 6px 0px;
	font-weight:bold;
	letter-spacing: 0px;
}

h2 {
	font-size:150%;
	color:#111;
	font-weight:bold;
	padding: 10px 0px 6px 0px;
}

h3 {
	margin:3px 0px 3px 0px;
	font-size: 15px;
	font-weight:bold;
}

h4{
	font-weight:bold;
	font-size:100%;
	margin:0px;
	padding:0px;
}

/* Other body text styles */
p {
	 margin-bottom:0.7em;
}

ul {list-style:disc;}
ul, ol {margin-bottom:.7em;}
ul, ol, dl, dd {margin-left:30px;}

/* Link styles */
a{
	color: #008800;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#606072;
	text-decoration:underline;
}
a:visited:hover{
	color:#222;
}

/* Table styles */

table.numbers {
	border: 1px solid #333;
	border-collapse:collapse;
	font-size:100%;
	font-family: arial, sans-serif;
}

tr.QB { background-color:#F2A29D;}
tr.RB { background-color:#B8CAEA;}		
tr.WR { background-color:#9DF2A7;}
tr.TE { background-color:#F2E09D;}
tr.PK { background-color:#E99DF2;}
tr.DEF { background-color:#CDBE70;}

table.adp {
	border-collapse:collapse;
	border:1px solid #666;
	margin-top:1em;
	margin-bottom:3em;
}

table.adp th{
	background-color:#DDD;
	border:1px solid #666;
	color:#111;
	padding:2px 7px;
	text-align:center;
}

table.adp td{
	border:1px solid #666;
	color:#111;
	padding:1px 3px;
}

/* Footer */
#ft {
	float: left;
	clear: both;
	margin: 5px 0px 10px 6px;	
	padding: 0px 0px;
	background: #2c7021;
	color: #F6F6F6;
	width: 98%;
	max-width: 1146px;
	border: 1px solid #111;
}
#ft div {
    margin: 7px 12px;
}
#ft div#copyright {
    float: right;
    margin: -30px 18px 0px 0px;
    padding-bottom: 0px;
}
#ft a {
    color: #F6F6F6;
    padding: 0px 5px;
    text-decoration: none;
}
#ft a:hover {
    text-decoration: underline;
}

/* Misc */
div#msg {
    border: 1px solid #BBB;
    padding: 5px 10px;
    background: #c2eec2 url("/img/msg_bg.jpg") repeat-x 0 0;
    width: 593px;
}
div#msg h1 a{
    color: #20821F;
    text-decoration: underline;
}
div#msg a{
    font-weight: bold;
}
.clear {
	clear: both;
}

/*------------------------*/
/*   Home page styles
/*------------------------*/
table#main-container {
    border-collapse: separate;
    clear: both;
    width: 100%;
    max-width: 1150px;
    min-width: 990px;
    margin: 6px 0px 0px -7px;
    border-spacing: 8px;
}
table#main-container td {
    background: #FFF;
    padding: 0px;
}
table#main-container td div {
    margin:0;
    padding:0;
}
table#main-container td#main-top div {
    margin:0;
    padding:0;
}
table#main-container td#main-top {
    vertical-align: top;
    background: url("http://cdn.fantasyfootballcalculator.com/img/draftboard_again.jpg") no-repeat 1px 12px  #FFF;
    height: 230px;
    margin:0;
    padding:0;
}
table#main-container td#main-top div div{
    float: left;
    text-align: left;
    margin-left: 370px;
    border: 0px;
    padding: 0px;
}
table#main-container td#main-top div h1 {
    margin: 0px 0px 0px 0px;
}
table#main-container td#main-top div h1 a {
    font-size: 28px;
    padding: 0px;
    text-decoration: none;
    color: #111;
}
table#main-container td#main-top div h1 a:hover {
    color: #161;
}
table#main-container td#main-top div h2 {
    margin: 0px;		     
    padding: 3px 0px 10px 0px;
    font-size: 20px;
}
table#main-container td#main-top div p {
    font-size: 14px;
}
table#main-container td.main-middle {
    height: 200px;
    vertical-align: top;
    padding: 0px;
    width: 25%;
    border: 1px solid #333;
    background-color: #EEE;
}   
table#main-container td.main-middle div {
    min-height: 280px;
    padding: 0px;
    font-size: 11px;
}
table#main-container td.main-middle h2 {
    margin: 0px;
    padding: 0px;
}
table#main-container td.main-middle h3 {
    font-family: Arial, sans-serif;		     
    font-size: 13px;
    padding: 6px 0px 0px 8px;
    color: #222;
}
table#main-container td.main-middle h2 a {
    clear: both;
    display: block;
    background: #438429;
    color: #EEE;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px;
    font-family: helvetica, arial, sans-serif;
    border-bottom: 1px solid #333;
}
table#main-container td.main-middle h2 a:hover {
    color: #FFF;       
    background-color: #46942F;
}
table#main-container td.main-middle p {
    font-size: 11px;
    padding: 0px 8px 2px 10px;
}
table#main-container td.main-middle p.desc {
    padding: 6px 0px 0px 8px;
    margin: 0px;
    font-size: 13px;
}
table#main-container td.main-middle table {
    width: 92%;
    margin: 0px 8px 6px 8px;
}
table#main-container td.main-middle table td {
    border: 0px;
    text-align: right;
    font-size: 12px;
}
table#main-container td.main-middle div#adp table td.info {
    width: 28px;
    text-align: right;
}
table#main-container td.main-middle div#adp table td {
    text-align: left;
}

table#main-container td.main-middle div div {
    min-height: 0px;
    border: 0;
}
table#main-container td.main-middle table#home-completed-drafts td.draft-name {
    width: 48%;
}
table#main-container td.main-middle table#home-completed-drafts td.draft-time {
    width: 32%;
}
table#main-container td.main-middle p span.post-date {
    color: #888;
}
table#main-container td.main-middle div#adp div#adp-data ul.adp-nav {
    float: left;
    margin: 5px 0px 0px 8px;
    width: 80%;
}
table#main-container td.main-middle div#adp div#adp-data ul.adp-nav li {
    float: left;
    list-style-type: none;
    padding: 1px 8px;
    background-color: #CCC;
    color: #222;
    text-decoration: none;
    margin-right: 2px;
    cursor: pointer;
    font-size: 11px;
}
table#main-container td.main-middle div#adp div#adp-data div.adp-content {
    clear: both;
}
table#main-container td.main-middle div#adp div#adp-data div.adp-content div {
    display: none;
}
table#main-container td.main-middle div#adp div#adp-data div.adp-content div table {
    border: 1px solid #555;
    border-top: 3px solid #555;
    margin-top: 2px;
}
table#main-container td.main-middle div#adp div#adp-data div.adp-content div td {
    background: #FFF;
    padding: 1px 5px 1px 1px;
    font-size: 11px;
}
table#main-container td.main-middle div#adp div.adp-footer-updated {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 9px;
    font-size: 11px;
}
table#main-container td.main-middle div#adp div.adp-footer-link {
    float: right;
    padding-right: 15px;

}
table#main-container td.main-middle table#home-completed-drafts {
    margin: 5px 0px 8px 0px;
}
table#main-container td.main-middle table#home-completed-drafts td {
    font-size: 11px;
    padding: 1px 0px;
    background: #EEE;
}
table#main-container td.main-middle div div.completed-footer-updated {
    float: left;
    width: 40%;
    padding: 0px 0px 0px 9px;
    font-size: 11px;
}
table#main-container td.main-middle div.completed-footer-link {
    text-align: right;
    float: right;
    width: 50%;
    padding-right: 15px;
}
table#main-container td#main-bottom {
    border: 0px;
    backround: #FFF;
}
table#main-container td#main-bottom div {
    background: #FFF;
}
table#main-container td#main-bottom h1.main-bottom {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 25px;
}
table#main-container td#main-bottom h1.main-bottom a {
    color: #111;
    text-decoration: none;
}
table#main-container td#main-bottom h1.main-bottom a:hover {
    color: #161;
}
table#main-container td#main-bottom div img.button {
    margin: 3px 0px 0px 85px;
}
table#main-container td#main-bottom div {
    padding: 8px;
}
table#main-container td#main-bottom div div#cit {
    clear: both;		    
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #222;
}
table#main-container td#main-bottom div div#cit a {
    color: #222;
}
table#main-container td#main-sidebar {
    width: 20%;
    padding: 0px;
    background: #EEE;
    font-size: 11px;
    color: #222;
    border: 1px solid #AAA;
}
table#main-container td#main-sidebar div input.home-input {
    width: 90%;     		     
}
table#main-container td#main-sidebar td {
    background-color: #EEE;
    border: 0px;
    padding: 2px 2px;
}
table#main-container td#main-sidebar div {
    padding: 8px 8px;
}
table#main-container td#main-sidebar p {
    padding: 10px 0px;
}
table#main-container td#main-sidebar ul {
    padding: 0px;
    margin: -10px 0px 0px 15px;
}

a.twitter {
    margin-left: 6px;
    padding: 3px 3px 3px 19px;
    background: url("http://cdn.fantasyfootballcalculator.com/img/twitter-icon.png") no-repeat 0px 0px;
    font-size: 11px;
}
a.feed {
    margin-left: 9px;
    padding: 3px 3px 3px 21px;
    background: url("http://cdn.fantasyfootballcalculator.com/img/feed-icon.png") no-repeat 0px 2px;
    font-size: 11px;
}
a.email { margin-left: 3px; padding-left: 30px; background: url("/img/email.png") no-repeat 9px 0px; }

/* End of home page styles */
/* -----------------------*/
/* Begin Draft Complete Styles */

td.QB { background-color:#F2A29D;}
td.RB { background-color:#B8CAEA;}		
td.WR { background-color:#9DF2A7;}
td.TE { background-color:#F2E09D;}
td.PK { background-color:#E99DF2;}
td.DEF { background-color:#CDBE70;}

#draftboard {
	border-collapse:collapse;
	margin-left: 2px;
	empty-cells:show;
	font-size: 90%;
}		
table.draftboard-real {
     margin-left: 6px;
}
table.draft-complete {
     margin: 8px 0px 20px 2px;
}
		
#draftboard th {
	border-width: 1px 1px 1px 1px;
	font-weight:bold;
	text-align:center;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #666;
	background-color:#DDDDDD;
	color:#333;
	font-size: 11px;	
	width:7em;
	font-family:arial, sans-serif, sans-serif;
}
#draftboard th.computer {
	color:#666666;
}
			
#draftboard th.myTeam{
	border-width: 1px 1px 1px 1px;
	padding: 3px 5px;
	border-style: solid solid solid solid;
	border-color: #999;
	background-color:#4A5E7D;
	color:#FFFFFF;
	width:7em;
	font-size: 11px;	
}

#draftboard th.roundCol{
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #666;
	background-color:#DDDDDD;
	font-size: 11px;	
	color:#333;
	width:1em;
}
#draftboard th.roundColBlank{
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #666;
	background-color:#DDDDDD;
	font-size: 11px;	
	width:1em;
	color:#DDDDDD;
}			
		
#draftboard td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #666;
	font-size: 11px;
	font-family:arial, sans-serif, sans-serif;
	line-height:130%;
}	


#draftboard td.rowLabel{
	background-color:#DDDDDD;
	color:#333;
	font-size: 11px;
	font-weight:700;	
	text-align:center;
}

/* End of Draft Complete */
/* -----------------------*/
/* Begin Completed Drafts page styles */

table#completed-drafts td {
	padding: 3px 10px;
}

/* End of Completed Drafts page styles */
/* -----------------------*/
/* Begin ADP styles */

table#adp-filters {
    margin:0;
    padding:0;
}
table#adp-filters td{
    padding: 2px 5px 2px 0px;
}
table#adp-filters td a {
    padding: 0px 5px;
}
table#adp-filters td span {
    font-weight: normal;
    padding: 0px 5px;
}
table#adp-filters td.header {
    width: 55px;
}
h3#adp-draftboard {
    margin-top: 15px;
}
div#flash_chart{
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 400px;
}

table.adp {
	font-family: arial, sans-serif;
	float:left;
	position: relative;
	font-size: 90%;
}

a.update_link{
	font-size:140%;
	color:#20821F;
}
a.update_link:hover{
	color:#333333;
}
a.update_link:visited{
	color:#20821F;
}

/*-----------------------------*/
/* --- Begin User Styles -------*/
/* ----------------------------*/
div#user_step1{
    float: left;
    margin-bottom: 50px;
}
div#user_step2{
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
}

.disabled{
    color: #888;
}
div#registration_successful{
    width: 36.5em;
    margin-top: 1em;
    padding: 5px 14px;
    border: 1px solid #666;
    background-color: #ffff75;
}
div#user{
    padding: 10px 0px 8px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #AAA;
}
div#edit{
    padding-bottom: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #AAA;
}
div#delete{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #AAA;
 }
div#edit_msg{
    clear: both;
    width: 500px;
    border: 1px solid #666;
    padding: 5px 10px;
    background: #ffff75;
    font-size: 120%;
    margin-top: 10px;
}
form#paypal {
    margin-bottom: 70px;
}
input#url{
   width: 30em;
}
input#name{
    width: 20em;
}
div.sort{
   margin-top: 3px;
 }
span.sort_icon{
    cursor: pointer;
}
img.button {
    margin-top: 1em;
    margin-bottom: 1em;
}
table.my_teams{
    border-collapse: collapse;
    margin-top: 7px;
}
table.my_teams th{
    padding: 5px 10px;
    background: #333 url("/img/my_teams_header_bg.gif") repeat-x top left;
    color: #EEE;
    border: 1px solid #222;
    text-align: center;
    font-weight: bold;
}
table.my_teams th.blank{
    background: #F6F6F6;
    border: 0px;
}
table.my_teams td{
    font-family: arial, sans-serif;
    padding: 4px 5px;
    background: #EEE;
    color: #222;
    border: 1px solid #222;
}
table.my_teams td.action{
    color: #999;
    background: #F6F6F6;
    border: 0px;
}
table.my_teams td.right{
    text-align: right;
}
table.my_teams td.left{
    text-align: left;
}
table.my_teams td.center{
    text-align: center;
}
table.my_teams td.pick{
    font-family: arial, sans-serif;
    font-size: 100%;
    width: 5.5em;
    padding: 1px;
}
table.my_teams td.empty{
    background-color: #CCC;
}
table.my_teams td.QB { background-color:#F2A29D; padding: 3px 5px;}
table.my_teams td.RB { background-color:#B8CAEA; padding: 3px 5px;}		
table.my_teams td.WR { background-color:#9DF2A7; padding: 3px 5px;}
table.my_teams td.TE { background-color:#F2E09D; padding: 3px 5px;}
table.my_teams td.PK { background-color:#E99DF2; padding: 3px 5px;}
table.my_teams td.DEF { background-color:#CDBE70; padding: 3px 5px;}

h3.signup-header { 
    margin: 0px 0px 10px 0px;
}
table#form td{
    padding: 6px;
}
table#form td.right{
    text-align: right;
}
table#form td.left{
    width: 560px;
    text-align: left;
}
table#form input{
    font-size: 110%;
}

div.signup_form {
    margin: 0px;
    padding: 20px 0px 100px 0px;
    width: 850px;
}
div.signup_form td input.textfield {
    width: 230px;
}
div.signup_form a {
    color: #333;
}
div#login-form {
    padding-bottom: 50px;
}
div#login-links {
    padding-bottom: 50px;
}
div#login-links h3 {
   padding-bottom: 15px;
}
h3.user-links{
    margin: 10px 0px 20px 0px;
}
input.create-account {
    padding: 3px 7px;
}

/* --------------------------------*/
/*---- Lineup Calculator Styles */
/*--------------------------------*/
table.stats {border-collapse:collapse; font-size: 90%;}
table.stats a {color: #0B3861; text-decoration:none;}
table.stats  a:hover { text-decoration:underline;}
table.stats a:visited {color:blue;}

table.stats th {padding:0.1em 0.2em; font-size:100%; font-weight:normal; text-align: center; background-color:#DDEEDD; border:1px solid #666;}
table.stats th.name {width:20em;}
table.stats th.week {width:3.5em;}

table.stats tr td {padding:0.1em 0.2em; border:1px solid #666;}

table.stats tr.QB td {background-color:#FEBBBB;}
table.stats tr.RB td {background-color:#BBBBFE;}
table.stats tr.WR td {background-color:#AAEEAA;}
table.stats tr.TE td {background-color:#EEEEAA;}
table.stats tr.PK td {background-color:#DD99DD;}
table.stats tr.DEF td {background-color:#EECCAA;}

table.stats tr.QB td.future_good {background-color:#FE9999;}
table.stats tr.RB td.future_good {background-color:#9999FE;}
table.stats tr.WR td.future_good {background-color:#77DD77;}
table.stats tr.TE td.future_good {background-color:#CCCC77;}
table.stats tr.PK td.future_good {background-color:#BB66BB;}
table.stats tr.DEF td.future_good {background-color:#EECCAA;}

table.stats tr.QB td.future_bad {background-color:#FFDDDD;}
table.stats tr.RB td.future_bad {background-color:#DDDDFE;}
table.stats tr.WR td.future_bad {background-color:#DDEEDD;}
table.stats tr.TE td.future_bad {background-color:#EEEECC;}
table.stats tr.PK td.future_bad {background-color:#EEBBEE;}
table.stats tr.DEF td.future_bad {background-color:#EECCAA;}

table.stats tr.QB td.past_avg {background-color:#DDD;}
table.stats tr.RB td.past_avg {background-color:#DDD;}
table.stats tr.WR td.past_avg {background-color:#DDD;}
table.stats tr.TE td.past_avg {background-color:#DDD;}
table.stats tr.PK td.past_avg {background-color:#DDD;}
table.stats tr.DEF td.past_avg {background-color:#DDD;}

table.stats tr.QB td.past_bye {background-color:#DDD;}
table.stats tr.RB td.past_bye {background-color:#DDD;}
table.stats tr.WR td.past_bye {background-color:#DDD;}
table.stats tr.TE td.past_bye {background-color:#DDD;}
table.stats tr.PK td.past_bye {background-color:#DDD;}
table.stats tr.DEF td.past_bye {background-color:#DDD;}

table.stats tr.QB td.past_good {background-color:#BBB;}
table.stats tr.RB td.past_good {background-color:#BBB;}
table.stats tr.WR td.past_good {background-color:#BBB;}
table.stats tr.TE td.past_good {background-color:#BBB;}
table.stats tr.PK td.past_good {background-color:#BBB;}
table.stats tr.DEF td.past_good {background-color:#BBB;}

table.stats tr.QB td.past_bad {background-color:#F6F6F6;}
table.stats tr.RB td.past_bad {background-color:#F6F6F6;}
table.stats tr.WR td.past_bad {background-color:#F6F6F6;}
table.stats tr.TE td.past_bad {background-color:#F6F6F6;}
table.stats tr.PK td.past_bad {background-color:#F6F6F6;}
table.stats tr.DEF td.past_bad {background-color:#F6F6F6;}

.hide {height: 1px;}

table.stats #watch {
	width: 500px;
}

p#roster {
    visibility: hidden;
    clear: both;
    float: left;
    margin-top: 0.3em;
}

#graph {
    position: absolute;
    float: right;
    padding: 2px 5px;
    margin-left: 500px;
    margin-top: 50px;
}

.team_header {
    margin:0;
    padding: 0;
}
.team_name {
    margin:0;
    padding:0;
    line-height: 1em;
    font-size: 190%;
    font-weight: bold;
}
table.stats th.starters {
    text-align: right;
}
table.stats th#starters_label {
    text-align: left;
    padding-left: 0.4em;
}
table.stats td.pos {
    padding-left: 0.4em;
}
table.stats td.team {
    padding-left: 0.4em;
}
table.stats td#add_player {
    padding-left: 0.4em;
}
#options {
	float: left;
	width: 510px;
	margin-top: 0em;
}
#roster_actions {
    float: left;
    width: 300px;
    margin-top: 0em;
    padding: 2px 5px;
    font-size: 90%;
    background: #DDD;
}

#lineup_section {
    clear: both;
    padding-top: 1em;
}
#lineup_section h3{
    display: inline;
}

.icon img{
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: -2px;
    margin-left: 0.5em;
}
div#lineup_div {
    border-top: 6px solid #20821F;
    padding-left: 0px;
    max-width: 985px;
}
table#lineup {
    width: 985px;
}
.tab_unselect {
    padding: 5px 9px 5px 9px;
    color: #222222;
    border: 1px solid #999999;
    border-bottom: 0px;
    background: #d4d4d4 url("/img/lineup_tab_unselect.jpg") repeat-x 0 0;
    cursor: pointer;
    font-size: 14px;
}
.tab_unselect:hover {
    background: #afdaa4 url("/img/lineup_tab_unselect_hover.jpg") repeat-x 0 0;
    border: 1px solid #777;
    border-bottom: 0px;
}
.tab_select {
    padding: 5px 9px 5px 9px;
    color: white;
    border: 1px solid #333;
    border-bottom: 0px;
    background: #218320 url("/img/lineup_tab_select.jpg") repeat-x 0 0;
    cursor: default;
    font-size: 14px;
}
#view_spacer {
    padding: 3px;
    border-left: 1px solid #555;
}
#view_options {
    font-size: 95%;
    padding-bottom: 3px;
}
.edit_link {
    margin-left: 0.8em;
    cursor: pointer;
    color: #20821F;
    text-decoration: underline;
    font-size: 90%;
}
#dialog1 div.bd{
    font-size:90%;
}
#dialog1 div.bd h4 {
    padding-bottom: 3px;
}
#dialog1 div.settings_text {
    margin-top: 4px;
}


table#add_drop_box {
    clear: both;
    float: left;
    border-collapse: collapse;
    font-size: 95%;
    margin-top: 0.4em;
 }

table#add_drop_box td {
    border-bottom: 1px solid #999999;
}
table#add_drop_box td.left {
    border-left: 1px solid #999999;
}
table#add_drop_box td.right {
    border-right: 1px solid #999999;
}
table#add_drop_box th.left {
    border-left: 1px solid #999999;
}
table#add_drop_box th.right{
    border-right: 1px solid #999999;
}
table#add_drop_box th{
   border-bottom: 1px solid #999999;
}
table#add_drop_box th {
    border-top: 1px solid #999999;
}
table#add_drop_box tr#commit td{
    border: 0px;
}
table#add_drop_box th, table#add_drop_box td {
    padding: 2px 4px;
}
table#add_drop_box td {
    background: #D5D5D5 url("/img/lineup_tab_unselect.jpg") repeat-x 0 0;
}
table#add_drop_box td.add_drop_stat{
    width: 3em;
    text-align: right;
    padding-right: 1.7em;
    padding-bottom: 0px;
    padding-top: 1px;
    font-size: 120%;
    font-weight: bold;
}
.positive {
    color: green;
}
.negative {
    color: red;
}
table#add_drop_box {
}
table#add_drop_box tr td {
    padding: 4px 4px;
}
table#add_drop_box thead th {
    background: #AACCAA url("/img/lineup_tab_unselect_hover.jpg") repeat-x 0 0;
    padding: 4px 4px;
    color: #111111;
    font-size: 100%;
    font-weight: normal;
}
table#add_drop_box thead th.team_fp{
    text-align: right;
    padding-right: 1.7em;
    padding-top: 1px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size:120%;
}
table#add_drop_box tfoot th {
    background: #AACCAA url("/img/lineup_tab_unselect_hover.jpg") repeat-x 0 0;
    padding: 4px 4px;
    font-size: 100%;
    font-weight: normal;
    color: #111111;
}
table#add_drop_box tfoot th.team_fp{
    text-align: right;
    padding-right: 1.7em;
    padding-top: 1px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 120%;
}
table#add_drop_box tr#commit td{
    background:#FFFFFF;
}
table#add_drop_box tr#addRow td{
    padding: 2px 4px;
    background: #D5D5D5 url("/img/lineup_tab_unselect.jpg") repeat-x 0 0;
}
table#add_drop_box tr#dropRow td{
    padding: 2px 4px;
    background: #D5D5D5 url("/img/lineup_tab_unselect.jpg") repeat-x 0 0;
}
#starters_avg_fp {
    color: #111111;
}
#starters_avg_fp_new{
}
.add {
    color: green;
}
.drop {
    color: red;
}
table#add_drop_box td.player_name{
    width: 20em;
}
img#wait_img {
    margin-bottom: -3px;
}
span#wait {
    visibility: hidden;
}
input#commit_add_drop {
}
.yui-ac-input{
    width: 16em;
    border: 1px solid #999999;
}
.yui-ac-content{
    width: 16em;
}
.yui-ac-container{
  z-index: 2;
}
#addContainer .yui-ac-content {
    z-index: -1;
}
#dropContainer .yui-ac-content {
    z-index: -2;
}



h1 a.info{
    text-decoration: none;
}
div.info_outer{
    float: left;
    border: 1px solid #BBDDBB;
    background-color: #FFFFFF;
    margin-bottom: 1em;
}
div.info_inner{
    float: left;
    width: 972px;
    background-color: #DDFFDD;
    padding: 8px 10px;
    margin: 3px;
}    
div.info_small{
    float: left;
    width: 550px;
    margin-bottom: 1em;
}

div.info_lc_image{
    position: relative;
    float: right;
    text-align: center;
    display: inline;
}
div.info_lc_image img{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #BBDDBB;
}
div.info_lc_image img.nostyle{
    padding: 0px;
    border: 0px;
    background: none;
}
ol.info_list li{
    list-style-type: decimal;
}
/* YUI Autocomplete */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
.yui-skin-sam .yui-ac{position:relative;font-family:arial;font-size:100%;}.yui-skin-sam .yui-ac-input{position:relative;}.yui-skin-sam .yui-ac-container{position:relative;top:0em;}.yui-skin-sam .yui-ac-content{position:absolute;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;}.yui-skin-sam .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;}.yui-skin-sam .yui-ac-content ul{margin:0;padding:0;width:100%;}.yui-skin-sam .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;}.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{background:#B3D4FF;}.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#426FD9;color:#FFF;}
/* YUI Container Sam Skin */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}.yui-effect-fade .underlay{display:none;}.yui-tt-shadow{position:absolute;}.yui-skin-sam .mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px 3px;}.yui-skin-sam .yui-panel{position:relative;*zoom:1;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{*zoom:1;*position:relative;border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc;}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#F2F2F2;}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(/img/sprite.png) repeat-x 0 -200px;}.yui-skin-sam .yui-panel .bd{padding:10px;}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}.yui-skin-sam .yui-panel-container.focused .yui-panel .hd{}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(/img/sprite.png) no-repeat 0 -300px;cursor:pointer;}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px;}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff;}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 5px 0 3px;}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;right:-3px;bottom:-3px;left:-3px;*top:3px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_right:0;_bottom:0;_left:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;*filter:alpha(opacity=12);}.yui-skin-sam .yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right;}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold;}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369;}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff;}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(/img/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto;}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;*filter:alpha(opacity=12);}


/* --------------------------*/
/* ---- Draftboard Styles ----*/
/* -----------------------------*/
#watchTable { margin:0px 5px 0px 5px; padding:0px; border:1px solid #ACA899}
#watchTable th {background-color: #ECE9D8;}

div#draft_div{
	font-size: 200%;
}

table#draft-contain {
    margin: 7px 0px 0px 6px;
    width: 980px;
}	
table#draft-navigation {
    width: 100%;
}
table#draft-navigation td.draft-navigation-links  {
    padding: 2px 10px 0px 0px;
}
table#draft-navigation td.draft-navigation-links a{
    color: blue;
    font-size: 13px;
}
.eyeClick {
	cursor: default;
}		

.radioDiv {
	padding:3px 3px 3px 5px;
	cursor: default;
}

td.QB { background-color:#F2A29D;}
td.RB { background-color:#B8CAEA;}		
td.WR { background-color:#9DF2A7;}
td.TE { background-color:#F2E09D;}
td.PK { background-color:#E99DF2;}
td.DEF { background-color:#CDBE70;}

#draftboard td#count{ 
	background: #F4FA58;
	color: #222222;
	font-family:arial, sans-serif, sans-serif;
	font-size: 11px;
	font-weight:700;
	text-align:center;
	padding:0px;
}
		
 ul.sortablelist {
    list-style-image:none;
    list-style-type:none;
    margin-top:5px;
    margin:0px;
    padding:0px;
  }

  ul.sortabledemo li {
    padding:0px;
    margin:0px;
  }

  span.handle {
    background-color: #E8A400;
    color:white;
    cursor: move;
  }

  li.green {
    background-color: #ECF3E1;
    border:1px solid #C5DEA1;
    cursor: move;
  }

  li.orange {
    border:1px solid #E8A400;
    background-color: #FFF4D8;
  }			

.watchPlayer {
	cursor: move;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:0px;
	padding:2px;
	background-color:#EEEEEE;	
	margin:0px;
	font-family:arial, sans-serif;
}
			
#watchDivHead {
	width:300px;
}
#watchDivBody a {
	color: #2A2E4D;
}
#div_chat{
	height: 10em;
	width: 325px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size:100%;
	padding:3px;
}

.divHead {
	background-color:#4A5E7D;
	border:1px solid black;
	padding:3px 5px;
	font-family:arial, sans-serif;
	font-size:90%;
	font-weight:700;
	color:white;
	width: 300px;
	margin:0px;
}

.divBody {
	background-color:#EEEEEE;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:5px;	
	font-family:arial, sans-serif;
	font-size:90%;
	width:300px;
}


.players { width: 260px; }
#chat { width: 340px; margin-top: 10px;}
#chat-body { width: 340px; }

#report { width: 340px; margin-top: 10px;}
#report-body { width: 340px; }

input#player-to-draft { padding: 0px 0px 3px 2px; }
#divRulesContain{float:left; padding: 10px 0px 20px 0px;}
.rules {width:500px;}
.help {	width: 340px; }

.divHeadDraftGrey {
	background-color:#4A5E7D;
	border:1px solid black;
	padding:3px 5px;
	font-family:arial, sans-serif;
	font-weight:700;
	font-size:90%;
	color:white;
	width:340px;
	margin:0px;
}	

.divBodyDraftGrey {
	background-color:#EEEEEE;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:5px;	
	font-family:arial, sans-serif;
	width:340px;
	font-size:90%;
}

.divHeadDraftRed {
	background-color:red;
	border:1px solid black;
	padding:3px 5px;
	font-family:arial, sans-serif;;
	color:white;
	font-weight:700;
	width:340px;
	margin:0px;
	font-size:90%;
}	

.divBodyDraftRed {
	background-color:#fac2c3;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:5px;	
	font-family:arial, sans-serif;
	width:340px;
	font-size:90%;
}	

.divHeadDraftGreen {
	background-color:green;
	border:1px solid black;
	padding:3px 5px;
	font-family:arial, sans-serif;
	color:white;
	font-weight:700;
	width:340px;
	margin:0px;
	font-size:90%;
}	

.divBodyDraftGreen {
	background-color:#C2FCC2;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:5px;	
	font-family:arial, sans-serif;
	font-size:90%;
	width:340px;
}	

table.scoring{
	border:1px solid #666;
	border-collapse:collapse;
	font-family:arial, sans-serif, sans-serif;
}

table.scoring th{
	border:1px solid #666;
	border-collapse:collapse;
	padding:2px 4px;
	font-size:90%;
	color:#333;
	background-color:#CCC;
}

table.scoring td{
	border:1px solid #666;
	border-collapse:collapse;
	font-size:80%;
	padding:5px 5px;
	background-color:#EEE;
	text-align:center;
}

#overflowDiv{
	height: 340px; 
	overflow: auto;
	border:1px solid #666;
	border-top:0px;
	background-color:white;
	margin-top:0px;
	width: 256px;
}

table.playerTable{
	border-collapse:collapse;
	background-color:white;
	padding:0em;
	font-size:100%;
	cursor:default;
	width: 238px;
}
table.playerTable td{
	padding:1px 3px;
}
table.playerTable td.fn{
	 width: 152px;
}
table.playerTable td.pd{
    width: 20px;
}
.posToggle {
	padding:1px 4px;
	background:#CCC;
	cursor:default;
	border:1px solid #999;
	border-right:0px;
	border-bottom:1px solid #666;
	font-size:100%;
}

.posToggleEmpty {
	padding:1px 22px;
	background:#EEE;
	color:#EEE;
	border-bottom:1px solid #666;
	font-size:100%;
}

.posToggleRight {
	padding:1px 4px;
	background:#CCC;
	cursor:default;
	border:1px solid #999;
	border-bottom:1px solid #666;
	font-size:100%;
}
.highlight{
	background-color:#4A5E7D;
	color:white;
}

.unhighlight{
	background-color:white;
}

.drafted{
	background-color:white;
	color:#999;
}

#toggleDiv{
	margin-top:6px;
        width: 21em;
	padding: 2px 0px;
}

.sortText{
	color:black;
	text-decoration:none;
}
.sortLink{
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

.fake_ahref{
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

#center{
position:absolute;
top:40%;
left:40%;
width:200px;
height:60px;
border:2px solid #333;
background-color: #f8fabb;
color:  #333;
padding:10px;
text-align:center;
vertical-align: center;
font-size:14px;
font-family: Helvetica, arial, sans-serif;
font-weight:700;
}
#center p {
    padding-top: 15px;
}
#center p#loading-draft {
    padding-top: 8px;
    line-height: 1.1em;
}
#greyout{
position:absolute;
top:0px;
left:0px;
width:100%;
height:150%;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
background-color:#111;
color:#111;
}
#feedback{
    height: 8em;
    width: 325px;
    overflow: auto;
}

/* ---- piece of crap v1a.css -----*/
BODY.numbers {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND:#fff; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT-SIZE:80%; FONT-FAMILY: arial, sans-serif; COLOR: #000; PADDING-TOP: 0px;
	width: 98%;
}

BODY.text {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #fff; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT-SIZE:80%; FONT-FAMILY: arial, sans-serif; COLOR: #000; PADDING-TOP: 0px;
}


#team_area_inner {
	border:3px solid #164617;
	padding:0.5em;
	width:90%;
}

#team_area {

	margin-left: 1em;
	margin-right:1em;
}

#tabs {
	float:left;
	line-height:normal;	
}
#tabs ul {
      margin:0;
      padding:0;
      list-style:none;
}
#tabs li {
      float:left;
      margin:0;
      padding:0px 5px 0px 5px;
      background:#AAAAAA;
      border-right:2px solid white;
}
#tabs a {
      display:block;
      padding:0;
      text-decoration:none;
      color:black
}
#tabs a:visited {
      display:block;
      padding:0;
      text-decoration:none;
      color:black
}
#tabs a:hover {
      display:block;
      padding:0;
      text-decoration:underline;
      color:black
}

#tabs #current {
	background:#164617;
	color:white;
}

a#box {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.proj {
	text-decoration:underline;
	color:blue;
}
a.proj:hover {
	text-decoration:underline;
	color:blue;
}


#text {
	background-color:white;
   width:50%;
	padding-right:1em;
	padding-left:1em;
	padding-bottom:1em;
	padding-top:1em;
	margin-bottom:2em;
	font-family:arial, sans-serif;
	line-height:140%;
	float:left;
}

#numText {
	padding-top:2em;
margin-left:1em;
	font-family:arial, sans-serif;
	line-height:140%;

}

TABLE#proj { 
	font-family: arial, helvetica; 
	font-size: 100%;
}

table.numbers {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse:collapse;
	font-size:90%;
	margin-right:1em;
	margin-left:1em;
	font-family: arial, sans-serif;
}
table.numbers th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}
table.numbers td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

#article_list {

	width:20em;
	margin-left:55%;
	margin-top:3em;
	font-family:arial, sans-serif;
	line-height:130%;
}

#article_list_body{
	background-color:#FFF;
	border-left:1px solid #4A5E7D;
	border-right:1px solid #4A5E7D;
	border-bottom:1px solid #4A5E7D;
	font-size:90%;
	color:#333;
	padding:5px;
	line-height:130%;

}

#article_list_body a.header{
	font-weight:700;
	font-size:110%;
}

#article_list_head {
	background-color:#4A5E7D;
	color:white;
	border:1px solid #4A5E7D;
	padding:2px 4px;
	font-weight:700;
	font-size:100%;
}

TABLE#numbers {
FONT-SIZE: 80%; FONT-FAMILY: Arial, helvetica, sans-serif;
}

/*----------------------------------*/
/* ---- Mock Draft Styles ---------*/
/*---------------------------------*/
h1.mock-header { color: #111; }
h3.mock-header { margin: 12px 0px 5px 0px; }
h3.mock-header2 { margin: 20px 0px 8px 0px; }
div#mock-draft-starters { margin: 6px 0px 10px 0px; }
table#mocks-defense-scoring { margin-bottom: 30px; }
div#mocks-defense-desc { clear: both; margin-top: 50px; }
table.mocks{
	border:1px solid #666;
	border-collapse:collapse;
}
#draftButton {
    display: block;
    padding: 1px 10px;
    margin: 5px 0px;
}

table.mocks th{
	border:1px solid #999;
	border-collapse:collapse;
	padding:2px 5px;
	color: #333;
	background-color:#D6D6D6;
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

table.mocks th.num{ width:2em; }

table.mocks td{
        font-size: 12px;
	border:1px solid #999;
	border-collapse:collapse;
	padding: 3px 5px;
	background-color:#EEE;
	text-align:center;
}
table.mocks td.right { text-align: right; }
table.mocks td input { margin-top: 3px; }
table.mocks td.na {
	background-color:#DDD;
	color:#DDD;
}
table.mocks td.taken {
	background-color:#EEE;
	color:#EEE;
}
div#start-drafting {
    width: 450px;
}
input#draft-submit {
    margin-top: 0px;
}
.unselected { color:red; }
.selected { color:green; }

span.QB { background-color:#F2A29D; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}
span.RB { background-color:#B8CAEA; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}		
span.WR { background-color:#9DF2A7; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}
span.TE { background-color:#F2E09D; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}
span.PK { background-color:#E99DF2; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}		
span.DEF { background-color:#CDBE70; padding:1px 4px; border:1px solid #000; margin: 0px;}	
span.RBWR { background-color:#CCC; padding:1px 4px; border:1px solid #000; border-right:0px; margin: 0px;}

#status {
	margin-top:10px;
	margin-bottom:15px;
	padding: 8px 10px;
	background-color:#FFFF78;
	border:1px solid #222;
	color:#222;
	font-weight:bold;
	font-size: 14px;
	width: 50%;
}

#reenter {
	margin-top:2em;
	margin-bottom:2em;
	padding:0.5em 0.6em;
	background-color:#FFFF58;
	border:1px solid #111;
	color:#111;
	font-weight:400;
	font-size:100%;
}
.serious {
	margin: 5px 0px 10px 0px;
}
.italics { font-style: italic; }
fieldset { border: 0; }

/* -----------------------------------*/
/* ---- Membership Styles ------------*/
/* -----------------------------------*/
dl ul li { width: 400px; list-style-type: disc;}
ul li { line-height: 1.5em; }
div#applications { margin: 0; padding: 0; }
dl { margin: 0; padding: 0; }
dt { clear: both; font-weight: bold; font-size: 16px; padding-top: 1em; padding-bottom: 0.3em; font-family: Helvetica, arial, sans-serif; text-decoration: underline;}
dt#first { padding-top: 0; }
dd { float: left; width: 530px; margin-left: 0px;}
dd.img { width: 400px; padding-left: 40px; }
dd.img img { margin-bottom: 3px; }

table.membership-options {
    margin: 20px 0px 40px 0px;
    float: left;
}
table#membership-details {
   width: 350px;
   float: left;
   margin: 20px 0px 0px 100px;
}
table#membership-details td {
    padding: 15px 0px;
}
table.membership-options th {
    font-family: helvetica, arial, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 25px 4px 10px;
}
table.membership-options td {
    font-size: 14px;
    padding: 4px 25px 4px 10px;
    text-align: center;
    vertical-align: middle;
}
table.membership-options td.feature {
    text-align: left;
    vertical-align: middle;
    padding: 4px 7px;
}
			
table.membership-options th.highlight-plan {
    padding: 7px 10px 4px 10px;
    font-size: 18px;
    background-color: #f8fabb;
    border: 1px solid #555;
    border-bottom: 0px;
    vertical-align: middle;
}
table.membership-options td img {
    border: 0px;
    padding-top: 3px;
}
			 
table.membership-options td.highlight-plan {
    padding: 3px 10px;
    font-size: 14px;
    background-color: #f8fabb;
    border: 1px solid #555;    
    border-top: 0px;
    border-bottom: 0px;
}
table.membership-options td.highlight-button {
    border-bottom: 1px solid #555;
    padding-bottom: 6px;
    padding-top: 8px
}
table.membership-options td#upgrade {
    text-align: left;
    padding: 25px 0px 0px 10px;
}
div.registration-highlight {
    background-color: #f8fabb;
}
div#user-msg {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    max-width: 815px;
    font-size: 16px;
}

/*-------------------*/
/*   Contact page ---*/
/*-------------------*/
body.ss-base-body div.ss-form-container p {
    padding: 0px;
}
ol#tos {
    list-style-type: upper-roman;
}
ol#tos li {
    padding: 5px 5px;
    margin-left: 10px;
}
ol#tos strong {
    font-weight: bold;
}
ol#tos li ul {
    padding: 0px;
}
/*-------------------------*/
/*     Chatter widget      */ 
/*-------------------------*/
.rss-box {
     width: 97%;
     font-size: 14px;
     background-color: #D6D9DC;
     border: 0px solid #cc3300;
}
.rss-items {
    margin-top:1px;
    padding:0.5em; 0.5em;
    margin-left:1px;
    color:#006699;
}
.rss-title {
    text-decoration: none;
    font-family: arial;
    font-size: 120%;
    background-color:#1E467D;
    color:#ffffff;
    font-weight:bold;
    margin: 0px;
    padding:0em;
    text-align: left;
}
p.rss-title {
    padding: 4px 8px;
}
.rss-title a {
    color: #fff;
}
.rss-title a:hover {
    color: #CCC;
}
span.rss-item {
    color:#DDF;
}
.rss-item  {
  font-family: Georgia;
  color: #111;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
    text-decoration : underline;
    color:#1E467D;
    font-size: 12px;
    font-weight:bold;
    font-family:verdana;
    }
   
.rss-item a:visited {
    color:#666;
}

.rss-date {
    font-size: 85%;
    font-weight : normal;
    color: #777;
}

div#user_tabs {
    margin-top: 10px;
} 
div#user_tabs h2 {
    margin: 10px 0px 5px 0px;
    padding: 0;
}
div#tab_options {
    margin-bottom: 3px;
}
div.userTab {
   border: 1px solid #666;
   max-width: 1122px;
   min-width: 965px;
   padding: 0px 10px 20px 10px;
   background: #F6F6F6;
}
#cal2Container { display:none; position:absolute; left:90px; top:350px; z-index:1}

div#news-chatter {
    float: left;
    width: 450px;
    font-size: 12px;
}
div#news-chatter a {
    color: #009;
    text-decoration: underline;
}
div#news-chatter p.timestamp {
    color: #888;
}
div#news-chatter div.news-chatter-post {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
div#news-tweets {
    float: left;
    width: 450px;
    font-size: 12px;
    margin-bottom: 25px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #999;
}    
div#news-tweets a.status {
    color: #999;
    font-family: Georgia;
    text-decoration: none;
    font-size: 11px;
}
div#news-tweets a.status:hover {
    text-decoration: underline;
}
div.news h2 {
    padding: 0px;
}
div.news div.tweet {
    clear: both;
    padding-top: 20px;
}
div.news div.tweet img {
    float: left;
    margin: 5px;
    border: 1px solid #222;
}
div.news a { 
    color: #009;
}
p.notification {
    background-color: #9E9;
    color: #111;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #5C5;
}
p.notification a {
    color: #090;
    font-weight: bold;
}
p.notification a:hover {
    color: #C11;
}
p.gentle-notification {
    background-color: #EEE;
    border: 1px solid #666;
    margin-top: 10px;
    width: 600px;
    padding: 4px 8px;
}

.signup-tab {
    padding: 4px 8px 1px 8px;
    background: #BBB;
    cursor: pointer;
    border: 1px solid #999;
    font-weight: bold;
}
.signup-tab-selected {
    padding-bottom: 2px;
    background: #D6D6D6;
    border-bottom: 0px;
}
span#standard-tab {
    color: green;
}
span#ppr-tab {
    color: blue;
}

table.dc-team-names td {
    padding: 0px 10px 5px 0px;
}