/*
 * define styles for linkselect plug-in
 */
a.linkselectLink {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
	text-decoration:underline;
}

.underline a.linkselectLink {
text-decoration:underline;
}

a.linkselectLink:hover, a.linkselectLinkFocus {
	color: #00008B !important;
	background-color: #FFF !important;
	outline: 1px solid #FFF; /* prevent the link from being outlined */
}

a.linkselectLinkOpen {
	outline: 0; /* prevent the link from being outlined */
}

span.linkselectDisabled {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

/* Auction Period container */
.lsContainerAP {
	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: -3px;
	max-width: 500px;
	z-index: 50000;
}

.lsContainerAP .title {
	background: #D9DBE2 url(/lib/JQuery/jquery.linkselect/images/linkselect_bkgrd.png) no-repeat 100% 50%  !important;
	color: #fff !important;
	padding-right: 20px !important;
	white-space: nowrap;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 12px !important;
}

.lsContainerAP .title span {
	display: block;
	padding: 3px 4px;
}

.lsContainerAP .scrollable {
	width: auto;
	background-color: #EAECFF;
	border: 1px solid #999;
	margin: 0;
	padding: 0px;
	/*font-size: 11px;*/
	text-align: left;
	overflow: auto;
	height:154px;
	width:110px;
	/*max-height: 316px;*/
	clear: both;
}

.lsContainerAP ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.lsContainerAP ul li.selected {
	background-color: #D2D2FF;
}

.lsContainerAP ul li.current {
	background-color: #009;
	color: #fff;
}

.lsContainerAP ul li {
	display: block;
	margin: 0;
	padding: 2px;
	/*font-size: 11px;*/
	cursor: pointer;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

/* Sort By container */
.lsContainerSortBy {
	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: -3px;
	max-width: 500px;
	z-index: 50000;
}

.lsContainerSortBy .title {
	background: #D9DBE2 url(/lib/JQuery/jquery.linkselect/images/linkselect_bkgrd.png) no-repeat 100% 50%  !important;
	color: #fff !important;
	padding-right: 20px !important;
	white-space: nowrap;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 12px !important;
}

.lsContainerSortBy .title span {
	display: block;
	padding: 3px 4px;
}

.lsContainerSortBy .scrollable {
	width: auto;
	background-color: #EAECFF;
	border: 1px solid #999;
	margin: 0;
	padding: 0px;
	/*font-size: 11px;*/
	text-align: left;
	overflow: auto;
	height:266px;
	width:170px;
	/*max-height: 316px;*/
	clear: both;
}

.lsContainerSortBy ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.lsContainerSortBy ul li.selected {
	background-color: #D2D2FF;
}

.lsContainerSortBy ul li.current {
	background-color: #009;
	color: #fff;
}

.lsContainerSortBy ul li {
	display: block;
	margin: 0;
	padding: 2px;
	/*font-size: 11px;*/
	cursor: pointer;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

/* Recs Per Page container */
.lsContainerRPP {
	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: -3px;
	max-width: 500px;
	z-index: 50000;
}

.lsContainerRPP .title {
	background: #D9DBE2 url(/lib/JQuery/jquery.linkselect/images/linkselect_bkgrd.png) no-repeat 100% 50%  !important;
	color: #fff !important;
	padding-right: 20px !important;
	white-space: nowrap;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 12px !important;
}

.lsContainerRPP .title span {
	display: block;
	padding: 3px 4px;
}

.lsContainerRPP .scrollable {
	width: auto;
	background-color: #EAECFF;
	border: 1px solid #999;
	margin: 0;
	padding: 0px;
	/*font-size: 11px;*/
	text-align: left;
	overflow: auto;
	height:110px;
	width:20px;
	/*max-height: 316px;*/
	clear: both;
}

.lsContainerRPP ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.lsContainerRPP ul li.selected {
	background-color: #D2D2FF;
}

.lsContainerRPP ul li.current {
	background-color: #009;
	color: #fff;
}

.lsContainerRPP ul li {
	display: block;
	margin: 0;
	padding: 2px;
	/*font-size: 11px;*/
	cursor: pointer;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

/* Title Desc container */
.lsContainerTitleDesc {
	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: -3px;
	max-width: 500px;
	z-index: 50000;
}

.lsContainerTitleDesc .title {
	background: #D9DBE2 url(/lib/JQuery/jquery.linkselect/images/linkselect_bkgrd.png) no-repeat 100% 50%  !important;
	color: #fff !important;
	padding-right: 20px !important;
	white-space: nowrap;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 12px !important;
}

.lsContainerTitleDesc .title span {
	display: block;
	padding: 3px 4px;
}

.lsContainerTitleDesc .scrollable {
	width: auto;
	background-color: #EAECFF;
	border: 1px solid #999;
	margin: 0;
	padding: 0px;
	/*font-size: 11px;*/
	text-align: left;
	overflow: auto;
	height:110px;
	width:170px;
	/*max-height: 316px;*/
	clear: both;
}

.lsContainerTitleDesc ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.lsContainerTitleDesc ul li.selected {
	background-color: #D2D2FF;
}

.lsContainerTitleDesc ul li.current {
	background-color: #009;
	color: #fff;
}

.lsContainerTitleDesc ul li {
	display: block;
	margin: 0;
	padding: 2px;
	/*font-size: 11px;*/
	cursor: pointer;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

