/* = overall
=====================================*/
.overall
{
	background: url(../i/debates/overall_start.gif) no-repeat;
}

.overall h3 a
{
	height: 31px;
	display: block;
	padding-top: 10px;
	background: url(../i/debates/overall_end.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	color:#FF9000;
	font-weight: bold;
}

.overall .tbody
{
	background: url(../i/debates/overall_tbody.gif) repeat-y;
	width: 323px;
}

.overall table{
	border: none;
	padding: 0;
	margin: 0;
	width: 323px;
}

.overall table th{
	padding-left: 0px;
	text-align: center;
}

.overall table th.no{
	padding-left: 3px;
	width: 49px;
}

.overall table th.member{
	width: 116px;
}

.overall table th.wtl{
	width: 75px;
}

.overall table th.points{
	width: 77px;
}

.overall table td{
	padding-left: 0px;
	text-align: left;
}

.overall table td{
	padding-left: 10px;
	width: 42px
}

.overall table td.up{
	background: url(../i/boxes/overall_up.gif) no-repeat 31px 6px;
	font-weight: bold;
	padding-left: 10px;
	width: 42px;
}

.overall table td.down{
	background: url(../i/boxes/down.gif) no-repeat 31px 6px;
	font-weight: bold;
	padding-left: 10px;
	width: 42px;
}

.overall table td a{
	color: #3E8AB4;
}	

.overall table td.wtl, .overall table td.points{
	width: 77px;
	text-align: center;
	font-weight: bold;
}

.overall table td.member{
	padding-left: 3px;
	padding-right: 3px;
	width: 110px;
	overflow: hidden;
}

/* = debates list
=====================================*/
.debates_list
{
	background: #346D8B url(../i/debates/debate_box_first.gif) no-repeat top;
}

.debates_list_end
{
	height: 2px;
	background: url(../i/debates/debate_box_end.gif) no-repeat bottom;
}

.debates_list .debate_box
{
	padding-top: 20px;
	min-height: 219px;
	background: url(../i/debates/debate_box.gif) no-repeat top;
}

.debates_list .debate_box_first
{
	min-height: 219px;
	background: none;
}

.debates_list h2, .open_debate h2, .no_debates h2
{
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
	height: 25px;
	width: 243px;
}

.debates_list a, .debates_list, .open_debate a, .open_debate
{
	color: #fff;
}

.debates_list h3, .open_debate h3
{
	width: 323px;
	text-align: center;
	font-weight: bold;
}

.debates_list h3 a, .open_debate h3 a
{
	display: block;
	width: 303px;
	padding: 10px;
}

.debates_list h4, .open_debate h4
{
	height: 30px;
	width: 323px;
	font-weight: bold;
	text-align: center;
	background: url(../i/debates/debate_box_bottom.gif) no-repeat bottom;
}

.debates_list h4 a
{
	padding-top: 7px;
	height: 23px;
	width: 323px;
	display: block;
	font-size: 15px;
	text-decoration: underline;
}

.debates_list h4 span, .open_debate h4 span
{
	display: block;
	text-align: center;
	width: 160px;
	float: left;
	padding-top: 7px;
	font-size: 12px;
}

.debates_list h4 span a, .open_debate h4 input
{
	width: 160px;
	display: block;
	text-align: center;
	float: right;
	padding-top: 0px;
}

/* = open debate
=====================================*/
p.debate_info
{
	display: block;
	float: left;
	width: 303px;
	padding: 10px;
	margin-left: 4px;
	color: #002F51;
	font-size: 12px;
	line-height: 18px;
}

p.debate_info a.start_debate
{
	margin: 10px auto 0px;
	text-indent: -9999px;
	display: block;
	width: 141px;
	height: 50px;
	text-align: center;
	background: url(../i/debates/start_debate.gif) no-repeat;
}

.open_debate
{
	display: block;
	width: 323px;
	float: right;
	background: #31393E url(../i/debates/open_debate_box.gif) no-repeat top;
}

.open_debate .debate_box
{
	min-height: 219px;
}

.open_debate h4 input
{
	padding-top: 4px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	vertical-align: top;
	font-weight: bold;
	font-family: "trebuchet ms", Arial, Verdana, sans-serif;
}

/* = no debates
=====================================*/
.no_debates
{
	background: #346D8B url(../i/debates/no_debates_header.gif) no-repeat top;
}

.no_debates p
{
	clear: both;
	color: #fff;
	text-align: center;
	padding-top: 100px;
	height: 15px;
	padding-bottom: 105px;
}

/* = versus
=====================================*/
.versus
{
	display: block;
	height: 145px;
	font-size: 17px;
	position: relative;
}

.versus img
{
	position: absolute;
	border: 1px solid #6891A6;
	width: 50px;
	height: 50px;
}

.versus .winner
{
	position: absolute;
	display: block;
	width: 67px;
	height: 104px;
	background: url(../i/debates/winner.png) no-repeat;
}

.versus .vs_left
{
	position: absolute;
	display: block;
	width: 125px;
	height: 20px;
	text-align: center;
	top: 18px;
	left: 50px;
}

.versus .vs_left img
{
	top: 74px;
	left: 0px;
}

.versus .vs_left .winner
{
	top: -12px;
	left: -50px;
}

.versus .vs_right
{
	position: absolute;
	display: block;
	width: 100px;
	height: 20px;
	text-align: left;
	top: 16px;
	left: 175px;
	padding-left: 7px;
}

.versus .vs_right img
{
	top: 76px;
	right: 5px;
}

.versus .vs_right .winner
{
	top: -12px;
	left: 80px;
}

.versus .vs_right .tie
{
	position: absolute;
	display: block;
	width: 67px;
	height: 104px;
	background: url(../i/debates/tie.png) no-repeat;
	top: 10px;
	left: -40px;
}

.versus .vs
{
	position: absolute;
	display: block;
	width: 323px;
	height: 50px;
	text-align: center;
	top: 108px;
}

/* = debates list more
=====================================*/
p.debates_list_more
{
	text-align: left;
	padding-top: 3px;
	display: block;
	height: 30px;
	background: #fff url(../i/debates/debates_list_more.gif) no-repeat center 3px;
	width: 100%;
}

p.debates_list_more a
{
	display: block;
	padding-top: 7px;
	height: 23px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color:#FF9000;
	font-weight: bold;
}

/* = debates big box
=====================================*/
.debate_bigbox
{
	display: block;
	background: url(../i/debates/bigbox.gif) repeat-y;
	width: 649px;
}

.debate_bigbox_start
{
	background: url(../i/debates/bigbox_start.gif) no-repeat top;
	width: 649px;
}

.debate_bigbox_end
{
	background: url(../i/debates/bigbox_end.gif) no-repeat bottom;
	width: 649px;
}

.debate_bigbox_paging
{
	clear: both;
	height: 27px;
	padding-top: 5px;
	padding-right: 7px;
}

.debate_bigbox h2
{
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 15px;
	height: 25px;
	width: 634px;
}

.debate_bigbox .table
{
	width: 643px;
	display: block;
	clear: both;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

.debate_bigbox .thead
{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 643px;
	height: 30px;
}

.debate_bigbox .th
{
	display: block;
	float: left;
	padding: 8px 5px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	height: 14px;
	text-align: left;
}

.debate_bigbox #th_challenger
{
	width: 105px;
	padding-left: 10px;
}

.debate_bigbox .tr span .td_challenger
{
	width: 110px;
}

.debate_bigbox #th_challengee
{
	width: 105px;
	padding-left: 10px;
}

.debate_bigbox .tr span .td_challengee
{
	width: 110px;
}

.debate_bigbox #th_statement
{
	width: 165px;
	padding-left: 10px;
}

.debate_bigbox .tr span .td_statement
{
	width: 170px;
}

.debate_bigbox #th_date, .debate_bigbox .tr span .td_date
{
	text-align: center;
	width: 100px;
}

.debate_bigbox #th_status
{
	text-align: center;
	width: 103px;
}

.debate_bigbox #open #th_status
{
	text-align: center;
	width: 57px;
}

.debate_bigbox .tr span .td_status
{
	text-align: right;
	width: 57px;
}

.debate_bigbox .tr span .td_status_score
{
	text-align: center;
	width: 36px;
}

.debate_bigbox #open .tr span .td_status
{
	width: 57px;
}

.debate_bigbox #open #th_challenger
{
	width: 115px;
}

.debate_bigbox #open .tr span .td_challenger
{
	width: 120px;
}

.debate_bigbox #open #th_statement
{
	width: 271px;
}

.debate_bigbox #open .tr span .td_statement
{
	width: 276px;
}

.debate_bigbox #open #th_preview
{
	width: 35px;
}

.debate_bigbox #open .tr span .td_preview
{
	position: relative;
	width: 40px;
}

.debate_bigbox #open .tr span .td_preview a.show_details
{
	display: block;
	float: right;
	text-align: left;
	text-indent: -9999px;
	width: 40px;
	height: 19px;
	background: url(../i/debates/show.gif) top right;
}

.debate_bigbox .tr
{
	display: block;
	float: left;
	clear: both;
	color: #000;
	width: 643px;
	font-size: 12px;
}

.debate_bigbox .tr span
{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.debate_bigbox .tr .tr_1
{
	background: #FDFFFF;
}

.debate_bigbox .tr .tr_2
{
	background: #F0F0F0;
}

.debate_bigbox .tr span div
{
	display: block;
	float: left;
	padding: 5px;
	text-align: left;
}

.debate_bigbox .tr span .td_status a.see, .debate_bigbox .tr span .td_status a.vote, .debate_bigbox .tr span .td_status input.accept
{
	display: block;
	float: right;
	text-align: left;
	text-indent: -9999px;
	width: 57px;
	height: 19px;	
}

.debate_bigbox .tr span .td_status a.see, .debate_bigbox .tr span .td_status a.vote
{
	background: url(../i/debates/vote.gif) no-repeat;
	cursor: pointer;
}

.debate_bigbox .tr span .td_status input.accept
{
	background: url(../i/debates/accept.gif) no-repeat;
	cursor: pointer;
}

/* = debates detail
=====================================*/
.debate_detail_box
{
	background: #295F7D url(../i/debates/debate_detail_box_bg.gif) no-repeat 0px 30px;
	width: 650px;
	
}

.debate_detail_box_start
{
	background: url(../i/debates/debate_detail_box_top.gif) no-repeat top;
}

.debate_detail_box_end
{
	padding-bottom: 5px;
	background: url(../i/debates/debate_detail_box_bottom.gif) no-repeat bottom;
}

.debate_detail_box h2.debate_detail_challengers
{
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
	height: 24px;
	width: 100%;
}

.debate_detail_box h2.debate_detail_statement
{
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 100%;
	padding-top: 5px;
	min-height: 22px;
	padding-bottom: 3px;
}

.debate_detail_box table
{
	margin-bottom: 10px;
}

.debate_detail_box a.debate_detail_nick
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 100%;
}

.debate_detail_box a.debate_detail_image
{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #557F97;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 5px;
	margin-bottom: 27px;
	overflow: hidden;
}

.debate_detail_box a.debate_detail_image img
{
	height: 50px;
	text-align: center;
}

.debate_detail_box .debate_detail_score
{
	display: block;
	width: 50px;
	height: 30px;
	margin: 0 24px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 15px;
	overflow: show;
	border: 1px solid #275B7A;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
}

.debate_detail_box p.debate_detail_vote
{
	margin-top: 1px;
	display: block;
	width: 100%;
	height: 23px;
	margin-bottom: 0px;
}

.debate_detail_box a.debate_detail_vote
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../i/debates/vote2.gif) no-repeat center center;
}

