/* EasyChair style sheet */

a:active{
  color : Red;
}

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

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

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

.fuchsiabutton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  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;
}

