<!--/*--><![CDATA[/*><!--*/

table {
  clear: both;
  background-color: #FFFFFF;
  margin: 8px auto;
  border: 1px solid #EEEEEE;
  -moz-border-radius:1em;
  -khtml-border-radius:1em;
  padding: 0;
  /* width: auto;
  table-layout: fixed; */
  width: 100%;
}

table caption {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  margin-left: 40px;
  padding: 0px;
  color: #990000;
}

table th,
table td {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: #999999;
  height: 40px;
}

table thead tr th {
  border-bottom: 6px solid #EEEEEE;
}

table tfoot tr td {
  border-top: 6px solid #EEEEEE;
}

table tbody tr {
  cursor: pointer;
}

table tbody tr.row_alt {
  background-color: #EEEEEE;
}

table thead a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
}

table tbody a {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  padding: 2px;
}

table tfoot a {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
}

table a:hover {
  text-decoration: underline;
}

table form {
	margin: 0px;
}

html table tr.row_highlight,
html table tr.row_alt_highlight {
  background-color: #cccccc;
}

html table tr.selected {
  background-color: #cccccc;
}

/*]]>*/-->
