/* 
 * CSS file for Stars
 * (c) 2000 Bilkent University Computer Center / arslanm
 */
BODY {
  font-size: 10pt;
  color: black;
  font-weight: medium;
  background-color: #ffffff;
  font-family: "verdana,arial,helvetica";
}
TD {
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}
HR {
  color: #41417c;
}
A {
  text-decoration : none;
  color : #000090;
  font-family: "verdana,arial,helvetica";
}

A:Hover {
  text-decoration: none;
  text-shadow: black;
  background-color: #88a2bb;
  font-family: "verdana,arial,helvetica";
}
INPUT,SELECT {
   font-family: "verdana,tahoma,arial,helvetica";
   font-size: 8pt;
   font-weight: normal;
   color: black;
   background-color: #f3f3f3;
   font-weight: normal;
   border-style: inset;
   border-width: 1;
}

TEXTAREA {
  font-family: Verdana;
  width: 90%;
}

.headergr {
  background-color: #93bfcf;
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-weight: bold; 
  font-family: "verdana,arial,helvetica";
}
.headerbl {
  background-color: #93bfcf;
  color: white;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-weight: bold;
  font-color: white;
  font-family: "verdana,arial,helvetica";
}
.error {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}
.note {
  background-color: #ffffff;
  color: black;
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}
.tdblue {
  background-color: #f3f3f3; 
  color: black;
  font-family: "verdana,arial,helvetica";
  font-weight: bold;
  font-size: 10pt;
}
.tdyerine {
  background-color: #dcdcdc;
  color: black;
  font-family: "verdana,arial,helvetica";
  font-weight: bold;
  font-size: 10pt;
}
.tdgray {
  background-color: #93bfcf;
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-weight: bold; 
  font-family: "verdana,arial,helvetica";
}
.tdgrayold {
  background-color: #dcdcdc;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}
.tdyellow {
  background-color: yellow;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}
.tdcyan {
  background-color: #78aaab;
  color: black
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}
.td1 {
  background-color: #abcdef;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}
.stmenu {
  background-color: #78aaab;
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}
.copy {
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 6pt;
  font-family: "verdana,arial,helvetica";
  background-color: #dcdcdc;
}

.help {
  background-color: #c0c0c0;
  color: black;
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}

.help A {
  text-decoration : none;
  color: #000090;
  background-color: #f3f3f3;
  font-family: "verdana,arial,helvetica";
}
.help A:Hover {
  text-decoration: none;
  text-shadow: black;
  font-family: "verdana,arial,helvetica";
}

.button {
  font-size: 8pt;
  font-family: verdana;
  font-weight: bold;
  background-color: #c6d2c7;
  color: #000000;
  border-style: outset;
  border-width: 1;
}

.menu {
   font-family: "verdana,tahoma,arial,helvetica";
   font-size: 8pt;
   font-weight: normal;
   color: black;
   background-color: #f3f3f3;
   font-weight: normal;
   border-style: inset;
   border-width: 1;
}

