body {
  padding:0px 0px 40px 0px;
	font-size:12px;
	background-image:url('http://images.fantasypros.com/images/css/bg_black_white.png');
	background-repeat:repeat-x;
	background-color:#f7f7f7;
}

h1 {
	font-size:18px;
	line-height:25px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

h2 {
	font-size:16px;
	margin:0;
	padding:0;
}

h3 {
	font-size:14px;
	margin:0;
	padding:0;
}

h4 {
	color:#636363;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 10px 0px;
	padding:0;
}

a, a:visited {
  color:#195e8d;
  text-decoration:none;
}

a:hover, a:active {
  color:#2796df;
  text-decoration:underline;
}

#header {
}

#navigation {
}

#logo {
	padding-top:20px;
}

#leaderboard {
	padding-top:10px;
}


/* Mega Drop-down */

.dropdown-col1 { width:150px; }  
.dropdown-col2 { width:301px; }  
.dropdown-col3 { width:452px; }  
.dropdown-col4 { width:603px; }  
.dropdown-col5 { width:754px; }  
.dropdown-col6 { width:905px; }  

.col {
	display:inline;  
	float: left;  
	position: relative;  
	line-height:20px;
	margin: 5px 0px;  
}  

.col1 { width:150px; }
.col2 { width:300px; }
.col3 { width:450px; }
.col4 { width:600px; }
.col5 { width:750px; }
.col6 { width:900px; }

.col ul, .col-first ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

.col li > a {
	display:block;
  color:#0081c2;
	font-size:13px;
	padding:0px 0px 0px 10px;
}

.col li a:hover, .col li a:focus {
	display:block;
  color: #ffffff;
	font-size:13px;
  text-decoration: none;
  background-color: #0081c2;
	padding:0px 0px 0px 10px;
}

.col-title {
  color:#777777;
	font-size:13px;
  font-weight:bold;
	padding:0px 0px 0px 10px;
}

.col-border {
	height:100%;
	border-left:1px solid #cccccc;
}  

.col-spacer {
	height:20px;
}


#main {
	background-color:#ffffff;
	margin-top:-20px;
	padding:20px;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

#content {
	float:left;
	width:720px;
}

#content-wide {
	float:left;
	width:860px;
}

#sidebar {
	float:right;
	width:300px;
}

#sidebar-wide {
	float:right;
	width:160px;
}

#left-nav {
	float:left;
}

#left-nav ul {
	margin-bottom:0;
}

#left-nav li {
	list-style: none;
	display: block;
	font-size:11px;
	margin-left:-15px;
}

.well-left-nav {
	width:140px;
  padding:9px;
}

.tower {
	width:160px;
	margin-bottom:20px;
}

.fb-like {
	overflow:hidden;
	width:80px;
	height:20px;
	margin-left:-20px;
}

#footer {
	margin-top:20px;
}


.fp-title {
	font-size:18px;
}

.fp-icon {
  vertical-align:middle;
  margin:0px 5px 0px 0px;
  padding:0px;
}

.link-nav {
	height:30px;
	line-height:30px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  margin:0;
  padding:0;
}


.box {
	border:1px solid #cccccc;
}

.box p, .box ul, .box ol, .box form {
	margin:10px;	
}

.box-title {
	font-size:16px;
	background-color:#e3e3e3;
	margin:0;
	padding-left:10px;
}

.box ul {
	margin:10px;
}
.box ul li {
	list-style: none;
}

table.summary {
  border-right:1px solid #ddecef;
  border-collapse:collapse;
}

table.summary th.first {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-left:1px solid #ddecef;
  border-collapse:collapse;
}

table.summary th.last {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-right:1px solid #ddecef;
  border-collapse:collapse;
}

table.summary th.th-title {
  border-bottom:1px solid #ffffff;
}

table.summary th {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
	background-color:#ddecef;
  border-right:1px solid #ffffff;
  border-collapse:collapse;
}

table.summary td {
 	width:80px;
  font-weight:bold;
  text-align:center;
  padding:3px 0;
  vertical-align:middle;
  border-left:1px solid #ddecef;
  border-bottom:1px solid #ddecef;
}

