/* catalog search page css */
div.yuimenu .bd {
	zoom: normal;
}
/*common properties for all dropdowns on the page*/
.menubutton {
	position: absolute;
	visibility: hidden;
	border: solid 1px #000;
	background-color:#FFFFFF;
	width:225px;
	padding:0px;
	font-size:11px;
}
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
	line-height:1.9;
	*line-height:1.5;
	min-height:1.5em;
	*min-height:auto;
}
/*order by menu */	
.yui-button button {
	background:none;
	background-color:white;
	text-align:left;
	width:225px;
	height:18px;
	padding:0px;
	margin:0px;
}
.yui-button #menubutton_sort-button {
	width:50px;
	height:20px;
	background-color:white;
}
#menubutton2select {
	width:100px;
	border: solid 1px #000;
	background-color:#FFFFFF;
}
#menubutton2select .bd {
	padding:3px;
}
/* country dropdown menu */
.yui-button #menubutton_region-button {
	width:155px;
	height:20px;
}
#menubutton_region_menu {
	background-color:white;
	border:1px solid gray;
	width:200px;
	font-size:11px;
}
/*survey title */
.survey-title {
	color:navy;
	font-size:12px;
	font-weight:normal
}
/* survey links */
.survey-actions {
	font-size:11px;
}
.survey-actions a, .survey-actions a:visited {
	color:#0066FF;
	font-weight:normal;
}
.survey-actions a:hover {
	color:red
}
/* survey refno text */
.ref-no {
	color:#333333;
	font-style:italic;
	border-bottom:0px solid gray;
}
/* producer text */
.survey-producer {
	color:#333333
}
/* survey variable search table*/
.varlist table{ border-collapse:collapse;font-size:11px;}
.varlist td, .varlist tr{font-size:10px;}
