/* 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 #AAAAAA;
  border-bottom    : 1px dashed #AAAAAA;
}

.ReporterThemeInput {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background-color : #FFFFFF;
  border   	       : 1px solid #AAAAAA;
}

table.ReporterTheme {
	background-color: #ffffff;
}

table.ReporterTheme th {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	word-wrap: none;
	font-size: 11px;
	height: 25px;
}

table.ReporterTheme th.title {
	background-color: #ffae;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

table.ReporterTheme tr.row0 {
	background-color: #f5f5f5;
}

table.ReporterTheme tr.row1 {
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.ReporterTheme td {
	border-bottom: 1px solid #e5e5e5;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.ReporterTheme tr.row0:hover {
	background-color: #f1f1f1;
}

table.ReporterTheme tr.row1:hover {
	background-color: #f1f1f1;
}

table.ReporterTheme td.options {
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8px;
}

