* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #b1b1b1;
}

#bodyContainer {
	position: relative;
	min-height: 900px;
	min-width: 1000px;
	padding-bottom:10px;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ececec;
}


/***  HEADER  ***/
#header {
	position: relative;
	min-height: 167px;
	max-height: 167px;
	background-image: url(../img/headerBackground.gif);
	background-repeat: repeat-x;
	min-width: 1000px;
	text-decoration: none;
}

#header img {
	height: 167px;
}

#date {
	position: absolute;
	right: 0px;
}
/***  END HEADER  ***/

/***  SIDEBAR ***/
#sidebarContainer{
	position: relative;
	float: right;
	right: 1%;
	width: 31%;
	/* EA DECOMMENT FOLLOWING LINE WHEN COLLABORATION PANEL WILL BE INSERTED*/
	margin-top: -70px;
	z-index: 2;
}

#sidebarCollaborationContainer, #sidebarSpeakerContainer, #sidebarSupporterContainer, #sidebarPatronageContainer {
	background-color: #e0e5f0;
	border: 2px solid #7d879f;
	color: #7d879f;
	margin-top:10px;
	border-radius: 9px; /* CSS 3 */
	-o-border-radius: 9px; /* Opera */
	-icab-border-radius: 9px; /* iCab */
	-khtml-border-radius: 9px; /* Konqueror */
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari */
}

.sidebarTitle {
	text-align: center;
	color: #ad235e;
	font-size: 16pt;
}

#newsContainer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

#newsContainer ul {
	margin-left: 10px;
}

#collaborationContainer {
	/*float: right;*/
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: center;
	/*width: 50%;*/
}

#collaborationContainer img{
	margin:5px;
	padding:1px;
	border:1px solid #7D879F;
	background-color: #FFFFFF;
}

#collaborationContainer  a{
	text-decoration: none;
}


#supporterContainer {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#speakerContainer {
	/*float: right;*/
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	/*width: 50%;*/
}

#speakerContainer li{
	height: 50px;
	list-style: none;
	text-align: justify;
	margin-bottom:5px;
}

#speakerContainer .freeText a{
	color:#7D879F;
}

#speakerContainer img{
	float: left;
	margin-right: 10px;
	width:50px;
	height:50px;
	border: 0px;
}

#patronageContainer {
	/*float: right;*/
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	/*width: 50%;*/
}

#patronageContainer li{
	height: 50px;
	list-style: none;
	text-align: justify;
	margin-bottom:5px;
}

#patronageContainer .freeText a{
	color:#7D879F;
}

#patronageContainer img{
	float: left;
	margin-right: 10px;
	width:50px;
	height:50px;
	border: 0px;
}

.sidebarSupporterImg {
	text-align: center;
	margin: 5px;
}

.sidebarSupporterImg img {
	padding:1px;
	border:1px solid #7D879F;
 
}
/***  END SIDEBAR ***/


#bodypage {
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 268px;
}

#mainContainer {
	position: relative;
	top: 0%;
	padding-left: 3%;
	width: 63%;
	min-width: 600px;
}

#text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	border: 2px solid #b1b1b1;
	background-color: white;
	z-index: 0;
	position: relative;
	top: 15px;
	border-radius: 9px; /* CSS 3 */
	-o-border-radius: 9px; /* Opera */
	-icab-border-radius: 9px; /* iCab */
	-khtml-border-radius: 9px; /* Konqueror */
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari */
}

#rightContainer {
	margin-right: 0;
	width: 560px;
	background-color: #FFFFFF;
}

/*** FOOTER  ***/
#footerContainer {
/*ea test footer relative*/
	position:absolute;
	top: 110%;
	width: 100%;
	background-color:#b1b1b1;
}

#footer {
	clear: both;
	background-color: #7d879f;
	border: 2px solid #ffffff;
	color: #e0e5f0;
	padding: 2px;
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 9px; /* CSS 3 */
	-o-border-radius: 9px; /* Opera */
	-icab-border-radius: 9px; /* iCab */
	-khtml-border-radius: 9px; /* Konqueror */
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari */
}

#footerLinksBar {
	text-align: center;
}

.footerLinks, div#footerContainer div#footer div#footerLinksBar a.thickbox {
	text-decoration: none;
	color: #e0e5f0;
}
/*** END FOOTER ***/

/* ++ MENU -- */
#menu {
	position: relative;
	text-align: center;
	background-color: #ececec;
	z-index: 2;
}

.title {
	font-size: 16pt;
	color: #7d879f;
	border-bottom: 1px solid #ad235e;
}

.subTitle {
	font-size: 13pt;
	color: #ad235e;
	margin-top: 20px;
	margin-bottom: 15px;
}

.agendaHeading{
	font-size: 15pt;
	color: #ad235e;
	margin-top: 15px;
}

.freeText {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:justify;
}

.freeText ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom:5px;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
}

ul.menu {
	list-style-type:none;
	width: auto;
	display:block;
	background-color: #ececec;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 8pt;
}

ul.menu li {
	display:block;
	float:left;
	padding:0;
	margin-left:10px;
	border: 2px solid #b1b1b1;
	position: relative;
	z-index: 200;
	background-color:#ececec;
	border-radius: 8px; /* CSS 3 */
	-o-border-radius: 8px; /* Opera */
	-icab-border-radius: 8px; /* iCab */
	-khtml-border-radius: 8px; /* Konqueror */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari */
}

ul.menu li a {
	float:left;
	color:#7d879f;
	font-weight: bold;
	text-decoration: none;
	padding:7px 6px 7px 6px;
	position:relative;
	z-index: 200;
}

