.bt a
{
	display: block;	
	height: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none; 
	color: black;
}
.bt span {
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 28px; padding: 7px 0 0 3px;
}
.bt a:active {	
	background-position: 0 0px;
	text-decoration: none; 
	color: black;
}
.bt a:hover {	
	background-position: 0 -28px;
	text-decoration: none; 
	color: #36c;
}

.btOk {	background-image: url(/images/buttons/bi_ok.gif); } 
.btAdd { background-image: url(/images/buttons/bi_add.gif); } 
.btCancel { background-image: url(/images/buttons/bi_cancel.gif); } 
.btConfig { background-image: url(/images/buttons/bi_config.gif); } 
.btDel { background-image: url(/images/buttons/bi_del.gif); } 
.btDown { background-image: url(/images/buttons/bi_down.gif); } 
.btEdit { background-image: url(/images/buttons/bi_edit.gif); } 
.btUp {	background-image: url(/images/buttons/bi_up.gif); } 
.btReplace { background-image: url(/images/buttons/bi_replace.gif); } 
.btMove { background-image: url(/images/buttons/bi_move.gif); } 
.btLeft { background-image: url(/images/buttons/bi_left.gif); } 
.btRight { background-image: url(/images/buttons/bi_right.gif); } 

.form {
	color: #000000;
	background-COLOR: #fdfddf;
	border: 1px solid;
}

.formTitle {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffff8f;
	color: #000000;
}

.form .label {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.listHdr {
	font-weight: bold;
	font-size: 12px;
	background-color: #ffff8f;
	color: #000000;
	text-align: center;
}
.listEven {
	background-color: #D5F1FF;
}
.listOdd {
	background-color: #FFFFFF;
}

.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FF0000;
}

.errors li {
	font-size: 12px;
	color: #FFFF00;
}

.errors h3 {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
}

.siteMessages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF8000;
	text-align: center;
}

.siteMessages td {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.sitemap { color: #000; text-decoration: none; font-weight: bold; font-family: Arial, helvetica; font-size: 12px; }
.sitemap a, .sitemap a:visited, .sitemap a:link { color: #000; text-decoration: none; font-weight: bold; font-family: Arial, helvetica; font-size: 12px; }
.sitemap a:hover { text-decoration: underline; }
.sitemap img { vertical-align: bottom; border: none; }