/* Global */

body {
	background: #f3f8fc;	
	color: #007db1;
}

a {
	color: #003e58;
}

a:hover {
	color: #409ec5;
}

.auto {
  width: 90px;
  text-align: center;
}

a.button {
	background: #fff url("arrow-right.png") 9px 9px no-repeat;
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	box-shadow: 0px 1px 5px rgba(0,125,177,0.1);	
	color: #007db1;	
	text-shadow: 1px 1px 1px #ffffff;
}

a.button:hover {
	background-color: #f2f8fb;
	color: #00709f;
	cursor:pointer;
}

a.green {
	background-color: #7fbf4d;
	color: #ffffff;
	text-shadow: none;
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
}
a.green:hover {
	background-color: #76b347;
	color: #ffffff;
	text-shadow: none;
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
}

.trade_machine.button {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 180px;
  text-transform: uppercase;
}

.trade_machine_show_hide.button {
  margin: 0px;
}


h1 {
	color: #007db1;
	text-shadow: 1px 1px 1px #fff;	
}

h2 {
	color: #007db1;	
}

h3 {
	color: #007db1;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #ccdde7; 
	border-style: none none dotted; 
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Section Naviation */

#mnav {
	background: #007db1 url("mnav_bg-hockey.png") repeat-x bottom left;	
}

ul.topnav li a{
	color: #77bad5;
}

ul.topnav li a:hover{
	background: #006d9b;
	color: #c0dfec;
}


ul.topnav li ul.subnav {
	border-left: 1px solid #80bed8;
	border-right: 1px solid #80bed8;
	border-bottom: 1px solid #80bed8;		
}

ul.topnav li ul.subnav li{
	border-top: 1px solid #006d9b; 
	border-bottom: 1px solid #1a8ab9;
}

html ul.topnav li ul.subnav li a {
	background: #007db1 url("dropdown_linkbg-hockey.png") no-repeat 4px center;
	color: #f2f8fb;
}

html ul.topnav li ul.subnav li a:hover { 
	background: #006d9b url("dropdown_linkbg-hockey.png") no-repeat 6px center;
	color: #fff;	
}

/* Wrapper */

#wrapper-accent {
	background: transparent url("head_bg-hockey.png") repeat-x top left;	
}

#wrapper {
	background: transparent url("wallpaper-hockey.jpg") no-repeat center 20px;	
}

/* Quick Select */

a.quick-button {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-shadow: 0 -1px 0 #4c9021;	
}

a.quick-button:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
}

a.quick-button:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

