/*

	Precarn Projects CSS
	Last Updated: 2008-11-13
	Updated by: Christina Almeida & Lucas Bombardier

*/

/* ----- Project Details Layout -----  */

#projectDetails {
	margin:auto;
	width:990px;
}

#projectDetails h1 {
	font-size:20px;
	margin:15px 0 15px 0;
	font-weight:lighter;
	color:#022E64;
}
.contact{
	height:24px;
	padding:3px 0 0 10px;
	background-color:#DADADA;
	font-size:16px;
	font-weight:bold;
	color:#022E64;
	margin:0 0 20px 0;
	line-height:22px;
}

#projectDetails h2 {
	font-size:14px;
	margin:15px 0 8px 0;
	font-weight:bold;
	color:#086086;
}

#projectDetails p {
	margin:0px 0 8px 0;
}

	/* ----- Wrap Summary & Details -----  */

	#wrapper {
		float:left;
		width:650px;
	}


		/* ----- Summary -----  */

		#summary {
			float:left;
			width:650px;
		}

		.tableSummary {
			width:650px;
		}

		.title {
			color:#086086;
		}


		/* ----- Details -----  */

		#details {
			width:650px;
			float:left;
			margin-bottom:30px;
		}


	/* ----- Sidebar -----  */

	#sidebar {
		width:290px;
		float:right;
	}

	#sidebar p{
		margin:0 0 10px 10px;
		line-height:22px;
	}

	#sidebar h1 {
		height:24px;
		padding:3px 0 0 10px;
		background-color:#DADADA;
		font-size:16px;
		font-weight:bold;
		color:#022E64;
		margin:15px 0 20px 0;
		line-height:22px;
	}

	#sidebar2 {
		width:290px;
		float:right;
	}

	#sidebar2 p{
		margin:0 0 10px 10px;
		line-height:22px;
	}

	#sidebar2 h1 {
		height:24px;
		padding:3px 0 0 10px;
		background-color:#DADADA;
		font-size:16px;
		font-weight:bold;
		color:#022E64;
		margin:5px 0 20px 0;
		line-height:22px;
	}



		/* ----- Image -----  */

		#image {
			width:270px;
			float:right;
			clear:both;
			padding:0;
		}


		/* ----- Participants -----  */

		#participants {
			width:270px;
			float:right;
			clear:both;
		}


		/* ----- Success -----  */

		#success {
			width:270px;
			float:right;
			clear:both;
		}




/* ----- Tabular Search Results -----  */

table.showProjectsTable {
    font-family:Arial, Helvetica, sans-serif;
	width:600px;
}

table.showProjectsTable tr.showProjectsRowHeader td {
	background-color:#75393B ;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:22px;
	padding:8px 0 8px 10px;
}

table.showProjectsTable tr.showProjectsRowOdd td {
    background-color:#FFFFFF;
    font-size:11px;
    color:#333333;
    line-height:20px;
	padding:8px 0 8px 10px;
}

table.showProjectsTable tr.showProjectsRowEven td {
    background-color:#ECECEC;
    font-size:11px;
    color:#333333;
    line-height:20px;
	padding:8px 0 8px 10px;
}

table.showProjectsTable td {
	border-bottom:1px solid #DADADA;
}

#results a:link, #results a:visited {
	padding:2px;
	margin:0px;
	text-decoration:underline;
	font-size:11px;
}

#results td a:hover {
	font-size:11px;
	text-decoration:none;
}

	/* ----- Paging -----  */

	.nav_button a:link, .nav_button a:visited {
		border:1px solid #FFFFFF;
		color:#505457;
		padding:2px 4px;
		text-decoration: underline;
		font-size:12px;
		margin:0 2px;
	}

	.nav_button a:hover {
		border:1px solid #CCCCCC;
		background-color:#CCCCCC;
		color:#505457;
		font-size:12px;
		padding:2px 4px;
		text-decoration:none;
		margin:0 2px;
	}

	.nav_button_active {
		background-color:#505457;
		border:1px solid #505457;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		padding:2px 4px;
	}

	.nav_dir_disabled {
		padding:2px 4px;
		margin:0 2px;
		border:1px solid #FFFFFF;
		text-decoration: none;
		color:#CCCCCC;
		font-size:12px;
	}

/* ----- Success Story -----  */

#successStory	{
	width:650px;
	float:left;
}








