/* @group General Styles */

body {
	color: #333333;
	background: repeat url(./images/back.png);
	text-align: center;
	font: 12px/14px Arial, Verdana, Times New Roman, Times, serif;
	margin-top: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:active {
	text-decoration: none;
	font-size: 12px;
}

.image-left {
	float: left;
	margin: 0px 3px 3px 0;
	padding: 0px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
.image-center {
	text-align: center;
	border:0;
}
.gius {
	text-align: justify;
}
#flag {
	text-align: center;
	margin: 15px 0px 0px 3px;
	color: #ffffff;
}
#flag img {
	border:0;
	margin: 0px 2px 0px 2px;
}
.storico {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #999999;	
}
hr.red {
	color: #C22E34;
}
/* @end */

/* @group Layout */

#whole {
	
}

.clearer {
	clear: both;
}

#container {
	width: 877px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-top: 0;
}

#containerleft {
	width: 877px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(./images/middleleftbtm.png);
}

#topper {
	margin-top: 0;
	padding-top: 0;
}

#topperleft {
	width: 877px;
	background: url(./images/topleftbtm.png) no-repeat;
	height: 74px;
}

#pageHeader {
	background: transparent;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	margin: 0;
	font-family: Arial, Verdana, Times New Roman, Times, serif;	
	letter-spacing: -2px;
	font-size: 58px;
	color: #b3b3b3;	
}

#pageHeader h2 {
	margin: 0;
	padding-left: 50px;
	font: normal 1.25em Verdana, Times New Roman, Times, serif;
	color: #999999;
}

#pageHeaderleft {
	width: 607px;
	height: 93px;
	padding-bottom: 0;
	margin-left: 248px;
}

#pageHeaderleft img {
	float: right;
	margin: 0;
	padding: 0;
}

#subhdrleft {
	height: 120px;
	float: left;
	width: 595px;
}

#pageHeaderleft h1 {
	padding-left: 30px;
	font: 5em Arial, Verdana, Times New Roman, Times, serif;
	color: #999999;
	margin: 0;
}

#pageHeaderleft h2 {
	margin: 0;
	padding-left: 40px;
	font: normal 1.25em Verdana, Times New Roman, Times, serif;
	color: #999999;
}

#contentContainer {
	margin-left: 200px;
	margin-bottom: 10px;
}

#contentContainer #content {
	padding: 10px;
}

#contentContainerleft {
	margin: 20px 32px 10px 270px;
}

#contentContainerleft #content {
	padding: 10px;
}

#sidebarContainer {
	width: 200px;
	margin-bottom: 10px;
	float: left;
}

#sidebarContainer #sidebar {
	/*text-align: justify;*/
	padding: 10px;
}

#sidebarContainer img {
	background: transparent none;
}

#sidebarContainer a {
	color: #ffffff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#sidebarContainerleft {
	width: 180px;
	padding: 0 0 0 62px;
	float: left;
	margin: 0 0 10px;
}

#sidebarContainerleft #sidebar {
	padding: 10px;
	background: ;
	color: #ffffff;
}

#sidebarContainerleft a {
	color: #ffffff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#footer {
	font-size: 12px;
	color: #666666;
}

#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#footertype {
	font-size: 12px;
	color: #666666;
}

#footertype p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	font-size: 12px;
}

#footer a:hover, #footer a:active {
	font-size: 12px;
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align:
	clear: both;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
	font-size: 12px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 12px;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
	font-size: 12px;
}

#breadcrumbcontainer a {
	display: inline;
	font-size: 12px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	font-size: 12px;
}

#breadcrumbsite {
	display: inline;
	color: #e6e6e6;
	font-weight: bold;
	font-size: 12px;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: ;
	margin-top: 0;
}

#navcontainer #current {
	color: #ffffff;
	background: #4c4c4c no-repeat;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	padding: 0;
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #4c4c4c;
	font-weight: bold;
}

#navcontainer a:active {
	color: #333333;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul a:active {
}

/* @end */

/* @group Global Classes */

blockquote {
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	color: #ffffff;
}

