/******************************Change Log********************************
/ $Log: General.css,v $
/ Revision 1.84  2008/10/08 09:32:50  timp
/ Make footer urls visible
/
/ Revision 1.83  2008/07/14 14:17:57  timp
/ Make tabl;e links a little darker
/
/ Revision 1.82  2008/07/07 14:50:15  timp
/ VMS-272 Lighten color of job ref links
/
/ Revision 1.81  2008/06/26 16:24:22  timp
/ Style h2, remove shortbox
/
/ Revision 1.80  2008/06/26 09:47:21  timp
/ Set header to readable
/
/ Revision 1.79  2008/06/25 16:46:49  timp
/ Factor out common between Bond and Champion
/
/************************************************************************/
/* Built in HTML Elements */

BODY {
}
H2 {
  color: #00AE9C;
}

BODY,TH,TD {
}

A {
  color: #0066DD;
}
TD A { 
  color: #0066DD;  
}
A:hover {
  color: #BB99CC;
}
A IMG { 
  border: 1px solid #008B8B; /* Dark Cyan */
}
A IMG:hover { 
  border: 1px inset #40E0D0; /* Turquoise */
}

/* Blocks */

.bodyText {
}
.header {
  color: #EEFFEE;
  background-color: #666666;
}

.header A { 
}
.hours {
}

.money {
}

.inputLabel {
}
.rowLabel {
}

#centeredTable {
}

#w3c {
}
.searchresult, .searchresultfound {
  COLOR: #4E73A5;
  BACKGROUND-COLOR: #EEFFEE;
  BORDER-BOTTOM: 1px solid black;
}

.separator {
  color: #336699;
}

.tsMessage {
}

.areasmall, .inputmedsmall,.inputmedium , .inputsmall {
  background-color: #EEFFEE;
}
.areasmall {
  background-color: #EEFFEE;
}

/* Mouseover */
#switch {
}
#about { 
}
#switch:hover #about { 
}


.bodyText
{
}
/* Identified elements */

#container, #multiPage { 
}
#container { 
}
#multiPage { 
}
#main {
  border: 1px solid #008B8B; /* Dark Cyan */
}

#topBanner {
 background-color: #008B8B; /* DarkCyan */
}

#changingContent {
}

#pageBody {
}

#errstr, #message {
}
#errstr:hover {
}

#errstr { 
}
#message { 
}

#TOPNAV {
}

#navTable {
}
#jswarning {
}

.CONTENTS {
}

#dataTable, #reportTable, #queryTable, #inputTable, #hatsPopupTable {
 BORDER: 1px solid #008B8B; /* DarkCyan */
}
#dataTable, #reportTable  {
 background-color: #EEFFEE; 
}
#queryTable { 
 background-color: #FFFFEE; 
}
#inputTable, #hatsPupupTable { 
 background-color: #EEFFFF; 
}

.crumbstr {
}

.tnc {
  background-color: #FFE8AA; 
}

/** Form Elements **/

INPUT {
  background-color: #99EEEE;
} 
/* deliberately duplicated due to htc parser */
INPUT:focus {
  BACKGROUND-COLOR: #DDFFEE;
  BORDER: 1px solid blue; 
}

INPUT[type="text"], INPUT[type="password"] { 
}
INPUT[type="button"] { 
}

SELECT {
  BACKGROUND-COLOR: #EEFFEE;
}

/* deliberately duplicated due to htc parser */
SELECT:focus {
  BACKGROUND-COLOR: #DDFFEE;
  BORDER: 1px solid blue; 
}

.selectlength {
}

/* Buttons */

.button32x32 {
}
.calendarInput {
}

.dateInput {
}
.inputlength, .halfInputLength {
}
.halfInputLength
{
}

INPUT.inputdisplay {
  BORDER: ridge 1px #008B8B; /* DarkCyan */
}

.inputmedsmall {
}
.inputmedium {
}
.inputsmall {
}
.tsInputTime {
  background-color: #EEFFEE;
}
.tsInputDecimalTime {
  background-color: #EEDDEE;
}

/* The main button style */
.submitstyle {
  background-color: #b7e8e3;
  border: outset 1px #3366CC; 
}
.submitstyle:hover  {
  BACKGROUND-COLOR: #BBFFCC;
}
.submitstyle:focus  {
  BACKGROUND-COLOR: #BBFFCC;
  BORDER: inset 1px #FFC0CB;
}


TEXTAREA {
  BACKGROUND-COLOR: #EEFFEE;
  BORDER: 1px solid black; 
}
/* deliberately duplicated due to htc parser */
TEXTAREA:focus {
  BACKGROUND-COLOR: #DDFFEE;
  BORDER: 1px solid blue; 
}

/* HAT styles */

.listbox {
  background-color: #b7e8e3;
}

/******* Unique to Common below ************/

