#leftbar {
background : #43484e; // #000000 url(../images/leftbar/left_bar_bg.gif);
margin : 0;
padding : 0;
width : 202px;
height : 100%;
vertical-align : top;
border-right : 2px solid #5980bf;
white-space : normal;
color: #ffffff;
}

/* Added to remove search form from left bar */
#leftbar div.documentation form { display:none; }
/* End */

.documentation {
background : transparent;
margin : 5px 10px;
}
.documentation label {
font-size : .75em; 
font-weight : bold;
color : #ffff00;
}
.documentation h1 {
margin : 5px 0 0 0;
font-size : 18px;
color : #5980bf; // #ff6633;
}
.documentation p {
margin : 5px 0;
font-size : 12px;
font-weight : bold;
color : #ffff00;
}
.documentation p.title {
background : transparent;
margin : 5px -10px 0 -10px;
padding : 5px 10px;
color : #ff9900;
font-size : 12.5px;
border : none;
text-decoration : underline;
}
.documentation ul {
list-style : none;
margin : 0;
padding : 0;
}
.documentation ul li {
font-size : .75em;
font-weight : bold;
padding : 5px 0;
}
.documentation ul ul {
padding-left : 10px;
font-size : 1.50em;
}
.documentation a {
background : transparent;
color : #ffffff;
font-weight : bold;
text-decoration : none;
}
.documentation a:hover {
color : #5980bf; //#ff6633;
}
.documentation a.documents {
color : #ffff00;
}
.documentation a.documents:hover {
color : #ffffff;
}
