@charset "iso-8859-1";

h1 {
  text-align: center;
  font-size: x-large;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  background-color: red;
  margin-top: 0.2em;
  margin-bottom: 1em;
  padding: 0.5em 0em 0.5em 0em;
}

h2 {
  text-align: left;
  font-size: large;
  font-family: sans-serif;
  font-weight: bold;
  color: red;
  padding: 0em 0em 0.1em 0.2em;
  border-width: 0em 0em 0.1em 0.3em;
  border-style: solid;
  border-color: orange;
}

h3 {
  text-align: left;
  color: red;
  font-size: medium;
  font-family: sans-serif;
  padding: 0em 0em 0.1em 0.2em;
  border-width: 0em 0em thin 0em; 
  border-style: solid;
  border-color: orange;
}

h4 {
  text-align: left;
  color: maroon;
  font-family: sans-serif;
}

body {
  color: black;
  background: #000000;
  font-family: serif;
  margin: 0;
  padding: 0;
}

div.container{
  width: 790px;
  position: absolute;
  margin: 0 0;
  padding: 0 0;
}

div.menu{
  position: relative;
  top: 0;
  left: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 180px;
  float: left;
  color: white;
  background: #000000;
  font-family: sans-serif;
  background: url(images/menuback.gif);
  background-repeat: repeat-x;
}

div.contents{
  position: relative;
  color: black;
  background-color: white;
  width: 590px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}

div.lang-navigator {
  text-align: right;
  font-weight: bold;
}

p.announce {
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}

p.indented {
  margin-left: 1em;
}

p.centerimg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

address {
  text-align: center;
}

div.namelist ul, div.namelist li{
  padding: 0;
  margin-left: 5px;
  list-style: none;
}

table#footer {
  width: 100%;
}

td.textcenter {
  text-align: center;
}

td.right {
  text-align: right;
}

img.noborder{
  border: none;
}

.boldlist li{
  font-family: sans-serif;
  font-weight: bold;
  list-style: none;
}

/* navigation menu */
div.menu a, div.menu a:link{
  color: aqua;
}

div.menu a:visited {
  color: orange;
}

p.menutitle{
  margin-top: 0.2em;
  padding-top: 1em;
  padding-bottom: 0em;
  color: white;
  font-size: medium;
  text-align: left;
  font-weight: bold;
}

#navi {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-top: 2px solid orange;
}

#navi td {
  margin: 0;
  width: auto;
  height: auto;
  border-bottom: 2px solid orange;
}

#navi a {
  padding: 3px;
  text-decoration: none;
  display: block;
}

#navi a:link, #navi a:visited {
  color: orange;
}

#navi a:hover {
  background-color: orange;
  color: black;
}

#navi a#current {
  background-color: orange;
  color: white;
}

#menulinks {
  margin: 0;
  padding: 0;
}

#menulinks th {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

#menulinks td {
  vertical-align: middle;
}


/* index.html */
div.contents_home{
  position: relative;
  color: white;
  background-color: black;
  width: 590px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  background-image: url(images/homeback.gif);
  background-repeat: no-repeat;
}

div.contents_home h1{
  text-align: left;
  color: transparent;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

div.contents_home h2{
  color: orange;
  padding: 0em 0em 0em 0em;
  border-width: 0em 0em 0em 0em;
}

div.contents_home a, div.contents_home a:link {
  color: aqua;
}

div.contents_home a:visited {
  color: orange;
}

p#topicaltheme{
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  color: orange;
  padding: 0;
  margin: 0;
}

div.logoblank{
  height: 170px;
  margin: 0;
  padding: 0;
}

div.blank300{
  height: 300px;
  margin: 0;
  padding: 0;
}

/* outline.html */
table#styles {
  margin-left: 1em;
}

/* exhibition.html */
table.exhibitor {
  margin-left: 5%;
  width: 90%;
}

td.ex-img {
  width: 50%;
  text-align: center;
  vertical-align: bottom;
}

td.ex-text {
  width: 50%;
  text-align: center;
}

/* registration.html */
#fee {
  border-collapse: collapse;
  border: 2px solid black;
}

#fee th{
  text-align: left;
  height: 2.5em;
  border: 2px solid black;
}

#fee td{
  text-align: center;
  width: 27%;
  border: 2px solid black;
}

#contact {
  margin-left: 1em;
}

#screen-sample {
   background-color: #ffffff;
   border-style: solid;
   border-color: #aabbcc;
   border-width: 1px 1px 1px 1px;
   padding:  0px 10px 0px 10px;
   margin: 0px 0px 0px 0px ;
}

div.enclose {
   background-color: #ffffff;
   border-style: solid;
   border-color: #000000;
   border-width: 1px 1px 1px 1px;
   padding:  10px 10px 10px 10px;
   margin: 0px 0px 20px 0px ;
}

div#author_data {
  padding-top: 6px;
  padding-left: 10px;
}

div#affiliation_data {
  padding-top: 6px;
  padding-left: 10px;
}

div.right {
  text-align: right;
}

div.sans {
  font-family: sans-serif;
}

span.sans {
  font-family: sans-serif;
}

span.sansbold {
  font-family: sans-serif;
  font-weight: bold;
}

span.red {
  color: red;
}

span.redbold {
  font-family: sans-serif;
  font-weight: bold;
  color: red;
}

span.ul {
  text-decoration: underline;
}

span.strike {
  text-decoration: line-through;
}

select.pref {
  width: 350px;
  text-align: left;
}

p.note {
  margin-left: 20px;  
  margin-right: 20px;  
  font-size: small;
}

td.onehalf {
  width: 50%;
}

table#hotellist{
  border-collapse: collapse;
  border: 1px solid black;
}

#hotellist td {
  width: 15%;
  text-align: center;
  border: 1px solid black;
}

#hotellist th {
  width: 15%;
  border: 1px solid black;
}

th.hotellist_name {
  width: 30%;
  text-align: left;
  border: 1px solid black;
  padding-left: 5px;
}

tr.hotellist_stripeB {
  background-color: #e8e8FF;
}

tr.hotellist_stripeR {
  background-color: #FFe8e8;
}

#procform tr {
  height: 30px;
}

#procform th {
  text-align: left;
}

table#feeselect {
  margin-left: 10px;
  width: 90%;
}

#feeselect th {
  padding-left: 5px;
  text-align: left;
}

#feeselect td {
  font-weight: bold;
  text-align: center;
}

#refstyle th {
  font-family: sans-serif;
  text-align: left;
} 

#refstyle td {
  vertical-align: top;
} 

table.stats {
  border-collapse: collapse;
}

table.stats th {
  border-style: solid;
  border-width: 1px;
}

table.stats td {
  text-align: center;
  border-style: solid;
  border-width: 1px;
}

th.ps-sec{
  text-align: left;
  width: 45%;
  height: 28pt;
}

