.challenge_leftlogo {
	width: 80px;
	float:left;
}

#challengelist {
	font-size: 11px;
	margin-left: 86px;
	padding: 0px 5px 0px 5px;
}

#challengelist .filterbox1 {
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#challengelist .filterbox2 {
}

#challengelist .filterbox1 select, #challengelist .filterbox2 select{
	color: #fff;
	background:#02659C;
	border: none;
}

#challengelist .filterlabel {
	text-transform: uppercase;	
	color:#02659C;
}
	
#challengelist .filterbox_select1 {
	width: 150px;
}

#challengelist .filterbox_select2 {
	width: 50px;
}

#challengelist .box {
	display: block;
	margin-top:4px;
	margin-left:21px;
	margin-bottom:30px;
	background:#fff;
	color:#02659C;
	width:190px; 
	height:160px; 
	float:left;
	text-decoration: none;
}

#challengelist .content {
	padding-top:6px;
	background:#C9EAFD;
	color:#02659C;
	font-size:11px;
	line-height:17px;
}

#challengelist .imgborder1 {
	height:115px;
	width:72px;
	float:left;
	text-align:center;
	margin-left: 6px;
	margin-right: 18px;
	border: 2px solid #fff;
	background: #35A4D9;
	font-weight: bold;
	color: #fff;
}

#challengelist .imgborder2 {
	height:115px;
	width:72px;
	text-align: center;
	margin-left: 96px;
	margin-right: 4px;
	padding: 0px;
	border: 2px solid #fff;
	background: #fff;
	font-weight: bold;
	color: #000;
}

#challengelist .avatar{
	width: 72px;
	height: 71px;
	text-align: center;
	padding: 0px;
}

#challengelist .avatar_img {
	border: none;
	height: 70px;
	width: 64px;
}

#challengelist .teamname {
	width:70px; 
	overflow:hidden;
}

#challengelist .databox{
	clear:both;
	float:none;
	margin: 8px 0px 6px 6px;
	height: 35px;
}

#challengelist .scorebox{
	clear:both;
	float:none;
	margin: 15px 0px 0px 0px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

#challengelist .data_title{
	float:left;
}

#challengelist .data_value{
	font-weight: bold;
	margin-left: 50px;
}



#challengedata {
	margin-right: 10px;
	clear:both;
}
#challengedata .databox1{
	margin-left: 110px;
	margin-bottom: 30px;
}


#challengedata .heading2 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #6ABBD9;
	text-transform: uppercase;
}

#challengedata .avatar_left, #challengedata .avatar_right {
	border: 4px solid #C1EBFB;
	padding: 1px;
	float: left;
	width: 72px;
	height: 79px;
	line-height: 79px;
	margin-right: 10px;
	text-align:center;
}

#challengedata .avatar_right {
	float: right;
	margin-right: 0px;
}

#challengedata .avatar_img {
	vertical-align: middle;
	border: none;
}

#challengedata .data_title {
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 7px;
}

#challengedata .data_value {
	display: block;
	margin-bottom: 7px;
}

#challengedata .about_box {
	clear: both;
	margin-bottom: 20px;
}

#challengedata .about_title {
	font-weight: bold;
	display: block;
}

#challengedata .about_value {
	display: block;
	margin-left: 10px;
}

#challengedata .team1_box {
	width: 243px;
	padding: 10px;
/*	height: 300px;*/
	float: left;
border: 1px solid #ccc;
}

#challengedata .team2_box {
	margin-left: 273px;
	padding: 10px;
/*	height: 300px;*/
	border: 1px solid #ccc;
}

#challengedata .member_title {
	font-weight: bold;
	display: block;
	height: 12px;
	float: left;
	width: 75px;
	margin-bottom: 7px;
}

#challengedata .member_name {
	width: 170px;
	display: block;
	height: 12px;
	overflow: hidden;
	margin-bottom: 7px;
}

#challengedata .acceptbox{
	text-align: center;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}

#challengedata .acceptbox input{
	text-align: center;
	border: 1px solid #256AB8;
}

#challengedata .acceptbutton1, #challengedata .acceptbutton2{
	display:block;
	width: 100px;
	height: 22px;
	line-height: 23px;
	float: right;
	background:#33A5D9; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#challengedata .acceptbutton2 {
	float: none;
}

#challengedata .separator{
	margin-top: 10px;
	margin-bottom: 20px;
	background: #6ABBD9;
	height: 3px;
	clear: both;
}


#challengenew .head_line {
	margin-bottom: 10px;
}

#challengenew .head_title {
	display: block;
	float: left;
	width: 125px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

#challengenew input {
	border: 1px solid #256AB8;
}

#challengeposts .title {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #33A5D9;
}

#challengeposts .content {
	border: 1px solid #ccc;
	padding: 3px;
}

#challengeposts textarea {
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
	height: 80px;
	margin-bottom:10px;
}

#challengeposts .submit {
	width: 100px;
	height: 22px;
	line-height: 23px;
	float: right;
	background:#33A5D9; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}
