body{
  background: white;
  font: 14px "Helvetica", "Arial","Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Tahoma","sans-serif"; 
  color: #444;
}

#middle{
  border-left: solid #344551 1px;
  border-right: solid #344551 1px;
}

/*strange margin behavior?*/
h3{
  margin-top: 0;
  padding-top: 1em;
  font-size: 1.1em;
  padding-left: 0.5em;
}

ul{
	margin-top: 0;
	padding: 0.5em 0.5em 0.5em 2em;
}

#container{
  width: 80%;
  margin: 0 auto 0.5em auto;
  font-family: verdana, geneva, arial, sans-serif;
  line-height: 1.9em;
  font-size: 0.9em;
  padding: 1em;
}


a {
  color: rgb(42, 72, 144);
  text-decoration: none;
  border-bottom: dotted 1px gray;
}

a.no-border{
  border: none;
}

a:visited {
  color: rgb(42, 72, 144);
}

a:hover {
  color: rgb(42, 72, 144);
  border-bottom: solid 1px gray;
}

a.no-border:hover{
  border: none;
}

a:active {
  color: gray;
}

img {
  border: none;  
}


#header {
  color: white;
  background:  url(images/ls.png) repeat bottom right;
  width: 100%;
  padding-top:30px;
  height:200px;
  position: relative;
  border-bottom: solid 2px #344551;
}

#title {
  text-align: center;
  margin-left: 15%;
  width: 70%;
}


h1{
  margin: 0.8em;
  font-size: 1.9em;
  letter-spacing: 0.7em;
}

h2{
  font-size: 1.4em;
}


p {
  padding: 0.5em;
  margin-top: 0;
}

#nav{
 width: 150px;
 padding-top:10px;
 padding-right:10px;
}



#nav ul {
  padding:0px;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:5px;

}

#nav li {
  list-style-type: none;
  margin:0px;
}

#nav li a {
  display:block;
  border-bottom:1px solid #ccc;
  padding: 5px;
  margin:0px;
}

#nav li a:hover {
  display:block;
  background: #b9ccda;
  border-bottom:1px solid #ccc;
  padding: 5px;
}

.selected {
  display:block;
  background: #ddd;
  border-bottom:1px solid #ccc;
  font-weight:bold;
  color:#000;
  padding:5px;
  margin:0px;
}

#middlecontent {
  border:0px;
  border-collapse: collapse;
  width:100%;
}

#middlecontent #nav,#middlecontent #sponsors {
  border:0px;
}

.title h2 {
  color:#444;
  border-bottom: 1px solid #ccc;
  text-align:center;
}

#content{
  background: #fff;
  padding-top:5px;
  border:0px;
  text-align:justify;
}

#content .printlink {
  text-align: right;
  font-size: 0.7em;
  font-style: italic;
  margin-right: 0.3em;
}

#content .printtitle {
  display: none;
}

#sponsors {
 padding-top:10px;
 background: #fff;
 width:70px;
}

.confblock {
  background: #fff;
  margin-left:5px;
  width:200px;
}

.confblock h2{
  font-size: 1.1em;
  background: #3b617f;
  border:0px;
  text-align:center;
  color: #fff;
  padding:5px;
  margin:0px;
  text-align:center;
}

