/* compat.css */

body { font-size: 12px;	/* for NS4 */
	}
/* Caio Hack & Tan Simplified Box Model Hack w/ be nice to Opera rule */
/*/*/a{}
body { font-size: small;
	}
* html body {
	font-size: x-small;
	f\ont-size: small;
	}
html > body { font-size: small;
	}
/* */

/* Main data table */
#tbc { width: 100%;
	border-collapse: collapse;
	line-height: 110%;
	}

/* Data columns, cells */
.dc td { border-top: 1px solid #777;
	border-right: 2px solid #CC0000;
	border-bottom: 1px solid #777;
	border-left: 2px solid #CC0000;
	text-align: center;
	}

/* Air/Gas column cells */
.ag { border-right-color: #999 !important;
	border-right-width: 1px !important;
	}

/* Oxy/Gas column cells */
.og { border-left-color: #BBB !important;
	border-left-width: 1px !important;
	}

/* Background color */
.bgc-b { background-color:#83C5F5; }  /* sky blue */
.bgc-bg { background-color:#9BBDCA; } /* blue gray */
.bgc-g { background-color:#8EF305; }  /* green */
.bgc-gg { background-color:#BBDF9C; } /* green gray*/
.bgc-gr { background-color:#DADADA; } /* gray */
.bgc-y { background-color:#E0E05F; }  /* pale yellow */
.bgc-yg { background-color:#FF9 }  /* yellow gray*/

.bgc-lg {background-color:#EEE;		  /* light gray */
border-color: #EEE;
	}

/* Air/Gas & Oxy/Gas column cells */
.spacer { width: 4.5%; }

/* Big dot */
.dot { font-size: 130%; }

/* class modifiers */
.txt8, .txt9 { font-weight: normal;
	}

/* 11px text */
.txt11 { line-height: 120%;
	}
table.txt11 { width: 96%;
	}
table.txt11 td { padding: 5px;
	}

.nowrp { white-space: nowrap; }

.cellpad { padding-bottom: 7px;
	padding-top: 7px;
	}
