.body-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
}

.cell-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-examples {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #CCCCFF;
	border: 1px solid #CCCCFF;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #00FF00;
	border: 1px solid #00FF00;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-bad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-maybe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #DDDD00;
	border: 1px solid #DDDD00;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}
.cell-data-no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}
.cell-data-timeout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #DDDD00;
	border: 1px solid #FF0000; /*Red border*/
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #C0C0C0;
	border: 1px solid #C0C0C0; 
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-vmtl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FF8C00;
	border: 1px solid #FF8C00; 
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-rat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #99FFFF;
	border: 1px solid #99FFFF;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-total {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FFBB66;
	border: 1px solid #FFBB66;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-blank {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
	white-space: nowrap;
	text-align: right;
}

.cell-data-inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	white-space: nowrap;
	text-align: right;
}


a {
   text-decoration: none;
   font-weight: normal;
   color: #000000;
}

a:hover {
  color: #3333FF;
}
