input.button {
	  display:block;
	  width:32px;
	  line-height:30px;
	  text-align:center;
	  background-color:#0C0;
	  border: #00ffff;
	  cursor: hand;
	  -webkit-touch-callout: none;
      -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
      cursor: hand;
      cursor:pointer;
      outline: none; 
	}
	input.button:hover {
  		background-color:green;
  		cursor: hand;
      cursor:pointer;
			}
	input.button:focus,input.button:active,input.button:select	 { 
       outline: none; 
       cursor: none;
       -webkit-touch-callout: none;
	   -webkit-user-select: none;
	   -khtml-user-select: none;
	   -moz-user-select: none;
	   -ms-user-select: none;
	   user-select: none;
     }
     
#containerTimeline {
  position: relative;
 
 
}
.cb{
    font-size:12px;
    font-family:Georgia;
    font-style:italic;
}
#linkContainer{
  width: 630;
}
#bInZoom {
    position: absolute;
    top: 2px;
    width:25px;
    height:25px;
    cursor:pointer;
}
#bOutZoom {
    position: absolute;
    top: 40px;
    width:20px;
    height:20px;
    cursor:pointer;
}
.tooltipTimeline {
 display: block;
 position:absolute;
 background-color: #dedede;
 padding: 5px;
 border: 1px solid #6C6D6E;
}
#buttonsContainer{
    height:35px;
}
a:link {
    color : inherit ;
    background-color : inherit ;
}
a:visited {
    color : inherit ;
    background-color : inherit ;
}
a:hover {
    color : inherit ;
    background-color : inherit ;
}
.verticaltext {
position: absolute;
position: absolute;
top: 150px;
left: -35px;
-webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
font-family:"arial";
font-size:13px;
color:grey;

font-family:"arial";
font-size:13px;
color:grey;
}
.time {
position: absolute;
writing-mode: tb-rl;
filter: flipv fliph;
top: 300px;
left: 300px;
font-family:"arial";
font-size:13px;
color:grey;
}
#helpToClick{
    
}
#PleasWait{
position: absolute; 
display:none; 
margin: auto; 
align:center;
}
#timeline_help{
    position:relative;
    cursor:pointer;
    top:0px;
    float: right;
    
}

#overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}
#timeline_help_dialog
{
    display: none;
    position: fixed;
    width: 500px;
    top: 45%;
    left: 45%;
    margin-left: -170px;
    margin-top: -80px;
    background-color: #ffffff;
    border: 2px solid #ff4f00;
    padding: 0px;
    z-index: 102;
    font-family: Arial;
    font-size: 10pt;
    overflow: auto;
}
#timeline_help_table{
    border-collapse: separate;
}
.help_dialog_title
{
    border-top: solid 2px #ff4f00;
    background-color: #333333;
    padding: 4px;
    color: White;
    font-weight:bold;
}
.help_dialog_title a
{
    color: White !important;
    text-decoration: none;
}
#help_btnClose{
    cursor:pointer;
}