a.quick-button-mobile {
	background-color: #0089c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0089c3), to(#007db1));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #0089c3, #007db1);
	background-image: -moz-linear-gradient(top, #0089c3, #007db1);
	background-image: -ms-linear-gradient(top, #0089c3, #007db1);
	background-image: -o-linear-gradient(top, #0089c3, #007db1);
	background-image: linear-gradient(top, #0089c3, #007db1);
	border: 1px solid #007db1;
	border-bottom: 1px solid #005273;
	-webkit-box-shadow: inset 0 1px 0 0 #409ec5;
	-moz-box-shadow: inset 0 1px 0 0 #409ec5;
	-ms-box-shadow: inset 0 1px 0 0 #409ec5;
	-o-box-shadow: inset 0 1px 0 0 #409ec5;
	box-shadow: inset 0 1px 0 0 #409ec5;
	color: #fff;
	text-shadow: 0 -1px 0 #00658f;
}

a.quick-button-mobile:hover {
	background-color: #00709f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00709f), to(#00658f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #00709f, #00658f);
	background-image: -moz-linear-gradient(top, #00709f, #00658f);
	background-image: -ms-linear-gradient(top, #00709f, #00658f);
	background-image: -o-linear-gradient(top, #00709f, #00658f);
	background-image: linear-gradient(top, #00709f, #00658f);
	-webkit-box-shadow: inset 0 1px 0 0 #409ec5;
	-moz-box-shadow: inset 0 1px 0 0 #409ec5;
	-ms-box-shadow: inset 0 1px 0 0 #409ec5;
	-o-box-shadow: inset 0 1px 0 0 #409ec5;
	box-shadow: inset 0 1px 0 0 #409ec5;
}

a.quick-button-mobile:active {
	border: 1px solid #007db1;
	border-bottom: 1px solid #007db1;
	-webkit-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
}


a.quick-button-mobile span.icon-mobile {
	background-image: url("http://img.capgeek.com/mobile24.png");
}

a.quick-button span.icon-dailytracker {
	background-image: url("http://img.capgeek.com/icon_24white_dailytracker.png");
}

a.quick-button span.icon-depthchart {
	background-image: url("http://img.capgeek.com/icon_24white_depthcharts.png");
}

a.quick-button span.icon-scoring {
	background-image: url("scoring.png");
}

a.quick-button span.icon-prospects {
	background-image: url("prospectsmenu.png");
}

a.quick-button span.icon-trademachine {
	background-image: url("http://img.capgeek.com/icon_24white_trademachine.png");
}

a.quick-button span.icon-fatracker {
	background-image: url("http://img.capgeek.com/icon_24white_fatracker.png");
}

a.quick-button span.icon-reservelist {
	background-image: url("http://img.capgeek.com/icon_24white_reservelist.png");
}


/* Quick Menus */

	#quick-search, #quick-chart, #quick-calculator, #quick-tracker {
		border: 1px solid #bedeeb;			
		background: transparent url("http://img.capgeek.com/bg_white50.png");	
	}

	#quick-search .inputbox {
		color: #007db1;			
		background: transparent url("http://img.capgeek.com/icon_top_search.png") left no-repeat;		
	}

	.chart dt {
		background: transparent url("http://img.capgeek.com/icon_top_chart.png") 2px 50% no-repeat;			
	}
	
	.calculator dt {
		background: transparent url("http://img.capgeek.com/icon_top_calculator.png") 2px 50% no-repeat;				
	}
	.tracker dt { 
		background: transparent url("http://img.capgeek.com/icon_top_dailytracker.png") 2px 50% no-repeat;				
  }
	
	.chart a,
	.chart a:visited,
	.calculator a,
	.calculator a:visited, 
  .tracker a, 
  .tracker a:visited {
		color:#007db1;
	}
	
	.chart a:hover,
	.calculator a:hover, 
  .tracker a:hover {
		color:#80bed8;
	}
	
	.chart dt a:hover,
	.calculator dt a:hover, 
  .tracker dt a:hover {
		color:#80bed8;
	}
	
	.chart dt a,
	.calculator dt a, 
  .tracker dt a {
		background: transparent url(http://img.capgeek.com/arrow.png) no-repeat scroll right center;
	}
	
	
	.chart dd ul,
	.calculator dd ul, 
  .tracker dd ul {
		background:#e4dfcb none repeat scroll 0 0;
		color:#fff;
		border-left: 1px solid #80bed8;
		border-right: 1px solid #80bed8;
		border-bottom: 1px solid #80bed8;	
	}
	
	.chart dd ul li,
	.calculator dd ul li, 
  .tracker dd ul li {
		border-top: 1px solid #006d9b; 
		background: #007db1;
		border-bottom: 1px solid #1a8ab9;
	}
	
	.chart dd ul li a,
	.chart dd ul li a:visited,
	.calculator dd ul li a,
	.calculator dd ul li a:visited, 
  .tracker dd ul li a, 
  .tracker dd ul li a:visited {
		color: #fff;
	}
	
	.chart dd ul li a:hover,
	.calculator dd ul li a:hover, 
  .tracker dd ul li a:hover {
		background: #007db1 url("dropdown_linkbg-hockey-left.png") no-repeat right center;
		background-color:#006d9b;
		color: #fff;
	}

/* Main Content */

#main {
	background: #fff;
	border: 1px solid #d5e9f2;
}

#main_calculator {
	width: 960px;
	maix-width: 960px;
	margin: 0 auto;
}

/* Team Section Buttons */

a.team-button {
	background-color: #0089c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0089c3), to(#007db1));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #0089c3, #007db1);
	background-image: -moz-linear-gradient(top, #0089c3, #007db1);
	background-image: -ms-linear-gradient(top, #0089c3, #007db1);
	background-image: -o-linear-gradient(top, #0089c3, #007db1);
	background-image: linear-gradient(top, #0089c3, #007db1);
	border: 1px solid #007db1;
	border-bottom: 1px solid #005273;
	-webkit-box-shadow: inset 0 1px 0 0 #409ec5;
	-moz-box-shadow: inset 0 1px 0 0 #409ec5;
	-ms-box-shadow: inset 0 1px 0 0 #409ec5;
	-o-box-shadow: inset 0 1px 0 0 #409ec5;
	box-shadow: inset 0 1px 0 0 #409ec5;
	color: #fff;
	text-shadow: 0 -1px 0 #00658f;
}

a.team-button-selected {
	background-color: #70b7d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70b7d5), to(#409fc7));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #70b7d5, #409fc7);
	background-image: -moz-linear-gradient(top, #70b7d5, #409fc7);
	background-image: -ms-linear-gradient(top, #70b7d5, #409fc7);
	background-image: -o-linear-gradient(top, #70b7d5, #409fc7);
	background-image: linear-gradient(top, #70b7d5, #409fc7);
	border: 1px solid #007db1;
	border-top: 1px solid #007db1;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #007db1;
	-moz-box-shadow: inset 0 1px 0 0 #007db1;
	-ms-box-shadow: inset 0 1px 0 0 #007db1;
	-o-box-shadow: inset 0 1px 0 0 #007db1a;
	box-shadow: inset 0 1px 0 0 #007db1;
	color: #fff;
	text-shadow: 0 -1px 0 #007db1;
}

a.team-button:hover {
	background-color: #00709f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00709f), to(#00658f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #00709f, #00658f);
	background-image: -moz-linear-gradient(top, #00709f, #00658f);
	background-image: -ms-linear-gradient(top, #00709f, #00658f);
	background-image: -o-linear-gradient(top, #00709f, #00658f);
	background-image: linear-gradient(top, #00709f, #00658f);
	-webkit-box-shadow: inset 0 1px 0 0 #409ec5;
	-moz-box-shadow: inset 0 1px 0 0 #409ec5;
	-ms-box-shadow: inset 0 1px 0 0 #409ec5;
	-o-box-shadow: inset 0 1px 0 0 #409ec5;
	box-shadow: inset 0 1px 0 0 #409ec5;
}

a.team-button:active {
	border: 1px solid #007db1;
	border-bottom: 1px solid #007db1;
	-webkit-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #007db1, 0 1px 0 0 #eeeeee;
}

a.team-button span.icon-dailytracker, a.team-button-selected span.icon-dailytracker {
	background-image: url("http://img.capgeek.com/icon_24white_dailytracker.png");
}

a.team-button span.icon-chart, a.team-button-selected span.icon-chart {
	background-image: url("http://img.capgeek.com/icon_24white_charts.png");
}

a.team-button span.icon-scoring, a.team-button-selected span.icon-scoring {
	background-image: url("scoring.png");
}

a.team-button span.icon-history {
	background-image: url("historymenu.png");
}

a.team-button span.icon-calculator, a.team-button-selected span.icon-calculator {
	background-image: url("http://img.capgeek.com/icon_24white_calculator.png");
}

a.team-button span.icon-depthchart, a.team-button-selected span.icon-depthchart {
	background-image: url("icon_24white_depthcharts.png");
}

a.team-button span.icon-reservelist, a.team-button-selected span.icon-reservelist {
	background-image: url("http://img.capgeek.com/icon_24white_reservelist.png");
}

a.team-button span.icon-archive, a.team-button-selected span.icon-archive {
	background-image: url("http://img.capgeek.com/icon_24white_archive.png");
}

/* Page Title */

#pagetitle {
	border-bottom: 1px solid #d5e9f2;
}

#pagetitle h2 {
	text-shadow: 1px 1px 1px #d5e9f2;
}

/* Form */

input, select, textarea {	
	background-color: #007db1;
	border: 1px solid #d5e9f2;
	color: #fff;
}

/* input::-webkit-input-placeholder { color: #ebebeb; } */

/* input:-moz-placeholder { color: #ebebeb; } */
/*
button {
	background: #fff url("http://img.capgeek.com/arrow-right.png") 9px 9px no-repeat;
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	box-shadow: 0px 1px 5px rgba(0,125,177,0.1);	
	color: #007db1;	
	text-shadow: 1px 1px 1px #ffffff;
}
button:hover {
	background-color: #f2f8fb;
	color: #00709f;
}
*/

.hot-button {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-ms-box-shadow: inset 0 1px 0 0 #96ca6d;
	-o-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-shadow: 0 -1px 0 #4c9021;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1;
	padding: 6px 6px 7px 6px;
	text-align: center;
	text-decoration: none;
	position: relative;
	top: -2px;
}


.hot-button:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-ms-box-shadow: inset 0 1px 0 0 #8dbf67;
	-o-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
	top: -1px;
	color: #fff;	
}




/* Salary Cap Slider Box -- Matt Wuest add */

.sliderbox {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

/* Fantasy Options box -- Matt Wuest add */

.fantasyoptionsbox {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

.sharebox {
	background-color: #f2f8fb;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}


/* Form Box */

.formbox {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

.formbox div.odd {
	background: #f2f8fb;	
}

.formbox input.fancy {
	background: #fff url("http://img.capgeek.com/arrow-right.png") 9px 9px no-repeat;
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	box-shadow: 0px 1px 5px rgba(0,125,177,0.1);	
	color: #007db1;	
	text-shadow: 1px 1px 1px #ffffff;
}

.formbox input.fancy:hover {
	background-color: #f2f8fb;
	color: #00709f;
}



/* Chart Wrapper */

.chart-wrap {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

.chart-wrap h3 {
	text-shadow: 1px 1px 1px #d5e9f2;			
}

.chart-head-adjuster span {
	color: #80bed8;	
}

/* Chart Legend */

#legend span.dkbold {
	color: #005273;	
}

#legend span.estunc {
	color: #80bed8;
}

#legend span.twoway {
	color: #F60;
}


	
/* Chart Toggle Tabs */

ul.charttabs li a {
	color: #b9dcea;	
}

ul.charttabs li a:hover {
	background:#f2f8fb;
	color:#409ec5;
}

ul.charttabs li a.active {
	background:#ffffff url("arrow_down_light.png") no-repeat center bottom;
	border:1px solid #d5e9f2; 
	border-bottom: 1px solid #ffffff;
	color: #007db1;		
}

/* Sortable Table */
.tracker_projection {	color: #b20000; }

/* Matt Wuest elements */

div.ep_stats {
	text-align: left;
	font-size: 0.9em;	
}

.player_profile_box {
	width: 713px; /* 780 to go all the way across */
	background: #f2f8fb;
	padding: 8px;
	font-size: 0.9em;
	margin: 10px 0px 10px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	display: inline-block;
}

table.unsorted tbody tr.slide_risk td {
	background-color: #FCF0AD;
}

table.unsorted#playerlist td.show-hide {
  padding: 0px;
  background: #f2f8fb;
  border-top: 1px solid #007db1;
  border-bottom: 1px solid #007db1;
}



/* Waiver Calculator Table */

table.waiver_calculator {
	font-family: verdana, "trebuchet ms", tahoma, sans serif;
	margin: 0 0 15px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #d6e4ec;
	border-right: 1px solid #d6e4ec;
	border-left: 1px solid #d6e4ec;
}
table.waiver_calculator td, table.waiver_calculator th {
	padding: 4px 6px;
	border-bottom: 1px solid #d6e4ec;
}
table.waiver_calculator th {
	background-color: #f2f7f9;
}
table.waiver_calculator td.highlighted {
	background-color: #d90000;
	color: #ffffff;
}

/* Hover Pop-up*/
 
div.popup {
	color: #005586;
}
 
div.popup:hover span{
	color: #007db1;		
	-moz-box-shadow: 0px 2px 12px rgba(0,125,177,0.5);
	-webkit-box-shadow: 0px 2px 12px rgba(0,125,177,0.5);
	box-shadow: 0px 2px 12px rgba(0,125,177,0.5);		
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f8fb));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f8fb);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f8fbf);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f8fb);
	background-image: -o-linear-gradient(top, #ffffff, #f2f8fb);
	background-image: linear-gradient(top, #ffffff, #f2f8fb);
	border: 1px solid #fff;
	border-bottom: 1px solid #cce5ef;	
}

.popup.player-contract-legend {
  width: 300px;
}
 

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: #007db1;
	color: #fff;
}

table.unsorted thead tr th, table.unsorted tfoot tr th, table.fantasycalculator tr th, table.fantasycalculator tfoot tr th {
  background: #e6f2f7;
}
  
table.tablesorter tbody td a, table.unsorted tbody td a, table#salarychart tbody td a, table#contractchart tbody td a {
	color: #007db1;
}

table.tablesorter tbody td a:hover, table.unsorted tbody td a:hover, table#salarychart tbody td a:hover, table#contractchart tbody td a:hover {
	color: #00709f;	
}

table.tablesorter tbody tr.odd td, table.unsorted tbody tr.odd td, table.fantasycalculator tbody tr.odd td, table#salarychart tbody tr.odd td, table#contractchart tbody tr.odd td {
	background-color: #f2f8fb;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #1a8ab9;
}

table.tablesorter thead tr th:hover {
background-color: #00709f;
}

/* Chart Table Styles */

.fullchart {
	color: #098040;		
}

.fullchart input {
	color: #098040;
}

table#salarychart tbody td.section, table#contractchart tbody td.section, table#playerlist tbody td.section {
	background: #007db1;
	color: #fff;
}

table#salarychart tbody td.section span, table#contractchart tbody td.section span, table#playerlist tbody td.section span {
	background: transparent url("http://img.capgeek.com/arrow-right.png") 10px 3px no-repeat;	
}

table#salarychart tbody td.section .total, total#contractchart tbody td.section .total, table#playerlist tbody td.section .total {
	background: #005b80;
}

table#salarychart tbody tr.roster td.player {
	background: #ffffff url("http://img.capgeek.com/arrow-right.png") no-repeat 16px 12px;			
}

table#salarychart tbody tr.totals td.player {
	background: #e6f2f7 url("http://img.capgeek.com/arrow-right.png") no-repeat 16px 12px;			
}

table#salarychart tbody tr.totalsodd td.player {
	background: #f2f8fb url("http://img.capgeek.com/arrow-right.png") no-repeat 16px 12px;		
}

table#playerlist tbody tr.totals td.player {
	background: #e6f2f7 url("http://img.capgeek.com/arrow-right.png") no-repeat 16px 10px;			
}

table#playerlist tbody tr.totalsodd td.player {
	background: #f2f8fb url("http://img.capgeek.com/arrow-right.png") no-repeat 16px 10px;		
}

table#playerlist tbody tr.trade_machine_neg {
	background: #d90000;
	color: #ffffff;
	font-weight: bold;
}

