/*phpWebStart 2.0 Main CSS*/
html { height: 100%; }
body {
     min-height: 100%; height: 100%;
     font: 11px "Lucida Grande", "Nimbus Sans L", "Verdana", sans-serif;
	 text-align: center;
	 margin:0;
	 line-height: 140%;
	 color: #333;
 	 background: #e3e3e3;
	 }

a:link,a:visited {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

a:hover,a:active {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #4c6699;
}

h1,h2,h3 {
  margin-top: .5em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
  color: #404955;
  border-bottom: 1px solid #ECF0F3;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.2em;
  margin: 1em 0 0 0;
  color: #4C6699;
}

img {
  border-width: 0;
}

/* Input */
.ErrInput {
	border: 2px solid #990000;
}

/* Button */
.Button { 
  font: 1em "Lucida Grande", "Nimbus Sans L", "Verdana", sans-serif;
 /* padding: 2px;
  border: 2px solid #CCD4DD;
  background-color: #fff;
  color: #333;*/
}	

textarea {
  font: 1em "Lucida Grande", "Nimbus Sans L", "Verdana", sans-serif;
  padding: 2px;
  margin: 4px;
  border: 2px solid #CCD4DD;
  background-color: #fff;
  color: #333;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,textarear {
  border: 2px solid #CCD4DD;
}

input:hover,textarea:hover {
  border: 2px solid #CCD4DD;
}

input:focus,textarea:focus {
  border: 2px solid #CCD4DD;
}
/*
input.button {
  padding: 2px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  width: auto;
}

input.checkbox {
  width: auto !important;
}

input.file {
  border: 0px solid #99B2CC;
}

input.button:hover,input.button:focus {
  color: #fff;
}
*/
.hidden {
  display: none;
}


#Header{
	height:150px;
	width: 720px;	
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid gray;	
	border-left:1px solid gray;	
	border-right:1px solid gray;	
	text-align: left;
	position:relative;
	background-color:#fff;
}
#Container{
	width: 720px;
	border-width:1px;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	background-color:#fff;
	
}
#PageContent{
	text-align: left;
    font-size: 12px;
	padding: 5px 5px 15px 5px;
	vertical-align:top;
  	background: #fff;
}
#Footer{
	color:#000;
	height:40px;
	font-size: 11px;
	width: 720px;
	background-color:#ebf0f5;
	border-left:1px solid gray;
	border-right:1px solid gray;	
	border-bottom:1px solid gray;	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding: 5px 5px 5px 5px;
}
#Footer a{
	color:#000;
}
#NavLeft{
	text-align: left;
	width: 130px;
	vertical-align:top;
	border-right:1px solid #000;
}


#NavRight a{
	color:#004c99;
}

ul.taglist{
	margin: 0px; padding: 5px;
	list-style-type:none;
	}

ul.taglist a{
	text-decoration: none;
    height: 20px;
    padding: 5px 0px 5px 2px;;
	color:#fff;
}

ul.taglist a:hover{color:#fff}
	
#NavRight{
	text-align: center;
	width: 180px;
	vertical-align:top;
	background-color:#ebf0f5;
	
}
#RSS {
 	background: url("./images/xml.gif") no-repeat left center;
	padding-top:10px;
	padding-bottom:10px;
                padding-left:10px;
	margin:5px;
}

* html div#NavRight { /* for IE5-6 */
  height: 100%;
}

#ColHeader{
	margin:15px 0px 5px 0px;
	padding: 2px;
	color:#fff;
	text-align: left;
	font-weight:bold;
        width: 176px;
	background-color:#004c99;
        border-bottom:1px solid #e3e3e3;
        
        
}

/* Path */
#Path {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 10px;
}

#Path a {
	font-size: 12px;
}

#Path span {
	font-size: 12px;
}

#Path em {
	font-size: 12px;
	font-weight: normal;
}



/* Messagge */
#ErrMessagge {
	color: #990000;
	line-height:120%;
	font-size: 14px;
	font-weight:bold;
	padding: 2px 5px 10px 5px;
}

#Logging {
	background-color:#CC0000;
	color:#FFFFFF;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}



  
/* label */
.label { 
	text-align:left;
	vertical-align:top;
}

/* desc */
.desc { 
	text-align:left;
	vertical-align:top;
	font-size: 12px
}

/* formObj */
.formObj { 
	text-align:left;
	vertical-align:top;
}

/* obligatory */
.obligatory {
	color:#CC0000;
}

/* Navigator */
#Navigator{
	padding: 10px 2px 10px 2px;
	text-align:center;
}

/* wbsTable table */
table.wbsTable  {
  background:#fff;
  border-width:0;
  color:#333;
  width:100%;
  font-size:12px;
  }
table.wbsTable th,table.wbsTable td {
  padding:5px 10px;
  line-height:140%;
  text-align:left;
  }
table.wbsTable th {
  background:#fff;
  font-size:100%;
  }
  
