@charset "UTF-8";
/* CSS Document */

/* Define all main values for the Select Facilities website
----------------------------------------------------*/
body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e6e6e7;
	}

/* Container holds all visible page elements
----------------------------------------------------*/
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Images/selectWallpaperB.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	}
		
/* Header elements
----------------------------------------------------*/
#header {
	height: 100px;
	width: 940px;
	float: left;
	background-image: url(Images/selectHeaderB.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #e6e6e7;
	margin: 0;
	padding: 0;
	}
	
#selectHome {
	position: relative;
	top: 20px;
	float: left;
	}
					
/* Turn off all decoration on link images
----------------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
/* Position of images
----------------------------------------------------*/
.image_right {
	float: right;
	margin: 0 0 10px 20px;
	}
	
.image_left {
	float: left;
	margin: 0 20px 10px 0;
	}	

/* Turn off all browser links outlines that appear in FF
----------------------------------------------------*/
a {
	outline: none;
	}
	
/* Default styling for paragraphs
----------------------------------------------------*/
p {
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 0.7em 0 0.7em 0;
	color: #1E1E1E;
	}
	
a:link, a:visited, a:active {
	color: #e2003c;
	}
	
a:hover {
	color: #333333;
	}

h1 {
	text-indent: 8px;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #e2003c;
	}
		
h2 {
	font-size: 0.8em;
	color: #64686a;
	margin: 0.5em 0;
	}
	
h3 {
	font-size: 0.7em;
	}
		
.redText {
	color: #e2003c;
	font-weight: bold;
	}
	
.white {
	color: #fff;
	}
	
.tableTitles {
	color: #fff;
	font-weight: bold;
	}
	
.selectIcon {
	margin: -2px 0 0 0;
	background-image: url(Images/selectIcon.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline;
	float: left;
	}
	
/* Nav Bar
----------------------------------------------------*/

ul#navBar {
	position: relative;
	float: left;
	width: 400px;
	margin: 0;
	top: 33px;
	padding: 0;
	left: 38px;
	height: 25px;
	list-style-type: none;
	}	

ul#navBar li  {
	font-size: 0.7em;
	line-height: 25px;
	width: 90px;
	text-align: center;
	margin-left: 1px;
	float: left;
	}
	
ul#navBar a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 25px;
	background-color: #64686a;
	}
			
ul#navBar a:hover {
	background-color: #83898C;
	display: block;
	height: 25px;
	}
	
ul#navBar a.selected {
	background-color: #e2003c;
	height: 25px;
	padding: 0;
	margin: 0;
	}
		
/* leftColumn
----------------------------------------------------*/	
#leftColumn {
	width: 170px;
	float: left;
	background-color: #e2003c;
	margin: 0 0 10px 5px;
	padding: 0 20px 0 20px;
	}	
	
/* middleColumn
----------------------------------------------------*/	
#middleColumn {
	width: 515px;
	float: left;
	margin: 10px 0 10px 20px;
	padding: 10px 20px 0 20px;
	}	
	
#middleColumn ul {
	font-size: 0.85em;
	padding: 0 0 0 25px;
	color: #64686a;
	line-height: 1.6em;
	margin: 10px 0 0 0;
	}
	
#middleColumn li {
	list-style-type: none;
	margin-bottom: 5px;
	list-style-image: url(Images/bulletLarge.gif);
	}
	
#footerLine {
	clear: both;
	}
	
/* rightColumn
----------------------------------------------------*/	
#rightColumn {
	width: 140px;
	float: right;
	padding: 0;
	margin: 20px 0 0 0;
	clear: right;
	}
	
.quickLink img {
	width: 164px;
	height: 110px;
	border: #e2003c 3px solid;
	margin: 20px 0 0 0;
	}
	
.quickLink h2 {
	width: 158px;
	font-size: 0.7em;
	padding: 8px 6px 8px 6px;
	margin: -3px 0 10px 0;
	background-color: #e2003c;
	color: #690721;
	}
		
.quickLink a:link, .quickLink a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.quickLink a:hover, .quickLink a:active {
	color: #e2003c;
	text-decoration: none;
	}
			
#rightColumn ul {
	font-size: 0.6em;
	padding: 0 0 0 17px;
	font-weight: bold;
	color: #64686a;
	line-height: 1.15em;
	margin: 0;
	}
	
#rightColumn li {
	list-style-type: none;
	margin-bottom: 3px;
	list-style-image: url(Images/bullet.gif);
	}
	
#contactDetails {
	width: 140px;
	margin: 15px 0 0 0;
	position: relative;
	height: 165px;
	}
	
