@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/* DEFAULT STYLE OVERRIDE ON HTML 4.0 TAGS */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #086DBC;
	clear: both;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4592D0;
	clear: left;
	font-size:1.2em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4592D0;
	font-size:1.1em;
	clear: left;
}
dt {
	padding-bottom: 0.1em;
	font-weight: bold;
}
dd {
	padding-bottom: 0.5em;
}
.didascalia {
	clear: left;
	position: relative;
	top: -0.5em;
}
dl {
	text-align: left;
}

/* END DEFAULT STYLE OVERRIDE ON HTML 4.0 TAGS */


/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/* ONE COLUMN LAYOUT CONTAINERS  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 49em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
}
.oneColElsCtrHdr #header {
	padding: 0 0 0 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: white;
	text-align: center;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	text-align: justify;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
/* TAB MENU*/

.HomePageMenu {
	padding-top:0.5 em;
	padding-left:0.5 em;
	padding-right:0.5 em;
	margin: 0px 1px 0px 0px;
	font: bold 1.1em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 4px #DDD;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	width: auto;
	display: inline;
}

.oneColElsCtrHdr #menu {
	background-color: #FFFFFF;
	margin: 0;
	padding-left: 0.7em;
	width: auto;
	border: hidden,#FFF,0px;
}
.oneColElsCtrHdr #menu ul {
	float: none;
	width: auto;
	background-color: #FFFFFF;
	border-right: solid 0px #999;
	border-left: solid 0px #CCC;
	border-bottom: solid 1px #EEEE;
	margin: 0;
	display: inline;
	border-top: hidden 0px #FFFFFF;
	padding: 0;
	white-space: nowrap;
}
.oneColElsCtrHdr #menu li {
	padding-top:0.5 em;
	padding-left:0.5 em;
	padding-right:0.5 em;
	margin: 0px 3px 0px 0px;
	font: bold 1.0em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 4px #DDD;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	width: auto;
	display: inline;
}
.oneColElsCtrHdr #menu li a {
	color: #0082C8;
	text-decoration: none;
}
.oneColElsCtrHdr #menu li a:hover {
	color: #56A4D9;
	text-decoration: none;
}

.oneColElsCtrHdr #menu li#selectedTab {
	font: bold 1.0 em sans-serif;
	background-color: #EEEEEE;
	border-bottom: solid 4px #EEEEEE;
	color: #ABCCEB;
}
.oneColElsCtrHdr #menu li#selectedTab a {
	color: #56A4D9;
	text-decoration: none;
}


.oneColElsCtrHdr #bottommenu {
	background-color: #FFFFFF;
	margin: 0;
	padding-left: 0.7em;
	width: auto;
	border: hidden,#FFF,0px;
}
.oneColElsCtrHdr #bottommenu ul {
	float: none;
	width: auto;
	background-color: #FFFFFF;
	border-right: solid 0px #999;
	border-left: solid 0px #CCC;
	border-bottom: solid 1px #EEEE;
	margin: 0;
	display: inline;
	border-top: hidden 0px #FFFFFF;
	padding: 0;
	white-space: nowrap;
}
.oneColElsCtrHdr #bottommenu li {
	padding-top:0.5 em;
	padding-left:0.5 em;
	padding-right:0.5 em;
	margin: 0px 3px 0px 0px;
	font: bold 1.0em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-top: solid 4px #DDD;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	width: auto;
	display: inline;
}
.oneColElsCtrHdr #bottommenu li a {
	color: #0082C8;
	text-decoration: none;
}
.oneColElsCtrHdr #bottommenu li a:hover {
	color: #56A4D9;
	text-decoration: none;
}

.oneColElsCtrHdr #bottommenu li#selectedTab {
	font: bold 1.0 em sans-serif;
	background-color: #EEEEEE;
	border-bottom: solid 4px #EEEEEE;
	color: #ABCCEB;
}
.oneColElsCtrHdr #bottommenu li#selectedTab a {
	color: #56A4D9;
	text-decoration: none;
}

/*TAB MENU END */

/*SECTION CONTENT FORMATTING */

.oneColElsCtrHdr #sectionContent{
	background-color: #EEEEEE;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
	clear: left;
	padding-top: 1em;
	width:660PX;
}

.oneColElsCtrHdr #sectionContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #086DBC;
	clear: both;
	font-weight: 600;
	padding-top: 10px;
	margin:0;
}
/*END SECTION CONTENT FORMATTING */

.oneColElsCtrHdr #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-color: white;
	text-align: center;
	clear: both;
} 
.oneColElsCtrHdr #footerParagraph{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #999999;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/* CUSTOM FORMATTING USING CLASS */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.TestoSegnaposto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #BBBBBB;
	color: #EE0000;
}
.nascosto {
	font-size: xx-small;
	color: #FFFFFF;
}
.riquadro_a_destra {
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	width: auto;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	position: relative;
	clear: right;
}
.riquadro_a_destra_300 {
	display: block;
	float: right;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	width: 300px;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	top: -3em;
	position: relative;
}
.ImmagineDestra {
	float: right;
	margin-left: 1em;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/* DISPLAY EXCELL FILE CONTENT */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.table_data
{
	border-style:ridge;
	border-width:1px;
}

.table_sub_heading
{
	background:#CCCCCC;
	font-weight:bold;
	border-style:ridge;
	border-width:1px;
	font-size:1.2em;
}
.table_body
{
	background:#F0F0F0;
	font-size:1em;
	font-family:sans-serif;
	border-style:ridge;
	border-width:1px;
	border-collapse: collapse;
}

/* END  DISPLAY EXCELL FILE CONTENT */