table#playerlist tbody tr.trade_machine_pos {
	background: #7fbf4d;
	color: #ffffff;
	font-weight: bold;
}




table#salarychart tbody tr.roster td {
	background: #fff;		
}

table#salarychart tbody tr.totals td, table#playerlist tbody tr.totals td {
	background: #e6f2f7;			
}

table#salarychart tbody tr.totalsodd td, table#playerlist tbody tr.totalsodd td {
	background: #f2f8fb;	
}

table#salarychart tbody tr.totalsep1 td, table#playerlist tbody tr.totalsep1 td {
	background: #fff;		
}

table#salarychart tbody tr.totalsep2 td, table#playerlist tbody tr.totalsep2 td {
	background: #007db1;	
}

table#salarychart tbody tr.totals-capspace td.player, table#salarychart tbody tr.totals-capspace td.player {
	background: transparent url("http://img.capgeek.com/arrow-right.png") 17px 23px no-repeat;
}

table#salarychart tbody td.est, table#playerlist tbody td.est {
	color: #80bed8;
}

table#salarychart tbody td.twoway, table#playerlist tbody td.twoway {
	color: #F60;
}
table#salarychart tbody td.reentry, table#playerlist tbody td.reentry {
	color: #7fbf4d;
}

table#salarychart tbody td.detail, table#playerlist tbody td.detail {
	color: #005273;
}

