.floatingHeader { 
	/* for totals div http://css-tricks.com/persistent-headers/ */
  position: fixed;
  top: 0;
  visibility: hidden;
}


.fantasy-calc-controls {
	background: #e6f3d5;
	border: 1px solid #cde6aa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 0px 10px 5px;
	margin-bottom: 15px;
	width: 315px;
}

.calc-controls {
	float:right;
	background: #e6f3d5;
	border: 1px solid #cde6aa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -5px;
	margin-right: 30px;
}

.calc-controls .pad-right{
	margin-right: 6px;	
}

.calc-controls span {
	font-size: 10px;
	display: inline-block;
	margin-top: -3px;
	color: #64a630;
}

.calc-controls .add-pad {
	padding: 4px 4px;
}


.d-col {
	background: #007db1 url("bg_drag-col.png") bottom center no-repeat;
	color: #fff;
	border-radius: 4px 4px 2px 2px;
	-moz-border-radius: 4px 4px 2px 2px; 
	-webkit-border-radius: 4px 4px 2px 2px;
	padding: 6px 4px 12px 4px;
	margin: 8px 2px 2px 2px;
	font: normal 12px/12px verdana, sans-serif;			
}

.d-col-locked {
	background: #cc0000 url("bg_drag-col.png") bottom center no-repeat;
	color: #fff;
	border-radius: 4px 4px 2px 2px;
	-moz-border-radius: 4px 4px 2px 2px; 
	-webkit-border-radius: 4px 4px 2px 2px;
	padding: 6px 4px 12px 4px;
	margin: 8px 2px 2px 2px;
	font: normal 12px/12px verdana, sans-serif;			
}

.scroll {
	height: 174px;
	overflow: auto;
	overflow-x: hidden;
}

table.drag-table td {
	max-height: 60px;	
	background: #eaf4f9;
	padding: 3px;
	margin: 2px;
	min-height: 54px;
	height: 60px;	
}


table.drag-table td input.auto, table.drag-table-locked td input.auto {
	background: #cde6aa;
	border: none;
	color: #66a832;
	font-family: verdana, sans-serif;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: -5px 0 !important;
	padding: 2px !important;
	text-align: left !important;
	font-size: 10px !important;
	width: 80px !important;
	-moz-transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-o-transition: background 0.25s;
	-ms-transition: background 0.25s;
	transition: background 0.25s;	
}

table.drag-table td input.auto:focus, table.drag-table-locked td input.auto:focus {
	background: #e3f1cf;	
}

table.drag-table td input.save, table.drag-table-locked td input.save {
	background: none;
	border: none;
	margin: -4px 0 !important;
	padding: 0px !important;	
}

img.save {
	background: none;
	border: none;
	margin: -4px 0 !important;
	padding: 0px !important;	
	cursor: pointer;
}



.drag {
	background-color: #fff;
	background-image: url("bg_drag.png");
	background-repeat: no-repeat;
	background-position: 0 50%;	
	padding: 0 0 0 28px;
	border: 1px solid #d5e9f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 160px;
	margin:4px;
	font: normal 10px/10px Verdana, sans-serif;
	-moz-box-shadow: 0px 1px 6px rgba(0,73,102,0.3);
	-webkit-box-shadow: 0px 1px 6px rgba(0,73,102,0.3);
	box-shadow: 0px 1px 6px rgba(0,73,102,0.3);

/*
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;		
	*/
}

.drag-cell-locked .drag span.drag-name {
	border-bottom: 1px dotted #ffdede;
}

.drag span.drag-name {
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	border-bottom: 1px dotted #d5e9f2;
	text-align: left;
}

.drag span.drag-cap {
	display: block;
	padding: 6px 4px;
	text-align: left;
}

.drag-actions {
	float: right;
	font-weight: normal;
	color: #a0cee2;
}

.drag span, .d-locked span{
	display: none;	
}


.d-locked a.delete {
	background: transparent url("/img/drag-icon_delete.png") 50% 50% no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
	cursor: pointer;
	position: relative;
	top: 1px;	
}

