
/* --------------------------------------------------------------------------- */
/*                                                                             */
/* Timeline                                                                    */
/*                                                                             */
/* --------------------------------------------------------------------------- */

#timeLine a:hover {
	cursor:hand;
	
	/*text-decoration:none;*/
}



#timeLine {
	width:740px;
		border-collapse:collapse;
}

.leftWay .timeLine_cell {
	background-image:url("../images/orr_left_arrow.gif");
	background-position:-37px 148px;
	background-repeat:repeat-x;
}

.rightWay .timeLine_cell {
	background-image:url("../images/orr_right_arrow.gif");
	background-position:-28px 148px;
	background-repeat:repeat-x;
}

#timeLine td {
	text-align:center;
	padding:0px;
	vertical-align:top;
	padding-bottom:20px;
}

#timeLine p {
	font-family:verdana;
	font-size:10px;
	letter-spacing:0px;
	line-height:18px;
	margin-left:15px;
	margin-right:15px;
	width:190px;
}

#timeLine div {
	font-family:verdana;
	font-size:12px;
	letter-spacing:0px;
	margin-top:5px !important;
	margin-top:2px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #8a8a8a;
	padding:0px;
	width:60px;
	height:16px;
	line-height:16px;
	background-color:#ffffff;

}

#timeLine img {
	margin-top:0px;
	margin-bottom:-23px !important;
	margin-bottom:-18px;
	margin-left:0px;
	margin-right:-10px;
	padding-right:24px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:27px;
	width:180px;
	height:120px;
	border:0px solid;

}


.timeLine_rightUp {
	background-image:url("../images/right_up.gif");
	background-position:-20px 151px;
	background-repeat:no-repeat;
	width:28px;
	padding:0px;
}

.timeLine_rightDown {
	background-image:url("../images/right_down.gif");
	background-position:-20px -545px;
	background-repeat:no-repeat;
	width:28px;
	padding:0px;
}

.timeLine_leftUp {
	background-image:url("../images/left_up.gif");
	background-position:20px 151px;
	background-repeat:no-repeat;
	width:28px;
	padding:0px;
}

.timeLine_leftDown {
	background-image:url("../images/left_down.gif");
	background-position:20px -545px;
	background-repeat:no-repeat;
	width:28px;
	padding:0px;
}

#timeLine_start {
	width:28px;
	padding:0px;
}

#timeLine_end {
	width:28px;
	padding:0px;
}