body {
	margin: 0;
	padding: 0;
	margin-top: 6px;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-family: verdana;
	background-color: #fcf7f7;
	background: #fcf7f7 url("images/top-bg.png") repeat-x top ;
}

p {
	line-height: 150%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0378ae; 
}

a:hover {
	color: #8fc9fe;
}

.strong {
	font-weight: bold;
}

.clear { 
	clear: both; 
}

.system-msg {
	width: 90%;
	border: dashed 1px #bbb;
	background-color: #d40050;
	padding: 15px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
}

/* IE5 is acting up again. It displays font size of 18px for table. This should fix it */
table {
	font-size: 12px;
}

/* Table less form */
form.non-tbl {
	width: 100%;
}

form.non-tbl label {
	width: 210px;
	float: left;
	font-weight: bold;
	text-align: right;
	line-height: 160%;
	margin-top: 10px;
}

form.non-tbl input, form.non-tbl select, form.non-tbl textarea {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.button, .print {
	font-weight: bold;
	padding: 3px 5px;
	cursor: pointer;
}

.button {
	background: #fff url("images/btn-bg.png") repeat-x top;
	color: #253200;
	border: solid 1px #557201;
}

.button:hover {
	color: #577400;
}

form.non-tbl br {
	clear: both;
}

.red {
	color: red;
}

/* Top right login box */
.login {
	font-size: 11px;
	float: none; 
	margin: 0; 
	border: solid 1px #888;
}

.login-submit {
	background: transparent url("images/login-go.png") no-repeat left center;
	border: none;
	height: 17px;
	width: 52px;
}

.login-label {
	font-size: 11px; 
	font-weight: bold; 
	margin-left: 10px;
}

/* Simple form mainly used for 1 or 2 rows of inputs such as search box option. */
form.simple {
	margin-bottom: 20px;
	width: 100%;
	display: inline;
}

form.simple label {
	float: left;
	width: 180px;
	font-weight: bold;
	margin-top: 10px;
}

form.simple br {
	clear: both;
}

form.simple input, form.simple select, form.simple textarea {
	float: left;
	margin-top: 10px;
}

form.simple input.submit {
	border: solid 1px #000;
	margin-left: 10px;
}

/* Table that fancies itself */
table.colored {
	/*width: 100%;*/
	text-align: center;
	font-size: 12px;
	border: solid 1px #00b5b5;
}

table.colored img {
	border: none;
}

table.colored .border-top {
	border-top: solid 1px #00b5b5;
}

table.colored .header {
	background: #e2fefe url('images/table-header.gif') bottom left repeat-x;
	color: #5f5f5f;
	font-weight: bold;
}

table.colored .header2 {
	background-color: #e2fefe;
	color: #5f5f5f;
	font-weight: bold;
}

table.colored .header a {
	color: #0378ae;
}

table.colored .selang {
	background-color: #eefcfc;
}

table.colored td {
	text-align: center;
	padding: 5px;
	border: solid 1px #e8e8e8;
	border-right: solid 1px #00bdad;
}

table.colored tr:hover {
	background-color: #fcfcaa;
}

table.colored tr:hover.header {
	background: #e2fefe url('images/table.colored-header.gif') bottom left repeat-x;
}

table.colored tr.trans:hover {
	background-color: transparent;
}

/* Inline menu such as Print logo at bottom of table */
.horizontal-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.horizontal-menu ul li { display: inline; }

.horizontal-menu ul li a {
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	color: #000;
	position: relative;
	margin-right: 8px;
}

.horizontal-menu a.logo-print {
	background: #fff url("images/print.png") no-repeat left center;
}

.horizontal-menu a.logo-excel {
	background: #fff url("images/export-excel.png") no-repeat left center;
}

.horizontal-menu a.id-phy {
	background: #fff url("images/id-phy.png") no-repeat left center;
}

.horizontal-menu a.phy-haz {
	background: #fff url("images/phy-haz.png") no-repeat left center;
}

.horizontal-menu a.toxic {
	background: #fff url("images/toxic.png") no-repeat left center;
}

.horizontal-menu a.eco-toxic {
	background: #fff url("images/eco-toxic.png") no-repeat left center;
}

.horizontal-menu a.show-all {
	background: #fff url("images/show-all.png") no-repeat left center;
}

.horizontal-menu ul li a:hover {
	text-decoration: underline;
}


/* #title explains themselves */
.pagination {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.pagination ul {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

.pagination li { display: inline;}

.pagination li a, .pagination b, .pagination a:visited, .pagination a:active {
	border: none;
	text-decoration: none;
	border-bottom: none;
	border: 1px solid #1e9b00;
}

.pagination a, .pagination b {
	padding: 5px 7px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #000;
}

.pagination b {
	border: 1px solid #016197;
	background-color: #eaf4fa;
	color: #000;
}

.pagination ul li a:hover {
	background-color: #eaf4fa;
	border: 1px solid #016197;
	color: #000;
	font-weight: bold;
}

#top-menubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: solid 1px #a9a9a9;
	height: 30px;
	padding-left: 20px;
	background: #fff url("images/top-menubar-bg.png") repeat-x left center;
}

#top-menubar li a {
	float: left;
}

#top-menubar ul li { 
	display: inline;
}

