body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #282828;
	background-color: #621400;
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

a {color: #333; text-decoration:none;}
a:visited {color: #333; text-decoration:none;}
a:hover {color: #333; text-decoration:none;}
a:active {color: #333; text-decoration:none;}

input, select, textarea, button {
	font: normal 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #282828;
	border-top: 1px solid #ded8c0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ded8c0;
 	background-color: #f6f2e5;
}


#maincontainer {
	margin: 0 auto;
	width: 724px;
	text-align: left;
}

#page {
	background-color:#efead8;
	padding: 5px;
}

#header {
	clear:left;
	background: url(img/header-background.jpg);
	width: 714px;
	height: 188px;
}

#language_selector{
	float: right;
}

tabel#sitename {
	font-family: Century Gothic, georgia;
	font-size: 12px;
	color: #FFFFFF;
	padding: 16px 0 26px 18px;
}

#mainmenu {
	clear: left;
	height: 35px;
	background: url(img/menubg.jpg);
	background-color: #990000;
	margin-top: 0px;
	display:block;
}

#mainmenu div.menulink a, #mainmenu div.menulinkselected a
{
	font-size: 9px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 26px;
	border-right:1px solid #c0181d;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	
}
#mainmenu div.menulink a:hover,  
#mainmenu div.menulinkselected a:hover{
	background-color:#990000;
}


#contentcontainer{
	width: 714px;
	margin-top: 1px;
	overflow:hidden;
	overflow /**/:none;
	background-image: url(/public/editor/basepagina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content{
	float: left;
	width: 490px;
	padding: 4px 4px 4px 15px;
	font-size: 11px;
}

#lateralcolumn{
	width: 197px;
	float: left;
	font-size: 11px;
}

.lateralbox{
	width: 193px;
	float: left;
	padding: 2px 3px 2px 3px;
}

.boxheader{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	text-transform: lowercase;
	display:none;
}

.boxbody{
	padding-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #b50303;
	color: #FFFFFF;
	height: 35px;
	
}

#footer a {
}

#footer a:hover {
}

#copyright{
	float: left;
	padding-left: 6px;
	line-height: 20px;
	
}
#powered{
	float: right;
	padding-right: 6px;
	disply:none;
	visibility: hidden;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width: 70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width: 70px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* AGGIUNTE CINZIA */

ul.lateralMenuLevel

{
	margin:0px;
	list-style-type: none;
	line-height:120%;
	padding:0px;

}

li.lateralMenuLink_0
{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
    	border-bottom:1px solid #ded8c0;
	border-top:1px solid #FFFFFF;
	line-height:30px;
	text-indent: 10px;
}

li.lateralMenuLink_0 a, li.lateralMenuLink_0 a:link, li.lateralMenuLink_0 a:active, li.lateralMenuLink_0 a:visited
{
	text-decoration:none;
	display:block;
	margin:0px;
	line-height:30px;
	text-indent: 10px;


}
li.lateralMenuLink_0 a:hover
{
	text-decoration:none;
	font-weight:bold;
	background-color:#FFFFDD;
	text-indent: 10px;
}
#pagetitle
{
	font-family: arial;
	font-size: 14px;
	color: #971f03;
	text-align: left;
	text-decoration:none;
	line-height: 200%;
	margin-top: 10px;
	padding-top: 10px;
}
img
{
	padding: 5px;
	background-color:#ffffff;
	border: 1 px solid #bcae91;
}
img.nostile
{
	padding: 5px;
	background-color:transparent;
	border: 0 px solid #bcae91;
}
.mod_guestbook_messageTable td
{
	background-color:#f8f6ec;
	border: 1 px solid #ffffff;
}
H1, H2, H3, H4, H5
{
	color: #971f03;
}

H1
{
	font-size: 12px;
}
H2
{
	font-size: 10px;
}


table.paddingvertical td
{
	padding: 5px 0px;
}

table.beige 
{
	background-color: #e5ddc1;
	border:1px solid #d9cda6;
}
table.beige td
{
	background-color: #e5ddc1;
	border-top:1px solid #eee8d5;
	border-bottom:1px solid #dcd1ac;
	padding:5px;
	background-image: url(img/bg-tdbeige.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
table.beige th
{
	background-color: #f4f1e4;
	font-family: Georgia;
	font-weight: normal;
	padding:5px 5px 5px 45px;
	font-style: italic;
	
}

.mod_photogallery_boxtitle
{
	border:none;
	
}
#mod_photogallery_pager 
{
	border-top: 1px solid #d4cbaa;
	padding-top:20px;	
}


#mod_photogallery_pager a, #mod_photogallery_pager a:link, #mod_photogallery_pager a:active, #mod_photogallery_pager a:visited
{
	padding: 6px;
	padding: 4px;

}
#mod_photogallery_pager a:hover
{
	background-color: #b50303;
	color:#FFFFFF;	
}

table.eventi
{
	background-color: #f0ebd8;

}
table.eventi td
{
	background-color: #e5ddc1;
	border-top:1px solid #d9cda6;
	border-left:1px solid #d9cda6;
	border-right:1px solid #d9cda6;
	border-bottom:1px solid #d9cda6;
	padding:5px 5px 5px 5px;
	background-image: url(img/bg-tdbeige.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
table.eventi td.etichetta
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	padding:5px 5px 5px 5px;
	background-image: none;
	text-align:center;
  	color:#a59768;
	border-top:1px solid #d9cda6;
	border-left:1px solid #d9cda6;
	border-right:1px solid #d9cda6;
	border-bottom:1px solid #d9cda6;
	
}

#mod_photogallery_navigationBar a, #mod_photogallery_navigationBar a:link, #mod_photogallery_navigationBar a:active, #mod_photogallery_navigationBar a:visited 
{

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
  	color:#000;	
}
#mod_photogallery_navigationBar a:hover
{
  	color:#991419;	
}

#mod_photogallery_navigationBar
{
	border-top:1px solid #fff;
	border-bottom:1px solid #d3c896;
	padding:5px;
}


table.link
{
	background-color: #f0ebd8;

}
table.link td
{
	background-color: #e5ddc1;
	border-top:1px solid #d9cda6;
	border-left:1px solid #d9cda6;
	border-right:1px solid #d9cda6;
	border-bottom:1px solid #d9cda6;
	padding:5px 5px 5px 5px;
	background-image: url(img/bg-tdbeige.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
table.link td.immaginilink
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	padding:0px;
	background-image: none;
	text-align:center;
  	color:#a59768;
	border-top:1px solid #d9cda6;
	border-left:1px solid #d9cda6;
	border-right:1px solid #d9cda6;
	border-bottom:1px solid #d9cda6;	
}

table.video
{
	border:1px solid #d9cda6;
}
table.video td
{
	background-color: #e5ddc1;
	border-top:1px solid #eee8d5;
	border-bottom:1px solid #dcd1ac;
	padding:5px;
}

