#CONTEXTFIELDSET {
	background-color: #ffffff;
	color: #005f7f;
	margin-bottom: 5px;
	z-index: 200;
	font-size: 12px;
	border: 0px;
	height: 40px;
}

#CONTEXTFIELDSET legend {
	background-color: white;
}

#CONTEXTFIELDSET div:first {
	float: left;
}

#contextsearch {
	background-color: #ffffff;
}
/* 
CONTEXT DROPDOWN STYLE

Configure the style for the context dropdowns initial state 
*/
dl.dropdown {
	float: left;
	left: 0;
	margin: 0;
	/* 	border:1px solid gray; */
}
/* General dropdown styles */
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}

.dropdown dd {
	position: relative;
}
/* DT styles for sliding doors */
.dropdown dt a {
	background: #ffffff url(../images/arrow.png) no-repeat scroll right
		center;
	display: block;
	padding-right: 20px;
	white-space: nowrap;
	min-width: 120px;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 5px;
}
/* UL styles */
.dropdown dd ul {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 5px 0px;
	position: absolute;
	border: 1px solid #000000;
	left: 5px;
	top: 2px;
	width: auto;
	min-width: 150px;
	max-height: 400px;
	z-index: 1000;
	overflow-x: scroll;
	font: didot;
}

.dropdown dd ul li a, .dropdown dd ul li b {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block !important;
	border-bottom: 1px solid #dcdcdc;
}