/* Rankings */

.expert-name {
  font-size: 12px;
  color: #464647;
  font-weight: bold;
  line-height: 14px;
  text-transform: capitalize;
}

.expert-affiliation {
  font-size: 11px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
	
.expert-affiliation a, .expert-affiliation a:visited {
  color: #464647;
}

.expert-pick {
	height:100px;
	width:100%;
	text-align:center;	
	background-color:#eeeeee;
}

.expert-pct-more {
	color:#468847;
	font-size:50px;
	font-weight:bold;
	line-height:80px;
}

.expert-pct-less {
	color:#953b39;
	font-size:50px;
	font-weight:bold;
	line-height:80px;
}


.rank-green {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_green.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-green-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_green_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-grey {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_grey.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-grey-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_grey_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-red {
  float: left;
  position: relative;
  width: 55px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_red.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.rank-red-wide {
  float: right;
  position: relative;
  width: 100px;
  height: 30px;
  text-align: center;
  background-image: url(http://images.fantasypros.com/images/css/bg_ranking_red_wide.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #ffffff;
  font-size: 11px; 
  line-height: 32px;
	margin-left: 5px;
}

.rank-white {
  color:#ffffff;
  font-size: 14px; 
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 1px #000;
  position: relative;
  top: 7px;
}

.wsis-summary {
	height:30px;
	background-color:#eeeeee;
	border-bottom:1px solid #a5a5a5;
}

.wsis-label {
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	padding-left:10px;
}


/* News & Articles */

.news-icon {
	float:left;
	width:16px;
	margin-right:10px;
}
.news-title {
	float:left;
	font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}
.news-item {
	float:left;
	width:500px;
}
.news-content {
	line-height:18px;
}
.news-datetime {
	color:#999999;
}
.news-footer {
	width:500px;
	font-size:11px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin:5px 0px 10px 0px;
}


/* table sorter */

th.tablesorter-header { 
	background: url('http://images.fantasypros.com/images/icons/sort.gif') right no-repeat; 
} 
th.tablesorter-headerSortUp { 
	background: url('http://images.fantasypros.com/images/icons/sort_asc.gif') right no-repeat; 
} 
th.tablesorter-headerSortDown { 
	background: url('http://images.fantasypros.com/images/icons/sort_desc.gif') right no-repeat; 
} 


/* jquery autocomplete */

.ui-autocomplete { position:absolute; cursor:pointer; }	
.ui-widget-content li { list-style:none; margin-left:10px;}
.ui-widget-content { border:1px solid #eeeeee; background: #ffffff; color:#999999; }
.ui-widget-content a { color:#195e8d; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border:0; background:#464647; font-weight:bold; color:#ffffff; }


/* boot covers */

.hero-unit {
  font-size: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.hero-unit h1 {
  font-size:24px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fbd53c;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fbd53c;
}

.btn-large {
  background-color: #f27509;
  *background-color: #f27509;
  background-image: -moz-linear-gradient(top, #ffa303, #f27509);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa303), to(#f27509));
  background-image: -webkit-linear-gradient(top, #ffa303, #f27509);
  background-image: -o-linear-gradient(top, #ffa303, #f27509);
  background-image: linear-gradient(to bottom, #ffa303, #f27509);
}

.btn-large:hover {
  background-color: #f27509;
  *background-color: #f27509;
  /* Buttons in IE7 don't get borders, so darken on hover */
}

.nav-tabs {
  border-bottom:1px solid #464647;
}

.nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  color:#464647;
	font-weight:bold;
  line-height: 20px;
  background-color: #eeeeee;
  border-bottom:1px solid #464647;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  color: #ffffff;
	font-weight:bold;
  background-color: #464647;
  border-color:#464647;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #ffffff;
  cursor: default;
  background-color: #464647;
  border: 1px solid #464647;
}

.label-rank {
	width:35px;
	text-align:center;
	font-size:14px;
  margin-top:5px;
  padding:4px 8px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1080px;
}
