body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	background: #ffffff;
}

a {text-decoration: none;color: #B60400;}
a:hover {color: #808080;}
a img {	border: 0;}
h1{text-align:center; color:#ffffff;  font-size:26px; }
h2{ color:#6FA3EE; text-align:center}
h3 { text-align:center}



#main { 
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 0;
	border:0px solid #ccc;
	
}




#header {
	width:100%;
	color: #ffffff;
	background: #C3F;
	border:3px solid #000000;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 70px;
	
	/*background:  url(images/home.jpg) no-repeat;*/

}

#header input{
border:1px dashed gray;
border-bottom:1px solid #CC3333;
border-right:1px solid #CC3333;
font-size:10px;

}
#head{

margin: 0 auto; width:960px; 
}
#title {
	float: left;
	font-size: 18pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height:15px

}
.menu_1{
list-style-type: none;
margin: 5px 0;
padding: 0;

border-bottom-width: 0;width:100%;
display:inline; 
float:left; 
text-align:center

}


.menu_1 li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: 13px ; font-weight:bold; color: white;
width:150px;
padding: 3px 0;

display: block;

text-decoration: none;
list-style-type: none;
float:left;
clear:right
}
* html .menu_1 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.menu_1 li a:visited, .menu_1 li a:active{
color: white;
}

.menu_1 li a:hover{
background-image: url(images/glossyback2.gif);
}


.istruzioni{font-size:13px;letter-spacing:0.5px}

#content_page{

/*
padding:10px; border:1px solid red; width:540px; float:left;margin:0 0 0 15px; background-color:#FFFFFF; height:400px
*/}
#navhead, #navhead a{
font-size:10px; color:#286EA0
}



#footer {
	
	float:left;
	color: #ffffff;
	background: #C3F;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	margin: 0;
	border: 3px solid #000;
	
	bottom:0;
	width:98%;


	
}


#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover {
	color: #000;
}

.hidden {			/* Used for content that should be displayed */
				/* by non-stylesheet-aware browsers          */
   display:         none !important;
}

.access_key{
text-decoration:underline;
}


.navb
/*ADMIN*/
#bordo_basso_rosso td{
border-bottom:1px solid #B60400}

td.minipic img
{
  display:block;
  position:relative;
  top:-5px;
  left:-5px;
  border:1px solid #ccc;
  border-color:#ccc #666 #666 #ccc;
  padding:5px;
}



/*CALENDARIO*/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}



