
.rad form, .rad input, .rad table{
    display: inline;
}
.rad input {
    border: 0;
}
.tree_link a {
    color: inherit;
    pointer: cursor;
}
.tree_link a:hover {
    color: inherit;
    text-decoration: none;
}
.tree_link {
    background-color: #E6E6FA;
}
.tree_link:hover {
    background-color: #7FFFD4;
}
#method_table pre{
    margin: 0;
    padding: 0;
    font-size: 1em;
}
#method_table {
    margin-top: 20px;
    border: solid 1px #00CED1;
}
#method_table th {
    color: #D3D3D3;
    font-size: 0.8em;
    text-align: right;
    padding-right: 10px;
}
#method_details {
    min-width: 800px;
    z-index: 1;
    /*background-color: white;*/
    padding: 10px;
}
#method_table .method_params th {
    font-size: 1.1em;
    color: #66CDAA;
}
#rad_method th {
}
.url {
    font-family: 'Courier', monospace;
}
.url_arguments {
    color: #999;
}
.param_descr {
	background-color: #F5F5F5; 
	margin-bottom: 5px;
}
.tab {
    z-index: 2;
    background-color: white;
    color: #AAA;
    top:-36px;
    margin-right:5px;
    float: right;
    text-align: center;
    position: relative;
    line-height: 22px;
    height: 22px;
    width: 80px;
    border: solid 1px #00CED1;
    -moz-border-radius-topleft: 5px; 
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    -webkit-border-radius-topright: 5px;
}
.tab_current {
    border-bottom: none;
    top:-35px;
}
.syntaxhighlighter { 
    padding-bottom: 1px; 
    margin: 0px !important;
} 

