/*<group=General Styles>*/

body {
	background: none #ffffff;
	text-align: justify;
	color: #000000;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #296cd8;
	text-decoration: none;
}

a:visited {
	color: #296cd8;
	text-decoration: none;
}

a:hover, a:active {
	color: #296cd8;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="https://"],
#bodyContent a[href ^="gopher://"],
.ext {
    background: url(../oggetti/immagini/external.png) center right no-repeat;
    padding-right: 13px;
}
#bodyContent a[href ^="mailto:"],
#bodyContent a[href ^="news://"],
.mail {
    background: url(../oggetti/immagini/mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}


/*</group>*/

/*<group=Layout>*/

#container {
	margin: 1px;
}

#pageHeader {
	text-align: left;
	list-style: none;
	background: #000066;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #ffffff;
	margin: 2px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 2px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
}

#contentContainer #content {
	padding: 0px;
}

#sidebarContainer {
}

#sidebarContainer .sidebar {
}

#footer {
	background: #ebebeb;
	color: #333333;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #ffffff;
	text-align: left;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

#footer a {
	color: #296cd8;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	width: inherit;
	padding: 0px;
	margin-top: 15px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#navcontainer #logo{
	text-align: left;
}

#navcontainer #current {
	color: #b3b3b3;
	font-weight: inherit;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	background: #f7f6f7;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	color: #296cd8;
	text-decoration: none;
	padding-left: 10px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #296cd8;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
}

#navcontainer ul ul li {
	font-weight: normal;
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 20px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 30px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px;
	color: #808080;
	text-indent: 40px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #296cd8;
	color: #ffffff;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
	color: #000066;
}

h2 {
	color: #000066;
}

h3 {
	color: #000066;
}

h4 {
	color: #000066;
}

h5 {
	color: #000066;
}

.imageStyle {
}
	
/*</group>*/