/* CSS for StainsFile */

body {
	background-color: #ffffff;
	background-image: url(../graphics/color-b.jpg);
	background-repeat: repeat;
	color: #000000;
	font: normal normal normal 18px/normal "Times New Roman", Times, serif;
}

a:link { 
	background-color : transparent; 
	color : #0000ff; 
	text-decoration : none; 
}

a:hover { 
	background-color : transparent; 
	color : #ff0000;  
	text-decoration : none; 
}

a:visited {
	background-color: transparent;
	color: #005901;
	text-decoration: none;
}

a.abc:link, a.abc:visited { 
	background-color : transparent; 
	color : #0000ff; 
	text-decoration : none; 
}
	
a.abc:hover { 
	background-color : transparent; 
	color : #ff0000; 
	text-decoration : none; 
}	

p, ol, ul, table, tr, td, span, div {
	color: #663300;
	background-color: transparent;
}

p, p.standard {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 2px;
}

p.standard {
    line-height: 21px;
}

p.legal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
}

p.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	color: #B22222;
}

p.standard:first-letter {
	color: #B22222;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

p.list {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 170%;
	font-weight : bold;
}

p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

p.title:first-line {
	font-size: 30px;
}

p.info:first-line {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

p.alpha {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}

span.subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
}

span.pubname {
	font-style : italic;
	font-weight : bold;
}

span.pubtitle {
	font-style: italic;
}

span.dyename {
	color: #663300;
	background-color :transparent;
	font-weight: bold;
}

span.fl {
	color : #ff0000;
}

span.sl {
	color : #0000ff;
}

ol, ul {
	list-style-position: outside;
	margin-top: 0;
}

ol.method {
	list-style-type: decimal;
	margin-top : -18px;
}

ol.solution {
	list-style-type: upper-alpha;
}

ol.abc1 {
	list-style-type: upper-alpha;
	margin : 2px auto auto 25px;
}

ol.abc2 {
	list-style-type: lower-alpha;
	margin : 2px auto auto 25px;
}

ul.checklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -12px;
}
	
ul.results {
	list-style-type : none;
	margin-left : 0;
	margin-top : -18px;
}

ul.ul1 {
	list-style : disc outside;
	margin : 2px auto auto 35px;
}

ul.ul1a {
	list-style: square outside;
	margin: 2px auto auto 35px;
}

ul.ul1b {
	list-style: lower-roman outside;
	margin: 2px auto auto 35px;
}

ul.ul2 {
	list-style: disc outside;
	margin-top: -18px;
}

table.dye {
	border: thin solid #008080;
	line-height: 22px;
}

table.illustrate {
	width: 680px;
}

table.link {
	border:none;
}

table.button {
	border: none;
	text-align: center;
}
 
table.formula {
	line-height: 90%;
}

table.onesolution {
	line-height: 100%;
	margin-top : -18px;
}

table.structform {
	border: none;
}
 
table.compchart {
	border: thin solid #008080;
}
 
td {
	padding : 5px 5px 5px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	vertical-align : top;
}

td.compare {
	vertical-align : middle;
}


td.idx1, td.idx4, td.link1, td.s-idx1 {
	background-color: #e9ffff;
}

  
td.idx2, td.idx5, td.link2, td.s-idx2 {
	background-color: #ffffe3;
}

td.idx3, td.s-idx3 {
	background-color: #99ffcc;
	color: #000000;
	font-weight : bold;
 }

td.item, td.item1, td.s-item {
 	background-color: #ffe4c4;
	font-weight : bold;
}
 
td.item1 {
	vertical-align: middle;
}

td.s-idx1, td.s-idx2, td.s-idx3, td.s-item {
	font-size: 12px;
}

td.idx4, td.idx5 {
	vertical-align: middle;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

td.header {
 	background-color: #ffcccc;
	font-size: 15px;
	font-style : italic;
	font-weight : bold;
}
 
td.sol, td.solitem, td.amount, td.unit {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
}

td.sol {
	font-weight : bold;
}

td.amount {
	text-align: right;
}

td.unit {
	text-align: left;
}

td.link1, td.link2 {
	width: 200px;
	text-align: center;
	font-size: 14px;
	line-height: 100%;
}

td.nav {
	width: 75px;
	text-align: center;
	background-color : #dcdcdc;
	font-size : 9px;
	border-right : 1px solid #009900;
	border-left : 1px solid #009900;
	padding: 0 0 0 0;
}

td.pic {
	vertical-align: middle;
}

td.text {
	font-size: 14px;
	color: #3c3c90;
}

td.structuretxt { 
  font-size: 12px; 
  text-align: left;	
  color: #006400; }

td.structurelbl {
	font-size: 10px;
	text-align: center;
	color: #B22222;
}

td.structuregrf {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: Blue;
}

blockquote.define {
	margin: 10px 30px 10px 30px;
	font-size: 14px;
	color: #3C3c90;
}

.graphic {
	color: Blue;
	background-color: transparent;
}


li.describe {
	margin-bottom: 10px;
}
	
table.data {
	border-bottom: thin solid #008080;
	border-left: thin solid #008080;	
	border-right: thin solid #008080;	
	line-height: 22px;
}

td.el1, td.el2, td.el3, td.el4, td.el5, td.el6, td.el7, td.el8, td.el9, td.el0, td.elb, td.elg, td.elt, td.mty { 
	font-size:11px; 
	text-align:center; 
	line-height:70%;
}

td.c1, td.c2, td.c3, td.c4, td.c5, td.c6, td.c7, td.c8, td.c9, td.c0 { 
	font-size:9px; 
	text-align:center; 
	line-height:100%; 
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

td.elb1, td.mty1, td.elh { font-size:11px; line-height:100%; }
td.elb, td.elt, td.mty, td.elb1, td.mty1 { text-align: left;}
td.elt { line-height: 130%;} 
td.elh{text-align:center;  background-color: #FFCC99;} 
td.el1, td.c1 { background-color: #FFFFCC;}
td.el2, td.c2 { background-color: #CCFFFF;}
td.el3, td.c3 { background-color: #CCFFCC;}
td.el4, td.c4 { background-color: #FFEBCD;}
td.el5, td.c5 { background-color: #DAEDB4;}
td.el6, td.c6 { background-color: #E6E6FA;}
td.el7, td.c7 { background-color: #F2D7D7;}
td.el8, td.c8 { background-color: #C6E9ED;}
td.el9, td.c9 { background-color: #BDF0E7;}
td.el0, td.c0 { background-color: #F3D9FF;}
td.elb, td.elg, td.elb1 { background-color: #CCCCCC;}
td.elt, td.mty, td.mty1 { background-color: #EEEEEE;}

sub.chem {
	font-size:12px;
}

sup.ordinal {
  font-size:10px;
}
