#timeline
{
	width:500px;
	height:90px;
	overflow:auto;
}

table#timeline_table
{
	border:0;
}

#timeline_headers th
{
	text-align:left;
	vertical-align:bottom;
	font-size:80%;
	text-transform:uppercase;
}

tr#timeline_dates {
	padding:0px;
	margin:0px;
	border:0px;
	height:28px;
}

#timeline_table td
{
	background-image:url('../images/goals/timeline_bg.gif');
	background-position:center center;
	background-repeat:repeat-x;
	width:12px;
	height:28px;
	padding:0px;
	margin:0px;
	cursor:default;
}

#timeline_table td.first_day {
	background-image:url('../images/goals/timeline_left_edge.gif');
	width:8px;
	height:28px;
	padding-left:5px;
	background-repeat:no-repeat;
	background-position:center right;
}

#timeline_table td.last_day {
	background-image:url('../images/goals/timeline_right_edge.gif');
	width:8px;
	height:28px;
	padding-right:5px;
	background-repeat:no-repeat;
	background-position:center left;
}

#timeline_table td div.timeline_start {
	cursor:pointer;
	background-image:url('../images/goals/timeline_item_bg.gif');
	width:25px;
	height:12px;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
	color:#0099cc;
	font-weight:bold;
	font-size:10px;
	padding:8px 0 8px 0;
	margin:0;
}

#timeline_table td div.timeline_start a {
	text-decoration:none;
}

.timeline_end {
	cursor:pointer;
	background-image:url('../images/goals/timeline_item_bg.gif');
	width:25px;
	background-repeat:none;
	background-position:center center;
	text-align:center;
	vertical-align:middle;
	color:#000;
	font-weight:bold;
	font-size:10px;
}

.month_year {
	color:#aaa;
}

div#add_deadline_box {
	position:absolute;
	margin-left:70px;
	background:#fff;
	border:1px solid #000;
	width:180px;
	padding:5px 5px 10px 5px;
	text-align:left;
	z-index:10;
}

#add_deadline_box .submit_button,#timeline_table .submit_button {
	height:auto;
	background:#096993;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:2px;
}

a.close_button {
	position:absolute;
	right:4px;
	padding:2px 4px 2px 4px;
	background-color:#fff;
	color:#000;
	border:1px solid #000;
	text-decoration:none;
}

div.deadline_popup {
	position:absolute;
	margin-top:-120px;
	padding:5px;
	padding-right:30px;
	border:3px solid #096993;
	background-color:#fff;
	width:auto;
	z-index:15;
	
}

