        body.masterpage{
            background: #def0fb url('../../common/img/body_bg.gif');
            background-repeat: repeat-x;
            font: 11px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color: #175170;
            background-position:top left; 
            margin:0px;
            padding:0px;
        }

		.testo
		{
			margin-left: 10px;
			font-size: 13px;
		}

        h2, h1{
            font: 26px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color:#175170;
        }
        /* ASP:LABEL */
        label, a, .myFont{
            font: 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color:#175170;
        }
        table.contentTable{
            height: 348px;
            width: 95%;
            font: 11px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color:#175170;
        }
        table.contentTable td.cell{
            border: solid 2px #0d5776;
            vertical-align: top;
            background: #fff;
            font: 11px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color:#175170;
        }
        td.cell table.aspCalendar{
            background: #fff url('../../common/img/headerBg.gif') repeat-x;
            border: 0px !important;
            margin-top: 7px;
            font: 11px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
            color:#175170;
        }
        div.cellHeader{
            height: 28px;
            background: #c3daf9 url('../../common/img/cellHeaderBg.gif') repeat-x;
            cursor: default;
            color:#175170;
        }
        div.cellHeader div{
            color: #fff;
            font-weight: bold;
            padding-top: 4px;
            margin-left: 5px;
            font: 15px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
        }


.DefaultView {
	width: 400px;
	border: solid 2px #003366;
}


.dwHeaderStyle {
	background-color: #003366;
	color: White;
	padding: 5px;
	font-size: 14px;
}


.dwRowStyle input, select
{
	width: 260px;
}

/* style del campo di text quando c'è la data*/
.dwRowStyleWdate{
	width: 210px;
}

.dwFieldHeaderStyle{
	padding-left:15px;
	padding: 6px;
	border-bottom: solid 1px #003366;
	background-color: #E4EDF2;
	width: 180px;
	color: #003366;
}

.dwCommandRowStyle{
	height: 40px;
}

.dwRowStyle{
	border-bottom: solid 1px #003366;
	padding-left:10px;
}

/* style del campo di text quando c'è checkbox*/
.dwRowStyleWCheckBox{
	border-bottom: solid 1px #003366;
}

.DefaultButton{
	background-color:#FFFFFF;
	background-image:url(../../common/img/button_gradient.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:0.3em;
	width:7.5em;
	margin:3px;
}

.commandButton{
	width: 100%; 
	text-align: right;
}



.commandBG{
	background-color:#F5FAFC;
	border:1px solid #E4EDF2;
	padding:10px 0px;
	padding: 5px;
}


.validatorCalloutHighlight {
	background-color:lemonchiffon;
	border: solid 2px red;
}


	/*  PasswordStrengthBar */

    .TextStrengthBassa {
        background: #ff3535;
        color:White;
        width:262px;
        height: 20px;
        margin-top: 30px;
        text-align:center;
        padding-top:0px;
        margin-left: -279px;
		border: solid 1px black;
    }

    .TextStrengthMedia{
        background: #ffe035;
        color:#003366;
        width:262px;
        height: 20px;
        text-align:center;
        padding-top:0px;
        margin-top: 30px;
        margin-left: -279px;
		border: solid 1px black;
    }

    .TextStrengthAlta{
        background: #b0ff33;
        color:#003366;
        width:262px;
        height: 20px;
        text-align:center;
        padding-top:0px;
        margin-top: 30px;
        margin-left: -279px;
		border: solid 1px black;
    }

    .TextStrengthEccellente{
        background: #00ff00;
        color:#003366;
        width:262px;
        height: 20px;
        text-align:center;
        padding-top:0px;
        margin-top: 30px;
        margin-left: -279px;
		border: solid 1px black;
    }


	
	.requiredField{
		font-weight: bold;
		font-size: larger;
	}