/* CSS Template */

html { 
	margin: 0px; 
	padding: 0px;
}

form {
	margin: 0px; 
	padding: 0px;	
}

body {
	background: #F2F6F9 url(../images/bg.gif) repeat-y top center;
	text-align: center;
	font: 76% arial,sans-serif;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	
}

body-home {
	background: #F2F6F9 url(../images/bg.gif) repeat-y top center;
	text-align: center;
	font: 76% arial,sans-serif;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	
}


p {
	margin: 7px 0px 4px 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a.white:link, a.white:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

a.pathway:hover {
	color:#003366;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#003366;
	font-weight: bold;
	text-decoration: underline;
}

div#container {
	text-align: left;
	width: 760px;
	
	margin: 0px auto;
}

/*  HEADER SECTION  */
div#header {
	position: relative;
}

div#title {
	background-color: #ffffff;
	text-align: right;
	height: 24px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

div#sitename {
	width: 360px;
	float: right;
	background-color: #003366;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

div#topmenu {
	width: 370px;
	float: right;
	background-color: #003366;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

div#find {
	margin: 0px 10px 0px 0px;
	float: right;
	color: #000000;
}

div#search input.inputbox {
	font-size: 11px;
	width: 100px;
}

div#logos {
	height: 80px;
	background-image: url(../images/eucentre.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 0px 15px 0px 0px;
}	

div#search {
	height: 20px;
	width: 140px;
	float: right;	
	margin: 55px 0px 0px 0px;
	text-align: right;
}

div#breadcrumbs {
	padding: 5px 10px 5px 15px;
}

div#animation {
	height: 132px;
	background-color: #003366;
	padding: 4px;
}

div#animation img {
	border: 1px solid #ffffff;
}

/*
div#focus {
	background-color: #003366;
	color: #ffffff;
	float: right;
	width: 189px;
	height: 132px;
}
*/

div#focus {
	background-color: #003366;
	border:none;
	/*background-image: url(../images/calendario_eventi.gif);*/
	background-position:center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px, 0px, 0px;
	color: #ffffff;
	float: right;
	width: 184px;
	height: 125px;
}



div#diashow {
	float: right;
	background-color: #246eb7;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border:none;
}

div#immagine {
	float: right;
	background-color: #003366;
	width:562px;
	height:132px;
	background-image:url(http://www.eucentre.it/provemurature/images/stories/diashow/fotoHEADER.JPG);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border:none;
}


a.mainlevel-nav {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/line_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a.mainlevel-nav:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.mainlevel-nav:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.mainlevel-nav:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/* NAVIGATION SECTION */

div#navigation { 
	float: left;
	width: 170px;
	margin-left: -180px;
	margin-top: 10px;
}

div.moduletable-mainmenu {
	margin: 0px;
	padding: 0px;
	border: 1px solid #003366;
}

div.moduletable-mainmenu h3 {
	background-color: #003366;
	color: #ffffff;
	margin: 0px;
	padding: 5px 1px 4px 10px;
	font-size: 11px;
}

ul.menu-mainmenu {
	margin: 5px 0px 5px 10px;
	list-style: none;
	padding: 0px;
}

ul.menu-mainmenu li {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	background-image: url(../images/arrowwhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

ul.menu-mainmenu li#current {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	background-image: url(../images/arrowwhite_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

ul.menu-mainmenu a:link {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-mainmenu a:visited {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-mainmenu a:hover {
	color:#003366;
	font-weight: bold;
	text-decoration: underline;
}

ul.menu-mainmenu li#current a:link {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-mainmenu li#current a:visited {
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}

ul.menu-mainmenu li#current a:hover {
	color:#003366;
	font-weight: bold;
	text-decoration: underline;
}

div.moduletable-login {
	margin: 0px;
	padding: 0px;
}

div.moduletable-login h3 {
	background-color: #003366;
	color: #ffffff;
	margin: 0px;
	padding: 5px 1px 4px 10px;
	font-size: 11px;
}

div.moduletable-login p {
	margin: 0px;
	padding: 2px 1px 1px 10px;
}

input#modlgn_passwd {
	font-size: 11px;
	width: 130px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #003366;
	margin-top: 1px;
}

input#modlgn_username {
	font-size: 11px;
	width: 130px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #003366;
	margin-top: 1px;
}

input#modlgn_remember {
	font-size: 11px;
}

div.moduletable-login input.button {
	font-size: 11px;
	margin: 0px;
	margin: 6px 0px 0px 10px;
	border: 1px solid #003366;
	background-color: #ffffff;
	width: 55px;
}

/* CONTENT SECTION */

div#wrapper { 
	float:left;
	width: 100%;
	
}

div#content {
	margin: 0px 0px 0px 10px;
	text-align: justify;
}

div#mainmenu {
	margin: 0px 0px 5px -2px;
	
}

div#introduction {
	width: 265px;
	padding: 5px;
	float: left;
}

div#intro_title {	
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

div#intro_text {	
	color: #000000;
	padding: 10px 0px 10px 0px;
}

div#news {
	width: 720px;
	margin: 0px 0px 0px 10px;
	float: left;
}

div#footer{
	clear: left;
	color: #666666; 
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 10px 5px 10px;
}

td.contentheading-static {
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

/* PERSONNEL */
div.componentheading-personnel {
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 10px 1px;
}

table.contentpaneopen-personnel td {
	margin: 0px;
	padding: 0px;
}

div.componentheading-blog {
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 10px 1px;
}

table.blog td {
	margin: 0px;
	padding: 0px;
}

a.slimbox img{
	margin: 3px;
	padding: 1px;
	border: 1px solid #666666;
}

td.grey {
	background-color: #dddddd;
}

div.projects {
	background-color: #eeeeee;
	padding: 2px 5px 2px 5px;
	width: 540px;
}

/* Home Page */
table.contentpaneopen-home {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 2px;
	margin: 0px 0px 2px 0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

table.blog-home td.article_column a:link  {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

table.blog-home td.article_column a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

table.blog-home td.article_column a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

div.componentheading-home {
	color: #000000;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

td.contentheading-home {
	color: #003366;
	font-weight: bold;
	width:100%;
}

td.createdate {
	font-style: italic;
}

table.contentpaneopen-home img {
	margin-right: 5px;
}

td.buttonheading img {
	margin-right: 0px;
}