.d-locked a.delete:hover {
	top: 2px;	
}

.drag-actions a.cut {
	cursor: pointer;
	background: transparent url("/img/drag-icon_cut.png") 50% 50% no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -3px;		
}

.drag-actions a.cut:hover{
	cursor: pointer;
	background: transparent url("/img/drag-icon_cut-hover.png") 50% 50% no-repeat;	
}

.drag-actions a.buyout{
	background: transparent url("/img/drag-icon_buyout.png") 50% 50% no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -3px;	
	cursor: pointer;
}

.drag-actions a.buyout:hover{
	background: transparent url("/img/drag-icon_buyout-hover.png") 50% 50% no-repeat;	
	cursor: pointer;
}

.d-locked {
	background-color: #fff;
	background-image: url("/img/bg_drag-locked.png");
	background-repeat: no-repeat;
	background-position: 0 50%;	
	padding: 0 0 0 28px;
	border: 1px solid #ffdede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 160px;
	margin:4px;
	font: normal 10px/10px Verdana, sans-serif;
	-moz-box-shadow: 0px 1px 6px rgba(204,102,102,0.5);
	-webkit-box-shadow: 0px 1px 6px rgba(204,102,102,0.5);
	box-shadow: 0px 1px 6px rgba(204,102,102,0.5);		
}


.d-locked span.drag-name {
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	border-bottom: 1px dotted #d5e9f2;
	text-align: left;
}

.d-locked span.drag-cap {
	display: block;
	padding: 6px 4px;
	text-align: left;
}
.d-locked span.drag-cap-two-way {
	display: block;
	padding: 6px 4px;
	text-align: left;
	color: #F60;
}


.d-published {
	background-color: #fff;
	background-image: url("/img/bg_drag-published.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 28px;
	border: 1px solid #ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width: 160px;
	margin:4px;
	font: normal 10px/10px Verdana, sans-serif;
	-moz-box-shadow: 0px 1px 6px rgba(213,233,242,1);
	-webkit-box-shadow: 0px 1px 6px rgba(213,233,242,1);
	box-shadow: 0px 1px 6px rgba(213,233,242,1);

}


.d-published span.drag-name {
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	border-bottom: 1px dotted #d5e9f2;
	text-align: left;
}

.d-published span.drag-cap {
	display: block;
	padding: 6px 4px;
	text-align: left;
}
.d-published span.drag-cap-two-way {
	display: block;
	padding: 6px 4px;
	text-align: left;
	color: #F60;
}




.modbox-calc-detail h6 {
	font: normal 14px/28px "CM", verdana, geneva, sans-serif;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.modbox-calc-detail .small {
	font: normal 10px/14px  verdana, geneva, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}

.modbox-calc-detail ul {
	font: normal 10px/14px  verdana, geneva, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}


/* Added 3/8 */
 
.nobump {
	margin-top: 0px !important;
} 
 
#modtabs .calc-select {	
	margin-bottom: 0px !important;
	border-radius: 4px 4px 0px 0px  !important;
	-moz-border-radius: 4px 4px 0px 0px !important; 
	-webkit-border-radius: 4px 4px 0px 0px !important;
	background: #fff url("/img/bg_calc-detail.png") bottom center no-repeat !important;
	padding: 8px 8px 18px 8px !important;
	border-bottom: none !important;
}

#modtabs .inputbox {
	color: #007db1;			
	width: 237px;
	background: transparent url("http://img.capgeek.com/icon_top_search.png") left no-repeat;
	background-position-x: 5px;
	padding: 7px 6px 7px 26px;			
	margin: 0px 0px 5px 0px;
	font-family: verdana, geneva, arial, sans-serif;		
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;				
	
}

.calc-filter-wrap {

	text-align: center;
	margin: 5px auto 0px auto;
}

.calc-filter {
	display: inline-block;
	margin-right: 15px;
	text-align: center;	
}

.calc-filter label {
	display: block;
	margin-bottom: 2px;
	text-align: center;
}

