
/*This is all Bob's early CSS. Some is still valid. It should either be replaced, or moved to 
 * brrStyleA-Core.css or other file
 */

/* THINGS HERE MAY BE NEEDED BY OTHER ADMIN PAGES, ETC */

.General {
	background-color:#FFFFFF;
	color:#000000;
}

.GeneralRed {
	color:#FF0000;
	font-size:1.1em;
}


.emp {
	background-color:#FFFFFF;
	color:#000000;
	font-size:1.1em;
}
.emp:first-letter {
	font-size:150%;
}
h3 {
	background-color:#FFFFFF;
	color:#000000;
	font-size:1.3em;
}



div.tagbots {
	clear:both;
	float:right;
	text-align:right;
}
div.tagbots div {
	float:left;
	padding-right:4px;
	text-align:left;
}
div.tagbot_header {
	font-weight:bold;
}
div.tagbot_seperator {
	clear:both;
	height:0;
}
div.tagbot a img {
	opacity:0.5;
}
div.tagbot a:hover img {
	opacity:0.99;
}




