@charset "utf-8";

/* ComboBox */
.comboBoo{
	border-bottom: 1px dotted #878787;
	background-color: #FFFFFF;
	color: #5A5A5A;
	width: 125px;
	
}

.comboBoo-label	{
	font: 10px tahoma; 
	line-height: 16px; 
	height: 16px; 
	left: 40px; 
	padding: 0 0px 0 8px; 
	cursor:pointer; 
	position: absolute; 
	background: no-repeat url(../images/arrowdown.png);
	background-position: 118px 2px;
	background-color: #FFFFFF;
	color: #5A5A5A;
	border-bottom: 1px dotted #878787;
}

a:hover.comboBoo-label, a:active.comboBoo-label	{
	background-color: #FFFFFF;
	color: #5A5A5A; 
	text-decoration: none;
	border-left: 1px #000;
}

ul.comboBoo-list {
	position: absolute; 
	margin: 16px 0 0 0; 
	padding: 0; 
	list-style: none; 
	border: 0; 
	font: 10px tahoma; 
	z-index: 500;
	background-color: #FFF; 
	color: #5A5A5A;
}

ul.comboBoo-list li {
	padding: 0 0 0 8px; 
	line-height: 12px; 
	height: 16px; 
	cursor: pointer; 
	font: 10px tahoma; 	
	font-weight: normal;  
	background-color: #878787; 
	color: #FFF;
}

ul.comboBoo-list li.choice-selected {
	background-color: #EE191F; 
	color: #fff;
}

.f_checkbox,.f_radio{background-repeat:no-repeat;background-position:3px center;height:16px;display:block;cursor:pointer;cursor:hand;line-height:120%}
.checked,.selected{color:#5A5A5A}
.f_radio{padding:4px 24px}
.f_checkbox{padding:0.5em 24px}
.unchecked{background-image:url(../images/unticked.png)}
.checked{background-image:url(../images/ticked.png)}
.unselected{background-image:url(../images/unticked.png)}
.selected{background-image:url(../images/ticked.png)}