﻿TD
{
    font-size: 12px;
    color: #8C8C85;
    font-family: Arial;
}
.button
{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    background: #2271B2;
    border-width: 0;
}
.button2
{
    font-size: 11px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: bold;
    background: #f0f0f0;
	border-width: 1;
	border-style: solid;
	border-color: #C5C5C5;
	
}
.button3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8C8C85;
	background-color: #ffffff;
	border-width: 0px  thin;
	border: thin 0 solid;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 300px;
}
.testo1_10
{
    font-size: 10px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: normal;
}
.testo1_10b
{
    font-size: 10px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: bold;
}
.testo1_11
{
    font-size: 11px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: normal;
}
.testo1_11b
{
    font-size: 11px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: bold;
}
.testo1_12
{
    font-size: 12px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: normal;
}
.testo1_12b
{
    font-size: 12px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: bold;
}
.testo2_10
{
    font-size: 10px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: normal;
}
.testo2_10b
{
    font-size: 10px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: bold;
}
.testo2_11
{
    font-size: 11px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: normal;
}
.testo2_11b
{
    font-size: 11px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: bold;
}
.testo2_12
{
    font-size: 12px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: normal;
}
.testo2_12b
{
    font-size: 12px;
    color: #5B8FAD;
    font-family: Arial;
    font-weight: bold;
}
.testo_12_nero
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
}
.testo_12_bianco
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: normal;
}
.testo_12_grigio
{
    font-size: 12px;
    color: #444444;
    font-family: Arial;
    font-weight: normal;
}
FORM
{
    margin: 0 0 0 0;
}
.testo_menu
{
    font-size: 10px;
    color: #8C8C85;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}
.testo_menu_dyn
{
    font-size: 10px;
    color: #ffffff;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
}

/* GridView Style */
.gvstyle {
    font-family: arial;
    font-size: small;
}
.altrowstyle {
    background-color: #edf5ff;
}
.headerstyle th {
    background: url(/images/bg_griglia.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
    font-size: 12px;
}  
.headerstyle th a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;

    padding-right: 10px;
}    
.rowstyle .sortaltrow, .altrowstyle .sortaltrow {
    background-color: #edf5ff;
}
.rowstyle .sortrow, .altrowstyle .sortrow {
    background-color: #dbeaff;
}
.rowstyle td, .altrowstyle td {
    padding: 1px 2px 1px 2px;
    font-size: 11px;
    border-right: solid 1px #cbcbcb;
    color: #000;
}
.headerstyle .sortascheader {
    background: url(/images/bg_griglia.png) repeat-x 0px -100px;
}
.headerstyle .sortascheader a {
    background: url(/images/sort_asc.gif) no-repeat right 50%;
} 
.headerstyle .sortdescheader {
    background: url(/images/bg_griglia.png) repeat-x 0px -100px;
}   
.headerstyle .sortdescheader a {
    background: url(/images/sort_desc.gif) no-repeat right 50%;
} 
.pagerstyle {
    background: url(/images/bg_griglia.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    text-align: center;
    font-weight: normal;
} 
.pagerstyle a {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/* end GridView Style */