/*
	FileName ....... : BaseSections.css
	TemplateName ... : Business 1
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS per tutte le sezioni generiche
*/



/* Layout generico per tutte le sezioni
------------------------------------------------------------------------------------------------- */
.section {
	padding: 7px;
}

.section div.section-top {
}

.section div.section-top-inner {
}

.section div.section-bottom {
}

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



/* Layout colonna "utility" (sinistra)
------------------------------------------------------------------------------------------------- */
#utility .section {
	padding: 0;
}

#utility .section .section-title {
	height: 32px;
	margin-left: 7px;
	margin-top: 7px;
   position: relative;
}

#utility .section .section-title h2 {
	background: url("Images/UtilityTitleBackground.png") no-repeat 0 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding-left: 18px;
	white-space: nowrap;
}

#utility .section .section-top {
}

#utility .section .section-body {
	padding: 7px;
}

#utility .section .section-bottom {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------------------------------- */



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

#content .section {
	margin: 0px;
	padding: 15px;
}

#bottom-content .section {
}

#top-content .section .section-title,
#content .section .section-title,
#bottom-content .section .section-title {
	padding: 0 0 10px;
}

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

#content .section .innersection-breadcrumbs {
}

#top-content .section .section-title h2,
#content .section .section-title h2,
#bottom-content .section .section-title h2 {
}   

#top-content .section h2,
#content .section h2,
#bottom-content .section h2 {
}

#top-content .section h2 a,
#content .section h2 a,
#bottom-content .section h2 a {
}

#top-content .section .section-body,
#content .section .section-body,
#bottom-content .section .section-body {
	font-size: 14px;
	line-height: 1.4;
}

#top-content .section .section-body:after,
#content .section .section-body:after,
#bottom-content .section .section-body:after {
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   content: ".";
}

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

#content .section .section-top {
}

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

#top-content .section .section-top-inner,
#content .section .section-top-inner,
#bottom-content .section .section-top-inner {
}

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

#content .section .section-bottom {
}

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

#top-content .section .section-bottom-inner,
#content .section .section-bottom-inner,
#bottom-content .section .section-bottom-inner {
}
/* ---------------------------------------------------------------------------------------------- */



/* Layout colonna "sidebar" (destra)
------------------------------------------------------------------------------------------------- */
#sidebar .section {
	padding: 0;
}

#sidebar .section .section-title {
	height: 32px;
	margin-left: 7px;
	margin-top: 7px;
   position: relative;
}

#sidebar .section .section-title h2 {
	background: url("Images/UtilityTitleBackground.png") no-repeat 0 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding-left: 18px;
	white-space: nowrap;
}

#sidebar .section .section-top {
}

#sidebar .section .section-body {
	padding: 7px;
}

#sidebar .section .section-bottom {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------------------------------- */
