div.std .tlpop_white table tr td, div.std .tlpop_white table tr td:last-child, div.std .tlpop_white table tr td:first-child {
	font-size: 0.9em;
	padding: 5px 0 5px 0;
	line-height: 1em;
	border-top: none;
}
div.std .tlpop_white table tr td:last-child {
	font-weight: bold;
}
/*
div.std .tlpop_white table tr td span.favposition.long {
	font-weight: normal;
}
*/
div.std .tlpop_white td.very_large {
	font-size: 1.7em;
	height: 30px;
	letter-spacing: 0.03em;
	padding: 10px 0 0 0;
	border: none;
}
div.std .tlpop_white table tr td.player_image {
	padding: 10px 20px 10px 10px;
	vertical-align: top;
	text-align: center;
	border-bottom-left-radius: 2px 4px;
}
div.std .tlpop_white table tr td.player_image img {
	margin-bottom: 5px;
}
div.std .tlpop_white table tr td#tlpop_time {
	font-size: 0.9em;
	width:220px; 
	min-height: 101px; 
	background-image: url('/pics/ultra2/timebg.png'); 
	background-repeat: no-repeat; 
	background-position: 5px 40px;
	padding: 10px 0 0 20px;
	font-weight: bold;
	border-bottom-right-radius: 2px 4px;
}
div.std .tlpop_white table tr td#tlpop_time img {
	float: right;
	margin-top: -10px;
	margin-right: 30px;
}
div.std .tlpop_white table tr td#tlpop_time #tl_pop_countdown {
	font-size: 2em;
	line-height: 2em;
}
div.std .tlpop_white div.tlpop_status h2 {
	letter-spacing: 0.03em;
}
div.std #tlpop_hischat {
	min-height: 200px;
}
div.std #tlpop_hischat div:first-child {
	float: left; 
	width: 355px;
	margin: 0; 
	margin-right: 10px; 
	background-color: black; 
	min-height: 210px;
	border-radius: 2px 4px;
}
div.std #tlpop_history li {
	letter-spacing: 0.03em;
}

a.tlpop_player_name {
	color: #000;
	font-weight: bold;
}

/* Free agent */
.free_agent .countdown>ib>.valigner {
	height:200px;
}
.free_agent .name_header {
	font-size: 1.7em;
	border: none;
}
.free_agent .light_and_border {
	border-bottom: 1px solid #dedede;
	color: #353535;
	padding-top: 3px;
	padding-bottom: 3px;
}

.free_agent .top_info_box {
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 10px;
	border-radius:0 0 4px 4px;
}
.free_agent .top_info_box .skills_table .skill_box {
	border-radius:4px;
	margin-right: 10px;
	box-sizing:border-box;
	padding:2px 5px;
}



.free_agent .bid_box {
	border-radius: 2px 4px;
	margin-bottom: 10px;
	background-color:#ffffff;
}
.free_agent .bid_box .checkmark_box {
	background-color: #83B75C;
	font-size: 80px;
	overflow: hidden;
	width: 0;
	line-height:200px;
}
.free_agent .bid_box .button_box {
	background-color: #EDEDED;
	perspective:1000px;
}
.free_agent .bid_box .button_box .flip_button {
	transform-style:preserve-3d;
	box-shadow:0 3px 2px 1px rgba(0, 0, 0, 0.2);
	height: 60px;
	margin: 0 auto;
	width: 60%;
}
.free_agent .bid_box .button_box>.valigner {
	height:200px;
}
.free_agent .bid_box .clock_box {
	font-size:150%;
	color:#666666;
}




.free_agent .black_box {
	background-color:black;
	color:white;
}
.free_agent .black_box > div {
	padding:10px;
}