table#salarychart tbody td .ufa, table#salarychart tbody td .rfa {
	color: #fff;
	-moz-box-shadow: 0px 2px 6px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(0,125,177,0.2);
	box-shadow: 0px 2px 6px rgba(0,125,177,0.2);	
}

table#salarychart tbody td .ufa {
	background: #00b274;
}

table#salarychart tbody td .rfa {
	background: #c00;
}

table#salarychart tbody td {
	border-left: 1px solid #fff;
}

table#playerlist tbody td.highlighted {
	background-color: #d90000;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

/* Contract Chart Styles */

table#contractchart tbody tr.column-head td {
  border-bottom: 1px solid #007db1;
}
table#contractchart tbody tr.alert td {
  border-bottom: 1px solid #e6f2f7;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
table#contractchart tbody tr.clauses td {
  border-bottom: 1px solid #e6f2f7;
  font-style: italic;
  text-align: left;  
}

/* Depth Chart Styles */

#depth-wrap {
	display: block;
	margin-bottom: 20px;
	padding: 0;	
}

.depth-box {
	float:left;
	width: 170px;
	max-width: 170px;
	margin-right: 20px;
}

.depth-box-last {
	float:left;
	width: 170px;
	max-width: 180px;
	margin-right: 0;
}

.depth-box h3, .depth-box-last h3 {
	background: #007db1 url("http://img.capgeek.com/arrow-right.png") 10px 10px no-repeat;	
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	font-family: verdana, geneva, sans-serif;	
	color: #fff;
	display: inline-block;
	padding: 8px 16px 26px 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	min-width: 120px;		
}