.debate_detail_box .debate_detail_info
{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 10px;
}

.debate_detail_box .node_1
{
	width: 450px;
	background: url(../i/debates/debate_detail_left_bg.png) repeat-y;
}

.debate_detail_box .node_2
{
	width: 450px;
	background: url(../i/debates/debate_detail_right_bg.png) repeat-y;
}

.debate_detail_box .node_1_top, .debate_detail_box .node_1_bottom,
.debate_detail_box .node_2_top, .debate_detail_box .node_2_bottom
{
	display: block;
	width: 450px;
	height: 5px;
}

.debate_detail_box .node_1_top
{
	background: url(../i/debates/debate_detail_left_top.png) no-repeat top;
}

.debate_detail_box .node_2_top
{
	background: url(../i/debates/debate_detail_right_top.png) no-repeat top;
}

.debate_detail_box .node_1_bottom
{
	background: url(../i/debates/debate_detail_left_bottom.png) no-repeat bottom;
}

.debate_detail_box  .node_2_bottom
{
	background: url(../i/debates/debate_detail_right_bottom.png) no-repeat bottom;
}

.debate_detail_box .node_1 .node_middle
{
	background: url(../i/debates/debate_detail_left_middle.png) no-repeat center;
	padding: 10px 30px;
}

.debate_detail_box .node_2 .node_middle
{
	background: url(../i/debates/debate_detail_right_middle.png) no-repeat center;
	padding: 10px 30px;
}

