/* default anchor style*/
#pageContent td a,
#pageContent p a,
#pageContent p a:link,
#pageContent ul.bullet li a,
#pageContent ul.bullet li a:link {
	color:#0078aa;
	text-decoration:none;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dashed;
}
#pageContent .pdf li
{
	list-style:url('../../uploads/pdficon.gif');
	/*background:transparent url('../../uploads/pdficon.gif') scroll no-repeat left top;*/
  margin-left:25px;
}
#pageContent #ctable{
	margin: 0px;
	padding: 0px;
	position:relative;
	border:0px;
	float:none;
}
#pageContent table tr #col1,#pageContent table tr #col2 {
	margin: 0px;
	padding: 0px;
	border: none;
}
#pageContent table tr #col1{width:400px;}
#pageContent table tr #col2{width:370px;display:none;}


#pageContent .projectHighlights h3 {
		margin: 0px 0px 0px 0px;
		padding: 9px 0px 0px 15px;		
		background: transparent url(images/project-highlights-header.gif) no-repeat top center;
		font-size: 12px;
		font-family: Arial;
		font-weight: bold;
		line-height: 12px;
		height: 26px;
		width: 177px;
		}
#pageContent .projectHighlights h4 {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 3px 15px;		
		font-size: 8pt;
		font-family: Arial;
		font-weight: bold;
		line-height: 12px;
		width: 177px;
		}
#pageContent .projectHighlightsWrap {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		width: 192px;
		text-align: right;
		float: right;
	}
#pageContent .projectHighlights {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 15px 0px;
		background: #ffffff url(images/project-highlights-bg.jpg) bottom center no-repeat;
		width: 192px;
		text-align: left;
		font-size:8pt;
		}
#pageContent .projectHighlights p, #pageContent .projectHighlights ul {
	padding: 0px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
}
#pageContent .projectHighlights p, #pageContent .projectHighlights li {
	font-size: 8pt;
	font-family: Arial;
	line-height: 12px;
}
#pageContent .projectHighlights li {
	margin:3px 0 0 0;
	padding: 0 0 0 10px; 
	background:url(images/bullet.gif) no-repeat;;
	
	list-style: none;
  color:#4F4C4C;
}



/* Table Listview */
table.listview , .listview td, .listview tr, .listview thead, .listview tfoot, .listview tbody, .listview th, .listview tf {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

table.listview{
  width:100%;
  margin:0 0 20px 0 !important;
  padding:0;
  background: url(images/project-highlights-bg.jpg) repeat-x scroll center bottom #FFFFFF;
  
}

table.listview td.cellHead{
  background:url(images/project-highlights-header.gif) repeat-x top;
  font-size:9pt;
  border:none;
  color:#000;

}

table.listview td{
  padding: 1px 6px;
  border-top:1px solid #DDD;
  font-size:8pt;
  color:#4F4C4C;
  
}

table.listview td a{
  font-size:8pt;
  color:#4F4C4C;
  
}

table.listview td a:hover{
  color:#0078aa;
  
}

p.legend{
  font-size:8pt;
}
