﻿/*******************This stuff for timeliner***********************/
/********************************************************************/

#timeline {
	width: 675px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 10px;
	position: relative;
	direction:rtl;
	
}
#dates {
	width: 675px;
	height: 25px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
#timeline ul#issues{
	margin:0px;
	padding:0px;
}
#dates li {
	list-style: none;
	float: left;
	width: 55px;
	height: 25px;
	font-size: 1.5em;
	text-align: center;
	border: 0px;
}
#dates a {
	width: 100%;
	height: 25px;
	float: left;
	line-height: 25px;
	font-size: 0.8em;
	color: #000;
	background: none !important;

}
#dates .selected {
    background: #070707 !important;
    color: #fff;
}
		
#issues {
	width: 675px;
	height: auto;
	overflow: hidden;
}	
#issues li {
	width: 675px;
	height: auto;
	list-style: none;
	float: right;
	border: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}



#grad_left,
#grad_right {
	width: 100px;
	height: auto;
	position: absolute;
	top: 0;
}
#grad_left {
    left: 0;
}
#grad_right {
    right: 0;
}

#timeline #prev, 
#timeline #next{
	width: 21px;
	height: 25px;
	font-size: 3em;
	position: absolute;
	top: 0;
	background: url("../images/timeline-arrow.jpg") no-repeat !important;
}
#timeline #prev {
	left: 0;
	background-position: top left !important;
}
#timeline #next {
	right: 0;
	background-position: top right !important;
}

#timeline #next.disabled,
#timeline #prev.disabled {
	opacity: 0.2;
}

/*********************Edited by datacell**************************/
#timeline .dates-wrapper{
	max-width: 630px;
	height: 25px;
	margin: 0 auto;
	background: #f5f5f5;
	overflow: hidden;
}
ul#issues li table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul#issues li table{
	width: 630px;
	height: auto;
	text-align: center;
	margin: 20px auto 20px auto;
}
ul#issues li table tr {
	padding: 0;
}
ul#issues li table tr td{
	font-size: 1em;
	padding: 2px 5px;
}
ul#issues li table tr td:first-child{
	width: 80%;
	text-align: right;
}
ul#issues li table tr td:first-child + td{
	width: 10%;
}
ul#issues li table tr td:first-child + td + td{
	width: 10%;
}
ul#issues li table tr td a{
	width: auto;
	height: auto;
	background: none !important;
}
ul#issues li table tr td a img{
	width: 25px;
	height: 25px;
}
ul#issues li table tr:nth-child(odd){
	background: #f8f8f8;
}

/*******************This stuff for timeliner***********************/
/********************************************************************/