body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	background: #00445A;
}

body.contentpane {
	
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

p {
	margin: 0;
	text-align: justify;
}

a {     
	outline: none;
	text-decoration: none;
	
	
}

a:link {
	
        color: #00445A;
}

a:visited {
	
	color: #00445A;
}

a:hover {
	color: #00445A;
	
}

input  {
	color: #ccc;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	background: #696969;
	cursor: pointer;
}


#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
	vertical-align:middle;
}

input.button, .validate  {
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	height:20px;
	line-height:19px;
	padding: 2px 4px 4px;
	margin:6px 0 0 0;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
        background: #e7e4d8;
        width: 838px;
        display: block;
        margin: 0 auto;
}

#header {
	width:838px;
	display: block;
}


#pillmenu {
	width:838px;
	height:30px;
	margin:0 auto;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
        background: url(/images/Template/sfondotitolo.gif) repeat;
}

#pillmenu ul {
	float:left;
	padding:0;
	margin:0;
	width:568px;
	height:30px;
	overflow:hidden;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin:0 1px 0 0;
}

#pillmenu li a {
	float:left;
	color: #00445A;
	text-decoration: none;
	font-weight: 700;
	height:30px;
	line-height:29px;
	padding: 0 15px;
	margin:0;
	cursor:pointer;
	
}

#pillmenu li a:hover, #pillmenu li a#active_menu-nav {
	background: #08A756;
        color: white;
}

#search {
	float:right;
	padding:8px 0 0 0;
	
}

.search {
	float:left;
	height:20px;
	padding:4 0 0 0px;
	background: transparent;
}

.search .inputbox {
	float:left;
	border: none;
	color: #00445A;
	font-size:11px;
	line-height:14px;
	height:15px;
	width:138px;
	padding:0;
	margin:0;
	background: white;
}

.search .button {
	float:right;
	margin:0;
	padding: 0;
	border:none;
	color:#fff;
	height:15px;
	line-height:14px;
	background: #08A756 url(/images/stories/food/searchbutton2.gif) center no-repeat;
        
}

.search .button:hover {
	border:none;
        background: #07bd61 url(/images/stories/food/searchbutton2.gif) center no-repeat;
}

#center {
	float: right;
	display: block;
        width: 838px;
}

#menu {
	float: right;
	display: block;
        color: white;
        list-style:none;
        padding-right: 7px;
        padding top: 3px;
}

/*******************************************/
/****             content               ****/
/*******************************************/

#content {
        display: table-row;
        width:838px;
        float: left;
        background: #e7e4d8;
        
}

#leftcolumn {
        display: table-cell;
        width: 160px;
        float: left;
        border-top: 1px solid white;   
        border-right: 1px solid white;   
}

#nopad {
        display: table-cell;
        width: 519px;
        border-left: 1px solid white;
        border-top: 1px solid white;   
        float: left;
        margin-right: 10px;
        margin-left: -1px;
}

#rightcolumn {
        width: 148px;
        display: table-cell;
        float: left;
}




#footer_hold {
        height: 120px;
        width: 838px;
        display: block;
        margin: 0 auto;
}








/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 30px;
	padding-left: 10px;
        padding-top: 10px;
	color: #fff;
        font-size: 14px;
        background: #00445A;
        font-weight:normal
}

table.blog {padding-left: 2px;
	
}

h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	line-height:19px;
	font-weight: 700;
	vertical-align: bottom;
	color: #000;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #3154e5;
	text-align: left;
	font-weight: 700;
}

h2, a.contentheading {
	background: none;
	border: none;
	margin:6px 0;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	color:#585858;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin:0px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:700;
	text-align: left;
	text-transform:uppercase;
	color: #333;
	padding: 0;
}



/* small text */
.small {
	font-size: 10px;
	color: #666666;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666666;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #555;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #666666;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}





/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }





/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fbfbfb;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}




/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 0;
        
}

a.mainlevel:hover {
        height: 30px;

}




/* spacers */
span.article_separator {
	display: block;
	height: 1px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
	font-size:0;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}




/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}




/* content tables */
td.sectiontableheader {
  color: #fff;
  font-weight: bold;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
        font-weight: bold;
}

tr.sectiontableentry1 {
font-weight: bold;	
}
  
tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
  font-weight: bold;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
}




/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
        font-weight: bold;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
	border-collapse: collapse;
	padding: 0;
	margin:0 6px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
}

.highlight {
	background-color: #fffebb;
}

ul.latestnews, ul.mostread {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}



/************/
/* weblinks */
/************/

.cats {
background: white;
font-size: 14px;
text-transform: uppercase;
width: 148px;
margin-left: -1px;
}

.cat_title {
background: #00445A;
color: white;
font-size: 14px;
display: block;
width: 138px;
height: 30px;
padding-top: 10px;
padding-left: 10px;
}

.links {
font-size: 13px;
text-transform: lowercase;
color: #00445A;
}

.readmore {
font-size: 13px;
text-transform: lowercase;
}

