/* CSS Document */

table
{
border-collapse: collapse;
font-size: 11px;
line-height: 1.1;
}
 
th.start:hover, th.end:hover
{ 
background: #e8f1d2; 
}

th, td
{ 
padding: .3em .5em; 
}

th
{
font-weight: normal;
text-align: left;
background: url(../_img/arrow.gif) no-repeat 2px 12px;
padding-left: 15px; padding-top: 10px;
}
 
th.name { }

th a {color:#6f7884;}
 
thead th
{
border-color: #7A87AD;
border-style: solid;
border-width: 1px;
padding-left: .5em;
font-size:13px;
background-color:#9DA7C4;
color:#fff; padding-top: .5em; 
font-weight: bold;
background-image:none;}


tbody th.start
{
background: url(../_img/dots.gif) 18px 54% no-repeat;
padding-left: 30px;
}
 
tbody th.end
{
background: url(../_img/dots2.gif) 18px 54% no-repeat;
padding-left: 30px;
} 