body {
	background-color: #dfdfdf;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/*to top align the cells of a table eith this class*/
.vertical_top td {
	vertical-align: top;
}

.highlight {
	background-color: #dfdfdf;
}

.flamability {
	background-color: Red;
	color: Black;
	font-weight: bold;
}

.health {
	background-color: blue;
	color: black;
	font-weight: bold;
}

.reactivity {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

.ppe {
	background-color: white;
	color: Black;
	font-weight: bold;
}

.required {
	color: #ff0000;
}

.larger {
	font-size: larger;
}

.hmis_table {
	font-size: 24px;
}

.display_table {
	background-color: #cccccc;
}

.display_table td, .display_table th {
	padding: 2px;
	margin: 0;
}

.display_table td {
	background-color: #ffffff;
	vertical-align: top;
}

.display_table td.alt {
	background-color: #EDF5FF;
}

.display_table th {
	background-color: #eeeeee;
	vertical-align: middle;
}

/*delete this*/
.placeholder {
	height: 400px;
	width: 600px;
	border: thin solid #000000;
}
/*delete this*/

a {
	color: #F1A420;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 32px;
}

.bold {
	color: #F1A420;
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

a img {
	border: none;
}

.feature_table td {
	text-align: center;
	vertical-align: bottom;
}

ul.clock {
	list-style: disc outside url(../images/clock_bullet.gif);
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

#header {
	background-color: #000000;
	color: #ffffff;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;
}

#kha_navigation {
	background-color: #000000;
	color: #ffffff;
	width: 760px;
	margin: 0;
	padding: 5px 10px 0 10px;
	display: table;
	clear: both;
	border-bottom: 2px solid #F1A420;
}
/*navigation*/
#kha_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

#kha_navigation li a {
	display: block;
	width: 170px;
	background: #000000 url(../images/tab_inactive.jpg) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	margin: 0 2px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#kha_navigation li a.active {
	background: #F1A420 url(../images/tab_active.jpg) no-repeat top center;
	color: #000000;
}

#kha_navigation li {
	float: left;
}
/*end navigation*/

/*toolbar*/

#kha_nav {
	background-color: #dfdfdf;
	color: #000000;
	width: 780px;
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
	list-style: none;
	font-weight: bold;
	font-size: smaller;
}

/*start dropdown menu styles*/

#kha_nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	/*font-size: smaller;*/
}


#kha_nav a {
	display: block;
	/*width: 8em;*/
	/*background-color: #F1F1F1;*/
	color: #000000;
	text-decoration: none;
	padding: 1em;
}

#kha_nav li:hover, #kha_nav li.hover {  
   position: static;  
}  

#kha_nav a:hover {
	/*background-color: #F1F1F1;*/
	color: #F1A420;
	text-decoration: none;
}

#kha_nav li ul a {
	display: block;
	width: 12em;
	background-color: #dfdfdf;
	color: #000000;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 1em;
}

#kha_nav li ul a:hover {
	background-color: #dfdfdf;
	color: #F1A420;
	border: 1px solid #ffffff;
}

#kha_nav li {
	float: left;
	/*width: 8em;*/
}

#kha_nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
	z-index: 9050;
}

#kha_nav li:hover ul ul, #kha_nav li:hover ul ul ul, #kha_nav li:hover ul ul ul ul, #kha_nav li.sfhover ul ul, #kha_nav li.sfhover ul ul ul, #kha_nav li.sfhover ul ul ul ul {
	left: -999em;
}

#kha_nav li:hover ul, #kha_nav li li:hover ul, #kha_nav li li li:hover ul, #kha_nav li li li li:hover ul, #kha_nav li.sfhover ul, #kha_nav li li.sfhover ul, #kha_nav li li li.sfhover ul, #kha_nav li li li li.sfhover ul {
	left: auto;
}


#kha_nav li ul ul {
	margin: -1em 0 0 10em;
}
/*end dropdown styles*/

/*end toolbar*/

#content {
	background-color: #ffffff;
	color: #000000;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;
}

#content_left {
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
}

#content_right {
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
}

#feature {
	background-color: #000000;
	color: #ffffff;
	width: 780px;
	margin: 0;
	padding: 5px 0;
	display: table;
	clear: both;
	text-align: center;
}

#feature img {
	margin: 10px;
	padding: 0;
}

#footer {
	background-color: #dfdfdf;
	color: #000000;
	width: 760px;
	margin: 0;
	padding: 5px 10px;
	display: table;
	clear: both;
	border-top: 2px solid #F1A420;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}