﻿/**
 * REI15-06.css
 *
 * Copyright (c) 2009 Giovanni Mattei
 * REI-15 css for Static Web Page
 *
 * > font-family: Verdana, Arial, Helvetica, sans-serif;
 * > Table style added
 * > SlideWrap 
 * > resized for new navigator menù (container 815 px)
 *
 */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: black; /**	font: normal 85%/1.5em 'Trebuchet MS', Tahoma, sans-serif; */;
	font-size: 13px; /**	font-family: Tahoma;  */;
/*	font-family: "Lucida Grande",Tahoma,Helvetica,sans-serif; */
/*	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #d3d9d6;
	background-image: url('../images/bg_grigio-bianco06.gif');
	line-height: 130%;
}
#container {
	padding: 0px;
	background-color: #fff;
	width: 826px;
	margin: 0px auto;
	border-top: 10px #000000;
	border-right: 1px #CBCBCB solid;
	border-bottom: 0px #CBCBCB;
	border-left: 1px #CBCBCB solid;
	table-layout: auto;
}
#masthead {
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #000000;
	background: url('../images/LogoREI15-04-826x157.jpg');
	text-align: right;
	width: 826px;
}
#navigation {
	width: auto;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #545454;
	overflow: hidden;
	background-image: url('../images/nav_17x28.gif');
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-repeat: repeat-x;
}
#column_l {
	position: relative;
	float: left;
	width: 476px;
	margin: 8px 5px 5px 5px;
	padding: 5px 15px 0px 15px;
	background-color: #fff;
	text-align: justify;
}
#column_r {
	float: left;
	width: 250px;
	margin: 5px;
	float: right;
	padding: 4px;
	background-color: #C0C0C0;
	position: relative;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	width: 826px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box_emph {
	position: relative;
	float: left;
	width: 460px;
	margin: 8px 5px 5px 0px;
	padding: 8px;
	text-align: justify;
	border: thin solid #FF9900;
	background-color: #FFE19B;
/*	position: inherit; */
}
#box_emph_text {
	position: relative;
	float: left;
	width: 460px;
	margin: 1px 5px 5px 1px;
	padding: 0px 8px 0px 8px;
	text-align: justify;
	border: thin solid #FF9900;
	background-color: #FFE19B;
/*	position: inherit; */
}
#box_emph_link {
	padding: 5px;
	background-image: url('../images/logo-basebianco.png');
	text-align: center;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 18px;
	color: #fff;
	margin: 5px 70px 0 100px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 26px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_normal {
	font-style: normal;
}

.style_underline {
	font-style: normal;
	text-decoration: underline;
}


.head01 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
}
.head02 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
}
.head02_border {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.head03 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
}
.indent_01 {
	margin-left: 20px;
}
.Invited_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.style1 {
	font-size: 11px;
	text-align: center;
}
.textcenter {
	text-align: center;
}
.float_right {
	float:right;
}
/* Style for SlideWrap */

#slidewrap {
	background-image: url('../images/logo-basebianco.png');
}

/* styles for Table */


.tableReg {
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.tableReg small {
	font-size:.9em;
}
.tableReg th {
	padding: 2px 10px 2px 10px;
	background: #FFB340;
}

.tableRegCent td {
	text-align: center;
	font-size: 14px;
}

.tableRegCent2 td {
	text-align: center;
	font-size: 12px;
}

.tableRegCent th {
	text-align:center;
}

.tableRegCent2 th {
	text-align:center;
}

.tableReg th em {
	font-style:normal;
	font-weight:normal;
	font-size:80%;
	line-height:130%;
}

.tableReg th.tableTDleft {
	text-align: left;
	color: #000;
	background: #fff;
	font-size: 13px;
}

.tableReg th.tableTDcenter {
	text-align: center;
	color: #000;
	background: #fff;
	font-size: 13px;
}

.tableReg .tableTReven th {
	background: #FFE2A8;
}

.tableReg .tableTReven td {
	background: #FFE2A8;
}

.tableReg .tableTRodd th {
	background: #FFF4DD;
}

.tableReg .tableTRodd td {
	background: #FFF4DD;
}

.tableReg td {
	padding:5px 10px;
}

.tableReg {
	border:1px solid #fff;
	border-collapse:collapse;
}

.tableReg td {
	border:1px solid #fff;
	border-collapse:collapse;
}

.tableReg th {
	border:1px solid #fff;
	border-collapse:collapse;
}

.tableReg th#tableTD3 {
	border:1px solid #fff;
	color:#000;
	background:#fc0;
	width:25%;
	border-bottom:1px solid #fc0;
}

.tableReg th#tableTD2 {
	border:1px solid #fff;
	color:#000;
	background:#fc0;
	width:25%;
	border-bottom:1px solid #fc0;
}

.tableReg th#tableTD1 {
	border:1px solid #fff;
	color:#000;
	background:#fc0;
	width:50%;
	border-bottom:1px solid #fc0;
}

.tableReg th#tableTD1 {
	background:#fff;
	border-bottom:1px solid #fc0;
}

.tableCaption {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