.modbox-calc-detail {
	background: #d5e9f2 url("/img/bg_calc-detail_right.png") right 50% no-repeat !important;
	margin-bottom: 20px;
	margin-top: 0 !important;
	border-radius: 0px 0px 4px 4px  !important;
	-moz-border-radius: 0px 0px 4px 4px !important; 
	-webkit-border-radius: 0px 0px 4px 4px !important;
	display: block;
	padding: 10px;
	border: none;
	-moz-box-shadow: 0px 1px 8px rgba(213,233,242,1);
	-webkit-box-shadow: 0px 1px 8px rgba(213,233,242,1);
	box-shadow: 0px 1px 8px rgba(213,233,242,1);	
}

.modbox-calc-detail p {
	font-size: 0.9em;
	text-align: center;
}

.modbox-calc-detail .modbox-head h3 {
	background: none;	
	text-align: center;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	color: #a0cee2;
}

.modbox-calc-detail span {
	color: #80bed8;	
}


.calc-formbox div {
	height: 31px;
}


.calc-formbox label {
	margin-top: 9px;
	min-width: 100px;
	width: 100px;
	display: inline-block;
}

.calc-formbox div {
	clear: both;
	padding: 4px 6px;	
}

.calc-formbox div.odd {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f2f8fb;		
}

.calc-formbox p.clear {
	border-bottom: none;	
}


#free_agent_cap_hit  {
	background: #cde6aa;
	color: #496422;
	border: 1px solid #adcb83;
	padding: 6px 10px;
	-moz-transition: background  0.5s;
	-webkit-transition: background  0.5s;
	-o-transition: background  0.5s;
	-ms-transition: background  0.5s;
	transition: background  0.5s;	
}

 #cap_hit  {
	background: #cde6aa;
	color: #496422;
	border: 1px solid #adcb83;	
}

#free_agent_cap_hit:focus {
	background: #e6f3d5;
	border: 1px solid #cde6aa;	
}

.calc-submit {
	margin-top: 5px;
	text-align: center;	
}

.calc-addl {
	display:block;
	clear:both;
	margin-top: 10px;	
}

.calc-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: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1;
	padding: 7px 26px 7px 26px;
	text-align: center;
	text-decoration: none;
	position: relative;	
}


.calc-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;
}

.calc-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;
}

.custom-share {
	margin-bottom: 0px;
}

.custom-title {
	font: normal 16px/16px verdana, sans-serif;
	background: #d5e9f2;
	color: #007db1;
	display: block;
	width: 290px;
	border: 1px solid #bfdeeb;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.custom-title:focus {
	background: #eaf4f9;
	border: 1px solid #cae3ef;	
	-moz-box-shadow: 0px 1px 6px rgba(0,73,102,0.8);
	-webkit-box-shadow: 0px 1px 6px rgba(0,73,102,0.8);
	box-shadow: 0px 1px 6px rgba(0,73,102,0.8);
}

.share-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;
}



