﻿.Timeline
{
    clear: both;
    overflow: hidden;
    position: relative;
}
.Timeline ul
{
    margin: 0px !important;
    float: left;
}
.Timeline ul li
{
    width: 60px;
    float: left;
    background-image: url(/images/timeline/default.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 22px 3px 3px 3px !important;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.Phaseline
{
    clear: both;
    overflow: hidden;
    position: relative;
}
.Phaseline ul
{
    margin: 0px !important;
    float: left;
}
.Phaseline ul li
{
    color: #fefefe;
    width: 120px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(/images/phaseline/graa2.png);
    background-position: center top;
    padding: 4px !important;
    list-style-type: none;
    text-align: center;
    font-size: 9px;
    font-family: Arial;
    font-weight: bold;
    margin-left: -17px !important;
    cursor: pointer;
}
.Phaseline ul li.First
{
    background-image: url(/images/phaseline/graa1.png);
    margin-left: 0px !important;
}

.Phaseline ul, .Phaseline li
{
    margin-left:0;
}

.FigureTip ul{
    margin-left:16px;
}

.FigureTip li{
    margin-bottom:4px;
}