body, html { width: 100%; height: 100%; }
body { padding: 0; margin: 0; }

div#combobox_overlay { 
/*	required	*/	
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	
/*	layout	*/
}
div.combobox_container {
/*	required	*/
	position: absolute;
	margin-left: 15px; 
	margin-bottom: 10px; 
	
/*	layout	*/
}
input.combobox_input {
/*	layout	*/	
	width: 180px;
	height: 24px;
	padding: 0 0 0 4px;
	border: 1px solid #B1D7EC;
	position: absolute;
	
}
a.combobox_button {
/*	layout	*/
	display: block;
	height: 24px;
	position: absolute;
	margin: 0 0 0 183px;
	padding: 0 4px;
	border: 1px solid #B1D7EC;
	background: #D4D0C8; 
	line-height: 24px;
	font-weight: bold; 
	text-decoration: none;
}
ul.combobox_summary {
/*	required	*/	
	overflow-x: hidden;
	overflow-y: auto;

/*	layout	*/
	width: 194px;
	height: 135px; 
	background-color: white;
	border: 1px solid #B1D7EC;
	border-top: 0;
	margin: 26px 0 0 0;
	padding: 2px;
	list-style: none;
	display: block;
	position: absolute; 
	text-align: left;
}
ul.combobox_summary li {
/*	layout	*/	
	/*width: 144px;*/
	height: 20px;
	display: block;
	margin: 0;
	padding: 0;
}
ul.combobox_summary li a {
/*	layout	*/	
	/*width: 143px;*/
	height: 20px;
	padding: 2px 0 0 3px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #131313;
}
ul.combobox_summary li a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}
/*	required when using several comboboxes below each other	*/
#combobox_container_foo1 { z-index: 103; }
#combobox_container_foo2 { z-index: 102; }
#combobox_container_foo3 { z-index: 101; }

/*******************************************/

#profSearchCombo {
/*background: #555; */
width: 200px; 
height: 24px;
margin-left: 15px; 

}

.ddcombo_table {
height: 24px;

}

.ddcombo_table td{ 
height: 24px;
padding: 0px; 
margin: 0px; 

}

.ddcombo_div4 {
height: 24px;
}

.ddcombo_input1 {
background: #fff; 
border: 1px solid #B1D7EC; 
border-right: none; 
width: 182px; 
display: block; 
float: left; 
/*margin-top: -5px; */
height: 20px;


}


.ddcombo_event b, .ddcombo_odd b  {
background: #fff; 
font-size: 14px;
line-height: 24px;
padding-left: 5px;
display: block; 
background: #217194;  
color: #fff;
}

.ddcombo_event br, .ddcombo_odd br  {
display: block; 
height: 2px; 
}

.ddcombo_event span {
background: #fff; 
font-size: 14px;
line-height: 24px;
padding-left: 5px;
display: block;  
}


.ddcombo_odd span {
background: #e4f1f9;
font-size: 14px;
line-height: 24px;
padding-left: 5px;  
display: block; 
}

.comboUl {
margin-left: 4px; 
margin-top: -3px; 
border: 2px solid #B1D7EC; 
background: #fff; 

}

/*
.comboUl  li span:hover{
cursor: pointer;
background: #cdcdcd; 
} */

.ddcombo_over span {
	background-color: #cdcdcd;
	/*color: white;	*/
}

