﻿.bgc_grigio
{
    background-color: #f8f8fa; 
    border: 1px solid;
    border-color: #c9c9c9;
    line-height:13px;
    margin-bottom:5px;    
}

.bgc_sfondo_disabilitato
{
    background-color:#8db7c3;  
    border: 1px solid;
    border-color: #c9c9c9;
    line-height:13px;
    margin-bottom:5px;    
}


.bgc_grigio_medio
{
    background-color:#ededed;
    border: 1px solid;
    border-color: #c9c9c9;
    line-height:13px;
}

.bgc_grigio_scuro
{
    background-color:#dddddd;
    border: 1px solid;
    border-color: #c9c9c9;
    line-height:13px;
}


.bcg_pulsanti
{
    background-color: #ededed;
    line-height:13px;
    margin-bottom:5px;    
}

.bgc_bianco
{
    background-color:silver;
    border: 1px solid;
    border-color: #c9c9c9;
}

.grf_input
{
    font-family: "Trebuchet MS";
    border: 1px solid;
    border-color: #e0e0e0;
    height:15px;
    padding: 3px;
    font-size: 11px;
    color: #545353;
}

.input_sfondo
{
    font-family: "Trebuchet MS";
    border: 1px solid;
    border-color: #e0e0e0;
    height:15px;
    padding: 3px;
    font-size: 11px;
    color: #545353;
    background-color: #FFFFD3;
}

.text_multiline
{
    border: 1px solid;
    border-color: #e0e0e0;
    padding: 3px;
    font-size: 11px;
    font-family: "Trebuchet MS";
    text-align: left;
    color: #545353;
}

.text_num
{
    font-family: "Trebuchet MS";
    border: 1px solid;
    border-color: #e0e0e0;
    height:15px;
    padding: 3px;
    font-size: 11px;
    color: #545353;
    text-align:right; 
}

.text_tot
{
    font-family: "Trebuchet MS";
    border: 1px solid;
    border-color: #e0e0e0;
    height:15px;
    padding: 3px;
    font-size: 11px;
    color: #545353;
    background-color: #FFFFD3;
    text-align:right; 
}

.text_tot2
{
    font-family: "Trebuchet MS";
    border: 1px solid;
    border-color: #e0e0e0;
    height:15px;
    padding: 3px;
    font-size: 11px;
    color: #545353;
    background-color: #FFFABB;
    text-align:right; 
}

.grf_combo
{
	border: #a8c9d1 1px solid;
	font-style:normal;
    font-family:Trebuchet MS;
    font-size: 11px;
    margin-top:1px;
    padding:2px;
    color: #545353;
}

.menu_l
{
    background-image: url(../../grf/menu_l.gif);
    width: 7px;
    height: 34px;
    background-repeat: no-repeat;
}
.menu_r
{
    background-image: url(../../grf/menu_r.gif);
    width: 7px;
    height: 34px;
    background-repeat: no-repeat;
}
.bgc_menu
{
    background: url(../../grf/sfondo_m.gif) repeat-x;
    height: 34px;
}
/*---------------------------------------------------------*/

.text_title
{
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #a8c9d1;
}

.text_title2
{
    font-family: "Trebuchet MS";
    font-size: 10px;
    color: #a8c9d1;
}


.text_sez
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #545353;
    font-weight: bold;
    text-align: left;
}
.label
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #545353;
    padding-left:2px;
    line-height:13px;
}

.label_boundfield
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #545353;
}
	
	
.label_nota
{
    font-family: "Trebuchet MS";
    font-size: 10px;
    color: #545353;
    padding-left:2px;
    line-height:13px;
}

.label_disabled
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    color:red; 
    padding-left:2px;
    line-height:13px;
}

