/********************( RESET )********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, big, code, em, font, img, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ";
}
blockquote, q {
	quotes: "" ";
}

/********************( LAYOUT )********************/
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8em;
  color: #333;
}

table.altable {
  border: 1px solid #333;
  margin-left: 4%;
  margin-top: 30px;
  float: left;
  width: 44%;
}

table.altable td {
  vertical-align:middle;
}
 
table.altable td.dtrow {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
}

table.altable td div.imgc {
  width: 75px;
  height: 75px;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 3px;
  text-align: center;
}

table.altable tr.odd td {
  background-color: #eee;
}

table.altable tr.odd:hover td, table.altable tr.even:hover td {
  background-color: #ccc;
  cursor: pointer;
}

span.ch_ranknum {
  color: #ddd;
  font-size: 3.4em;
  font-weight: bold;
  font-style: italic;
  margin: 5px;
  float: left;
  letter-spacing: -4px
}

span.ch_listitem {
  font-size: 1.3em;
  display: block;
  margin-left: 2.8em;
}

span.ch_azlink {
  float: right;
  margin-right: 10px;
}

span.ch_azlink a, span.rel_azlink a {
  color: #c00;
  text-transform: capitalize;
  font-size: 0.9em;
}

span.rel_listitem {
  font-size: 1.3em;
  display: block;
  margin-left: 10px;
}

span.rel_azlink {
  display: block;
  float: right;
  margin-right: 10px;
}

img.rel_lblimg {
  width: 48px;
}

td.theader h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}

td.theader {
  padding: 12px;
}

table#spotlight p {
  line-height: 1.4em;
  padding: 10px 20px 10px 10px;
}

img.spotimg {
  float: left;
  padding: 10px 0;
}