/*Search*/
#Search {
	padding: 10px 10px 10px 10px;
	
}  
  
/* Loading */
#Loading {
	text-align:center;
	visibility:hidden;
	position:absolute;

}


/* HeaderNavBar*/
#HeaderNavBar{
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	text-align:center;
	border-bottom:1px solid #000;

}
#HeaderNavBar span{
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid gray;
	border-bottom-width: 0px;
	display:block;
	float:left;
	background:#eee;
}

/* Content status */
.draft{
	color:green;
	font-weight:bold;
	font-style:italic;
}

/* News */
#News #Title { 
	font-size: 14px; 
	padding: 2px 2px 5px 2px;
	font-weight:bold;
	line-height: 120%;
	}
#News #Datetime { 
	font-size: 11px; 
	padding: 0px 2px 2px 2px;
	color:#000;
}
#News #Content { 
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	line-height:150%;
	text-align:justify;
}
#News #Links { 
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	line-height:150%;
	text-align:left;
}
#News #PhotoIco {
 	background: #fff url("./images/photo.gif") no-repeat left top;
	padding-left:20px;
	margin-left:5px;
	float:left;
	overflow:hidden;
}

#News #CommentsIco {
 	background: #fff url("./images/comments.gif") no-repeat left top;
	padding-left:20px;
	margin-left:5px;
	float:left;
	overflow:hidden;
}

/* Box */
#Box li{margin: 0px;padding: 0px;list-style: none outside;} 
#Box {
	width:97%;
	padding: 5px 5px 5px 5px;
	margin-top:5px;
}
#Box a { 
	display: block;
	border-bottom: 1px dotted #999;
}
#Box a:hover {
	text-decoration:none;
	color:#000;
}
#Box #Head{
	text-align:left;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	color:#fff;
    background: #fff url(images/box_head.png) no-repeat left top;
}
#Box #Datetime { 
	font-size: 12px; 
	padding: 2px 2px 2px 2px;
	color:#000;
	font-weight:normal;
}
#Box #Title { 
	font-size: 12px; 
	padding: 2px 2px 2px 2px;
}

/*GalleryDetail*/
#GalleryDetail {
	text-align:center;
}
#GalleryDetail #Data{
	text-align:center;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size:12px;
	color:#000;
}
#GalleryDetail #Description{
	text-align:center;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size:14px;
}
#GalleryDetail img {
	border: 1px solid #000;
}

/*Gallery*/
#Gallery #Head{
	text-align:left;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	color:#fff;
    background: #fff url(images/box_head.png) no-repeat left top;
}
#Gallery{
	text-align:center;
	font-size:11px;
        /*overflow:auto;
	border:1px solid #999;*/
        width:100%;
}
#Gallery #Description{
	padding: 2px 2px 2px 2px;
	float:left;
}
#Gallery #Data{
	padding: 2px 2px 2px 2px;
}
#Gallery img{
	width: 100px;
	height:80px;
	border: 1px solid gray;
}
#Gallery a{
	display:block;
	width: 120px;
	height: 180px;
	float:left;
    overflow: hidden;
	padding: 10px 2px 2px 2px;
	color:#000000;
}
#Gallery a:hover{
	display:block;
  	text-decoration:none;
}

/* contentTable table */
table.contentTable  {
  color:#000;
  width:100%;
  border-collapse:collapse;
  font-size:11px;
  }
table.contentTable th {
  color:#000;
  text-align:left;
  padding:3px 2px 3px 2px;
  border: 1px solid #ccc;
  }
table.contentTable thead th {
  color:#fff;
  background-color:#999;
  }
table.contentTable thead td {
  color:#000;
  background-color:#CCC;
  }
table.contentTable td {
  text-align:left;
  padding:2px 2px 2px 2px;
  border:1px solid #ccc;
  }
  
  

#Menu{
	text-align:center;
 	background: #cccccc url("./images/menu_sfondo.gif") repeat-x left top;
 	border : 1px solid #e8e8e8;
  	border-bottom : 1px solid #bbb;
  	border-right : 1px solid #bbb;
	height:28px;
	font-size: 11px;
}
#Menu a{
 	background: #cccccc url("./images/menu_sfondo.gif") repeat-x left top;
  	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right:5px;
 	border : 1px solid #e8e8e8;
  	border-bottom : 1px solid #bbb;
  	border-right : 1px solid #bbb;
	display:block;
	float:left;
	font-size: 11px;
	
}

#MenuRight{
	padding:2px;
	text-align:left;
	font-size:11px;
}
#MenuRight a{
	display:block;
	border-bottom:1px dotted gray;
	padding:2px;
}
#MenuRight #Small{
	font-size:10px;
        padding:2px;
}

#GalleryRight{
text-align:center;
color:#FFFFFF;
}
#GalleryRight a{
display:block;
padding:5px;
height:150px;
color:#FFFFFF;
}
#GalleryRight img{
border:1px solid #fff;
}
