.gnt_clear {
    clear: both;
}

.gnt_global_container {
    position: relative;
    /*width: 200px;*/
}

.hidden {
    display: none;
}

.gnt_global_container .gnt_viewer {
    padding: 0 0 0 20px;
    background-color: #eee;
    /*height: 32px;*/
    color: #000;
    font-weight: bold;
}
.gnt_global_container .gnt_viewer.default { color:#767676;}

.gnt_global_container .gnt_toggler {
    padding: 0 0 0 20px;
    height: 25px;
    color: #fff;
    font-weight: bold;
    background: url('select/select_arrow.gif') no-repeat center right;
    margin: -7px -4px 0 0;
}

.gnt_global_container .gnt_option_container {
    background-color: #EEEEEE;
	
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-top:none;
	
    height: 200px;
    line-height: 160%;
    margin-top: -2px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
}

.gnt_global_container .gnt_currentContainer {
	cursor:pointer;
    background-color: #eee;
    height: 15px;
    padding: 6px;
	
    border-left: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #D4D4D4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gnt_global_container .option {
    text-indent: 0px;
    padding: 0 20px 0 20px;
    margin: 2px 0 2px 0;
    color: 757575;
    font-size: 12px;
}

.gnt_global_container .option.over {
    /*text-indent:10px;*/
    background-color: #D5D5D5;
    color: #000;
}

.gnt_global_container .option.selected {
    background-color: #D5D5D5;
    color: #000;
}

.gnt_global_container .gnt_first {
    height: 5px;
    color: #757575;
}

.gnt_global_container .gnt_last {
    width: 100%;
    height: 5px;
}

.gnt_global_container .gnt_tl {
}

.gnt_global_container .gnt_tr {
}

.gnt_global_container .gnt_bl {
}

.gnt_global_container .gnt_br {
}

/* RADIOBUTTON */
div.gnt_radioContainer {
    width: 280px;
}

div.gnt_radiolabel {
    text-align: left;
    margin: 6px 0;
    width: 250px;
}

.gnt_radio {
    height: 14px;
    width: 14px;
    background: url('radiobutton/radiosprite_ital.png') no-repeat 0 0;
    margin: 6px 0;
}

.gnt_radio.over {
    background-position: 0 -22px;
}

.gnt_radio.selected {
    background-position: 0 -44px;
}

/* CHECKBOX */
.gnt_checkbox {
    height: 12px;
    width: 12px;
    background: url('checkbox/checksprite.gif') no-repeat 0 0;
    margin: 10px 0;
}

/*.gnt_checkbox.hover{ background-position:0 -20px;}*/
.gnt_checkbox.selected {
    background-position: 0 -25px;
}


div#approfondimento_cont{ width:250px !important;}
div#approfondimento_cont div.gnt_option_container { width:248px !important;}
div#evento_cont{ width:250px !important;}
div#evento_cont div.gnt_option_container { width:248px !important;}