.imageStyle {
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 5px;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px Verdana, Times New Roman, Times, serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link {
	color: #000000;
	font-size: 10px;
}
	
/* @end */

.blog-entry {
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	/*background: no-repeat url(./images/bloghed.png);*/
	padding-left: 28px;
	padding-top: 22px;
	margin-bottom: 30px;
	padding-right: 15px;
	margin-top: 90px;
}

.blog-entry-summary {
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	background: no-repeat url(./images/bloghed.png);
	padding-left: 28px;
	padding-top: 12px;
	margin-bottom: 30px;
	padding-right: 15px;
}

.blog-entry-title {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #999999;
}

.blog-read-more {
	
}

.blog-entry-date {
	margin-bottom: 13px;
	color: #999999;
	font-size: 13px;
	margin-top: 10px;
}

.blog-entry-body {
	font-size: 12px;
	text-align: justify;	
	line-height: 14px;
	margin-bottom: 20px;
	padding-right: 12px;
}

.blog-entry-comments {
	text-align: left;
	color: #999999;
	background: no-repeat url(./images/bubble.png);
	margin-top: 15px;
	padding-left: 25px;
	padding-top: 1px;
	border-top: 1px solid #cccccc;
}

.blog-entry-comments a {
	text-align: left;
	color: #999999;
}	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 18px;
	margin-left: 10px;
}

.filesharing-item {
	margin-left: 10px;
}

.filesharing-item-title {
	font-size: 14px;
	padding-bottom: 2px;
}

.filesharing-item-description {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #cccccc;
}

/* @end */

/* @group Photo Album */
.album-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #333333;
	margin-left: 10px;
}

.album-description {
	margin-bottom: 60px;
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin-left: 10px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 30px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 25px;
	margin-left: 40px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
	padding-top: 15px;
	padding-left: 15px;
	background: url(./images/pframetab.png) no-repeat;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	color: #999999;
}
/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	color: #999999;
	margin-left: 10px;
}

.album-description {
	margin-bottom: 60px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	color: #999999;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	background: url(images/back.png) repeat;
}

.photo-navigation {
	text-align: center;
	background: #ffffff;
	width: 450px;
	font-size: 10px;
	margin: 25px auto 18px;
	padding: 10px;
}

.photo-navigation a {
	text-align: left;
	font-size: 10px;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: solid #ffffff 5px;
}

.photo-links {
}

.photo-title {
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	color: #999999;
	text-align: center;
}

/* @end */
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #999999;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
}

.movie-page-description {
	margin-top: 5px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.movie-thumbnail-frame a {
	height: 30px;
	border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-frame:hover {
	border-bottom: 3px solid #ffffff;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 5px;
	background: url(images/backgrnd.png) repeat;
}

.movie-title {
	color: #999999;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Contact Form */
.message-text {
	color: #999999;
	font-size: 12px;
} 

.required-text {
	color: #4c4c4c;
	font-size: 9px;
	font-weight: bold;
} 

.form-input-field { } 

.form-input-button { } 
/* @end */

/* @group elixir */

#digg {
	text-indent: 0;
	padding: 0;
	display: block;
}

#digg a {
	text-indent: 0;
	text-decoration: none;
	display: block;
	padding: 2px;
}

#digg a:hover {
	text-indent: 0;
	text-decoration: none;
	background: #333333;
	display: block;
	font-weight: normal;
	color: #ffffff;
}

.rss-item {
	margin-bottom: 9px;
}
	
/* @end */

/* @group categories */

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-archives a {
	padding-left: 16px;
	font-size: 10px;
}

.blog-archive-link-enabled {
	background: no-repeat url(./images/docs.gif) left center;
}

.blog-archive-link-disabled {
	background: no-repeat url(./images/docs.gif) left center;
	padding-left: 16px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-categories a {
	padding-left: 16px;
	font-size: 12px;
}

.blog-category-link-enabled {
	padding-left: 16px;
	background: url(./images/docs.gif) no-repeat;
}

.blog-category-link-disabled {
	padding-left: 16px;
	background: url(./images/docs.gif) no-repeat;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	font-size: 10px;
}

#blog-rss-feeds a {
	padding-left: 16px;
	font-size: 10px;
}

.blog-rss-link {
	font-size: 10px;
	background: url(./images/feed.gif) no-repeat;
}

.blog-comments-rss-link {
	background: no-repeat url(./images/archive.gif);
	font-size: 10px;
}

#menuhdr {
	font-size: 18px;
	display: block;
	color: #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#navcontainer {
	background: ;
	margin-top: 0;
}

#logohdr {

}
/* @end */
/* sidebarright*/
#container {
	width: 877px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(./images/middleright.png);
}

