body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: #C1C1C1; /* dadada */
  background-image: url('../images/grad3.jpg'); background-position: left-top; background-repeat: repeat-x;
  }

#header-grn, #header-blu, #header-gry {
  font-size: 16px;
  font-family: verdana, arial, times new roman;
  font-weight: bold;
  color: #fff;
  }

#main {
  font-family: verdana, arial, times new roman;
  }

#footer {
  font-family: verdana, arial, times new roman;
  font-size: 11px;
  color: #666;
  }

#content {
  font-family: verdana, arial, times new roman;
  font-size: 11px;
  }


/* ==== Headers ==== */

h1, h2, h3, h4 {
  font-family: arial, verdana, trebuchet;
  }

h1 {font-size: 16px; color: #444;}
h2 {font-size: 15px; color: #333;}
h3 {font-size: 14px; color: #06C;}
h4 {font-size: 13px; color: #666; font-weight: bold;}

h1.title {
  margin-top: 1px;
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 1px;
  display: block;
  height: 17px;
  }

/* ==== Navigation ==== */

#header-grn a, #header-gry a, #header-blu a {font-size: 16px; color: #fff; text-decoration: none;}

#footer a        {font-size: 9px; color: #027;}
#footer a:visited {font-size: 9px; color: #027;}
      
#content a         {font-size: 11px; color: #027;}
#content a:visited {font-size: 11px; color: #999;}


#nav           {font-size: 12px; color: #ccc; text-decoration: none; text-align: right;}
#nav a         {font-size: 12px; color: #fff; text-decoration: none; text-align: right;}
#nav a:hover   {font-size: 12px; color: #ccff00; text-decoration: none;}
#nav a:visited {font-size: 12px; color: #fff; text-decoration: none;}
#nav ul li a:hover {color: #ccff00;}

#nav ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  }

#nav ul li {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding: 2px; 
  padding-right: 6px;
  border-bottom: 1px solid #bbb;
  }


.topmenuitem {
  border-top: 1px solid #bbb;
  }


/* ==== Tables ==== */

table {
  font-size: 11px;
  font-family: verdana, arial, times new roman;
  }

table.grid {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  font-size: 12px;
  border-spacing: 0px; 
  border-collapse: collapse;
  }

table.grid th {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #f5f5f5;
  color: #444;
  font-face: bold;
  text-align:left;
  margin: 0px;
  }

table.grid tr {
  margin: 0px;
  }

table.grid td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  }

.underline {
  border-bottom: 1px dashed #aaa;
  }
  
  table.fines {
    border: 1px solid #ccc; 
  text-size: 11px;
  }
  
    table.fines td{
  border: 1px solid #ccc; 
  }
  
      table.fines th{
  border: 1px solid #ccc; 
  text-size: 11px;
  text-align: left;
  }
