/*
	BaseSections.css
	TemplateName: OwSupport (Id 158)
	Copyright (c) 2011, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Layout generico per tutte le sezioni
------------------------------------------------------------------------------------------------- */
.section {
	padding: 10px;
}

.section div.section-top {
	display: none;
}

.section div.section-top-inner {
}

.section div.section-bottom {
	display: none;
}

.section div.section-bottom-inner {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout sezioni di Header
------------------------------------------------------------------------------------------------- */
#header-sections-container .section {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout sezioni di Footer
------------------------------------------------------------------------------------------------- */
#footer-sections-container .section {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout sezioni Top
------------------------------------------------------------------------------------------------- */
#top-content .section {
   background: #FEFEFE url("Images/TopContentBackground.gif") repeat-x center bottom;
}

#top-content .section .innersection-breadcrumbs {
}
 
#top-content .section div.section-top {
}

#top-content .section div.section-top-inner {
   display: none;
}

#top-content .section .section-title {
   padding: 0 20px;
}

#top-content .section .section-body {
   padding: 0 20px;
}

#top-content .section div.section-bottom {
}

#top-content .section div.section-bottom-inner {
   display: none;
}

#top-content .section h2 {
}

#top-content .section h2 a {
}

#top-content .section .section-title h2 {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout sezioni Bottom
------------------------------------------------------------------------------------------------- */
#bottom-content .section {
}

#bottom-content .section .innersection-breadcrumbs {
}

#bottom-content .section div.section-top {
}

#bottom-content .section div.section-top-inner {
}

#bottom-content .section .section-title {
}

#bottom-content .section .section-body {
}

#bottom-content .section div.section-bottom {
}

#bottom-content .section div.section-bottom-inner {
}

#bottom-content .section h2 {
}

#bottom-content .section h2 a {
}

#bottom-content .section .section-title h2 {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout colonna "utility" (sinistra)
------------------------------------------------------------------------------------------------- */
#utility .section {
	font-size: 12px;
	padding: 0 0 20px;
}

#utility .section .section-title {
	background: url("Images/LinkCurrentBackground.png") no-repeat scroll 50% 50% transparent;
	padding: 5px 7px;
}

#utility .section .section-title h2 {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 5px;
}

#utility .section ul {
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
   width: 192px;
}

#utility .section ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#utility .section li a {
   color: #817B7B;
   border-bottom: 1px solid #DCDDDE;
   display: block;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.7em;
   text-decoration: none;
   padding: 4px 0 4px 8px;
}

#utility .section li a:hover {
   color: #CC6600;
}

#utility .section li a.current {
   color: #FFFFFF;
}

#utility .section li img {
}

#utility .section div.section-top {
}

#utility .section .section-body {
}

#utility .section div.section-bottom {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout colonna "content" (centrale)
------------------------------------------------------------------------------------------------- */
#content .section {
}

#content .section .innersection-breadcrumbs {
}

#content .section div.section-top {
}

#content .section div.section-top-inner {
}

#content .section .section-title {
}

#content .section .section-body {
}

#content .section div.section-bottom {
}

#content .section div.section-bottom-inner {
}

#content .section h2 {
}

#content .section h2 a {
}

#content .section .section-title h2 {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout colonna "sidebar" (destra)
------------------------------------------------------------------------------------------------- */
#sidebar .section {
}

#sidebar .section .section-title  {
}

#sidebar .section .section-title h2 {
}

#sidebar .section ul {
}

#sidebar .section ul li {
}

#sidebar .section li a {
}

#sidebar .section li a:hover {
}

#sidebar .section li img {
}

#sidebar .section div.section-top {
}

#sidebar .section .section-body {
}

#sidebar .section div.section-bottom {
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
#footer-container {
	background: url("Images/FooterBackground.gif") repeat-x scroll 0 0 transparent;
	margin-top: 10px;
}

#footer {
	color: #D2E1F1;
	font-size: 12px;
	height: 30px;
	margin: 0 auto;
	width: 925px;
}

#footer-html {
	float: left;
}

#footer-html ul {
	padding: 10px;
}

#footer-html li {
	list-style-type: none;
	display: inline;
	padding: 7px 8px;
}

#footer-html a {
	color: #D2E1F1;
	text-decoration: none;
}

#footer-html a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer-copyright {
	float: right;
	padding: 7px;
}

#footer-sections-container {
	background: url("Images/FooterSeparator.png") no-repeat 50% 0;
	margin: 0 auto;
	width: 925px;
}

#footer-sections-container p.copyright {
	color: #D2E1F1;
	font-size: 10px;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */
