/* database menu tables */

table.databases{
font-family:Verdana, sans-serif;
margin:1em 1em 1em 3em;
width:550px;
}

table.databases th{
text-decoration:none;
empty-cells:display;
font-size:100%;
border-style:solid;
border-color:#444;
border-width:0;
padding:0.5em 1em 0.5em 1em;
}

table.databases td{
text-decoration:none;
empty-cells:display;
font-size:100%;
border-style:solid;
border-color:#444;
border-width:1px 0 0 0;
padding:0.5em 1em 0.5em 1em;
margin:0;
}

table.databases td.description{
width:350px;
text-align:justify;
line-height:175%;
}

table.databases td.cell_style2{
empty-cells:display;
font-size:100%;
border:0;
padding:0.05em 0.5em 0.05em 0.5em;
}

table.databases a{
text-decoration:none;
}

table.databases a:hover{
text-decoration:none;
}

span.suggested_database{}