.indicador
{
	font-style: italic;
	color: #666;
}
div.indicador
{
	text-align: left;
	float: left;
    margin-left: 0.2em;
	margin-right: 1em;
}
div.valor
{
	text-align: right;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.2em;
    margin-right: 0.2em;
}
div.valor ul
{
	clear: both;
	text-align: left;
}
div.referencia
{
	border-top: thin solid #999;
	margin-top: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
	padding-top: 2em;
	font-size: 100%;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), color-stop(0.1, #FFF));
	font-style: italic;
}
div.referencia-header
{
	font-style: normal;
}
            .noticia-checkbox-personalizado .cadastro{
                width:100%; 
                float:left;
            }
            .noticia-checkbox-personalizado .cadastro input[type=radio]{
                display:none;
            }
            .noticia-checkbox-personalizado .cadastro input[type=radio]+label {
                font-family:Verdana, Geneva, sans-serif;
                font-weight:bold;
                float:left;
                display:inline-block; 
                width:33%;
                margin:-2px; 
                padding:4px 0; 
                margin-bottom:0; 
                font-size:13px; 
                height:34px; 
                line-height:28px; 
                color:#fff;
                text-align:center;  
                vertical-align:middle;
                cursor:pointer;
                background-color:#D8AB39; 
                background-image:-moz-linear-gradient(top,#D8AB39,#D3A529);
                background-image:-webkit-gradient(linear,0 0,0 100%,from(#D8AB39),to(#D3A529)); 
                background-image:-webkit-linear-gradient(top,#D8AB39,#D3A529); 
                background-image:-o-linear-gradient(top,#D8AB39,#D3A529); 
                background-image:linear-gradient(to bottom,#D8AB39,#D3A529); 
                background-repeat:repeat-x;
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8AB39',endColorstr='#D3A529',GradientType=0); 
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
                border:none;
                border-right:1px solid #B48C25;
                border-bottom:1px solid #B48C25;
                border-radius:3px;
                -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.05); 
                -moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.05); 
                box-shadow:inset 0 1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.05);
                text-shadow:0 1px 1px rgba(0,0,0,0.75);
                box-sizing:border-box; 
                -webkit-box-sizing:border-box;
            }
            .noticia-checkbox-personalizado .cadastro input[type=radio]:checked + label {
                background-image: none; outline:0; 
                -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); 
                -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); 
                box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); 
                background-color:#91711B; 
                border-right:1px solid #B48C25;
            }