body {
	margin:0;
	padding:0;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	color: #222222;
	text-align:center;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color:#b0c0d0;
	}

p {
	margin: 2px 0px 2px 0px;
	padding:0.3em;
	}

h1 {
	padding:0;
	margin:0;
	font-size:40px;
	font-weight:normal;
	font-style:italic; 
	color:#003f80;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	}

h2 {
	clear: left;
	background-image: url(images/grg4.gif);
	background-repeat: repeat-y;
	background-color: #0080c0;
	color:#f0f0f0;
	font-size:100%;
	font-weight:bold;
	margin-top:4px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:4px;
	padding:0; 
	font-style:italic;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	}

h3 {
	clear: left;
	color:#005080;
	font-size:15px;
	font-weight:bold;
	margin-top:2px;
	margin-left:0px;
	margin-right:1px;
	margin-bottom:2px;
	padding-left:4px; 
	border-bottom: 1px solid #005080;
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	}

div {margin:0; padding:0; display:block;}

/*table {font-size: 13px;}*/

/*a:link, a:visited {
color:#004090; text-decoration:underline;}
a:hover {
color:#0080ff; text-decoration:underline;}
a:active {
color:#004090; text-decoration:underline;}*/
a:link, a:visited {
color:#0000ff; text-decoration:underline;}
a:hover {
color:#0080ff; text-decoration:underline;}
a:active {
color:#0000ff; text-decoration:underline;}



.container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 88%;
	max-width: 900px;
	}

.page {
	display:block;
	clear:both;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	background-color: #ffffee;
	margin-bottom: 10px;
	}

.header {
	/*padding:2em;*/
	margin:0;
	text-align:left;
	background-color: transparent;
	/*background-repeat:repeat-y;*/
	}

.header p {
	/*text-indent:4em;*/
	margin: 0;
	color:#002080;
	font-weight:normal;
	/*font-style:italic;*/
	font-size: 13px;
	}

.header td.title {
	padding-left: 10px;
}

.header td.logoleft {
	width:140px;
	height:119px;
	padding:0px;
	background-image:url(images/vsglogo2.gif);
	background-repeat:no-repeat;
	/*background-position:left;*/
	}

.header td.logoright {
	width:80px;
	height:80px;
	padding:0px;
	background-image:url(images/logogesuiti.gif);
	background-repeat:no-repeat;
	background-position:right;
	}

div.smallinfo {
	text-align: right;
	font-size:11px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

div.smallinfo a {
	color: #004080;
	text-decoration: none;
}

div.smallinfo img {border:0;}

div.date {
	/*display:inline;*/
	float:left;
	color: #004080;
	text-decoration: none;
}

#navbar {
	/*background:#eeeeee url(images/menuback.gif) repeat-x;*/
	background-color: #516383;
	display:block;
	float:left;
	width:100%;
	clear:both;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #005080;
	border-bottom: 1px solid #005080;
	}
	
#submenu {
	background-color: #516383;
	list-style-type:none;
	display:block;
	float:left;
	width:100%;
	clear:both;
	margin-bottom: 8px;
	padding:0;
	border-bottom: 1px solid #005080;
	font-size: 13px;
	font-weight: bold;
	}

#pathinfo {
	background-color: #7183a3;
	list-style-type:none;
	display:block;
	float:left;
	width:100%;
	clear:both;
	margin-bottom: 8px;
	padding:0;
	border-bottom: 1px solid #005080;
	font-size: 13px;
	font-weight: normal;
	color: #ffff80;
	text-align: left;
	}

#selected {
	background-color: #9090b0;
	color: #ffdd00;
	color: #ffffff;
	}

#selected2 {
	/*background-image:url(images/bullet.gif);*/
	background-color: #9090b0;
	background-repeat:no-repeat;
	background-position:left;
	color: #ffffff;
	}