.depth-roster {
	font-size: 11px;
	position: relative;
	top: -14px;
	left: 6px;
	z-index: 2;	
}

.depth-roster ul{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	border: 1px solid #d5e9f2;
	background: #fff;		
}

.depth-roster li:first-child{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;	
}

.depth-roster li:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom: none;
}

.depth-roster li{
	background: #fff;
	padding: 2px;
	border-bottom: 1px solid #cce5ef;	
}

.depth-roster li.odd{
	background: #f9fcfd;
	padding: 2px;		
	border-bottom: 1px solid #cce5ef;	
}

.depth-reserve {
	font-size: 10px;
	position: relative;
	top: -30px;
	left: 0px;
	z-index: 1;
}

.depth-reserve ul{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d5e9f2;			
}

.depth-reserve li:first-child{
	padding-top: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;	
}

.depth-reserve li:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom: none;		
}

.depth-reserve li{
	background: #f2f8fb;
	padding: 2px;
	border-bottom: 1px solid #cce5ef;
}

.depth-reserve li.odd{
	background: #f9fcfd;
	padding: 2px;
	border-bottom: 1px solid #cce5ef;		
}

.depth-player {
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #cce5ef;
	padding: 4px 4px;	
}

.depth-reserve .depth-player {
	display: block;
	font-weight: normal;
	border-bottom: 1px dotted #cce5ef;
	padding: 2px 2px;	
}

