/*
 * define styles for linkselect plug-in
 */
a.linkselectLink {
	font-size: 0.9em;
	border: 1px solid #6c6a6b;
	padding: 3px 31px 1px 2px;
	height: 15px;
	color: #454545!important;
	background-color: #000;

	display: block;
	background: #fff url('/images/select-open.gif') right no-repeat;
	
	max-width: 300px;
	text-decoration: none;

	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled;
	text-align: left
}
a.linkselectLink.error{
	border-color: #FF0000;
}

#searchForm a.linkselectLink { width: 141px; float: right;}
#frm-news-search a.linkselectLink { width: 141px; float: right;}

a.linkselectLink { width: 177px; }

#hotel-search a.linkselectLink { width: 85px; float: right;}


a.linkselectLink:hover, a.linkselectLinkFocus {
	color: #666 !important;
	background-color: #f7f7f7 !important;
	outline: none; /* prevent the link from being outlined */
}

a.linkselectLinkOpen {
	outline: 0; /* prevent the link from being outlined */
}

span.linkselectDisabled {
	/*filter: alpha(opacity=75);*/ /* ONLY REQUIRED FOR DISABLING SELECTS, OTHERWISE ERRORS */	
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

.linkselectContainer {
	position: absolute;
	/* this is required to correctly calculate the width of the container */
	left: 0; top: 0;
	display: none;
	/* 
	 * move the box up 3 pixels so that the title bar aligns with original anchor text, this 
	 * should be adjusted according to the padding/margin differences between the two links 
	 */
	margin-top: -1px;
	max-width: 500px;
	z-index: 50000;
}

.linkselectContainer .title {
	background: #d7d7d7 !important;
	color: #fff !important;
	white-space: nowrap;
	font-weight: bold !important;
	font-size: 0.7em !important;
}

.linkselectContainer .title span {
	display: block;
	padding: 3px 4px;
}

.linkselectContainer .scrollable {
	width: auto;
	background-color: white;
	border: 1px solid #d7d7d7;
	margin: 0;
	padding: 0px;
	font-size: 0.6em !important;
	line-height: 15px;
	text-align: left;
	overflow: auto;
	max-height: 240px;
	clear: both;
}

.linkselectContainer ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.linkselectContainer ul li.selected { 
	background-color: #e4e4e4;
}

.linkselectContainer ul li.current { 
	background-color: #eee;
}

.linkselectContainer ul li {
	display: block;
	margin: 0;
	padding: 3px;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}