.debate_detail_box .node_1 h2, .debate_detail_box .node_2 h2
{
	font-weight: bold;
}

.debate_detail_box .send_argument
{
	background: url(../i/debates/send_argument.gif) no-repeat;
	width: 91px;
	height: 23px;
	margin-left: 11px;
	cursor: pointer;
}

.debate_detail_box #bookmarks
{
	width: 220px;
	margin: 0 auto;
	clear: both;
}

.debate_detail_box #bookmarks span#sharethis_0, .debate_detail_box #bookmarks div
{
	display: inline;
	float: left;
}

.debate_detail_box #bookmarks span#sharethis_0
{
	width: 75px;
}

.debate_detail_box #bookmarks div
{
	width: 145px;
	margin-top: -2px;
}

/* popup */

.popup-details{
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../i/video/popup.gif) no-repeat;
	width: 530px;
	padding: 0px !important;
	margin: 0px !important;
}

.popup-details h2{
	font-size: 12px;
	padding: 5px 10px 0px 10px;
	width: 510px;
}			

.popup-details h2 strong{
	float: left;
	width: auto;
	padding-right: 0px;
	margin-right: 0px;
}

.popup-details h2 a{
	float: right;
	color: #fff;
	padding-right: 25px;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
}
.popup-details .popup-details_content {
	display: block;
	float: left;
	padding: 5px 10px 0px !important;
	width: 510px;
}

.popup-details .popup-details_end {
	background: url(../i/video/popup_end.gif) no-repeat bottom left;
	display: block;
	width: 530px; 
	height: 31px;
}