a.nav:link, a.nav:visited {
	/*background-image: url(images/menuback.jpg);*/
	/*background-image:url(images/menu_bottom.png);
	background-repeat:repeat-x;
	background-position: bottom;*/
	display:block;
	float:left;
	padding:4px 10px 4px 10px;
	margin:0; 
	text-decoration:none;
	/*color:#ffc040;*/
	/*color:#ffd050;
	color:#50d0ff;*/
	color:#ffdd00;
	}

a.nav:hover {
	color:#ffffff;
	}

a.nav:active {
	color:#ffffff;
	}

span.nav {
	display:block;
	float:left;
	padding:4px 10px 4px 10px;
	margin:0; 
	text-decoration:none;
	color:#ffdd00;
	cursor: default;
	}

.rightcontainer {
	float:right;
	clear:both;
	width:250px;
	margin-left:0px;
	margin-right:0px;
	margin-top:4px;
	margin-bottom:0px;
	padding:0;
	font-size:12px;
	/*border: 1px solid red;*/
	}

.rightbox {
	margin-left:4px;
	margin-right:8px;
	margin-top:4px;
	margin-bottom:4px;
	padding:3px;
	border:1px solid #999999;
	text-align:left;
	background-color: #eeffff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	}

.rightbox ul {
	margin-top: 0px;
	padding: 0 0 0 15px;
	list-style-type: point;
	/*list-style-image: url(images/grbullet.gif);*/
	list-style-position: outside
}

.rightcontainer h2 {
	text-align:left;
	padding:0 0 0 4px;
	background-image: none;
	background-color: transparent;
	border-bottom: 2px solid #c89e5c;
	color: #000080;
	font-size:13px;
}

.linkbox a {display:block;}

.content {
	clear:left;
	text-align:left;
	margin-left: 0px;
	margin-right: 244px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding:1em 1ex 1em 1.5ex;*/
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	}

.content h2 {text-indent:0.2em;}

.content p {text-align: justify;}

.content ul {
	padding: 0 0 0 15px;
	list-style-type: circle;
	/*list-style-image: url(images/grbullet.gif);*/
	list-style-position: outside
}


.footer {
	color:#333333;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	padding: 2px; 
	border-top: 1px solid #999999;
	text-align: center;
	clear: both;
	background-color: #ffeed0;
	}

.footer table {
	font-size: 10px;
}
/*.footer .right {float:right; clear:right; text-align:right;}
.footer .left {float:left; clear:left; text-align:left;}
*/
.footer p {margin:0;}

.footer a {
	color: #5088ff;
}

/***********************/
/* classi per <td>                  */
/***********************/
td.gray {
	background-color: #efefef;
	}

/***********************/
/* stili div per immagini */
/***********************/
div.thumb_l {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 0px solid red;
	display: block;
}

div.thumb_r {
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px solid red;
	display: block;
}

div.thumb {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px solid red;
	display: block;
}

div.thumb_l img, div.thumb_r img, div.thumb img {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom: -2px;
	border: 1px solid #000000;
	background-color:#eeeeee;
}

div.caption {
	font-size: 10px;
	color: #555555;
	text-align: center;
	padding: 0;
	margin-bottom: 3px;
	border: 0px solid blue;
}

div.abstract {
	display:block;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #eeffff;
	margin: 8px;
	text-align: left;
	padding: 3px;
}

div.news {
	margin-top: 0px;
	/*border: 1px solid red;*/
}

div.news p {
	margin: 0px;
	font-size: 12px;
}

/* Drop Menu */
#dropmenudiv{
	position:absolute;
	border: 1px solid #005080;
	border-bottom-width: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	z-index:100;
	background-color: #516383;
	margin-top: 0px;
	margin-left: 0px; /*must be = #mainmenu padding-left */
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #005080;
	border-right: 1px solid #005080;
	padding-left: 5px;
	text-decoration: none;
	background-color: #516383;
	color:#ffdd00;
	text-align: left;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #516383;
	color: #ffffff;
}