#top-menubar ul li a {
	text-decoration: none;
	padding: 8px 10px;
	background-color: transparent;
	position: relative;
	color: #666;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #a9a9a9;
}

#top-menubar ul li a:hover {
	color: #000;
}


#left-menu { 
	border: solid 1px #aaa;
	margin-left: 3px;
}

#left-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#left-menu li { margin: 0 0 1px 0; }

#left-menu a {
	display: block;
	padding: 15px 10px;
	width: 190px;
	color: #008d07;
	background-color: #f7f7f7;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #dfdfdf;
}

#left-menu a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#left-menu ul ul li { margin: 0 0 1px 0; }

#left-menu ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#left-menu ul ul a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}





#wrapper-top {
	width: 990px;
	margin: auto;
	text-align: left;
	height: 110px;
	position: relative;
}

#wrapper-top h1 {
	margin: 10px;
	font-size: 18px;
	padding-top: 20px;
	float: left;
}

#wrapper-top img {
	float: left; 
	margin-top: 5px;
}

#wrapper-top .top-right {
	float: right;
	padding: 5px 30px;
	background: #d5d4d4 url("images/top-right-bg.png") repeat-x top;
	color: #626262;
	border: solid 1px #b1b1b1;
	border-top: none;
	position: relative;
}

#navcontainer {
	position: absolute;
	bottom: 8px;
	left: 20px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	padding: 8px 20px;
	color: #000;
	font-size: 14px;
	position: relative;
	border: 1px solid #949494;
	background: #fcf7f7 url("images/top-menu-bg-2.png") repeat-x top;
	border-bottom: 1px solid #6e9300;
}

#navcontainer ul li a.active {
	border: 1px solid #6e9300;
	color: #557004;
	border-bottom: 1px solid #cbdaa1;
	background-color: #036;
	background: #fcf7f7 url("images/top-menu-bg.png") repeat-x top;
	font-weight: bold;
}
	
#navcontainer ul li a:hover {
	color: #fff;
	background-color: #369;
}

#wrapper-menu {
	height: 35px;
	border-top: solid 1px #6e9300;
	border-bottom: solid 1px #6e9300;
	background: #fcf7f7 url("images/top-bar-bg.png") repeat-x top;
	color: #557004;
	font-weight: bold;
}

#wrapper-menu a:link, #wrapper-menu a:visited, #wrapper-menu a:active {
	color: #557004;
	font-weight: bold;
	text-decoration: none;
}

#wrapper-menu a:hover {
	text-decoration: underline;
}

#wrapper-menu .text {
	width: 990px;
	margin: auto;
	text-align: left;
	padding: 10px 0;
}

#wrapper-body {
	width: 990px;
	margin: auto;
	text-align: left;
}

#wrapper-body h1 {
	font-size: 18px;
}