ul.menu .current a, ul.menu li a:hover {
	background-color: #b1b1b1;
	color:#e0e5f0;
	font-weight:700;
	z-index: 200;
}

/*ORANGE*/
ul.menu.orange{
	background-color:transparent;
	position: absolute;
	left: 2%;
	z-index: 20;
	top: 26%;
}

/*SPEAKERS*/

.speakerImage {
	float: left;
	margin-right: 1em;
	border-left: 2px solid #ad235e;
	border-bottom: 2px solid #ad235e;
}

/*AGENDA*/

table.agendaTable {
	width: 99%;
	font-size: 14px;
}

table.agendaTable thead {
	background-color: #ad235e;
}

table.agendaTable thead td{
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	padding-left: 5px;
}

table.agendaTable td {
	border-bottom: 1px #ad235e dotted;
	padding-top: 8px;
}

table.agendaTable td p {
	text-align: justify;
}

table.agendaTable div {
	color: #7d879f;
}

table.agendaTable .time {
	width: 20%;
	text-align: right;
}

table.agendaTable .duration {
	width: 10%;
	text-align: center;
}

table.agendaTable .agendaTitle {
	padding-left: 5px;
	width: 50%;
	text-align: left;
}

table.agendaTable .agendaSpeaker {
	padding-left: 5px;
	width: 20%;
	text-align: left;
}

table.agendaTable .agendaAbstractButton {
	color: #AD235E;
	cursor: pointer;
}
table.agendaTable .agendaAbstractButton:hover { 
	text-decoration: underline;
}

table.agendaTable .abstractParagraph {
    // color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	// border-left: 1px #FFFFFF dotted;
	// border-right: 1px #FFFFFF dotted;
	// border-bottom: 1px #FFFFFF dotted;
}


/*SPONSORS*/

.supportership {
	//color:#7D879F;
	color:#AD235E;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration:bold;
}

table.supportersTable{
	width: 99%;
	color:#7D879F;
}

table.supportersTable td.sponsorLogo{
	text-align:center;
	width: 40%;
	vertical-align: top;
}

table.supportersTable td.sponsorDescription{
	text-align:left;
	width: 60%;
	vertical-align: top;
}

table.supportersTable tr td {
	padding: 15px;
	/*border-bottom: 1px solid #adaaad;*/
	border-bottom:1px dotted #AD235E;
        font-family: Tahoma;
        font-size: 12px;
}

a.supporterLink {
	color:#AD235E;
}

.supporterImgLink img {
border:1px solid #7D879F;
padding:1px;
}



.sponsorshipLink1 {
	width: 250px; 
	padding: 25px; 
	font-size: 16px; 
	color: #232896; 
	-webkit-border-radius: .7em; 
	-moz-border-radius: .7em; 
	border-radius: .7em; 
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb; 
	background-color: #b2c6d1; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ecedde), to(#bccecb),color-stop(0.4, #bccecb)); 
	text-decoration: none;
	font-family: Arial;
}

.sponsorshipLink1:hover {
	text-shadow: 2px 2px 2px #FFF;
	color: #485296;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7e8), to(#bccecb),color-stop(0.4, #bccecb));  
}

/* VENUE */

table.venueTable td {
	vertical-align: top;
	text-align: justify;
	padding:5px;
}

.slideshow { 
	height: 252px; 
	width: 332px; 
	margin: auto 
}

.slideshow img { 
	height: 220px; 
	width: 300px; 
	padding: 15px; 
	border: 1px solid #B1B1B1; 
	background-color: #ECECEC; 
	border-radius: 8px; /* CSS 3 */
	-o-border-radius: 8px; /* Opera */
	-icab-border-radius: 8px; /* iCab */
	-khtml-border-radius: 8px; /* Konqueror */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari */
}

.venuediv { 
	height: 282px; 
	width: 312px; 
	margin: auto 
}

.venuediv img { 
	height: 250px; 
	width: 280px; 
	padding: 15px; 
	border: 1px solid #B1B1B1; 
	background-color: #ECECEC; 
	border-radius: 8px; /* CSS 3 */
	-o-border-radius: 8px; /* Opera */
	-icab-border-radius: 8px; /* iCab */
	-khtml-border-radius: 8px; /* Konqueror */
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari */
}


/* REGISTRATION */

table.pricesTable {
	border-top: 1px solid #ad235e;
	width: 99%;
}

table.pricesTable td {
	border-bottom: 1px solid #ad235e;
}

table.information {
	width: 100%;
}

table.information td {
	vertical-align: top;
	padding: 0 5px;
}

table.information td.prices{
	width: 40%;
}

table.registrationTable {
	width: 100%;
	margin: 2px auto;
}

table.registrationTable thead td{
	color: #ad235e;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #ad235e;
	border-bottom: 1px solid #ad235e;
}

table.registrationTable tbody td{
	margin:2px;
	padding-left:10px;
	vertical-align: top;
	min-width: 30%;
	width: 30%;
}

table.registrationTable#attendanceParagraph {
	border-bottom: 1px solid #ad235e;
}

table.registrationTable #InvoicePersonName {
	margin: 5px auto;
}

table.registrationTable #InvoicePersonFiscalCode {
	margin:10px auto;
}

table.registrationTable #CapInsCode {
	margin: 0px auto 10px 0px;
}

ul#UsersKind li {
	list-style: none;
}

form#registrationForm a.button img{
	border: none;
}

form#registrationForm fieldset {
	padding: 2px;
	border: 1px solid #ad235e;
}

span.mandatory {
	font-size: 13px;
	font-weight: bold;
}

#addthisBox {
padding-top: 15px;
padding-bottom: 15px;
right: 0;
position: absolute;
font-size: 11px;
min-width: 150px;
text-align: left;
}