#topper {
	width: 877px;
	background: url(./images/topright.png) no-repeat;
	height: 74px;
}

#pageHeader {
	width: 607px;
	height: 93px;
	padding-bottom: 0;
}

#pageHeader img {
	float: right;
	margin: 0;
	padding: 0;	
}

#subhdr {
	height: 120px;
	float: left;
	width: 595px;
}
#sfondo {
	height: 120px;
	float: left;
	width: 595px;
	background: no-repeat url(./images/los.jpg);	
	background-position:20px;
	margin-bottom:20px;
}

#pageHeader h1 {
	padding-left: 40px;
	font: 5em Arial, Verdana, Times New Roman, Times, serif;
	color: #999999;
	margin: 0;
}

#pageHeader h2 {
	margin: 0;
	padding-left: 50px;
	font: normal 1.25em Verdana, Times New Roman, Times, serif;
	color: #999999;
}

#contentContainer {
	margin: 20px 270px 10px 31px;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	width: 180px;
	padding: 0 62px 0 0;
	float: right;
	margin: 0 0 10px;
}

#sidehdr {
	width: 270px;
	height: 74px;
	background: url(./images/trsidebar.png) no-repeat;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 10px;
	background: ;
	color: #ffffff;
	/*text-align: justify;*/
}

#footer {
	font-size: 0.8em;
	color: #999999;
	background: no-repeat url(./images/bottomright.png);
	width: 877px;
	height: 72px;
}

#footerleft {
	font-size: 0.8em;
	color: #999999;
	background: no-repeat url(./images/bottomleftbtm.png);
	width: 877px;
	height: 72px;
}

#footertype {
	color: #666666;
	font-size: 0.8em;
}

#footertype a {
	color: #666666;
	font-size: 1em;
}

#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

#navcontainer #current {
	color: #4c4c4c;
	height: 16px;
	background: transparent url(./images/buttonhover.png) no-repeat;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	color: #4c4c4c;
	text-decoration: none;
	padding: 5px 10px 5px 31px;
	height: 16px;
	background: url(./images/button2.png) no-repeat;
}

#navcontainer a:hover {
	color: #4c4c4c;
	background: transparent url(./images/buttonhover.png) no-repeat;
	font-weight: normal;
}

#navcontainer ul ul #current {
	background: no-repeat url(./images/button3hover.png);
}

#navcontainer ul ul a {
	padding-left: 47px;
	color: #4c4c4c;
	background: url(./images/button3.png) no-repeat;
}

#navcontainer ul ul a:hover {
	background: url(./images/button3hover.png) no-repeat;
}
/* end */
/* gray */
a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #b3b3b3;
	text-decoration: underline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
	color: #666666;
}

#breadcrumbcontainer a {
	display: inline;
	color: #666666;
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
	display: inline;
	color: #b3b3b3;
	text-decoration: underline;
}
/* end */
/* start - table */
table {
	border-collapse: collapse;
	margin:0;	
	width: 100%;
	font: 12px Arial, Verdana, Times New Roman, Times, serif;	
}
th {
	background: #C22E34;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: center;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #fff;
}
tr {
	height: 70px;
}
tr.basso {
	height: 30px;
}
tr.bassogrey {
	height: 20px;
	background: #F8F8F8;	
}
td {
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.notes {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.alto {
	vertical-align: top;
}
td.first,th.first {
	border-left: 0px;
	font-weight:bold;
	text-align: center;
	width: 25%;			
}
td.second,th.second {
	border-left: 0px;
	font-weight:bold;
}
td.ter,th.ter {
	border-left: 0px;
	font-weight:bold;
	width: 65%;			
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;	
}
tr.row-ab {
	height: 30px;
	background: #F8F8F8;
}
td hr {
	color: #90B4CF;
}
td.dex {
	text-align: right;
}
tr.cent, td.cent {
	border: 1px solid #f4f4f4;
	text-align: center;
}
td.rientro {
	padding-left: 50px;
}
.nota {
	color: #FF0000;
	font-weight:normal;
}
.notanorm {
	color: #666666;
	font-weight:normal;
}
table.cent {
	text-align: center;
}
td.little {
	height: 15px;
	padding-bottom: 20px;
	vertical-align: top;
	color: #999999;
}
/* end - table */

ul#listico {
}

#listico li {
	margin-bottom: 10px;
	list-style-image:url(./images/archive.gif);
}
