#tools li.connecting a.head {
	background: #f3f3f3 url(/tridion/images/shortcuts_icon_connector_tcm4-808169.gif) no-repeat left top;
}

/* flight connector component */

#tools li.connecting #dohop_s_table .alert {
	background:#FFFF88 none repeat scroll 0 0;
	border:0 solid #FF1111;
}

#tools li.connecting #dohop_s_table {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 1em;
}
#tools li.connecting #dohop_s_table b {
	font-weight: normal;
}
#tools li.connecting #dohop_s_table input {
	border: 1px inset #f0f0f0;
	font-size: 11px;
	margin: 2px 0 5px;
	padding: 2px;
	display: block;
}

#tools li.connecting #dohop_s_depart input, 
#tools li.connecting #dohop_s_return input {
	width: 63px;
}
#tools li.connecting #dohop_s_return b {
	margin-left: 4px;
}
#tools li.connecting #dohop_s_return #small_returndate {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#tools li.connecting #dohop_s_search input {
	float: right;
	background: url(/tridion/images/search_button_tcm4-10948.gif) no-repeat;
	width: 71px;
	height: 20px;
	text-indent: -999em;
	border: none;
	display: block;
	margin-bottom: 0;
	font-size: 0px;
	line-height: 0px;
}

#tools li.connecting #dohop_s_from input,
#tools li.connecting #dohop_s_to input {
	width: 143px;
}

#tools li.connecting .dohop_nologo {
	background-color: transparent;
	border: none;
	font-size: inherit;
	height: auto;
	padding: 0;
	width: auto;
}

#dohop_s_dohop {
	text-align: right;
	color: #999;
}

/* dohop suggestion results */

.ac_results {
	position: absolute;
	z-index: 10000;
	display: none;
}
.ac_results ul {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.7em;
}
.ac_results li {
	padding: 2px;
	color: #101010;
	text-align: left;
	max-width: 400px;
}
.ac_results li.ac_over {
	cursor: pointer;
	background-color:#ddd;
}

li.ac_disabled{cursor:default;color:#CDCDCD;}

.ac_match{text-decoration:underline;color:black;}
#tools ul.shortcuts .connectingButton {
float:right;
width:auto;
}

.ac_dropdown{overflow:auto;}

.ac_dropdown div{padding:2px 5px;cursor:pointer;}

.ac_dropdown div:hover{background:#E5F2F6;}

/* dohop date picker */

.date_selector{
	width: 180px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 0;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 100000;
	display: none;
	font-size: 0.7em;
}
.date_selector .month_nav {
	display: block;
	position: relative;
	font-weight: bold;
}
.date_selector .mname_wrapper .month_name {
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
}
.date_selector .month_nav a {
	display: block;
	top: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent :-99em;
	z-index: 99999;
	position: absolute;
	background: transparent url(/tridion/images/dohop_cal_nextprev_tcm4-808146.gif) no-repeat;
}
.date_selector .month_nav .prev {
	left: 0;
	background-position: 0 7px;
}
.date_selector .month_nav .next {
	right: 0;
	background-position: -23px 7px;
}
.date_selector table {
	border-spacing: 0;
	border-collapse: separate;
	margin: 5px;
}
.date_selector th {
	background-color: #e3e3e3;
	color: #424242;
}
.date_selector th,
.date_selector td {
	width: 2.5em;
	height: 1.8em;
	padding: 0;
	text-align: center;
}
.date_selector td { 
	border: 1px solid #d6d6d6;
	line-height: 1.8em;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
}
.date_selector td a{
	display: block;
	text-decoration: underline;
	width: 100%;
	height: 100%;
	line-height: 1.8em;
	color: #cb0000;
	text-align: center;
}
.date_selector td.today a {
	background-color: #f0f0f0;
}
.date_selector td.selected a {
	background-color: #cb0000;
	color: #fff;
}
.date_selector td a:hover{
	background: #cb0000;
	color: #fff;
}
.date_selector_ieframe{position:absolute;z-index:99999;display:none;}


