a.rep_on:link          { color: #FFFF00; text-decoration: underline }
a.rep_on:active        { color: #FFFF00; text-decoration: underline }
a.rep_on:visited       { color: #FFFF00; text-decoration: underline }
a.rep_on:hover         { color: #FFFF00; text-decoration:  none}

a.rep_off:link          { color: white; text-decoration: underline }
a.rep_off:active        { color: white; text-decoration: underline }
a.rep_off:visited       { color: white; text-decoration: underline }
a.rep_off:hover         { color: #FFFF00; text-decoration:  none}

a.rep_red:link          { color: #990000; text-decoration: underline }
a.rep_red:active        { color: #990000; text-decoration: underline }
a.rep_red:visited       { color: #990000; text-decoration: underline }
a.rep_red:hover         { color: #990000; text-decoration:  none}

a.rep_green:link          { color: green; text-decoration: underline }
a.rep_green:active        { color: green; text-decoration: underline }
a.rep_green:visited       { color: green; text-decoration: underline }
a.rep_green:hover         { color: green; text-decoration:  none}

a.rep_orange:link          { color: orange; text-decoration: underline }
a.rep_orange:active        { color: orange; text-decoration: underline }
a.rep_orange:visited       { color: orange; text-decoration: underline }
a.rep_orange:hover         { color: orange; text-decoration:  none}



/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #920C15;
}

input {
	background: #FFFFFF;
	border: 1px solid #920C15;
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #920C15;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
</style>



/*LightBOX Elements*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font:Verdana, Arial, Helvetica, sans-serif
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}