.depth-player a {
	color: #007db1;
	text-decoration: none;	
}

.depth-status {
	display: block;
	padding: 4px 6px;
	font-size: 9px;
}

	.depth-status .caphit {
		float: right;
		font-weight: normal;
	}
	
	.depth-status .rfa, .depth-status .ufa {
		padding: 1px 3px;
		color: #fff;
		font-weight: bold;
		font-size: 9px;
		display: inline;
		margin-right: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;					
	}
	
	.depth-status .rfa {
		background: #c00;					
	}	
	
	.depth-status .ufa {
		background: #00b274;
	}	

.depth-reserve .depth-caphit {
	padding: 2px 3px 4px 3px;
}

.twoway {
	color: #f60;
}

.rfa {
	color: #c00;
	font-weight: bold;
}



/* Blog Entry */

.blogpost {
	border-bottom: 1px solid #d5e9f2;
}

.blogpost h2, .blogpost h3 {
	text-shadow: 1px 1px 1px #d5e9f2;	
}

	.blogpost h2 a, .blogpost h3 a {
		color: #007db1;
	}
	
	.blogpost h2 a:hover, .blogpost h3 a:hover {
		color: #00709f;
	}	

.blogpost .bydate {
	color: #80bed8;
}

.blogpost .bydate a {
	color: #409ec5;
}

a.readmore {
	background: #fff url("http://img.capgeek.com/arrow-right.png") 9px 9px no-repeat;
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,125,177,0.1);
	box-shadow: 0px 1px 5px rgba(0,125,177,0.1);	
	color: #007db1;	
	text-shadow: 1px 1px 1px #ffffff;
}

	a.readmore:hover {
		background-color: #f2f8fb;
		color: #00709f;
	}



/* Tabbed Content */

#modtabs .list-wrap {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

#modtabs .nav li a { 
	color: #b9dcea;
}

#modtabs li a.current,#modtabs li a.current:hover {
	background-color: #fff !important;
	border: 1px solid #d5e9f2;
	border-bottom: none;	
	color: #007db1;	
}

#modtabs .nav li a:hover, modtabs .nav li a:focus { 
	background:#f2f8fb;
	color:#409ec5;			
}

/* Module Boxes */

.chartbox, .modbox, .modbox-tint {
	border: 1px solid #d5e9f2;
	-moz-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	-webkit-box-shadow: 0px 1px 8px rgba(0,125,177,0.2);
	box-shadow: 0px 1px 8px rgba(0,125,177,0.2);	
}

.modbox {
	background: #fff;
}

.modbox-tint {
	background: #f9fcfd;	
}

.modbox-head, .listwrap-head {
	border-bottom: 1px solid #d5e9f2;	
}

.modbox-head h3, .modbox-tint h3, .listwrap-head h3 {
	background: transparent url("http://img.capgeek.com/arrow.png") right top no-repeat;		
}

.modbox-head span, .modbox-tint span, .listwrap-head span {
	color: #80bed8;	
}

/* Footer */
	
.footer-list li a {
	color: #007db1;
	border-bottom: 1px dotted #80bed8;
}

.footer-list li a:hover {
	color: #80bed8;
}