#sos {
display: block;
background: #00445A;
height: 30px;
width: 140px;
padding-top: 10px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
padding-left: 10px;
}

#contacts {
display: block;
background: #00445A;
height: 30px;
width: 140px;
padding-top: 10px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
padding-left: 10px;
}

#lineetta
{
display: block;
height: 10px;
}

#newsflash
{
font-size: 12px;
color: #00445A;

border: 1px solid #00445A; 
}

#logo
{
font-size: 12px;
color: #fff;
background: #00445A; 
}

span.flashing {	
font-size: 12px;        
}

#logo a
{
color: #fff;
}

#titolo {
width: 838px;
height: 35px;
display: block;
background: url(/images/Template/sfondotitolo.gif) repeat;
}

#titolopagina {
font-family:Helvetica, Arial, sans-serif; 
text-decoration: none; 
text-align: left; 
color: #00445A; 
font-weight:bold;
text-transform:uppercase;
font-size: 22px;
line-height: 35px;
width: 485px;
display: block;
float: left;
padding-left: 170px;
}

#titolopagina a {
font-family:Helvetica, Arial, sans-serif; 
text-decoration: none; 
text-align: left; 
word-spacing: normal; 
letter-spacing: normal; 
color: #00445A; 
font-weight:bold;
}

#rss {
display: inline;
float: left;
margin-top: 10px;
}

#leftfooter {
display: block;
width: 160px;
float: left;
}

#contatti {
display: inline;
width: 509px;
float: left;
color: white;
font-size: 12px;
padding-left: 10px;}

#newsletter {
display: inline;
width: 148px;
padding-left: 10px;
float: left;
color: white;
}

#ae {
background: #00445A;
color: white;
display: block;
font-size: 14px;
height: 30px;
padding-left: 10px;
padding-top: 10px;
width: 138px;
text-transform: uppercase;
}

.createdate {
padding-top: 5px;
font-family: Helvetica, Arial, sans-serif; 
text-decoration: none; 
text-align: left; 
word-spacing: normal; 
letter-spacing: normal; 
font-size: 18px; 
color: #5D5B57; 
font-weight:bold;
}

.contentheading a {
font-family:Helvetica, Arial, sans-serif; 
text-decoration: none; 
text-align: left; 
word-spacing: normal; 
letter-spacing: normal; 
font-size: 20px;
color: #00445A; 
font-weight:bold;
}

.article_separator {
border-bottom: 1px solid white;
}

table.blog {
padding: 0px;
}

.menu a{
list-style: none;
color: #00445A;
font-weight: bold; 
}

.menu {
list-style: none;
color: #00445A;

}

.link a{
list-style: none;
color: #00445A; 
}

tr.sectiontableentry {
background: white;
}

#titoloarticolo {
font-family:Helvetica, Arial, sans-serif; 
text-decoration: none; 
text-align: left; 
word-spacing: normal; 
letter-spacing: normal; 
font-size: 18px;
color: #00445A; 
font-weight:bold;
}

#leggiavvisi {
background: #08A756;
color: white;
width: 142px;
font-size: 11px;
padding-left: 3px;
padding-right: 3px;
}

#leggiavvisi a {
background: #08A756;
color: white;
}

.menu_bacheca {
margin: 0;
padding: 0;
width: 145px;
list-style: none;
color: #00445A; 
display: block;
background: white;
padding-left: 3px;
font-size: 12px;
}

ul.menu_bacheca li {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 7px;
list-style: none;
color: #00445A; 
display: block;
background: white;
border-bottom: 1px solid #e7e4d8;
}

.menu_sdm {
margin: 0;
padding: 0;
width: 145px;
list-style: none;
color: #00445A; 
display: block;
background: white;
padding-left: 3px;
font-size: 12px;
}

ul.menu_sdm li {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 7px;
list-style: none;
color: #00445A; 
display: block;
background: white;
border-bottom: 1px solid #e7e4d8;
}

ul.links li {
border-color: #E4E2D5;
border-top-width: 1px;
padding-bottom: 2px;
padding-left: 7px;
padding-top: 5px;
}

#pagina {
background: #e7e4d8;
width: 100%;
display: table;
}

#credits {
font-size: 10px;
margin-top: 25px;
text-align: center;
color: white;
width: 100%;
display: table;
}

#credits a{
color: white;
}

.jxfilelist {
background: #fff;
font-size: 12px;
margin: 0;
display: block;
-webkit-padding-start: 7px;
}

.jxls_copyright {
background: #07bd61;
padding-left: 7px;
font-size: 8px;
margin-bottom: 10px;
}

.blog_more li {
font-weight: bold;
list-style: none;
}

.blog_more ul {
padding-left: 10px;
}

.blog_more li a {
font-weight: bold;
list-style: none;
padding-bottom: 2px;
}

#allegatititle {
background: #00445A;
color: white;
font-size: 14px;
display: block;
width: 138px;
height: 30px;
padding-top: 10px;
padding-left: 10px;
text-transform: uppercase;
}
