/* EasyChair style sheet */

body {
  font-size: 90%; 
  padding:0px;
  margin-top: 0pt;
  border-width: 0px;
}

a:active{
  color : Red;
}

.menu {
  font-size: 100%; 
  border-width: 1px;
  border-color: #0000FF;
  border-style: solid;
  background-color: #D0D0F0;
  padding: 0px 3px 0px 3px;
  line-height: 150%;
  margin-top: 0pt
}

.easybutton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: White;
  font-weight: bold;
  padding-left : 5px;
  padding-right : 5px;
  background-color : #6699cc;
}

.redbutton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: White;
  font-weight: bold;
  padding-left : 5px;
  padding-right : 5px;
  background-color : #ff3366;
}

.greenbutton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: White;
  font-weight: bold;
  padding-left : 5px;
  padding-right : 5px;
  background-color : #009933;
} 

.fuchsiabutton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: White;
  font-weight: bold;
  padding-left : 5px;
  padding-right : 5px;
  background-color : #ff33ff;
}

.blacklink { 
}

/* Do not underline links when links mask as buttons */
a.easybutton:link {text-decoration: none}
a.easybutton:visited {text-decoration: none}
a.easybutton {text-decoration: none}
a.fuchsiabutton:link {text-decoration: none}
a.fuchsiabutton:visited {text-decoration: none}
a.fuchsiabutton {text-decoration: none}

a.blacklink:link {color: Blue; text-decoration: none}
a.blacklink:visited {color: Black; text-decoration: none}

/* Thin, colored horisontal rules */
.easyline { 
  color  : #6699cc;
  height : 1px;
}

/* Various backgrounds */
.powderblueback {
  background-color : #B0E0E6;
}
.khakiback {
  background-color : #F0E68C;
}
.whiteback {
  background-color : white;
}
.thistleback {
  background-color : #D8BFD8;
}
.brownishback {
  background-color : #ffddbb;
}
.greyborder { 
  border-color: #ADADB5
}

.warning { 
  font-weight: bold;
  color: red;
}
