body {
	font-family: Arial;
	font-size: 16px;
	background: #a7a08d;
}

a {
	color: #d89707;
	text-decoration: none;
}
a.button {
	background: #ead18e;
	color: #1c362d;
	padding: 3px 5px;
	border: 1px solid #d89707;
}

a.btn {
    margin: 0;
    color: black;
    background: lightgray;
}

a.btn.btn-orange {
    background: orange;
}

#container {
	width: 1000px;
	margin: 10px auto;
}

header {
	height: 150px;
	background: #ffffff;
	overflow: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
header img#logo {
	margin: 10px;
	float: left;
}
header img#safetylogo {
	position: absolute;
	right: 15px;
	top: 38px;
}
header h1 {
	line-height: 130px;
	margin: 10px;
	float: left;
	font-size: 30px;
	font-weight: normal;
}
/*------------Modify by Tamal-------*/
header div{
	text-align:center;
	position:relative;
	left:120px;
	top:15px;
}
/*-----------------End-----------*/

nav {
	height: 30px;
	background: #1c362d;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#content {
	background: #ffffff;
	padding: 1px 0;
}
#content h2 {
	font-size: 25px;
	color: #1c362d;
	margin: 5px 10px;
	padding: 5px;
}
#content h3 {
	font-size: 20px;
	color: #1c362d;
	margin: 5px 10px;
	padding: 5px;
	font-weight: normal;
}
#content p {
	margin: 5px 10px;
	padding: 5px;
}
#content ul, #content ol {
	list-style-position: inside;
	margin: 10px 45px;
}
#content ul {
	list-style: circle;
}

#content > table {
	width: 970px;
	margin: 15px;
}
#content > table th {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #1c362d;
	padding: 5px;
	background: #4d695f;
	color: #ffffff;
}
#content > table td {
	padding: 5px;
	border-bottom: 1px solid #b8c4c0;
}
#content > table tr:first-child th {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#content > table th a {
	color: #ffffff;
}
#content > table tr:nth-child(2n) {
	background: #fcfcfc;
}
#content > table tr td:last-child {
	width: 1px;
	white-space: nowrap;
	text-align: center;
}

#content dl {
	border: 1px solid #b8c4c0;
	margin: 10px 15px;
	overflow: auto;
}
#content dl dd, #content dl dt {
	padding: 5px;
	display: block;
	float: left;
}
#content dl dt {
	width: 150px;
	clear: left;
}

#content form {
	overflow: auto;
}
#content form > div {
	overflow: auto;
	margin: 10px 15px;
	margin-bottom: 5px;
}
#content form > div label {
	display: inline-block;
	width: 150px;
}

footer {
	height: 30px;
	background: #1c362d;
	line-height: 30px;
	font-size: 13px;
	text-align: right;
	color: #a7a08d;
	padding-right: 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.message {
	background: #db6363;
	color: #ffffff;
	padding: 5px;
	margin: 4px 5px 0 5px;
}

th.table-actions, td.table-actions {
	width: 1px;
	white-space: nowrap;
	text-align: center;
}

#content input.autocomplete {
	width: 400px;
}
