/* Formatting for the references page */

/* //////////////////////
Group for the formatting of the associates section.
////////////////////// */

div.refImage {
	position: relative;
	float: left;
	padding: 0px 20px 10px 0px;
	width: 250px;
	height: 160px;
}
div.refAssCnt {
}
	div.refAssCnt span#name1 {
		font: 12px Tahoma;
		font-weight: bold;
		color: #000099;
	}
	div.refAssCnt span#cnt {
		font: 11px Verdana;
	}
	div.refAssCnt span#desc {
		font: 11px Verdana;
	}

/* //////////////////////
Group for the formatting of the project references section.
////////////////////// */

table.refGen { /* Main formatting table */
	width: 96%;
	font: 11px Verdana;
	margin-left: 10px;
}

	div.ref1stCol {
		display: block;
		float: left;
		height: 120px;
		width: 46%;
		border-bottom: dotted 1px;
		font: 11px Verdana;
		text-align: center;
	}
	div.ref2ndCol {
		display: block;
		float: right;
		height: 120px;
		width: 46%;
		border-bottom: dotted 1px;
		font: 11px Verdana;
		text-align: center;
	}
		p#refConsult {
			font: 16px Tahoma;
			font-weight: bold;
			text-decoration: underline;
			text-align: center;
		}
		span.refImg {
			position: relative;
			vertical-align: top;
			padding-left: 20px;
		}
		span.refTitle {
			position: relative;
			font: 16px Georgia;
			font-weight: bold;
		}
		span.refContact {
			position: relative;
			font: 11px Tahoma;
			color: #000099;
			font-weight: bold;
		}
		span.refInfo {
			/* holder */
		}

/* //////////////////////
Group for the formatting of the general references.
////////////////////// */

	tr#titlebar { /* Formatting for the general references */
		height: 30px;
		font: 16px Tahoma;
		font-weight: bold;
		text-align: center;
	}
	tr#head {
		height: 40px;
		font: 12px Tahoma;
		font-weight: bold;
	}
		td#ref1 {
			width: 22%;
		}
		td#ref2 {
			width: 38%;
		}
		td#ref3 {
			width: 16%;
		}
		td#ref4 {
			width: 20%;
		}
	tr#maininfo {
		background-color: #B2B9C1;
		font-weight: bold;
	}