/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(img/bg.gif);
	color: #444;
	font: normal 72.5% sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0px auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	background: url(img/header2.jpg) right no-repeat;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.2em Verdana,sans-serif;
	height: 75px;
	line-height: 75px;
	margin-bottom: 8px;
	text-align: center;
}
.title h2 {
	color: #FFF;
	font: normal 1em Verdana,sans-serif;
	height: 15px;
	line-height: 10px;
	margin-bottom: 8px;
	text-align: right;
}
.title h3 {
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	height: 20px;
	line-height: 20px;
	margin-bottom: 6px;
	text-align: right;
    border-bottom: 4px double #111;
}
.title h4 {
	color: #FFF;
	font: normal 1.4em Verdana,sans-serif;
	height: 60px;
	line-height: 20px;
    padding-top: 12px;
/*  margin-bottom: 20px; */
	text-align: center;
    border-top: 4px double #111;
}


/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main right */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: right;
	width: 180px;
  margin-bottom: 10px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	margin-top: 1.1em;
  padding: 4px 6px 2px 0px;
  text-align: right;
}

.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x; 
	margin: 0;
	padding: 0;
}

.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 4px 6px 4px 0px; 
  text-align: right;
	text-decoration: none;
}
.sidenav li .thispage {
	color: #000;
}
.sidenav li .parent {
	color: #88B;
}
.sidenav li .child {
	color: #88B;
}
.sidenav li .child_thispage {
	color: #007;
}

.sidenav li a:hover {
	color: #000;
}

/* keydate */
.keydate h1,.keydate ul {
	padding-left: 12px;
}
.keydate {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: right;
	width: 180px;
}
.keydate h1 {
	color: #666;
	font-size: 1.2em;
	margin-top: 1.1em;
  padding: 4px 6px 2px 0px;
  text-align: right;
}
.keydate .date {
	border: 1px solid #FAFAFA;
  background: url(img/bgul.gif) repeat-x; 
/*	border-top: none; */
	margin: 0;
}
.keydate h2 {
	color: #C66;
	font-size: 0.9em;
	margin-top: 0.7em;
  padding: 4px 6px 2px 0px;
  text-align: right;
}
.keydate p {
  font-size: 0.8em;
  text-align: right;
}

/* content */
.content {
	float: left;
	width: 540px;
	text-align: justify;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .construction {
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	height: 600px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content h1 {
	font-size: 1.4em;
  color: #367EA6;
	margin-bottom: 12px;
	padding-top: 6px;
}
.content p {
  font-size: 1em;
}
.content .update {
  color: #600;
  font-size: 0.8em;
  text-align: right;
  padding-bottom: 0px;
}
.content .ul_inv {
	list-style: url(img/li.gif);
  margin-left: 110px;
  font-size: 1.1em;
  text-align: left;
}
.content .ul_org {
	list-style: url(img/li.gif);
  margin-left: 140px;
  font-size: 1.1em;
  text-align: left;
}

.content .ul_program {
/*  list-style: url(img/li.gif); */
  margin-left: 30px; 
  font-size: 1em;
  text-align: left;
}
.content .ol_program {
/*  list-style: url(img/li.gif); */
  margin-left: 35px; 
  font-size: 1em;
  text-align: left;
}

.content .li_speaker {
  color: #D77;
  font-size: 1.2em;
}
.content .li_speaker2 {
  color: #7D7;
  font-size: 1.2em;
}
.content .td_speaker {
  font-size: 0.75em;
}
.content .img_author{
  border-style: double;
  border-width: 3px;
  border-color: #DDB;
  width: 75px;
  /*height: 80px;*/
}
.content .img_organizer{
  border-style: double;
  border-width: 3px;
  border-color: #ADA;
  width: 120px;
  /*height: 80px;*/
}
.content .td_organizer{
   color: #444;
   font-size: 0.8em;
   width: 160px; 
}

a.speaker{
   color: #444;
   font-size: 1em; 
   text-decoration: none;
}

a.abst {
  color: #77D;
  font-size: 0.9em;
  text-decoration: none;
}

a.present {
  color: #77D;
  font-size: 1.0em;
  text-decoration: none;
}

table.program {
  width: 500px;
  border-style: solid;
  border-width: 2px;
  border-color: #999;
  text-align: center;
  font-size: 1em; 
  border-collapse: collapse;
}

tr.progdate{
  border-bottom-style: double;
  border-bottom-width: 3px;
  border-bottom-color: #999;
  font-size: 1.3em;  
}
tr.time{
  background-color: #EEE;
  font-size: 1em; 
}
tr.speaker{
  height: 6mm;
  font-size: 1em; 
}
tr.lunch{
  color: #F88;
  height: 10mm;
  font-style: italic;
}
tr.lblank{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  height: 1.5mm;
}

td.opening{
  color: #6F6;
}
td.banquet{
  color: #F88;
}
td.poster{
  color: #88F;
}


/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #AAA;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
