body {
	padding: 0;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
} 

a:link {
	font-style: normal; //: black;
	color: black;
}

a:visited {
	font-style: italic; //: black;
	color: black;
}

a:hover {
	color: black;
	background-color: goldenrod;
	text-decoration: bold;
}

/*	background-color: whitesmoke;
	background-image: url(img/carbon.gif);
*/

td.1 { color: black; }
span.dark  { color: #0068FF; }
span.quality3  { color: #0068FF; }

/*
*/

.ari {background-color: #cd7abe}
.tau {background-color: #7acd8a}
.gem {background-color: #7abdcd}
.can {background-color: #7a95cd}
.leo {background-color: #cd7a94}
.vir {background-color: #7acdb3}
.lib {background-color: #cdb37a}
.sco {background-color: #897acd}
.sag {background-color: #cd897a}
.cap {background-color: #94cd7a}
.aqu {background-color: #bdcd7a}
.pis {background-color: #b27acd}

/*
*/

#tblSigns table {
  margin: 0px; 
  border-bottom: 1px solid #888; 
  border-right: 1px solid #888;
  border-top: 1px solid #EEE; 
  border-left: 1px solid #EEE;
  font-size: 6px;
}

#tblSigns td {
  font-size: 24px;
  text-decoration: bold;
}

/*
*/

table.ttb {
  background-color: #282828; 
  color: #FFFFFF;
  margin: 0px; 
  border-bottom: 2px solid #888; 
  border-right: 2px solid #888;
  border-top: 2px solid #EEE; 
  border-left: 2px solid #EEE;
  font-size: 14px;
}

/*
// top left
*/

td.tlc0 {
	color: black;
	background-color: gray;
	text-align:	center;
 }
td.tlc1 {
	color: black;
	background-color: white;
	text-align:	center;
 }

/*
 // column headers
*/

td.cpc0 {
	color: black;
	background-color: gray;
	font-color: red;
	font-weight: bold;
	text-align:	center;
 }
td.cpc1 {
	color: black;
	background-color: gray;
	text-align:	center;
 }
td.cpc2 {
	color: black;
	background-color: gray;
	text-align:	center;
 }

/*
 // row headers
*/

td.rpc0 {
	color: black;
	background-color: gray;
	text-color: red;
	font-weight: bold;
	text-align:	center;
 }
td.rpc1 {
	color: black;
	background-color: gray;
	text-align:	center;
 }
td.rpc2 {
	color: black;
	background-color: gray;
	text-align:	center;
 }

/*
 // blank cell
	background-color: black;
	text-align:	left;
*/

td.blc {
	color: black;
	background-color: gray;
 }

/*
// row/column.. grid cell
*/

td.rcc0 {
	color: black;
	background-color: orange;
	text-align:	center;
 }
td.rcc1 {
	color: black;
	background-color: orange;
	text-align:	center;
 }
td.rcc2 {
	color: black;
	background-color: orange;
	text-align:	center;
 }


/*
//
*/

/*
TABLE.DataTable TR TD {background-color:blue}

table.ttb td {
  text-decoration: bold;
}

table.ttb h6 {
  font-size: 10px;
}
table.ttb h6 a:link { color: #3333FF; text-decoration: underline; }
table.ttb h6 a:visited { color: #3333FF; text-decoration: underline; }
table.ttb h6 a:hover { color: #7777FF; background-color: #282828; }
table.ttb h6 a:active { color: #000000; background-color: #0000FF; }
table.ttb a:link { color: #00FF00; text-decoration: none; }
table.ttb a:visited { color: #00EE00; text-decoration: none; }
table.ttb a:hover { color: #77FF77; background-color: #282828; }
table.ttb a:active { color: #000000; background-color: #00FF00; }
*/


