﻿div.contenitore_campi
{
    position: absolute;
    width: 200px;
    height: 50px;
}

div.fieldSet
{
    position: relative;
    height: 47px;
}

div.fieldTitle
{
    font-size: 12px;
    font-family: Arial;
    left: 3px;
}

.errore
{
	color:#DF430D;
	background-image:url(/pictures/ascx/errore.png);
	background-position:left;
	padding-left:18px;
}

.avviso
{
	color:#FFDA2F;
}

div.fieldTitleObb
{
    position: relative;
    font-size: 12px;
    font-weight: bold;
    top: 0;
    left: 3px;
    font-family: Arial;
    height: 18px;
    line-height: 18px;
}

div.txtField
{
    position: absolute;
    top: 17px;
    height: 23px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

input.txtField
{
    border: 0;
    margin: 0;
    padding: 0;
    height: 19px;
    margin-top: 2px;
    color: #444444;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
    background-color: Transparent;
    outline: none;
}

select
{
    margin: 0;
    padding: 0;
}

textarea.txtArea
{
    border: 0;
    margin: 0;
    padding: 5px 3px 5px 3px;
    height: 19px;
    margin-top: -1px;
    color: #444444;
    font-size: 13px;
    outline: none;
    background-color: Transparent;
}

div.corner-t-l
{
    position: absolute;
    left: -1px;
    top: 0;
    width: 5px;
    height: 5px;
    background-image: url(/pictures/ascx/corner-t-l.png);
}

div.corner-t-r
{
    position: absolute;
    right: -1px;
    top: 0;
    width: 5px;
    height: 5px;
    background-image: url(/pictures/ascx/corner-t-r.png);
}

div.corner-b-l
{
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-image: url(/pictures/ascx/corner-b-l.png);
}

div.corner-b-r
{
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-image: url(/pictures/ascx/corner-b-r.png);
}

div.txtField-sx
{
    background-image: url(/pictures/ascx/txtField-sx.png);
    height: 25px;
    width: 6px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: -1px;
    background-repeat: no-repeat;
}
div.txtField-dx
{
    background-image: url(/pictures/ascx/txtField-dx.png);
    height: 27px;
    width: 6px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -1px;
    background-repeat: no-repeat;
}

div.txtArea-sx
{
    border-left: 1px solid #dfdfdf;
    width: 6px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: -1px;
    background-repeat: no-repeat;
}
div.txtArea-dx
{
    border-right: 1px solid #dfdfdf;
    width: 6px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -1px;
    background-repeat: no-repeat;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #dddddd;
    background-color:white;
    color: #666666;
    z-index:10;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #dddddd;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
    background-color:#dddddd;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: orange;
    font-weight:bold;
}

.ModalPopup
{
    position:absolute;
    left:50%;
    top:300px;
    margin-left:-200px;
    width:400px;   
    background-color:#FFFFFF;
    border:4px solid orange;
    z-index:50;
}

.ModalPopup .cont
{
    padding:30px;
}

.ModalPopup .buttons
{
    text-align:center;
    margin-top:30px;
}

.modalBackground 
{
    position:absolute;
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:100%;
	height:1000px;
	top:0;
	left:0;	
	z-index:20;
}
