/*
   Styles for admin page
*/

a
{
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

a:visited
{
   color: blue;
}

.header_row
{
   background-color: lightgrey;
   font-weight: bold;
   font-size: x-large;
   border: 1;
}

.header_cell
{
   border: 1px #000 solid;
}

.nav_col 
{
   background-color: lightgrey;
   vertical-align: top;
}

.body_col
{
   vertical-align: top;
}

.form_title
{
   text-align: right;
   vertical-align: top;
   font-family: helvetica;
   font-size: small;
   font-weight: bold;
}

.form_control
{
   vertical-align: top;
}

.form_info
{
   font-family: helvetica;
   font-size: small;
   color: dimgrey;
   vertical-align: top;
}

input, textarea, option, select
{
   font-family: helvetica;
   font-size: small;
}

.cars_table
{
   text-align: left;
   font-family: helvetica;
   font-size: small;
}
