@charset "utf-8";
/* CSS Document */
table {
  border-collapse: collapse;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #ffffff;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
  border: 1px dashed #D2FD8A;
  padding: .8em;
  color: #666;
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #D2FD8A;
  text-align: left;
  background:#95CB52;
  color: #060;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  background: transparent;
  color: #960;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #060;
  }
tbody th a:hover {
  background: transparent;
  color: #090;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #9c0;
  background: #fff;
  padding-top:6px;
  }
.odd {
  background: #fff;
  }
tbody tr:hover {
  background: #B9F286;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #B9F286;
  }
  
.tableleft {width:49%;float: left;}
.smsjobhead {padding-left: 8px;padding-top: 8px;height:26px;background: url(../images/titleLine.gif);border-bottom: 1px solid #9c0;}