/* standard list style table */

.ReporterThemeSearch {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background-color : #FFFFFF;
  border   	   : 0px solid #cd0000;
  border-bottom    : 1px dashed #cd0000;
}

.ReporterThemeInput {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background-color : #FFFFFF;
  border   	   : 1px solid #cd0000;
}

table.ReporterTheme {
	background-color: #ffffff;
}

table.ReporterTheme th {
	background-color: #212121;
	border-top: 1px solid #cd0000;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	word-wrap: none;
	font-size: 11px;
	height: 30px;
}

table.ReporterTheme th.title {
	background-color: #ffae;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

table.ReporterTheme tr.row0 {
	background-color: #000000;
}

table.ReporterTheme tr.row1 {
	background-color: #212121;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.ReporterTheme td {
	border-bottom: 1px solid #cd0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.ReporterTheme tr.row0:hover {
	background-color: #cd0000;
}

table.ReporterTheme tr.row1:hover {
	background-color: #cd0000;
}

table.ReporterTheme td.options {
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8px;
}
