#treetable
{

margin-bottom: 3em;
line-height: 1.1;
font-size:12px;
font-family: "Trebuchet MS","Verdana", "Arial", sans-serif;
border: 1px solid #BCB8B6;
}
 
#treetable tr:hover, #treetable td.start:hover, #treetable  td.end:hover
{
background: #AFCBE7;
}

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

 #treetable th
{
font-weight: normal;
text-align: left;
background: url(../images/arrow_up.gif) no-repeat 2px 50%;
padding-left: 15px;
}
 
 /* #treetable th.name { width: 12em; }
 #treetable th.location { width: 12em; }
 #treetable th.color { width: 10em; }
 */
 #treetable thead th
{
background: #AFCBE7;
border-color: #fff #fff #888 #fff;
border-style: solid;
border-width: 1px 1px 2px 1px;
padding-left: .5em;
font-size: 12px;
}
 
 #treetable tbody th.start
{
background: url(../images/dots.gif) 18px 54% no-repeat;
padding-left: 26px;
font-weight:bold;
font-family: "Trebuchet MS","Verdana", "Arial", sans-serif;
}
 
 #treetable tbody th.end
{
background: url(../images/dots2.gif) 18px 54% no-repeat;
padding-left: 26px;
}
#treetable tbody th.start a
{
	color:#003399;
}
