/* list pf project */
.textHead{
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Verdana;
	color:#0958A5;
	font-weight:bold;
	text-align:left;
	line-height:20px;
}

html>body .textHead {
	margin-top:6px;
}	

.textGap {
	margin-top:-6px;
}

html>body .textGap {
	margin-top:0px;
}

.tableHeading{
		font-family:Tahoma,Verdana,Helvetica;
		font-size:12px;
		background-color:#Ebf3fb;
		color:#000000;
		text-decoration:none;
		vertical-align:middle; 
		text-align:left;
		height:20px;
		padding-left:5px;
	}
  a.menuText {
	font-family: Verdana,Helvetica;
	font-size: 11px;
	color:#000033;
	text-decoration: none;
	padding-left:0px;
	line-height:18px;
}
a.menuText:Hover {
	font-family: Verdana,Helvetica;
	font-size: 11px;
	padding-left:0px;
	color: #8c8c8c;
	text-decoration:underline;
	line-height:18px;
}
#projectListRow{
position:relative;
height:50px;
top:0px;
}
#projectImage{
width:50px;
text-align:center;
}
#projectName{
position:absolute;
left:50px;
top:0px;
width:130px;
height:50px;
text-align:left;
padding-left:5px;
}
#projectLocation{
position:absolute;
left:180px;
width:100px;
top:0px;
text-align:center;
}
#projectType{
position:absolute;
left:280px;
width:70px;
top:0px;
text-align:center;
}

#projectStatus{
position:absolute;
top:0px;
left:355px;
width:70px;
height:18px;
text-align:center;
}

#projectBooking{
position:absolute;
top:0px;
left:425px;
width:70px;
height:18px;
text-align:center;
}

#projectDetails{
position:absolute;
top:0px;
left:495px;
width:70px;
height:18px;
text-align:center;
}
/* end */



