
.list {
position: absolute;
z-index: 10;
background-position:0 17px;	
height:275px;
width:163px;
display:none;
background-color:#EFF7FF;
border:1px solid #96C2F1;
	
}

.list h2{
	font-size:10px;
background-color:#B2D3F5;
margin:1px;
padding:5px;
	}
.list .listBox {
background-color:#FFFFFF;
height:250px;
overflow:auto;
width:100%;

}
.list span {
background-image:url(../images/painel-BT.gif);
background-repeat:no-repeat;
display:block;
float:left;
height:25px;
margin:5px 10px 0 0;
text-indent:-4000px;
width:127px;

}


.listItem {

overflow:auto;
height:250px;
}
.listItem .nonClicked {
    float: left;
    overflow:hidden;
    cursor: pointer;
	font-family:Verdana, Geneva, sans-serif;
    width: 100%;
    font-size:11px;
    height:20px;
}
.destaque {
	background-color:#CCC;
}
.listItem .nonClicked a {
    margin: 5px;
}
.bt-selecione{
	width:167px;
	height:20px;
	background-image:url(../images/bt-selecione.gif);
	display:block;
	cursor:pointer;
	cursor:hand;
	padding:2px 0 0 5px;
	margin-top:4px;
	font: 13px Arial, Helvetica, sans-serif;
	
}




.cust_checkbox_on{
	background:url(../images/checkbox_on.png) no-repeat 0 0;
}
.cust_radio_on{
	background:url(../img_index/radio_checked.jpg) no-repeat 0 0;
	cursor:pointer;
}
.cust_checkbox_off{
	background:url(../images/checkbox_off.png) no-repeat 0 0;
}
.cust_radio_off{
	background:url(../img_index/radio_unchecked.jpg) no-repeat 0 0;
	cursor:pointer;
}
.cust_checkbox_disabled_on{
	background:url(../images/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(../images/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(../images/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(../images/disabled_off.png) no-repeat 0 0;
}
