/*
 * CSS file for Stars
 * (c) 2000 Bilkent University Computer Center / arslanm
 */
BODY {
  font-size: 10pt;
  color: black;
  font-weight: medium;
/*  background-color: #afaf90; */
  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";
}
.headergr {
  background-color: #dcdcdc;
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  font-family: "verdana,arial,helvetica";
}
.headerbl {
  background-color: #93bfcf;
  color: black;
  border-style: inset;
  border-width: 2;
  font-size: 10pt;
  font-weight: bold;
  font-color: black;
  font-family: "verdana,arial,helvetica";
}
.error {
  background-color: #ffffff;
  color: black;
  font-weight: bold;
  font-size: 10pt;
  font-family: "verdana,arial,helvetica";
}
.tdblue {
  background-color: #a7bed1;
  color: black;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}
.tdblueyazi {
  background-color: #a7bed1;
  color: black;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 8pt;
}
.tdyerine {
  background-color: #a7bed1;
  color: red;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}

.tdyeni {
  background-color: #a7bed1;
  color: blue;
  font-family: "verdana,arial,helvetica";
  font-weight: medium;
  font-size: 10pt;
}

.tdgray {
  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;
}