/*
 Styles for QC web pages
 $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;
}

.normal {
  font-family: sans-serif;
  font-size: small;
}
  
/* styles for navigation bars
 */

.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;
}

td.nav-dailyitem {  
       font-family: sans-serif; 
       font-size: small;
       color: white; 
       background-color: #66ccff;
       text-align: left;
       font-weight: bold;
}


a.nav-item:link {
  color: black;
  background-color: #66ccff;
}

a.nav-item:visited {
  color: black;
  background-color: #66ccff;
}

a.nav-subitem:link {
  color: black;
  background-color: #66ccff;
}

a.nav-subitem:visited {
  color: black;
  background-color: #66ccff;
}

a.this-nav-subitem:link {
  color: black;
  background-color: #ffff00;
}


a.this-nav-subitem:visited {
  color: black;
  background-color: #ffff00;
}

a.nav-othersubitem:link {
  color: black;
  background-color: #b0e6ff;
}

a.nav-othersubitem:visited {
  color: black;
  background-color: #b0e6ff;
}

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;
  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;
}

td.nav-subitem {  
  font-family: sans-serif; 
  color: black; 
  background-color: #66ccff;
  text-align: left;
  font-size: x-small;
  font-weight: normal;
}

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-otheritem {  
  font-family: sans-serif; 
  color: black;
  background-color: #b0e6ff;
  font-size: x-small;
  font-weight: normal;
}

td.nav-othersubitem {  
  font-family: sans-serif; 
  color: black; 
  background-color: #b0e6ff;
  font-size: x-small;
  font-weight: normal;
}

th.nav-div {  
  font-family: sans-serif; 
  color: white; 
  background-color: #006699;
  text-align: left;
  font-size: small;
  font-weight: bold;
}

td.nav-item {  
  font-family: sans-serif; 
  color: black; 
  background-color: #66ccff;
  text-align: left;
  font-size: x-small;
  font-weight: bold;
}

textarea.nav-subitem {  
  font-family: sans-serif;
  color: black; 
  background-color: #999999;
  font-size: small;
}

.OBcomm {
	position: absolute;
	display: none;
	background-color: #FFFFCC;
	border-color:black;
	border-width:thin;
	border-style:solid;
	color: black;
	font-size: 10px;
	font-family: "arial", helvetica, sans-serif;
	padding:1px;
}

/* styles for php interfaces
 */ <disabled due to a conflict with tool-provided styles>
<!-- 
.esocal {
  background-color: #FF6600;
  color: #FFF;
  font-size: x-large;
}

.esocal2 {
  font-size: small;
  text-decoration: none;
}

.nounder {
  text-decoration: none; 
}
-->
