/*
 Styles for QC web pages
 Don't edit without permission by rhanusch@eso.org!
 $Id: eso.style,v 1.1 2005/08/01 13:39:49 web Exp web $
*/

body {
  margin-top:   0.2em;
  margin-left:  0.2em;
  margin-right: 0.2em;
  background-color: white;
  color: black;
}

.hide { display: none }


a.nav-top:link {
  color: white;
  background-color: #006699;
}

a.nav-top:visited {
  color: white;
  background-color: #006699;
}

td.nav-top {  
       font-family: sans-serif; 
       font-size: smaller;
       color: white; 
       background-color: #006699;
       text-align: center;
}

a.nav-item:link {
  color: black;
  background-color: #66ccff;
}

a.nav-item:visited {
  color: black;
  background-color: #66ccff;
}

/*
 navigation bar: to mark other links
*/

a.nav-otheritem:link {
  color: black;
  background-color: #9bdeff;
}

a.nav-otheritem:visited {
  color: black;
  background-color: #9bdeff;
}

/*
 used for navigation bar to mark current link
*/

a.this-nav-subitem:link {
  color: black;
  background-color: #ffff00;
}

a.this-nav-subitem:visited {
  color: black;
  background-color: #ffff00;
}

a.nav-subitem:link {
  color: black;
  background-color: #66ccff;
}

a.nav-subitem:visited {
  color: black;
  background-color: #66ccff;
}

a.nav-othersubitem:link {
  color: black;
  background-color: #9bdeff;
}

a.nav-othersubitem:visited {
  color: black;
  background-color: #9bdeff;
}

a.nav-head:link {
  color: white;
  background-color: #006699;
}

a.nav-head:visited {
  color: white;
  background-color: #006699;
}

th.nav-head {  
  font-family: sans-serif; 
  color: white; 
  background-color: #006699;
  font-size: medium;
  text-align: left;
  font-weight: bold;
}

a.nav-div:link {
  color: white;
  background-color: #006699;
}

a.nav-div:visited {
  color: white;
  background-color: #006699;
}

th.nav-div {  
  font-family: sans-serif; 
  color: white; 
  background-color: #006699;
  font-size: small;
  text-align: left;
  font-weight: bold;
}

/* styles for TQS
 */
 
a.this-qcnav-head:link {
  color: white;
}

a.this-qcnav-head:visited {
  color: white;
}

a.qcnav-head:link {
  color: white;
  background-color: #009933;
}


a.qcnav-head:visited {
  color: white;
  background-color: #009933;
}

th.qcnav-head {  
  font-family: sans-serif; 
  color: white; 
  background-color: #009933;
  text-align: left;
  font-weight: bold;
}

/*
 used for navigation bar to mark current link
*/

td.this-nav-subitem {  
  font-family: sans-serif; 
  color: black; 
  background-color: #ffff00;
  text-align: left;
  font-size: x-small;
  font-weight: normal;
}

td.nav-subitem {  
  font-family: sans-serif; 
  color: black; 
  background-color: #66ccff;
  text-align: left;
  font-size: x-small;
  font-weight: normal;
}

/*
  used to mark QC items (slightly larger than subitems)
*/ 

td.nav-othersubitem {  
  font-family: sans-serif; 
  color: black; 
  background-color: #9bdeff;
  text-align: left;
  font-size: x-small;
  font-weight: normal;
}

td.nav-item { 
  font-family: sans-serif; 
  color: black; 
  background-color: #66ccff;
  text-align: left;
  font-size: x-small;
  font-weight: bold;
}

td.nav-otheritem { 
  font-family: sans-serif; 
  color: black; 
  background-color: #9bdeff;
  text-align: left;
  font-size: x-small;
  font-weight: bold;
}

td.nav-dailyitem { 
  font-family: sans-serif; 
  color: white; 
  background-color: #66ccff;
  text-align: left;
  font-size: small;
  font-weight: bold;
}

textarea.nav-subitem {  
  font-family: sans-serif;
  color: black; 
  background-color: #999999;
  font-size: small;
}

