@CHARSET "UTF-8";

#info_dropdown {
	position: absolute;
	display: none;
	left: 469px;
	top: 22px;
	background-color: white;
	z-index: 501;
	margin: 2px 0px 0px 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	width: 157px;
}

.tabset {
padding: 1px;
width: 400px;
border-bottom: 1px solid gray;

}

.tabset .active {
	display: inline;
	background: gray;
	color: white;
}

.tabset .inactive {
	display: inline;
	background: #bbb;
	border-bottom: 1px solid gray;
	color: black;
}

.tabset ul {
	margin: 0px;
	padding-left: 5px;
}

.tabset li {
	display: inline;
	color: white;
	padding: 3px;
	margin-right: 3px;
	}
	
.tabset a:hover {
	color: white;
	font-weight: normal;
}
.tabset a:active {
	color: white;
	font-weight: normal;
}

.tabset a:link {
	color: black;
	font-weight: normal;
}

.tabset a:visited {
	color: black;
	font-weight: normal;
}

select.lbs_error, input.lbs_error, textarea.lbs_error {
    border:2px solid #ddd;
    background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;
}

.highlight {
    background-color:#FC0;
}

 

