/* ====================================*/    
/* Font and Color */
body {
  font-family:arial, verdana, helvetica, lucida, sans-serif;
  background-color: white; 
  color:#003366;
}
.t2h {
  color:#ffffff;
} 
a:hover {
  color:#ff0000;
}
body, .txt {
  font-size: 12px; 
  margin-top: 2px;
  margin-left: 10px;
}
td {
  font-size: 12px;
}
h1, .h1 {
  font-size: 16px;
  font-weight: bold;
}
h2, .h2 {
  font-size: 14px;
  font-weight: bold;
}
.t2h {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}


/* ====================================*/
/* searchList */
.searchList table {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
}
.searchList tr {
    border: 0;
}
.searchList td, .searchResult th { 
    padding: 3px 3px;
    text-align: left;
    vertical-align: top;
}
.searchList th {
    background-color: #336699;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
}
.searchList th a:link, .searchList th a:visited, .searchList th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
.searchList th.asc a {
    background-image: url(sorted_asc.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.searchList th.desc a {
    background-image: url(sorted_desc.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.searchList tr.even {
    background-color: #fff;
}
.searchList tr.odd {
    background-color: #ccc;
}
.searchList th.sortable:hover, .searchList tr:hover {
    background: #b2d1ff;
}

/* ====================================*/  