
	.dd_frame {
		height:16px;
		}
#nonflash .dd_frame2 ,#isform .dd_frame2{
	width:216px;
}
	
#nonflash	a.dropdown,#isform a.dropdown {
		font-size: 11px;
		color:  #00000;
		text-decoration: none;

		cursor: pointer;
		display: block;
		line-height: 16px;
		width: 100%;
        padding-left:3px !important;
		background-position: right;
		background-repeat: no-repeat;
		}
#isform a.dropdown {
	color: #FFFFFF;
}
#nonflash	a.dropdown:hover ,#isform	a.dropdown:hover{
		background-image: url(images/search_dropdown.gif) !important;
		background-position:right !important;
		font-weight:normal;
		color:#000000;
		
		}

#isform	a.dropdown:hover {
	color: #FFFFFF;
}
#nonflash	.dd_default {
		background-color: #D9D9D9;
		font-weight:normal;
		background-image: url(images/search_dropdown.gif);
		}
#isform .dd_default {
		background-color: #B3B3B3;
		font-weight:normal;
		background-image: url(images/search_dropdown.gif);
}		

#nonflash	.dd_active {
		background-color: #D9D9D9;
		background-image: url(images/search_dropdown.gif);
		font-weight:normal;
		}

#isform	.dd_active {
		background-color: #B3B3B3;
		background-image: url(images/search_dropdown.gif);
		font-weight:normal;
		}
		
#nonflash a.dd_option,#isform a.dd_option{
    font-weight:normal;
	background-image:none;

	padding-left:5px;
}

	.dd_con {
		padding-right: 23px;
		padding-left: 4px;
		}

	.dd_popcon,.dd_popconhour {
		position: absolute; 
		display: none;
		z-index: 1001;
		background-color: none;
		margin-top: 1px;
		width:243px;
		}
		
.dd_popconhour{
	 
}
.dd_popshadow {
		
}
		
#nonflash .dd_envelope,#isform .dd_envelope  {
	font-weight:normal;
	width:240px;
		}
		
	
.dd_envelope_time {
	font-weight:normal;
	width:105px;
		}	
	
.timedivider
{
	font-weight:bold;
	float:left;
	margin-left:14px;
	display:inline;
}	

td.tdspacer{
	width:10px;
}

#nonflash a.dd_option,#isform a.dd_option{
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 10px;
		text-decoration: none;
		font-size: 11px;
		color: #00000;
		background-color: #D9D9D9;
		}
#isform	a.dd_option{
	color: #FFFFFF;
	background-color: #B3B3B3;
}	
#nonflash	a.dd_option:hover,#isform	a.dd_option:hover {
		color: #FFFFFF;
		background-color:#CC0002;
		background-image:none;
		font-weight:normal;
	    padding-left:5px !important;
		
		}

#isform	a.dd_option:hover {
	color: #FFFFFF;
	background-color:#CC0002;
}		
#dateselectleft
{
	float:left;
	display:inline;
}

#dateselectright
{
	float:right;
	display:inline;
}	

 #timewrap
{
	width:243px;
}	

div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:0px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.combo /* look&fell of scriptaculous select box*/
{
  margin: 0px 5px 10px 0px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select.jpg') right;
  height:18px;
  cursor: pointer;
  border:0px solid #ccc;
  color:#999;
}


