﻿/* Copyright 2007 Sean C. Medina, ZalliSoft Solutions */
a:link {
	color: #3F5FC6;
	TEXT-DECORATION: underline;
}
a:active {
	color: #003366; TEXT-DECORATION: none;
}
a:visited {
	color: #FFFFFF; TEXT-DECORATION: none;
}
a:hover {
	color:#666666; TEXT-DECORATION: underline;
}

/* One hyperlink is on a white background; it needs other colors. */
a.on-white:link {
	color: blue;
	text-decoration: underline;
}
a.on-white:visited {
	color: purple;
	text-decoration: underline;
}
a.on-white:hover {
	color: red;
	text-decoration: underline;
}

/*
Useful colors, save for reference:
#BEC0C6
#C2C3C6
*/
body {
   background: #EEEEEE;
}
/* Define a table row to look the same as the body background. Use as a spacer. */
tr.tr-invisbleclass {
   background: #EEEEEE;
}
tr.tr-testclass {
   background: lime;
}
tr.tr-bothclass {
   background: #3F5FC6;
}

td.td-testclass {
   background: yellow;
}


td.td-WA-class {
   background: #8393C6;
}
td.td-AZ-class {
   background: #FFDBA5;
}
td.td-BOTH-class {
	background: #3F5FC6;
	color: #FFFFFF;
}
td.td-invisble-class {
   background: #EEEEEE;
}

/* Using color scheme: TBD */
tr.BOTH-class {
   background: #3F5FC6;
}
tr.WA-class {
   background: #8393C6;
}
tr.AZ-class {
   background: #FFDBA5;
}

p {
   color: #FFFFFF;
}
P.BOTH-fontclass1 {
   color: #FFFFFF;
}
/* tricky: the inverse of the table colors above: */
P.WA-fontclass {
   color: #FFF7EB;
}
/* tricky: the inverse of the table colors above: */
P.AZ-fontclass {
   color: #8393C6;
}


