@charset "utf-8";

/* General
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 0.5em;
}
#menu{ z-index:1;}

/* Structure
---------------------------------------- */
html {
	font-size: 100%;
}

body {
    background-color:#e2e2e2;
	font-family: georgia, palatino, "palatino Linotype", times, "times new roman", serif;
	font-size: 12px;
	line-height: 1.5;
}

/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	font-weight: bold;
}

h1 {
	font-size: 3em;
	line-height: 1.1;
}

h2 {
	font-size: 2em;
	line-height: 1.15;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
}

h4 {
	font-size: 1.25em;
	line-height: 1.25;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}

pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}

var {
	font-style: normal;
}

center {
	text-align: center;
}

/* Hypertext
---------------------------------------- */
a:focus {
	outline: 1px dotted;
}

/* Image
---------------------------------------- */
img {
	border: 0;
}

/* List
---------------------------------------- */
ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

li {
	margin-left: 2em;
}

li ul, li ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

/* Presentation
---------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid;
}

big {
	font-size: 1.25em;
}

small, sub, sup {
	font-size: .85em;
}

sub, sup {
	line-height: 1;
}

sub {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

del, s, strike {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
}

bdo {
	border-bottom: 1px dotted;
}

u {
	text-decoration: underline;
}

/* Form
---------------------------------------- */
fieldset {
	padding: 1em;
}

legend {
	font-weight: bold;
	padding: 0 .25em;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}

input[type=text], input[type=password], textarea {
	padding: 1px;
}

textarea {
	text-align: left;
	line-height: 1.25;
}

/* Table
---------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	line-height: 1.3;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th, td {
	padding: .5em 1em;
	border: 0 none;
}

caption {
	padding-bottom: 1em;
}

th {
	font-weight: bold;
}

/* Clearfix
---------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

body {
	background: #e2e2e2 url(../Images/shadow.png) top center repeat-y;
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
}

#header, #content, #content-bottom, #footer {
	position: relative;
	width: 986px;
	margin: 0 auto;
}
#iframe_modules{
	position: relative;
	top:-250px;
	width: 986px;
height:800px;
}
#footer {
	display: none;
}

#header {
	color: #fff;
}

#info {
}

#separator {
	display: block;
	width:  986px;
	border: 0;
	background: url(../Images/footer-hr.png) repeat-x;
	height: 32px;
	position: relative;
	top: -20px;
}


/* Design: Home
---------------------------------------- */
body.home #info {
	top: 380px;
	left: 595px;
}

body.home #info p {
	margin: 0;
	color: #75368a;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
}

/* Design: Event
---------------------------------------- */
#infoEvent {
position:absolute;	
text-align:left;
top: -460px;
	left: 595px;
	width: 290px;
	z-index:300;
}

#infoEvent dt {
	color: #19afac;
}

#infoEvent  ul {
	list-style-position: inside;
}

#infoEvent li {
	margin: 0;
	color: #75368a;
}
#infoEvent p, #infoEvent dd {
color: #75368a;
}

/* Design: Organizer
---------------------------------------- */
#infoOrga {
position:absolute;	
text-align:left;
	top: -170px;
	left: 595px;
	width: 290px;
	z-index:300;
}
#infoAcc {
position:absolute;	
text-align:left;
	top: -181px;
	left: 688px;
	width: 290px;
	z-index:300;
}

#infoOrga li {
	font-weight: bold;
	color: #75368a;
}

#infoOrga p, #infoOrga dd {
color: #75368a;
}
body.organizer #content {
	padding: 20px 0;
	text-align: center;
}

/* Design: Program
---------------------------------------- */

/* Design: Partners
---------------------------------------- */
.partners table {
	float: left;
	width: 430px;
	margin: 20px 30px;
	font-size: 12px;
}

.partners th, .partners td {
	border: 0;
	vertical-align: middle;
}

.partners th {
	text-align: center;
}

/* Design: Registration
---------------------------------------- */
.registration h1 {
	font-size: 1.4em;
}
.registration h2 {
	font-size: 1.2em;
}
.registration table {
	margin: 10px 20px;
}

.registration th, .registration td {
	border: 0;
	/*vertical-align: middle;*/
	font-size: 11px;
	line-height: 1.2;
}

.registration th {
	text-align: right;
	color: #009693;
}
.registration  input[type=radio] {
	margin-left:10;
}
.registration input[type=text] {
	background: #fff;
	border: 1px solid #8c8b8d;
	width: 150px;
}
#Reg_Block1{width:430px;}
#Reg_Block2, #TbParticipants tr{padding:10;background-color: #e6d6eb; width:430px;}
/*#TbParticipants th {
	background: #d6bade;
}*/
#TbParticipants input[type=text] {
	background: #fff;
	border: 1px solid #8c8b8d;
	width: 90px;
}
.registration #TbParticipants{margin:0;}
.registration #TbRegister{margin:0;}
.registration #tbBilling{margin:0;}


/* Design: Access
---------------------------------------- */
.access {
	font-size: 12px;
}
.access .col1 {
	float: left;
	margin: 30px 0 20px 160px;
}

.access .col2 {
	float: right;
	margin: 30px 70px 20px 0;
}

.access strong {
	font-size: 14px;
	color: #77378b;
}

.access dl {
	font-size: 11px;
}

.access dt {
	color: #009693;
}

.access dd {
	margin: 0;
}


.program {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.program p, .program td p {
	color: #9c9e9f;
	font-style: italic;
	margin: 0;
}

/*.program table {margin:0 auto 0 auto 0;}*/
.program table {
/*margin:0 0 0 220;*/
}

.program caption {
	padding: 0;
}

.program caption {
	color: #76378a;
	font-weight: bold;
	font-size: 12px;
}

.program th {
	font-weight: normal;
	width: 75px;
	font-size: 12px;
}

.program th, .program td {
	border: 0;
	vertical-align: top;
	text-align: left;
	color: #009693;
	padding: 0 0 0 0;
	font-size: 12px;
}
.program td h5 {
	margin : 0;
}
.program td span {
	color: #000e11;
	vertical-align: top;
	font-size: 11px;
	display: inline-block;
	width: 120px;
	/*margin: 0 0 12px;*/
}



.violet{
color:#753689;
}
.vert{
color:#009693;
}

#registering td{table-layout:fixed;}
#Reg_Block1{width:430px;}
#Reg_Block2 {width:430px;}
#logos td{vertical-align:middle;width:750px;}