#wrapper-body .body {
	background: #fcf7f7 url("images/body-mid.png") repeat-y top;
	height: 340px;
	min-height: 340px;
	padding: 10px;
}

html>body #wrapper-body .body {
	height: auto;
}

#wrapper-body .box {
	float: left;
}

#wrapper-body .right {
	width: 720px;
}

#wrapper-body .left {
	width: 215px;
	margin-right: 30px;
}

#wrapper-body .body-bottom {
	background: #fcf7f7 url("images/body-bottom.png") no-repeat bottom;
	height: 15px;
}

#left-box {
	width: 190px;
	margin-left: 3px;
	font-size: 12px;
}

#left-box .box {
	border: solid 1px #adadad;
	width: 190px;
	margin: 0;
	padding: 5px 10px;
	margin-top: 20px;
}

#left-box ul {
	padding: 0;
	margin: 0;
	padding-left: 3px;
	list-style: none;
	margin-bottom: 5px;
}

#left-box li {
	margin-bottom: 3px;
}

#left-box h1 {
	border-bottom: dashed 1px #adadad;
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #0a6e00;
}

#left-box form, #left-box table {
	font-size: 10px;
}

#left-box p {
	margin: 0;
	margin-bottom: 10px;
}	

div.oflow {
	overflow: auto; 
	border: solid 3px #eee; 
	padding: 5px;
	width: 700px;
}
/* Register EHS Detail */
.registered-detail {
	border: solid 1px #fbd153;
	width: 100%;
	background-color: #fff1c8;	
}

.register-prop-box {
	border: 1px solid #bbb;
}

.register-prop-box h4 {
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	color: #666;
	background-color: #eee;
}

.file-listing {
	background: #fff url("images/file-download.png") no-repeat left center;
	height: 50px;
	line-height: 150%;
}

.search-listing-one {
	background: #fff url("images/search-1.png") no-repeat left center;
}

.search-listing-two {
	background: #fff url("images/search-2.png") no-repeat left center;
}

.search-listing-three {
	background: #fff url("images/search-3.png") no-repeat left center;
}

.search-listing-n {
	background: #fff url("images/search-n.png") no-repeat left center;
}

.reporting-listing {
	background: #fff url("images/reporting.png") no-repeat left center;
}

.file-listing h3, .file-listing span, .file-listing small {
	font-size: 13px;
	margin: 0;
	margin-left: 40px;
	display: block;
}

.file-listing span {
	font-size: 12px;
}

.file-listing small {
	font-size: 11px;
	color: #888;
}

#links h2 {
	border: solid 1px #005ba1;
	padding: 4px 10px;
	background-color: #2ba3ff;
	color: white;
	font-size: 14px;
}

#links a {
	display: block;
}

#footer {
	width: 990px;
	margin: auto;
	text-align: left;
}

#footer span {
	font-size: 10px;
	color: #333333;
	margin: 10px 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	position: relative;
}

#footer a:hover {
	color: #333;
}

.cas-search {
	border: solid 1px #000;
	width: 480px;
	height: 200px;
	overflow: auto;
	background-color: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1000;
}

input.XtArrowLeft{
	border: 1px outset #4774B9;
	width: 20px;
	height: 20px;
	cursor: hand;
	background-image: url(images/left.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.XtArrowRight{
	border: 1px outset #4774B9;
	width: 20px;
	height: 20px;
	cursor: hand;
	background-image: url(images/right.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#prop-tbl, #prop-tbl td {
	border: solid 1px #aaa;
	#text-align: center;
}

#prop-tbl td {
	padding: 3px;
}

#prop-tbl thead td {
	padding: 5px;
}

#prop-tbl thead {
	background-color: #defde7;
}

#prop-tbl td.title {
	background-color: #e7f0ff;
	text-align: left;
}

#prop-tbl td.content {
	background-color:  #fff;
	text-align: left;
}
#prop-tbl td.contentkanan {
	background-color:  #fff;
	text-align: right;
}


#prop-tbl input {
	/*border: solid 1px #eee;*/
}

#prop-tbl td.no-edit {
	background-color: #ddd;
}
