/* CSS Document */

#ProjectContainer {
/*	border:1px #333333 solid;*/
	position:relative;
	width:791px;
	}

#LeftPanel {
	margin:0; padding:0;
	float:left;	
	width:260px;
	border-right:1px #333333 solid;
	}

#ProjectList {
	margin:2px;
	height:320px;
	overflow:auto;
	border:none;
	}

#ProjectList p {
	margin:0.25em;
	}

#LeftPanelBottom {
	line-height:33px;
	background-color:#333333;
	}

#RightPanel {
	width:530px;
	border:none;
	float:right;
	}

#Panel_Menu {
	border-bottom:1px #333333 solid;
	}

#Panel_Menu ul {
	list-style:none;
	}

#Panel_Menu li .ProjectMenu {
	display:inline;
	float:left;
	text-align:center;
	border-right:1px #333333 solid;
	}

#PhotoHolder {
	margin:14px 0;
	padding:0;
	border:none;
	width:100%;
	height:324px;
	position:relative;
	text-align:center;
	float:left;
	}

#tblProject	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:1px #333333 solid;
	padding:0;
	border-collapse:collapse;
	}

#tblProject	.PageTitle {
	border-right:1px #333333 solid;
	}

#tblProject	.ProjectListCell {
	border-right:1px #333333 solid;
	padding:0;
	}

#tblProject	.ProjectMenu {
	text-align:center;
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
	width:149px;
	}
	
#tblProject	#ProjectNameCell {
	text-align:right;
	color:#999999;
	background-color:#333333;
	width:230px;
	border-bottom:1px #333333 solid;	
	}


#tblProject	.ProjectBottomCell {
	border-right:1px #333333 solid;
	background-color:#333333;
	height:30px;
	width:271px;
	}	

#ProjectName {
	visibility:hidden;
	font-size:110%;
	font-weight:bold;
	line-height:2em;
	margin:0 0.4em 0 0;	
	}
		
