#treetable
{

margin-bottom: 3em;
line-height: 1.1;
font-size:12px;
font-family: "Trebuchet MS","Verdana", "Arial", sans-serif;
border: 1px solid #AFCBE7;
background: #FFFFFF;
}
 
#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 .trcontent
{
background: #FFFFFF;
font-size:11px;
font-family: "Verdana", "Arial", sans-serif;
}
 #treetable .trcontent td 
 {
 border: 1px solid #AFCBE7;
 
 
 }
  #treetable .trcontent td p
  {
  font-size:11px;
font-family: "Verdana", "Arial", sans-serif;
  }
 #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;
}
.sidebar-header , .sidebar-header a {
	padding-right: 5px; 
	padding-left: 5px; 
	font-size: 105%; 
	padding-bottom: 5px; 
	margin: 0px;
	font-weight: bold;
	color: #003399; 
	padding-top: 5px; 
	font-family: "trebuchet ms", "arial", sans-serif; 
	height: 100%; 
	background-color: #e3ebf2;
}