body{

}

#container{
  width: 65%;
  margin: 1em auto 0.5em auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;

  border-left: dashed 1px gray;
  border-right: dashed 1px gray;
}


a {
  color: rgb(42, 72, 144);
  text-decoration: none;
}

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

a:hover {
  color: rgb(42, 72, 144);
  text-decoration: underline;
}

a:active {
  color: gray;
}

img {
  border: none;  
}


#header {
  background: white url(images/graslei_5.jpg) repeat bottom left;
  width: 100%;
  height: 200px;
  position: relative;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
}

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


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

h2{
  font-size: 1.4em;
}

h3{
  font-size: 1.1em;
}

p {
  padding: 0.5em;
}

#nav{
  margin-top: 2em;
  float: left;
  width: 27%;
}

#nav_img{
  margin-left: 10px;
}

#nav ul {
  padding: 0.6em;
  margin-left: 0;
}

#nav li {
  list-style-type: none;
  margin-top: 0.6em;
}

#content{
  margin-left: 27%;
}

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

#content .printtitle {
  display: none;
}

#footer {
  text-align: center;
  padding-top: 5px;
  border-top: double 3px gray;
}

#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: 0.5em;
	margin-top: 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;
}
.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{
  padding: 0.3em;
  border: solid gray 1px;
  width: 14em;
  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 0.5em 0;
}

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;
}

img.sponsorlogo {
  height: 40px;
}
