/* This is a daisy age. */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

/* Has a background image to create the black panel down the left side of the page, because height property can't be relied on. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(../images/left_black_panel.gif);
background-repeat: repeat-y;
background-position: top left;
}

/* The daisy image is attached to this. */

#container {
padding: 0;
margin: 0;
background-image: url(../images/daisy.jpg);
background-repeat: no-repeat;
background-position: left 380px;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 25px;
	padding-right: 100px;
	padding-bottom: 0px;
	border-bottom: 3px #FFCC00 dotted;
	background-image: url(../images/logo_OBM.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 95px;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
}
#main-title h1 {
	font-size: 1.9em;
	letter-spacing: 2px;
	text-align: right;
	font-style: italic;
	color: #fdac00;
	margin-bottom: 0;
	margin-top: 10px;
}
/* Styles for the main text on the page. */

#main-text {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 170px;
	margin-right: 220px;
	padding-right: 20px;
	color: #515151;
	padding-left: 20px;
}

#main-text a:link, #main-text a:visited {
	font-weight: normal;
	color: #D14013;
}


p, ul, ol, table {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.9em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

ol, ul {
margin-left: 25px;
}

h1 {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: 1.2em;
padding-bottom: 9px;
padding-top: 10px;
padding-left: 0;
padding-right: 0;
color: #515151;
font-weight: normal;
}

h2 {
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 0;
	color: #D14013;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D14013;
	width: 70%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h3 {
	font-size: 0.7em;
	padding-left: 0;
	color: #D14013;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}

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

a:hover {
text-decoration: none;
font-weight: bold;
color: #d14013;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0;
left: 0;
width: 160px;
height: 100%;
padding-top: 110px;
font-weight: bold;
}

#left-menu p {
	margin-bottom: 2px;
	text-align: right;
	padding-right: 19px;
	font-size: 0.75em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
/*padding-right: 5px;
border-right: 3px #FFF dotted;*/
}

#left-menu a:hover {
	color: #CC3300;
	/*border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CC3300;*/
}

#left-menu a.current {
	color: #CC3300;
	/*padding-right: 5px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CC3300;*/
}

/* Styles for the pullquote on the right side. */

#right-column {
	/*position: absolute;*/
	float:right;
	top: 98px;
	-moz-top:108px !important;
	right: 0px;
	width: 220px;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #f6f6f6;
	border-bottom: 3px #fdac00 dotted;
	border-left: 3px #fdac00 dotted;
	bottom: 0px;
	padding-bottom: 25px;
	/*height: 350px;*/
}


#right-column a {
	font-weight: normal;
	color: #FF6600;
}

#right-column h1 {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	line-height: 1.4em;
	color: #d14013;
	font-weight: bold;
	margin-top:30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#right-column strong {
color: #d14013;
font-style: normal;
}

#right-column p {
font-style: normal;
padding-left: 10px;
padding-right: 5px;
padding-top: 20px;
}

/* Styles for the footer at the bottom of the page */

#footer { clear:both;
	text-align: left;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.7em;
	margin-top: 0;
	padding-right: 50px;
	border-top: 3px #fdac00 dotted;
	padding-left: 188px;
}

#footer a:link, #footer a:visited {
	color: #FF9933;
	padding-right: 10px;
}

#footer a:hover {
text-decoration: underline;
color: #CC3300;
}
#sub-menu {
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: #D14013;
	padding-bottom: 2px;
	padding-top: 1px;
}
#sub-menu a:link, #sub-menu a:visited {
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#sub-menu a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#sub-menu a.current {
	color: #FFFFFF;
	background-color:#FF9933;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
#right-column-bottom {
	right: 0px;
	width: 226px;
	line-height: 1.6em;
	bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}


#right-column h2 {
	padding-left: 10px;
	padding-right: 20px;
	font-size: 0.75em;
	letter-spacing: 0px;
	line-height: 1em;
	color: #d14013;
	padding-bottom: 15px;
	font-weight: normal;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right-column p {
font-style: normal;
padding-left: 10px;
padding-right: 5px;
padding-top: 10px;
}

#right-column-bottom strong {
color: #d14013;
font-style: normal;
}

#right-column-bottom p {
	font-style: normal;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	line-height: 1em;
}
#right-column-bottom a:link, #right-column-bottom a:visited{
	color: #999999;
	font-weight: normal;
}
#right-column-bottom a:hover{
	font-weight: normal;
	color: #D14013;
}
h4 {

	font-size: 0.7em;
	padding-left: 0;
	color: #1D459F;
	padding-top: 15px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}
.rientro {
	padding-left: 100px;
}
#main-text td {
	text-align: left;
	padding-right: 35px;
}
.img-mappa {
	margin-bottom: 30px;
	margin-top: 16px;
	margin-right: 30px;
}
.img-notiziario {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.info {
	background-color: #FFECD9;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#screening td{
vertical-align:top;
padding-right:0;
}

#screening td.orarioprinc{
padding-right:5px;
font-weight:bold;
text-align:right;
width:8%;
}
#screening td.orariosec{
padding-left:3px;
width:8%;
font-style:italic;
}
.relatori{
font-weight:bold;
color:#1080BF;
}

