body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color: #1F4291;
	margin: 0px; 
}

img {
	border: none;
}

a:link { 
    text-decoration: none; 
    color: blue;
}

a:visited {
    text-decoration: none; 
    color: blue;
}

a:hover {
	color: red;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	background-color: #1F4291;
	background-image:url(img/bgt.gif);
	text-align: left;
	width: 100%;
}

#header #headline {
	position: absolute;
	left: 200px;
	top: 10px;
	right: 200px;
}

#header #headline h1 { 
    font-style: normal;
    font-weight: bold;
    font-size: 16pt; 
    color: #000000;
}

#header img#right {
	position: absolute;
	top: 22px;
	right: 10px;
}

#MainMenu {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	background-image:url(img/bgr.gif);
	background-repeat:no-repeat;
	background-color: #1F4291;
	font-size: 12pt;
	font-weight: bold;
}

#MainMenu ul {
	list-style: square;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-left: 3.5ex;
	margin-left: 0;
	color: red;
}

#MainMenu li { 
    text-align: justify;
}

#MainMenu a:link { 
    text-decoration: none; 
    color: #FFFFFF;
}

#MainMenu a:visited {
    text-decoration: none; 
    color: #FFFFFF;
}

#MainMenu a:hover {
	color: red;
}

#MainMenu img#left {
	text-align: center;
	padding-left: 40px;
	padding-top: 40px;
}

#MainMenu #LangSelect {
	text-align: left;
	padding-left: 20px;
	padding-top:40px;
}

#logos {
	text-align: left;
}

#logos img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#Content {
	position: absolute;
	left: 200px;
	top: 100px;
	right: 0px;
	padding: 10px;
	margin: 0px; 
	background-color: #fefefe; 
	color: #000000;
	min-height: 100%;
}

#Content h1 { 
	font-style: normal;
	font-weight: bold;
	font-size: 16pt; 
	color: #102b58;
	text-align: center;
}

#Content h2 { 
	font-style: normal;
	font-weight: normal;
	font-size: 14pt; 
	color: #102b58;
	text-align: center;
}

#Content h3 { 
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #102b58;
	margin-top: 40px;
}

#Content h4 { 
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	margin-bottom: 10px;
}

#Content #pageTitle {
	border:1px solid gray;
	border-left: 20px solid #1F4291;
	background-color:#E0E0E0; 
	padding:4px;
	padding-left: 10px;
	margin-bottom:20px;
	font-size: 14pt;
}

#Content #mainText {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	padding: 20px;
	min-height: 600px;
}    

#Content #mainText #poster {
	text-align: center;
}    

#Content .highlight {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	padding: 20px;
	border-width:medium; 
	border-color:red; 
	border-style:dotted;
}

#Content .emph {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	padding: 20px;
	border:1px solid gray; 
	background-color:#f5f5f5;
}

#Content span.important{
	color: red;
}

#Content span.expired{
	text-decoration:line-through;
}

ul.seplist li{
	border-bottom: 1px dotted #1F4291;
	margin-bottom: 0.5em;
}

span.paperid{
}

span.session{
	font-weight: bold;
	font-style: italic;
}

span.papertitle{
	font-weight: bold;
}

span.authors{
	font-style: italic;
}

p.copyright {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
}

#Content ul {
	list-style: square;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3.5ex;
	margin-left: 0;
	color: black;
}

#Content table.registration {
	border:1px solid gray; 
	margin-top: 10px;
}

#Content table.registration th {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #ceced2; 
	border:1px solid gray; 
	padding: 7px;
}

#Content table.registration td {
	border:1px solid gray; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

#Content table.registration td.headline{
	background-color: #f1f1fa;
	font-style: normal;
	font-weight: bold;
}

#Content table.registration td.content{
	background-color: #ffffff;
}

#Content table {
	border:1px solid gray; 
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 40px;
}

#Content table th {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #ceced2; 
	border:1px solid gray; 
}

#Content table td h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #102b58;
	margin-top: 10px;
	text-decoration: underline; 
}

#Content table td ul li {
	padding-top: 1.0em;
}

td.time {
	margin: 10px;
	white-space: nowrap;
	background-color: #f1f1fa;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border:1px solid gray; 
}

td.program {
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	background-color: #fafafc;
	border:1px solid gray; 
	padding: 10px;
}

div.indent {
	margin-left: 20px;
}

div.hotel {
	margin-bottom: 25px;
}

#Content div.hotel table {
	border:0px; 
	width:100%;
	padding: 0px;
	margin:0px;
	vertical-align:top;
}

#Content div.hotel tr td {
	border:0px; 
	padding: 0px;
	margin:0px;
	vertical-align:top;
	width:50%;
}

#Content div.hotel ul li {
	border:0px; 
	padding: 0px;
	margin:0px;
}

div.hotel div.hname {
	font-size: 11pt;
	font-weight: bold;
	background-color: #fff3e1;
	border-left:10px solid red;
	padding: 5px;
}

div.hotel div.binfo {
	font-size: 10pt;
	font-weight: normal;
	background-color: #fafafc;
	margin: 5px;
	padding: 0px;
}

div.hotel div.hinfo {
	font-size: 10pt;
	font-weight: normal;
	border:1px dashed gray; 
	background-color: #fafafc;
	margin: 5px;
}

#Content .workshop {
	margin-left:20px;
}

#Content .workshop div {
	margin-left:20px;
}

#Content .workshop h3 {
	border:1px solid gray;
	border-left: 10px solid #1F4291;
	background-color:#E0E0E0; 
	padding:4px;
	padding-left: 10px;
	margin-bottom:20px;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

#Content .tutorials {
	border:0px; 
	width:100%;
	padding: 0px;
	margin:0px;
	vertical-align:top;
}

#Content .tutorials tr td {
	border:0px; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;
	vertical-align:top;
	width:30%;
}

#footer {
	text-align: left;
	background-color: #fefefe;
}

#footer hr {
	background-color: #1F4291;
}

#footer #w3 {
	text-align: right;
	padding-right: 10px;
}

#footer #links {
	padding-top: 10px;
	padding-left: 20px;
}

#footer #links a:link { 
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
    color: blue;
}

#footer #links a:visited {
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
    color: blue;
}

#footer #links a:hover {
	color: red;
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
}


