@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules for the operating assets and development */
/*           projects overviews and individual pages                                      */
/* Section Summary:                                                                       */
/*  - Portfolio List: Operating Assets and Development Projects Overview pages            */
/*  - Portfolio Item: Pages for individual Operating Assets and Development Projects      */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/


/* Start Portfolio List */

table.portfolio_list {
	width:100%;
	margin-top:20px;
	font-size:12px;
}

table.portfolio_list th{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	background:url(/images/general_layout/h-dash.gif) bottom repeat-x;
	padding-bottom:10px;
}
table.portfolio_list td{
	padding-top:10px;
}

table.portfolio_list a{
	color:#00AF9E;
	text-decoration:none;
}

.undertext {
	margin:2em 0;	
	
}

/*  End Portfolio List */

/* Start portfolio item */


.portfolio_item {
	background:url(/images/general_layout/h-dash.gif) top repeat-x;
	padding-top:20px;
	margin-top:10px;
	clear:both;
}
.portfolio_item table {
	border:0;
	width:100%;
}
.portfolio_item th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	text-align:left;
	width:116px;
}
.portfolio_item table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0;
}
.portfolio_item table td p{
	line-height:1.2;
	margin:0;
	padding:0;
}

/* End Portfolio Item */