/*
** Generic styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #8dc121;
	line-height: 1.6em;
}

a:link, a:visited {
	color: #f29400;
	text-decoration: underline;
}
a:hover {
	color: #ffa71d;
}

img {
	border: 0px;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

/*
** Layout styles
*/

#header, #content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 200px;
}

#container {
	padding: 25px 0px;
	border-top: solid 8px #f29400;
	border-bottom: solid 8px #f29400;
	background: #434343;
}

/*
** Content styles
*/

.rule {
	height: 1px;
	overflow: hidden;
	margin: 35px 100px;
	background-color: #666;
}

#logo {
	display: block;
	float: left;
	margin-top: 43px;
	margin-right: 50px;
}

#title {
	display: block;
	float: left;
	margin-top: 95px;
	font-size: 30px;
	line-height: 35px;
}

#content ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	font-size: 10pt;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content li a:link, #content li a:visited {
	text-decoration: none;
}

#content table {
	border-collapse: collapse;
}

#content table td {
	border: solid 1px #666;
	padding: 6px;
}

.headings td {
	font-weight: bold;
	background-color: #555;
}

#gallery {
	padding: 30px 0px;
}

.image {
	float: left;
	width: 180px;
	margin: 10px;
	text-align: center;
}

.image img {
	border: solid 2px #f29400;
}

p.warning {
	margin: 1em 2em 1em 0;
	padding: 0.5em;
	background: #666;
	border: 1px solid #F29400;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.docs-download {
	margin: 1em 2em 1em 0;
	padding: 0.5em;
	background: #666;
	border: 1px solid #DDDDDD;
	border-top-width: 3px;
	border-bottom-width: 3px;
	width: 295px
}

/*
** Form styles
*/

#TenderForm label, #WHSPlanForm label {
	clear: left;
	float: left;
	width: 150px;
}

#TenderForm input, #WHSPlanForm input {
	float: left;
	width: 223px;
	margin: 3px 0;
}

#TenderForm select {
	float: left;
	width: 228px;
	margin: 3px 0;
}

#TenderForm input.submit, #WHSPlanForm input.submit {
	width: auto;
	float: right;
	margin-right: 120px;
}

#content li a.tender_open{
	color:#FFdd88;
	text-decoration:underline;
}
#content li a.tender_not{
	color:#FF7755;
	text-decoration:underline;
}
#content li a.tender_submitted{
	font-weight:bold;
	color:#acd438;
	text-decoration:underline;
}
ul#tenderList{
	line-height:2.5em;
	font-size:10.5pt;
}
#tenderlistLink, #portaluserlistLink{
clear:right;
	float:right;
	text-align:center;
	width:260px;
	background-color:#FFFFFF;
	font-weight:bold;
	
	margin: 1em 2em 1em 0;
	padding: 0.5em;
	background: #666;
	border: 1px solid #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
}


#content #tendersreq table th{
	border:1px solid #666666;
	padding	:6px;
	background-color:#555555;
	font-weight:bold;
}
#content #tendersreq table th.no, #content #tendersreq table th.na{
	color:#bbbbbb;
}
#content #tendersreq table td.yes{
	color: rgb(172, 212, 56);
}
#content #tendersreq table td.no{
	color: rgb(255, 119, 85);
}

