body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    }


/* FONTS */
/* 
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: rgb(180,180,180);
}
h1 {
    text-align: justify;
    font-size: 1.1em;
    line-height: 2em;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 0px 0px 0px 40px;
    color: rgb(140,140,140);
}
h2 {
    font-size: 2em;
}
h3 {
    padding: 0px 0px 0px 0px;
    font-size: 2em;
    letter-spacing: -2px;
    text-align: center;
}
h4 {
    font-size: 1.3em;
}
h5 {
    color: rgb(140,140,140);
}
a {
    text-decoration: none;
    color: #E3564F;
}
a2 {
    text-decoration: none;
    color: rgb(140,140,140);
}
p {
    text-align: justify;
}
td {
    color: rgb(140,140,140);
    text-align: justify;
}
*/


/* MAIN --- WIDTH DIVIDED INTO PAGE + SIDEBAR */
#main {
    float: center;
    width: 960px;
    margin: 20px 20px 20px 20px;
    }

/* PAGE CONTENT */
#page {
    float: right;
    width: 700px;
    margin: 20 auto;
    font-family: Helvetica, Arial, Georgia;
    font-size: 15px;
    line-height: 140%; 
    word-spacing: 1.0;
    text-align: justify;
    padding: 0px 20px 0px 20px;
    background-color: Lavender;
    box-shadow: 10px 10px 6px Grey;
    }

/* SIDEBAR */
#sidebar {
    float: left;
    width: 200px;
    margin: 20 auto;
    margin-left: 10px;
    font-family: Tahoma, Palatino, Geneva, Book Antiqua, Comic Sans MS;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
    }
#sidebar a{
    font-weight: 600;
    text-decoration: none;
    color: Black;
    }
#sidebar a:hover {
	color: FireBrick;
	background-color: Lavender;
	}
#sidebar a:active {
    background-color: Yellow;
    }

body.index a.index,
body.scientific_rationale a.scientific_rationale,
body.dates a.dates,
body.organizers a.organizers,
body.poster a.poster,
body.registration a.registration,
body.lectures a.lectures,
body.members a.members,
body.venue a.venue,
body.travel a.travel,
body.boarding a.boarding,
body.visa_touristic a.visa_touristic {
	background-color: Lavender;
	color: FireBrick;
	}





/* FOOTER */
#footer {
    float: center;
    width: 960px;
    margin: 20px 20px 20px 20px;
    font-family: Tahoma, Palatino, Geneva, Book Antiqua, Comic Sans MS;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: right;
    }
#footer a{
    font-weight: 100;
    text-decoration: none;
    color: black;
    }
#footer a:hover {
    color: FireBrick;
    background-color: yellow;
    }




/* LOGO */
#logo {
        float: left;
	width: 750px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#logo h3 {
    padding: 20px 0px 0px 20px;
}



#poptrox {
	width: 780px;
	margin: 0px auto;
	background: #000000;
}

#gallery {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}


/* FIGURES */
div.figureRight {
    padding: 0px 0px 10px 10px;
    float: right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    line-height: 1em;
}

/* GALLERY */
#gallery img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#gallery a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**********
  Poptrox
**********/

.poptrox_popup {
	position: relative;
	padding: 1em 1em 5em 1em;
	background: black;
	color: rgb(140,140,140);
}

.poptrox_popup .loader {
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption {
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

