

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



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



div#backToHistoryLink {
	position:absolute;

         top:11px;
	right:0px;
	}
div#backToHistoryLink a {
         text-align:right;
	font-size:11px;
         line-height:14px;
	}









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

ul#projectHistoryList {
         width:810px;
         margin-top:80px;
         padding-bottom:20px;
	}

 li.projectListElement {

	}



ul.projectHeader{
         width:810px;
         background-color:#ccc;
	height:17px;
         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:810px;
	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 {
	background-color:#fff;
	height:19px;
         color:#404040;
         font-family:Arial;
	font-size:8pt;
         border-left:0px solid #999;
         border-right:0px solid #999;
	}
ul.projectGrey {
         background-color:#f7f7f7;
	height:19px;
         color:#404040;
         font-family:arial;
	font-size:8pt;
         border-left:0px solid #999;
         border-right:0px solid #999;
	}


li.projectListName {
         left:4px;
	display:inline;
         position:absolute;
	}
li.projectListLocation {
         left:230px;
         display:inline;
         position:absolute;
	}
li.projectListClient {
         left:380px;
         display:inline;
         position:absolute;
	}
li.projectListFirm {
         left:610px;
         display:inline;
         position:absolute;
	}
li.projectListDate {
         text-align:right;
	right:4px;

         display:inline;
         position:absolute;
	}