/*
** CSS for muquit
** muquit@muquit.com Mar-04-2012 
*/

#muquit-data-table
{
  font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
  font-size: 13px;
  background: #fff;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 5x;
  width: 480px;
  border-collapse: collapse;
  text-align: left;
}
body
{
  font-family: trebuchet ms,arial,verdana,helvetica,sans-serif;
  line-height: 160%;
  font-size: 13px;
  color: #444;
}

#muquit-data-table th
{
  font-size: 14px;
  font-weight: bold;
  color: #17457C;
  padding: 10px 8px;
  border-bottom: 2px solid #6678b1;
}

#muquit-data-table td
{
  border-bottom: 1px solid #ccc;
  color: #17457C;
  padding: 6px 8px;
}

#muquit-data-table tbody tr:hover td
{
  color: #009;
}

#muquit-map-table
{
  font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
  *font-size: small; *font: x-small;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 5x;
  background: #fff;
}
#muquit-map-table td
{
  color: #eee;
  border: .1px solid #eee;
  padding: 1px;
}

A:link
{
  font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #17457C;
  text-decoration: underline;
}

A:hover
{
  font-family: trebuchet ms,arial,trebuchet ms,verdana,helvetica,sans-serif;
  font-weight: normal;
  color: #4da0c0;
  text-decoration: underline;
}


