/******************************************
/ CSS for CAMEO Chemicals v2, ALOHA Revision
/
/ Notes
/ - The units 'em' don't work reliably on IE 6 for Windows, they are way too big compared to how the 
/	same value is displayed in Netscape, Firefox on Windows and Netscape, Firefox, Safari, and IE on Mac
/ - So, I am using mostly pixel units for margins, etc.
/
/ - 4-argument padding/margin order is: top, right, bottom, left.
/
******************************************/

/******************************************
/ Styles for site.html & index.html 
******************************************/

/* fix: some browsers put a blue box around images that are also anchors */
img { border-style: none; }

a.button:hover { 
	text-decoration: none;
}

body
{
	/* background-color: #293150; */
	/* background-color: #b4d0ba; */
	background-color: #0066CC;
	color: #222222; 
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;
	min-width: 600px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* background for leftbar (left side/tool bar) -- its width is about 168 pixels */
	/* background-image: url(../images/bg.png); */
	/*background-repeat: repeat-x;*/
	background-repeat: repeat;
	background-position: top;

	text-align: center; /* for IE */

}

#headerDiv, #contentDiv {
float: left;
}

#myHeader {
font-size: 0.8em;
font-weight: bold;
margin: 5px;
}

#contentDiv {
background-color: #FFFFCC;
}

#myContent {
margin: 5px 10px;
}

#headerDiv a:hover {
color: #000000;
}


/* Default spacing for li */
li
{
	margin:.7em 10% .7em 0
}


select option { 
	padding-right: 15px; 
}


.input {
    width: 600px;
}


/* FIXME: This is broke, delete class summary: */
.summary {
	line-height: 1.75;
}


#page_center {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 2px solid #444;
	width:837px;
	background-color: white;
}


div.warnings {
	/* IE: only works in 9 and above.  */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #c00000;
	background-color: #faeeee;
	width: 740px;
	margin-top: 2px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 20px;
	padding: 10px;
    }


/* main title for most pages */
h1 { 
	font-size: 25px; 
/*	margin: 3px 3px 3px 3px;*/
	margin: 0px;
}


h2 { 
	font-size: 18px; 
/*	margin: 6px 6px 6px 6px;*/
	margin: 0px; 
	margin-left: 0px;
	font-weight: normal;
}


select { 
	/* min-width:150px; */
	min-width:80px; 
}


span.bluebold {
	font-weight: bold;
	color: #001ae9;
}


div.header {
	/*width:837px; */
	/*height:79px; */
	width:838px;
	height:68px;
	background-image: url(../images/header.png);
	border-bottom: 1px solid #666666;
}


span.input_header { 
	font-size: 1.33em; 
	margin: 3px;
    font-weight: normal;
}


span.helpspan { 
	margin-left: 30px;
}


div.breadcrumb {
	padding: 4px;
	font-size: 14px; 
	color: 808080; 
}

ul.breadcrumbs {
        padding: 0px 2px 25px 2px;
        margin: 10px 0px 10px 0px;
        border-bottom: 1px solid #666666;
        }

ul.breadcrumbs li {
        list-style-type: disc;
        color: #536BA8;
        margin: 0px;
        font-weight: bold;
        font-size: 0.9em;
        display: inline;
        padding: 1px;
        background-image: none;
}

div.floatBox {
/*      border-bottom: 1px solid #666666; */
}

div.floatBox div.left {
        width: 70%;
        float: left;
}

div.left {
        float: left;
}

div.center {
        text-align: center;
}

div.floatBox div.right {
        width: 25%;
        float: right;
}

div.right {
        float: right;
}

div.clearing {
        clear: both;
}

div.bannerContainer {
        background-color: #ffffff;
        margin-top: 6px !important;
        margin-bottom: 0px;
        margin-left: 6px;
        border: 1px solid #666666;
        width: 950px;
}

div.bannerContainer div#printBanner {
        display: none;
}

/* page content is area outside of user input forms */
div.page_content {
	margin: 8px 18px 18px 18px;
	padding: 8px 18px 18px 18px;
	border: 1px solid #999999;
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;
}

