﻿/*  History section (timeline)
//  --------------------------------------------------------    */
.history_timeline
{
    width: 170px;
    height: 254px;
    float: left;
    background: #000;
    border: solid 1px #454545;
}

.datesLRHolder
{
    width: 170px;
    height: 254px;
    overflow: hidden;
}

/*  --------------------------------------------------------    */
.history_timeline .dates-left
{
    border: solid 0px #ccc;
    width: 60px;
    margin-top: 4px;
    margin-left: 6px;
    text-align: center;
    float: left;
}

.history_timeline .dates-left .date
{
    font-weight: bold;
    margin-bottom: 25px;
}

/*  --------------------------------------------------------    */
.history_timeline .dates-right
{
    border: solid 0px #ccc;
    width: 60px;
    margin-top: 23px;
    margin-right: 10px;
    text-align: center;
    float: right;
}

.history_timeline .dates-right .date
{
    font-weight: bold;
    margin-bottom: 25px;
}

/*  --------------------------------------------------------    */
.slideContainer
{
    position: absolute;
    background: url(/_common/images/home/history/slide_bg.gif) no-repeat;
    height: 254px;
    width: 14px;
    margin-top: 0px;
    margin-left: 78px;
}

.slideHandle 
{
    cursor: move;
    position: absolute;
    top: 6px;
}

/*  --------------------------------------------------------    */
.dateInfo
{
    float: left;
    margin-left: 10px;
    width: 530px;
}

.dateInfo .dateTitle
{
    position: relative;
    height: 30px;
    width: 530px;
}

.dateInfo .dateText
{
    width: 530px;
}

a.historyLinks:hover
{
    color:White;
}