#contactDetails img {
	margin-bottom: 10px;
	}
	
#contactDetails p {
	font-size: 0.57em;
	color: #595C5E;
	line-height: 1.4em;
	}
	
.selectIconRight {
	margin: 10px 0 0 0;
	background-image: url(Images/selectIconRight.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 22px;
	display: block;
	}
	
	
/* Log-in
----------------------------------------------------*/	
#login {
	position: relative;
	float: right;
	top: 5px;
	width: 140px;
	padding: 0;
	margin: 0;
	}
	
input.loginUser {
	width: 115px;
	height: 21px;
	background-image:url(Images/usernamePanelB.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 5px;
	border: 0;
	}
	
input.loginPassword {
	width: 115px;
	height: 21px;
	background-image:url(Images/usernamePanelB.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 0 5px;
	border: 0;
	}
	
input.submitButton {
	position: relative;
	width: 20px;
	height: 26px;
	margin: -26px 0 0 0;
	padding: 0;
	border: 0;
	float: right;
	}
	
#login form {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#login label {
	font-size: .65em;
	margin: 0;
	padding: 0;
	color:#999999;
	font-weight: bold;
	}
	
/* Table styling etc
----------------------------------------------------*/		
table#filterResults {
	border-collapse: collapse;
	border:  1px solid #c6c6c6;
	width: 515px;
	color: #1E1E1E;
	font-size: 0.65em;
	margin: 0 0 15px 0;
	clear: both;
	}
	
table#log {
	border-collapse: collapse;
	border: none;
	width: 515px;
	color: #1E1E1E;
	font-size: 0.7em;
	margin: 0 0 5px 0;
	clear: both;
	}
	
table#log td {
	padding: 4px 0;
	border: none;
	margin: 0;
	}
	
.subProject {
	width: 120px;
	}
	
.projectType {
	width: 75px;
	}
	
.orderNo {
	width: 48px;
	}
	
.planDate {
	width: 49px;
	}
	
.completeDate {
	width: 59px;
	}
	
.lastUpdated {
	width: 55px;
	}
	
.time, .date {
	width: 60px;
	color: #e2003c;
	}
	
.images {
	width: 120px;
	}
	
.imageYesNo {
	width: 20px;
	background-image: url(Images/paperclip.gif);
	background-repeat: no-repeat;
	}

td {
	padding: 4px;
	border: 1px solid #c6c6c6;
	margin: 0;
	}
	
td a:link {
	color: #e2003c;
	}
	
td a:visited {
	color: #64686a;
	}
			
td a:hover {
	color: #1E1E1E;
	}
	
thead, th {
	border: 1px solid #c6c6c6;
	color: #fff;
	background-color: #888;
	text-align: left;
	padding: 4px;
	}
	
table#filterResults tr:hover {
	background-color: #C7C7C7;
	}
	
.odd {
	background-color: #ebedf1;
	border-left: 1px solid #fff;
	}
	
#results {
	margin: 5px 0 5px 0;
	float: left;
	width: 515px;
	height: 30px;
	}
	
fieldset {
	font-size: 0.72em;
	color: #64686a;
	width: 491px;
	border: 0;
	margin: 0;
	float: left;
	}
	
#jobFilter {
	width: 495px;
	clear: both;
	margin: 0;
	padding: 2px 10px 10px 10px;
	background-color: #E1E3E8;
	border: 1px solid #BBBBBB;
	}
	
#jobFilter label {
	font-weight: bold;
	font-size: 10px;
	float: left;
	display: block;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	color: #64686a;
	}
	
fieldset #projectDesc, #projectType, #project, #projectStat {
	width: 200px;
	float: left;
	margin: 9px 0 0 0;
	}
	
input.applyButton {
	width: 68px;
	height: 22px;
	float: right;
	margin: 10px 12px 0 0;
	}
	
/* Attachment logos
----------------------------------------------------*/
.downloadWord, .downloadExcel, .downloadReader {
	font-size: 0.7em;
	background-repeat: no-repeat;
	text-indent: 20px;
	margin: 0 0 5px 0;
	line-height: 150%;
	}
	
.downloadWord {
	background-image: url(Images/iconWordB.gif);
	}

.downloadExcel {
	background-image: url(Images/iconExcelB.gif);
	}

.downloadReader {
	background-image: url(Images/iconReaderB.gif);
	}
	
	
/* fix repetition of text bug in IE
----------------------------------------------------*/
#header, #leftColumn, #middleColumn, #rightColumn, div.text {
	display: inline;
	}

