
.render_table {

    border: 1px solid #C1DAD7;
    font-size: 12px;
    padding: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: white;

}

.render_table_popup {

     border: 1px solid #C1DAD7;
    
    font-size: 10px;
    padding: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    
}

.render_table th {

        font: bold 9px Verdana, Arial, Helvetica,
	sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;

	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;
}

.render_table th a{

    text-decoration: none;

}

.render_table td {

	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
	background: none;
        width: 200px;
        vertical-align: top;
        background: windowtext '5555555';
        background-color: white;

       }

/* The headers on the left that appear as rows (the specification headers) have alternating styles: */

.render_table tr {

	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff no-repeat;
	font: 12px Verdana, Arial, Helvetica,
	sans-serif;
        padding: 3px;
         

}

.render_table tr:hover {

	 background-color: #FFFAAA;

}

.render_table th.specalt {
    
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/img/bullet2.gif) no-repeat;
	font: bold 12px Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
        
}

.sfondo_tab_bianco
{
	background-color:#FFFFFF;
}

.render_table .sfondo_tab_alternata
{
	background: #f5fafa no-repeat;
      
}

.sfondo_celle_int_tab
{
	background-color:#a3c10b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
        height: 30px;
}
.sfondo_celle_tab_grigio
{
	background-color:#FBFBFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CB026;
	font-weight: bold;
}
.sfondo_celle_tab_bianco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CB026;
	font-weight: bold;
}

.empty_list_msg {

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CB026;
	font-weight: bold;


}
