

div#historyContainer {
         position:absolute;
	width:810px;
	height:470px;
         right:0px;
         top:10px;
	border:0px solid #f00;
	}



div#projectHistoryDescriptionContainer {
	position:absolute;
         left:0px;
         width:500px;
	}
div#projectHistoryDescriptionContainer p {
	line-height:14px;
	font-family:arial;
	font-size:11px;
	}



div#backToHistoryLink {
	position:absolute;
         right:0px;
	}
div#backToHistoryLink a {
         text-align:right;
	}









ul {
         list-style:none;
	padding:0;
	margin:0;
	}




img#topPlanGraphic {
         left:0px;
	margin-top:20px;
	}

ul#projectHistoryList {
         width:900px;
         margin-top:15px;
         padding-bottom:20px;
	}



ul.projectHeader{
         width:900px;
	background-color:#ccc;
	height:16px;
         color:#404040;
         font-family:century Gothic;
	font-size:9pt;
         padding-top:1px;
	text-transform:uppercase;
         position:relative;
         border-bottom:1px dotted #404040;
	}
ul.projectFooter{
         width:900px;
	background-color:#ccc;
	height:7px;
         color:#404040;
         font-family:century Gothic;
	font-size:9pt;
         padding-top:3px;
	text-transform:uppercase;
         position:relative;
         border-top:1px dotted #404040;
	}


ul.projectWhite {
         position:relative;
	background-color:#fff;
	height:35px;
         color:#404040;
         font-family:Arial;
	font-size:8pt;
         border-left:0px solid #999;
         border-right:0px solid #999;
	}
ul.projectGrey {
         position:relative;
         background-color:#F7F7F7;
	height:35px;
         color:#404040;
         font-family:arial;
	font-size:8pt;
         border-left:0px solid #999;
         border-right:0px solid #999;
	}




ul.projectGrey li.projectListClient , ul.projectWhite li.projectListClient ,ul.projectGrey li.projectListLocation , ul.projectWhite li.projectListLocation  {
         margin-top:3px;
	}
ul.projectGrey li.projectListDescription , ul.projectWhite li.projectListDescription {
         margin-top:3px;
         line-height:13px;

	}



li#projectListElementLine {
	background-color:#f0f0f0;
         width:900px;
	height:0px;
	border-bottom:1px solid #404040;
	}




li.projectListClient {
         left:4px;
         display:inline;
         position:absolute;
	}
li.projectListLocation {
         left:150px;
         display:inline;
         position:absolute;
	}
li.projectListDescription {
         left:280px;
	display:inline;
         position:absolute;
	}