.share-twitter {
	background-color: #33ccff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33ccff), to(#1ebdff));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #33ccff, #1ebdff);
	background-image: -moz-linear-gradient(top, #33ccff, #1ebdff);
	background-image: -ms-linear-gradient(top, #33ccff, #1ebdff);
	background-image: -o-linear-gradient(top, #33ccff, #1ebdff);
	background-image: linear-gradient(top, #33ccff, #1ebdff);
	border: 1px solid #57dcff;
	border-bottom: 1px solid #0aa3ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #66e0ff;
	-moz-box-shadow: inset 0 1px 0 0 #66e0ff;
	-ms-box-shadow: inset 0 1px 0 0 #66e0ff;
	-o-box-shadow: inset 0 1px 0 0 #66e0ff;
	box-shadow: inset 0 1px 0 0 #66e0ff;
	color: #fff;
	text-shadow: 0 -1px 0 #4ca8bf;	
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1;
	padding: 6px 8px 7px 8px;
	text-align: center;
	text-decoration: none;
	position: relative;
	top: -2px;
}


.share-twitter:hover {
	background-color: #33ccff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#66e0ff), to(#33ccff));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #66e0ff, #33ccff);
	background-image: -moz-linear-gradient(top, #66e0ff, #33ccff);
	background-image: -ms-linear-gradient(top, #66e0ff, #33ccff);
	background-image: -o-linear-gradient(top, #66e0ff, #33ccff);
	background-image: linear-gradient(top, #66e0ff, #33ccff);
	-webkit-box-shadow: inset 0 1px 0 0 #66e0ff;
	-moz-box-shadow: inset 0 1px 0 0 #66e0ff;
	-ms-box-shadow: inset 0 1px 0 0 #66e0ff;
	-o-box-shadow: inset 0 1px 0 0 #66e0ff;
	box-shadow: inset 0 1px 0 0 #66e0ff;
	cursor: pointer;
	top: -1px;
	color: #fff;
}

.share-facebook {
	background-color: #3c599b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c599b), to(#213b76));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #3c599b, #213b76);
	background-image: -moz-linear-gradient(top, #3c599b, #213b76);
	background-image: -ms-linear-gradient(top, #3c599b, #213b76);
	background-image: -o-linear-gradient(top, #3c599b, #213b76);
	background-image: linear-gradient(top, #3c599b, #213b76);
	border: 1px solid #213b76;
	border-bottom: 1px solid #213b76;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #6d83b3;
	-moz-box-shadow: inset 0 1px 0 0 #6d83b3;
	-ms-box-shadow: inset 0 1px 0 0 #6d83b3;
	-o-box-shadow: inset 0 1px 0 0 #6d83b3;
	box-shadow: inset 0 1px 0 0 #6d83b3;
	color: #fff;
	text-shadow: 0 -1px 0 #1a336b;	
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1;
	padding: 6px 8px 7px 8px;
	text-align: center;
	text-decoration: none;
	position: relative;
	top: -2px;
}


.share-facebook:hover {
	background-color: #3c599b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7690ba), to(#3c599b));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7690ba, #3c599b);
	background-image: -moz-linear-gradient(top, #7690ba, #3c599b);
	background-image: -ms-linear-gradient(top, #7690ba, #3c599b);
	background-image: -o-linear-gradient(top, #7690ba, #3c599b);
	background-image: linear-gradient(top, #7690ba, #3c599b);
	-webkit-box-shadow: inset 0 1px 0 0 #6983b6;
	-moz-box-shadow: inset 0 1px 0 0 #6983b6;
	-ms-box-shadow: inset 0 1px 0 0 #6983b6;
	-o-box-shadow: inset 0 1px 0 0 #6983b6;
	box-shadow: inset 0 1px 0 0 #6983b6;
	cursor: pointer;
	top: -1px;
	color: #fff;
}

.calc-message {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	background: #eff7fb;
	margin: 10px 0;
	font-size: 0.9em;
	font-style: italic;
}

.calc-footer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	background: #eff7fb;
	margin: 20px 0;
}

.calc-footer .share-button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 24px 11px 24px;
	top: 0px;
}

.calc-summary th {
	font: bold 10px/10px verdana, sans-serif;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d5e9f2;
}

.calc-summary td {
	font: normal 14px/14px verdana, sans-serif;
	text-align: center;
	padding: 10px 0 4px 0;
}

.calc-summary .cap-space {
	color: #00b274;
	font-weight: bold;
}

.calc-summary .cap-payroll {
	color: #c00;
}

.calc-summary .cap-bonus {

}

.calc-summary .cap-limit {
	color: #f60;
}



.calc-summary .cap-roster {
	font-weight: bold;
}
	
/* make drag container visible */
#lines{
	/* border: 2px dashed LightBlue; */
	display: table;
}


/* table */
div#lines table {
	background-color: #fff;
	border-collapse: collapse;
}

div#lines input[type=text] {
	height: 14px;
	width: 62px;
	text-align: right;
	padding: 0px 5px 1px 0px;
	font-size: 9px;
}

/* table cells */

div#lines th{
	height: 26px;
	font-family: Verdana;
	font-size: 14px;
}
div#lines tbody td{
	background: #eaf4f9;
	border: 3px solid #fff;
	text-align: center;
	vertical-align: middle;
}
