﻿.ChallengeTimelineDiv
{
	/*clear:both;*/
	position:absolute;
	top:204px;
	left:20px;
	background-image:url(imgs/ui/timeline.gif);
	background-repeat:repeat-x;
	background-position:center top;	
	height:20px;
	/*margin-left:45px;	*/
	overflow:hidden;
	margin-top:0px;
}

.ChallengeStartDateElementDiv
{
	float:left;
	margin-top:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:8px;
}

.ChallengeCurrentDateElementDiv
{
	float:left;
	background-image:url(imgs/ui/timeline_currentdate_bg2.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	font-size:8px;
	margin-top:0px;
	width:49px;
	height:12px;
	text-align:center;
	vertical-align:middle;
}

.ChallengeEndDateElementDiv
{
	float:right;
	margin-top:0px;	
	color:#ffffff;
	font-weight:bold;
	font-size:8px;
}
