BODY, INPUT, SELECT, A {
	font-family: Verdana, Geneva;
	font-size:11px;
	color: #24484F;
	scrollbar-face-color: #C8C296;
	scrollbar-highlight-color: #EDEBD9;
	scrollbar-shadow-color: #EDEBD9;
	scrollbar-arrow-color: #EDEBD9;
	scrollbar-base-color: #EDEBD9;
	scrollbar-track-color: #EDEBD9;
	scrollbar-darkshadow-color: #EDEBD9;
	scrollbar-3d-light-color: #EDEBD9;
	
}

INPUT, SELECT {
	border:1px solid #24484F;
	background-color:#E8E7D0;
	color: #24484F;
}

A{
	text-decoration:none;
}

A:hover{
	text-decoration:underline;
	color:#DCD9BB;
}


.headerBase{
	font-family: Verdana;
	font-size:10px;
}

.CaptionRed{
	font-family: Verdana;
	font-size:11px;
	color:#24484F;
	font-weight:bold;
}

.linkBase,
.linkbaseblack{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}

.testoBase{
	font-size:10px;
	font-family: Verdana;
}

A.testoBase{
	font-weight:bold;
	font-size:10px;
	font-family: Verdana;
}

INPUT.InputSubmit{
	color:#FFF;
	font-weight:bold;
	cursor: pointer;
	height:25px;
	text-transform: lowercase;
	padding-left:10px;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #DCD9BB;
	border:1px solid #706769;
}

A.InputSubmit{
	font-size:10px;
	border:1px solid #706769;
	border-left:0px;
	background-color:#E8E7D0;
	color: #24484F;
	padding-left : 5px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-top : 1px;
	text-transform : lowercase;
	line-height : 18px;
	text-decoration : none;
}
A.InputSubmit:hover{
	text-decoration : none;
}


/* ************************************************************************************************* */
/* STILI OGGETTO SCROLL EVENTI */
/* ************************************************************************************************* */
TD.eventi_scroller_title{
	font-family: Verdana;
	font-size:10px;
	color:#24484F;
	font-weight:bold;
	padding-bottom:5px;
}

TD.eventi_scroller_text{
	font-family: Verdana;
	font-size:10px;
	color:#24484F;
}

TD.eventi_scroller{
	font-family: Verdana;
	font-size:10px;
	color:#24484F;
}


/* ************************************************************************************************* */
/* STILI DEL CALENDARIO */
/* ************************************************************************************************* */
BODY.PickerDate{
	background-color:#E8E7D0;
	font-family: Verdana;
	font-size:10px;
}

CAPTION.PickerDate{
	border:1px solid #DCD9BB;
	border-bottom:0px;
	font-size:9px;
}

TABLE.PickerDate{ 
	border-top-width : 0px;
	background-color:#DCD9BB;
}

TD.PickerDate_Header{
	font-size:10px;
	color:#24484F;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

TH.PickerDate{
	color: #24484F;
	background-color : #DCD9BB;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:1px;
}

TD.PickerDate{
	font-size:10px;
	text-align: center;
	background-color : #E8E7D0;
	padding:1px;
}

A.PickerDate_Previous{
	width:100%;
	font-size:10px;
	font-weight:bold;
	color: #24484F;
	text-align:left;
	padding-left:5px;
	text-decoration:none;
}


A.PickerDate_Next{
	width:100%;
	font-size:10px;
	font-weight:bold;
	color: #24484F;
	text-align:left;
	padding-right:5px;
	text-decoration:none;
	text-align:right;
}

A.PickerDate_Selected{
	width:100%;
	font-size:10px;
	font-weight : bold;
	color:#24484F;
	background-color : #FFF;
	text-decoration:none;
}

A.PickerDate_yesterday{
	width:100%;
	color:#24484F;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
}

A.PickerDate_today{
	width:100%;
	font-size:10px;
	font-weight:bold;
	color: #24484F;
	background-color : #DCD9BB;
	text-decoration:none;
	
}

A.PickerDate_tomorrow{
	width:100%;
	font-size:10px;
	color: #24484F;
	font-weight:bold;
	text-decoration:none;
}

A.PickerDate_Previous:hover, 
A.PickerDate_Next:hover{
	
}


A.PickerDate_Selected:hover, 
A.PickerDate_yesterday:hover, 
A.PickerDate_today:hover, 
A.PickerDate_tomorrow:hover{
	color:#24484F;
	font-weight:bold;
	background-color:#FFF;
}