a.page_content { color: #15008E; text-decoration: none; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }
a.page_content.visited { color: #15008E; text-decoration: none; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }
a.page_content.hover { color: black; text-decoration: underline; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }

th {
	font-size: 13px; 
	font-family: Verdana, sans-serif, Helvetica;
}


.page_content h1 {
	font-size: 1.67em;
}

.page_content p {
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;
}


/* user input forms */
div.input_section {
	border: 1px solid #b3b3b3;
	padding: 9px;
	padding-bottom: 12px;
	margin: 18px 0px 18px 0px;
	background-color: #e3edf7;
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;	
}


.input_section td {
    font-size: 12px; 
}

a.input_section { color: #15008E; text-decoration: none; font-weight: bold; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }
a.input_section.visited { color: #15008E; text-decoration: none; font-weight: bold; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }
a.input_section.hover { color: black; text-decoration: underline; font-weight: bold; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }


.input_section h2 {
	font-size: 1.33em; 
	font-weight: bold;
}


/* summary_data is where information user has already defined is written */
div.summary_data {
	/* IE: only works in 9 and above.  */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	/* border: 1px solid #cacfd5; */
	border: 1px solid #000000;
	/* background-color: #e3edf7; */
	background-color: #c6e2ff;
	width: 740px;
	margin-top: 2px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 20px;
	padding: 10px;

}

.summary_data td {
	font-size: 13px; 
	font-family: Verdana, sans-serif, Helvetica;
}

/* Source Summary page: */
h1.summary {
	font-size: 12px; 
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #c1272d;
}


/* margin-left in pixels because we are using a fixed width background-image in the body for the leftbar background */
div.page_center
{
	float: none;
	clear: none;
	margin-left: 160px;
	margin-right: 20px;
	border-style: none;
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;
}



div.cameo_data {
	/* IE: only works in 9 and above.  */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border: 1px solid #cacfd5;
	background-color: #e3edf7;
	width: 650px;
	margin-top: 20px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 20px;
	padding: 10px;
}

div.cameo_data_wide {
	/* IE: only works in 9 and above.  */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	border: 1px solid #cacfd5;
	background-color: #e3edf7;
	width: 740px;
	margin-top: 20px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 20px;
	padding: 10px;
}

.cameo_data_wide h2 {
	font-size: 1.33em; 
	font-weight: bold;
}


table.cameo_data {
	font-size: 12px; 
	width: 100%;
	margin: 0px;
	padding:0px;
}

table.cameo_data td { 
	padding:0px;
	padding-left:0px; 
}

h1.cameo_data {
	font-size: 13px; 
	margin-bottom: 10px;
	color: #001ae9;
}


h2.release_source_type {
	font-size: 13px; 
	margin-bottom: 10px;
	color: #001ae9;
}

table.release_source_type {
	font-size: 12px; 
	width: 100%;
}

table.release_source_type td { 
	padding:8px; 
}

h1.release_source_type {
	font-size: 13px; 
	margin-bottom: 10px;
	color: #001ae9;
}




table.simple {
	font-size: 12px; 
	/* float:left; */
}

table.weatherinfo {
	font-size: 12px; 
	/* float:left; */
}


table.weatherinfo td {
	padding-right: 20px;
	margin: 0px;
	/* border-spacing: collapse; */
}

/*
table.simple tr {
	vertical-align: center;
}
*/



div.infobox {
	text-align: center;
	border: 1px solid #cacfd5;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 170px;
}

span.blue_highlight {
	font-size: 12px; 
/*	color: #001ae9;*/
	color: #000000;
	font-weight: bold;
}

span.tip_blue_highlight {
    display:none;
	font-size: 12px; 
	color: #001ae9;
}

/* For form validation errors: */
/* NOTE: "label" is an HTML keyword for form labels. */
error_label { width: 10em; float: left; }
error_label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }


.footer td {
    font-size: 12px; 
}







/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/* EVERYTHING BELOW CAN BE DELETED... it's only there for example usage. */
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/



/* margin-top in pixels to get it a fixed distance below the banner */
/* margins: 20px looks better on everything but IE Win, but 10px looks better there, so I'm compromising to 15px */
div.sidebar
{
	float: left;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 15px;
	border-style: none;
	font-size: 11px; 
	font-family: Verdana, sans-serif, Helvetica;
}

/* margin-left necessary for display bug in Safari */
.banner
{
	clear: both; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #8AC3E2;
}

/* for temporary notice about product being in beta */
div.beta
{
    background-color: #FEF0DB;
    margin: 0px;
    padding: 0px;
    color: #FF8000;
    font-size: 18px; 
    font-weight: bold;
    text-align: center;
}

div.footer
{
	margin-top: 40px;
}

div.sitelinks
{
	text-align: center;
}

ul#flash-messages {
    color: red;
    background-color: #ffffcc;
    font-size: larger;
    font-style: italic;
    margin: 0 4em;
    padding: 0.5em 2em;
    border: 2px solid black;
    }

ul#my-chemicals-flash-messages {
    color: red;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    }

/* IE on Windows unique behavior: need float & clear or tables float left */
/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.simple_table
{
	float: none;
	clear: none;
	width: 99%;
}

img.meatball
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/******************************************
 * Default styles
 *****************************************/

/******************************************
 * Styles for any page
 *****************************************/

.instructions {
    font-style: italic;
    }

/******************************************
/ Styles for Headers
******************************************/

/* main title for most pages */
NOTh1 { margin-bottom: 1.6em; color: black; font-size: 25px; font-family: Verdana, sans-serif, Helvetica; }

h1.sidebar { margin-bottom: 1em; color: black; font-weight: bold; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }

h1.datasheet
{
	margin: 16px;
    font-weight: normal; 
    font-size: 20px;
}

NOTh2 { margin-top: 2em; color: black; font-weight: bold; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }

h2.reactivity
{
	float: none;
	clear: none;
	margin-top: 3em;
	margin-bottom: 1em;
	color: black;
    font-weight: bold; 
    font-size: 12px;
}

h3.reactivity
{
	margin-top: 1em;
	margin-bottom: 1em;
	color: black;
    font-weight: bold; 
    font-size: 12px;
}

h2.datasheet
{
	float: none;
	clear: none;
	margin-top: 20px;
	margin-bottom: 0em;
    border: 1px solid black;
	padding: 6px;
    text-align: left;
    font-weight: bold; 
    font-size: 14px;
    color: white;
}

/* section titles within a page */
h3 { margin-top: 3em; color: black; font-weight: bold; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }

h3.datasheet
{
	margin-top: 0.25em; 
	margin-bottom: 0.5em; 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica; 
}

/* other titles within a page */
h4 { color: black; font-weight: bold; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }


/******************************************
/ Styles for Anchors
******************************************/

/* default hyperlink look */
a { color: #001adf; text-decoration: none; font-size: 13px; font-family: Verdana, sans-serif, Helvetica;}
a:visited { color: #001adf; text-decoration: none; font-size: 13px; font-family: Verdana, sans-serif, Helvetica; }
a:hover { color: #001adf; text-decoration: underline; font-size: 13px; font-family: Verdana, sans-serif, Helvetica;}

/* special look for side-bar links */
a.sidebar { color: #15008E; text-decoration: none; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }
a.sidebar:visited { color: #15008E; text-decoration: none; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }
a.sidebar:hover { color: black; text-decoration: underline; font-size: 12px; font-family: Verdana, sans-serif, Helvetica; }

/* special look for the search results (matches) */
a.match_name { color: #15008E; text-decoration: underline; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }
a.match_name:visited { color: #15008E; text-decoration: underline; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }
a.match_name:hover { color: black; text-decoration: underline; font-size: 14px; font-family: Verdana, sans-serif, Helvetica; }

/* A hyperlink that should look sorta like a button */
a.pseudo_button
{
    border-style: solid;
    border-width: 2px;
    border-color: #DCDCDC #333333 #333333 #DCDCDC;
    background-color: #F2F2F2; 
	padding-left: 0.5em;
	padding-right: 0.5em;
    color: black; 
    text-decoration: none; 
    font-size: 12px; 
    font-family: Verdana, sans-serif, Helvetica; 
    margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

a.pseudo_button:hover 
{
	border: 2px solid #3D59AB;
    background-color: white; 
    color: #15008E; 
}

a.pseudo_button:visited 
{ 
    color: black; 
}

/*****************************************
/ Styles for paged regions
******************************************/

.navigator {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #eeeeee;
	background-color: #E0EEE0;
    padding: 0.25em;
    margin-bottom: 1.5em;
}

.navigator a {
    text-decoration: none;
    }


/******************************************
/ Styles for chemical.html
******************************************/

div.dsht_buttons
{
	float: right;
	/* fix for IE7 cutting off button borders, doesnt work for IE8 */
	padding-top: 6px;
	padding-bottom: 6px;
}

div.pretitle
{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.title_box
{
	float: none;
	clear: none;
	width: 99%;
	border: 1px dashed #AAAAAA;
	margin-top: 0px;
	margin-bottom: 1em;
}

#section1 { background-color: #698B22; }
#section2 { background-color: #E3701A; }
#section3 { background-color: #4682B4; }
#section4 { background-color: #2FAA96; }
#section5 { background-color: #AA6600; }
#section6 { background-color: #694489; }
/* section7 is used in UN datasheets */
#section7 { background-color: #B4B4B4; }
/*#section7 { background-color: #6996AD; }*/

div.section_help
{
	margin-bottom: 2em;
}

.no_data { color: #999999; }
.prop_label { font-weight: bold; }

div.field_label { font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; }
div.field_contents { margin-top: 0.5em; margin-bottom: 1.5em; }
div.physical_props { margin-top: 0.5em; margin-bottom: 0.5em; }

/* table with multiple fields displayed */
/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.field_table
{
	width: 99%;
	margin-bottom: 0em;
	/*this may work, but I don't care that much -- margin-left: -1px;*/
	border: 0px;
}

table.field_table th
{
	text-align: left;
}

table.field_table td
{
	vertical-align: top;
	padding: 0px;
}

table.field_table ul
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

/* table for one field with multiple values */
table.multi_value ul
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

table.nfpa
{
	background-image: url(/images/nfpa.png);
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	font-family: sans-serif;
}

table.no_nfpa
{
	background-image: url(/images/nfpa-grey.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: sans-serif;
}

pre.dupont
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 12px; 
	font-family: Verdana, sans-serif, Helvetica;
}

#special_hazards ul
{
	list-style-image: url(/images/warning.png);
}

#special_hazards li
{
	vertical-align: top;
	margin-left: 1em;
}

#spaced_list li
{
	margin-bottom: 1em;
}

ul,ol,dl.spaced li {
    margin-bottom: 1em;
    }

/******************************************
/ Styles for unna.html
******************************************/

ul.attention
{
	list-style-image: url(/images/green_arrow.png);
}

/* WAS FOR UN/NA text at top of page
ul.attention ul
{
	list-style-image: none;
}
*/

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.erg_info
{
	width: 99%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

div.erg_names
{
	border: 1px solid #3B6AA0;
	padding: 0.5em;
	background-color: #F0F8FF;
}

/* Indenting li elements courtesy of CSS Cookbook (O'Reilly) p.107 */
div.erg_names ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

div.erg_names li
{
	text-indent: -1em;
	margin: 0.33em 0.5em 0.33em 2em;
}

div.erg_guide
{
	border: 1px solid #E3701A;
	padding: 0.5em;
	background-color: #FFF8DC;
}

div.erg_greenpages
{
	border: 1px solid #009900;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #F0FFF0;
}

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.cfr49
{
	width: 99%;
	border: 1px solid #B4B4B4;
}

table.cfr49 thead th
{
	border-right: 1px solid #B4B4B4;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}

table.cfr49 tfoot td
{
	font-size: 11px;
}

table.cfr49 tbody td
{
	padding-left: 1em;
}

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table.erg_distances
{
	width: 99%;
	border: 1px solid #B4B4B4;
	margin-top: 1em;
	background-color: white;
}

table.erg_distances thead th
{
	font-weight: normal; 
	text-align: center;
}

/* ALSO USED IN MyChemicals page!!!! */
.odd {
    background-color: white;
}

.even {
    background-color: #f0f8ff;
}


/******************************************
/ Styles for search
******************************************/

table.searchbox
{
    float: none;
    clear: none;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    margin-left: 1em;
}

div.searchbox 
{
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    margin-left: 1em;
    padding-left: 1em;
}

div.result_nav
{
	background-color: #E0EEE0;
	padding: 4px;
	margin-bottom: 15px;
}

div.result
{
    background-color: #F2F2F2;
    padding: 10px;
    border: 1px solid #DDDDDD;
    margin-top: 10px; 
    margin-bottom: 10px;
}

div.chemical-result {
    background-color: #f2f2f2;
    }

div.react-result {
    background-color: #e5e4c6;
    border: 1px solid #CDBA96;
    }

div.unna-result {
	background-color: #FFF8DC;
	border: 1px solid #ECC3BF;
	/*border: 1px solid #E3701A;*/
    /*background-color: #f5deb3;*/
    }

.react_lable
{
    color: black; 
    font-weight: bold; 
    font-size: 11px; 
    font-family: Verdana, sans-serif, Helvetica;
}

ul.synonyms { 
    margin-top: 0px;
    list-style: disc;
    }

/* field names (labels) on the results page are formatted diff from field data */
.match_label { 
    color: black; 
    font-weight: bold; 
    font-size: 11px; 
    font-family: Verdana, sans-serif, Helvetica;
    }

span.match {
    background-color: #b4eeb4;
    }

div.partial_matches
{
	margin-left: 2em;
}

div.advanced-criterion {
    margin-bottom: 1em;
    }

/******************************************
/ Styles for forms
******************************************/

form.standard {
    /*background-color: #F2F2F2;*/
    margin: 1em 0;
    padding: 0.5em 1em 1em 1em;
    }

fieldset {
	margin-bottom: 1.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
    }

legend {
	margin-bottom: 1em;
    color: black;
}

.field {
    margin-top: 1em;
    }

.required-symbol {
    color: red;
    }

.required {
/*    font-weight: bold;*/
    font-weight: normal;
    }

.not-required {
    }

.field-body {
    margin-left: 1em;
    }

.error {
    color: #cc0000;
    background-color: #ffeeee;
    font-weight: bold;
    font-style: italic;
    }

.error-message {
    color: #cc0000;
    background-color: #ffeeee;
    font-weight: bold;
    font-style: italic;
    }

.hint {
    color: #006400;
    font-style: italic;
    }




/******************************************
/ Styles for MyChemicals and reactivity
******************************************/

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
.materials-list {
	/*float: none;*/
	/*clear: none;*/
	width: 99%;
    border: 1px solid #F2F2F2;
    text-align: left;
}

/* main list of hazard statements on the reactivity page*/
ul.hazards
{
	float: none;
	clear: none;
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 8px;
    margin: 1em 0 1em 0;
}

ul.hazards li {
    margin-left: 1em;
    }

div.pairwise_hazards 
{
	float: none;
	clear: none;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin: 1em 0 1em 0;
}

div.pairwise_hazards_selected
{
	float: none;
	clear: none;
    background-color: #FFFFCC;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin: 1em 0 1em 0;
}

div.pairwise_nohazards
{
	float: none;
	clear: none;
    background-color: #F5FFFA;
    border: 1px solid #CCFFCC;
    padding: 10px;
    margin: 1em 0 1em 0;
}

div.documentation
{
	float: none;
	clear: none;
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin: 1em 0 1em 0;
}

/* IE 6: width=100% causes table on home page to wrap below the sidebar!! */
table#compat_chart
{
	background-color: white;
	min-width: 99%;
}

table#compat_chart th
{
	border: 1px solid #B4B4B4;
	background-color: #E0EEE0;
    padding: 6px;
    font-weight: normal;
    text-align: left;
}

table#compat_chart td
{
	border: 1px solid #B4B4B4;
    padding-top: 6px;
    padding-left: 18px;
    padding-bottom: 6px;
    padding-right: 6px;
    text-align: left;
}

table#compat_chart td.compatChartCell:hover
{
	/*background-color:yellow;*/
	background-color: #FFFFCC;
	cursor: pointer;
}

td.noHazards
{
	background-color: #CCFFCC;
	/*background-color: #F5FFFA;*/
}

/*  this did NOT fix the bug in IE not showing empty cells, but I've left it in anyway */
table.reactivity-chart { 
    border-collapse: separate; 
    empty-cells: show; 
    }

table.reactivity-chart th {
	background-color: #E0EEE0;
    border: 1px solid #AAAAAA; 
    padding: 6px;
    font-weight: normal;
    text-align: left;
    /*width: 14em;*/
    }

/* other color options
	chrome #E8F1D4
	lightgoldenrodyellow(SVG) #FAFAD2
*/

table.reactivity-chart td {
	background-color: white;
    border: 1px solid #AAAAAA; 
    padding: 6px;
    text-align: center;
    /*width: 9em;*/
    }


/******************************************
/ Styles for Javascript and popdown help
******************************************/

div.helptext {
    /*margin: 1em 15px;*/
    margin: 0.5em 2em 1em 2em;
    border: 1px dashed #AAAAAA;
    padding: 6px;
    background-color: #FFFFCC;
    display: none; 
}

img.dropdown
{
	border-style: none;
	vertical-align: middle;
}

div.show_hide_triangle {
    display: block;
    }