.label_bold, .a:link
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #545353;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}
.log_out
{
    font-family: "Trebuchet MS";
    line-height: 12px;
    font-size: 10px;
    color: #545353;
    text-align: right;
}
.text
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-decoration: none;
    color: #545353;
    text-align: left;
}
a:link
{
    text-decoration:none;
    color:#005b7c;
    font-size:12px;
}
a:hover
{
    color: #e62e24;
    text-decoration: none;
    font-size:12px;
}
/*---------------------------------------------------------*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu
{
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 100%; /*For KHTML*/
    list-style: none;
}
ul#navmenu li
{
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: 24px;
}
ul#navmenu ul
{
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/
{
    clear: both;
    display: block;
    font: 1px/0px serif;
    height: 0px;
    visibility: hidden;
}
ul#navmenu ul li
{
    width: 160px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a
{
    padding: 0 6px 10px 10px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color: #FFFFFF;
    font: bold 11px/24px Arial;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a
{
    color: #ffcd09;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
    float: none;
    background: #48a2b7;
    color: #ffffff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
    color: #ffd915;
}
ul#navmenu ul ul, ul#navmenu ul ul ul
{
    display: none;
    position: absolute;
    top: 0px;
    left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
    display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
    display: block;
}

/*---------------------------------------------------------*/

table.GridView th a, table.GridView td a, table.DetailsView th a, table.DetailsView td a
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    text-align: center;
    /*height: 16px;*/
    font-weight: bold;
    color: #005b7c;
    text-transform: uppercase;
}

table.GridView th a:hover, table.GridView td a:hover, table.DetailsView th a:hover, table.DetailsView td a:hover
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #e20026;
    /*height: 16px;*/
    font-weight: bold;
}

table.GridView
{
    background-color: #ededed;
    border: 1px solid #c9c9c9;
}

table.GridView th
{
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    padding:5px;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

table.GridView td 
{
    padding: 5px;
}

.pari
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    color: #545353;
}

.dispari
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    color: #545353;
}

.dispari_scuro
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9;
    color: #545353;
}

.textfooter 
{
    padding: 0px;
    margin: 0px;
    height: 10px;
    line-height: 3px;
    text-align:center;
}

/*---------------------------------------------------------*/

.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Trebuchet MS";
    background:url(../../grf/tab-line.gif) repeat-x bottom;
    font-size:12px;
    display:block;
    height:26px;
    text-align:left;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../../grf/tab.gif) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:-1px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(../../grf/tab.gif) no-repeat right top;
    border-color:#666;
    color:#037fac;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../../grf/tab.gif) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
    padding-bottom:0px;
    height:26px;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../../grf/tab.gif) no-repeat right -40px;
    color:#e62e24;
    border-color:#333;
    padding-bottom:0px;
    height:23px;
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    /*font-family:"Trebuchet MS";
    font-size:10pt;
    padding:8px;*/
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}





/*.ajax__tab_technorati-theme .margine
{
	padding-bottom:-20px;
}

.ajax__tab_technorati-theme .ajax__tab_header
{
    font-family: "Trebuchet MS";
    background:url(../../grf/tab-line.gif) repeat-x bottom;
    font-size:11px;
    font-weight:bold;
    display:block;
    text-align:left;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../../grf/tab.gif) no-repeat left top;
    color:#037fac;
    padding-left:10px;
    margin-right:-1px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(../../grf/tab.gif) no-repeat right top;
    color:#005b7c;
    padding-right:5px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#e62e24;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../../grf/tab.gif) no-repeat 0pt -40px;
    height:25px;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(../../grf/tab.gif) no-repeat right -40px;
    color:#e62e24;
    height:25px;
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    background-color: Silver;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}*



/*---------------------------------------------------------*/

.cl .ajax__calendar_container	
{ 
	border-width: 1px;
	border-color: #c9c9c9;
	border-style: solid; 
	background-color:#f9f8f8; 	 
	font-family:Trebuchet MS; 
	font-size:12px;
	padding:0px; 
	width:182px;
	text-align: center;
	color:#545353;
}								 
																				
.cl .ajax__calendar_header		
{ 
	background-color:#e7eef6; 
	width:180px;
	color:#545353;
	padding:1px;
	
}

.cl .ajax__calendar_title		
{ 
	color: #545353;
	text-align:center;
	vertical-align:middle;
	padding:2px;
}

.cl .ajax__calendar_dayname		
{ 
	color: #e62e24;
	text-align:center;
	padding:3px;
}

.cl .ajax__calendar_body		
{
	background-color:#f9f8f8;
	text-align:center;
	height:146px;
	color:#545353;
}

.cl .ajax__calendar_day		
{
	text-align:center;
	padding-top:2px;
	color:#545353;
}

.cl .ajax__calendar_active		
{ 
	background-color:#d5edee;
	text-align:center; 
	font-weight: bold;
	vertical-align:middle;
	color:#545353;
	border:1px solid ;
	border-color:#c9c9c9;

}

.cl .ajax__calendar_hover		
{ 
	background-color:#d5edee;
	color:#545353;

}
										
.cl .ajax__calendar_other		
{ 
	/*color: Green;
	padding:10px;*/
	
	text-align:center; 
	padding-right:0px;
	color:#FFFFFF
}

.cl .ajax__calendar_footer		
{ 
	background-color: #e7eef6;
	text-align:center;
	color:#545353;
	padding:5px;
}

/*.cl .ajax__calendar_footer_hover		
{ 
	padding:5px;
}*/