.confblock .content {
  padding-top:5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.confblock .leftcontent {
  padding:0px;
  margin:0px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.sponsorblock {
  background: #fff;
  margin-left:5px;
  width:130px;
}

.sponsorblock h2{
  font-size: 1.1em;
  background: #3b617f;
  border:0px;
  text-align:center;
  color: #fff;
  padding:5px;
  margin:0px;
  text-align:center;
}

.sponsorblock .content {
  padding-top:5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.sponsorblock .leftcontent {
  padding:0px;
  margin:0px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


.loginblock {
  background: #fff;
  margin-left:5px;
  width:200px;
}

.loginblock h2{
  font-size: 1.1em;
  background: #3b617f;
  border:0px;
  text-align:center;
  color: #fff;
  padding:5px;
  margin:0px;

}

.loginblock .content {

  padding-top:5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.logintable td {
  border:0px;
}

.logintable {
  border:0px;
  margin-left:5px;

}

#footer {
  background: #fff;
  text-align: center;
  padding-top: 5px;
  border-left: solid #344551 1px;
  border-right: solid #344551 1px;
  border-bottom: 2px solid  #3b617f;
  border-top: 1px solid #ccc;
  margin-bottom:0px;
}


.footersponsor {
  text-align:center;
}
.footersponsor a {
  text-align:center;
  border:0px;
}


#footer img {
  margin-right: 1em;
}

.floatclearer{
  clear: both;
}



.required{
	font-style: italic;
	color: red;
}

table{
  	border: solid gray 1px;
	border-collapse: collapse;
}
td {
	border: solid gray 1px;
}
th {
	border: solid gray 1px;
}

.formtable{
	padding: 0.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.formtable td {
	padding-right: 1em;
}

.formtable th {
	font-weight: normal;
	text-align: left;
	padding-right: 1em;
	padding-left: 0.4em;
}

.formtable th.topheader {
	font-style: italic;
	font-weight: bold;
}

.formtable th.dateheader {
	font-style: italic;
}

p.sign {
	border: solid black 1px;
	padding: 0.2em;
	width: 3em;
	text-align: right;
}

input.focus_color:focus, .focus_color input.sffocus { 
	background: #D0CECF; 
}

textarea.focus_color:focus, .focus_color textarea.sffocus { 
	background: #D0CECF; 
}

table.pricetable{
  border-collapse: separate;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.pricetable tr{
}
.pricetable th{
	font-weight: normal;
	text-align: left;
	padding-right: 1em;
	padding-left: 0.4em;
}

.pricetable th.empty{
	border-style: none;
}
.pricetable td{
	padding-right: 1em;
}

.timeline {
  text-align: right;
}
.timeline img {
  margin: 1px 2px 1px 2px;
}

.logout{
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0.7em;
}

.vertnav{
  margin-top:-13px;
  padding: 0.3em;
  border: solid gray 1px;
  width: 300px;
  background: #C0C0C0;
}
.adminfooter{
  font-size: 0.6em;
  text-align: center;
  margin-right: 1em;
  margin-top: 1em;
}

p.error{
	color: red;
	font-style: italic;
}

p.error a{
  color: #A52A2A;
}

table.confprogram{
  margin: 0.5em 0.5em 0.5em 0.5em;
  color : #384a54;
}

table.confprogram th, table.confprogram td{
}

table.confprogram tr.underline th, table.confprogram tr.underline td{
  border-bottom: double 3px gray;
}

tr.double_border th, tr.double_border td, td.double_border{
	border-top: double 3px gray;
}

table.confprogram .authors{
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height:1.7em;
}

img.sponsorlogo {
  height: 40px;
}

div.center{
  text-align: center;
}

input.submit-navigation{
	margin-left: 0.5em;
}


h2.prog {
   margin-top:0pt;
   padding-top:1em;
   color : #384a54;
}

h3.prog {
   color : #384a54;
}

tr.coloredtr {

   background-color : #384a54;
   color : #ffffff;
}

div.priceInclude ul{
   list-style-image: url(itemlist.png);;
   list-style-type : circle
}

div.priceInclude {
   padding:0em 0.5em 0em 3em;
}

div.GInfo{
   color:#29363d; 
   padding:0em 0.5em 0em 0.5em;		
}

div.GInfo h2{
   background-color:#49616e;
   color : #ffffff;
   border:1px solid grey;
   padding:0.5em;	
   text-align: center;
   font-size:1.6em;
}

div.infoStrong strong{
   font-weight:900;
   font-size:1.6em;
   color:#c95455;
}

div.infoStrong{
   padding:1em 0.5em 0em 1em;		
   text-align: center;
}

div.GInfo h3{
   font-size:1.3em;
   border:1px solid grey;
   padding:0.3em 0.5em 0.3em 0.5em;
   margin:0.5em 0.5em 0.5em 0.5em;
}

div.GInfo h4{
   padding:0.5em;
   margin:0.5em 0.5em 0.5em 0.5em;
}

div.GInfo p{
   margin:0.5em 0.5em 0.5em 0.5em;
}

div.GInfo table.pricetable{
   margin-left:1em;
}


div.GInfo table.secretariat{
   margin-left:1em;
   margin-bottom: 0.5em;
}

div.GInfo table.secretariat th{
font-weight:normal;
padding-left:0.4em;
padding-right:1em;
text-align:left;
}

div.GInfo table.secretariat td{
font-weight:normal;
padding-left:0.4em;
padding-right:1em;
text-align:left;
}

span.comments{
font-size: 0.8em;
  font-style: italic;
  line-height:1.7em;
font-weight:normal;
}

