
/****** General ******/
/*
#bodyTextNoRightSideBar table.highlightrow td a, #bodyTextNoRightSideBar table.highlightrow td a:hover, 
#bodyText table.highlightrow td a, #bodyText table.highlightrow td a:hover {
	color: black;
  text-decoration: none;
  background-color: transparent;
}

#bodyText table.highlightrow th a, #bodyText table.colouredrows th a {
	color: #404040;
	font-weight: bold;
}
*/


/* styling to override the defaults in the dhtmlxcombo.css file */

.dhx_combo_box.dhx_skyblue{
	border:1px solid #a4bed4;
}
.dhx_combo_box.dhx_skyblue .dhx_combo_input {
//	font-family:Tahoma;
font-family: verdana, helvetica, arial, sans-serif; 
//	font-size: 11px;
font-size: 100%;
//	padding:3px;	
padding: 0;
margin: 2px 0 0 2px;
}
.dhx_combo_list.dhx_skyblue_list{
	background-color: #eaf2fb;
background-color: #ffff66;		/* very light yellow */
	border:1px solid #a4bed4;
//	font-family:Tahoma;
font-family: verdana, helvetica, arial, sans-serif; 
//	font-size: 11px;
font-size: 100%;
}
.dhx_combo_list.dhx_skyblue_list div{
	cursor:default;
	padding:2px 4px;
}
.dhx_combo_list_rtl.dhx_skyblue_list{
  background-color: #eaf2fb;
background-color: #ffff66;		/* very light yellow */
	border:1px solid #a4bed4;
//	font-family:Tahoma;
font-family: verdana, helvetica, arial, sans-serif; 
//	font-size: 11px;
font-size: 100%;
}


