
#maincontent {
	background:none;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/* ----- P R O J E C T S ----- */

ul.projectList {
	margin-top:20px;
}

ul.projectList li {
	background: url(/img/1_z1.gif) no-repeat 20px 22px;
	list-style:none;
	line-height:50px;
	padding-left:30px;
}

ul.projectList li.shaded {
	background: #dce3d3 url(/img/1_z1.gif) no-repeat 20px 22px;
}

ul.projectList li a {
	font-size:14px;
	text-decoration:none;
}

ul.projectList li a:hover {
	color:#5F803B;	
	text-decoration:underline;
}

ul.projectList li.shaded a {
	
}

ul.projectList li:hover, ul.projectList li.shaded:hover {
	background: #b1c79a url(/img/1_z1.gif) no-repeat 20px 22px;
}

ul.projectList li:hover a, ul.projectList li.shaded:hover a {
	color:#fff;
}

ul.projectList li span.right {
	margin-right:30px;
	color: #3A3D36;
}

/* ----- L O G I N ----- */

#projectLogin {
	background:#dce3d3;
	padding:50px 195px;
}

#projectLogin label {
	line-height:20px;
	margin-right:10px;
}

#projectLogin input[type="password"] {
	background:#fff;
	font-size:20px;
	line-height:20px;
	width:300px;	
}

#projectLogin input.button {
	background:	#5f803b;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-top:10px;
	width:100px;
}

#projectLogin input.button:hover {
	background:#b1c79a;
}

/* ----- P R O J E C T  D E T A I L ----- */

#projectDetail-title {
	line-height:22px;
}

p.subHead {
	font-size:15px;
	font-weight:bold;
	margin:50px 0 0 0;
}

table.detailList {
	width:766px;
}

table.detailList tr {
	background:none;
	height:50px;
}

table.detailList tr.shaded {
	background: #dce3d3;
}

table.detailList tr td, table.detailList tr th {
	height:12px;
	padding:19px 20px;
	text-align:left;
	vertical-align:middle;
}

table.detailList tr td a {
	color:#5f803b;
	text-decoration:none;
}

table.detailList tr td a:hover {
	color:#5F803B;	
	text-decoration:underline;
}

table.detailList tr td a.button {
	background:	#5f803b;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	line-height:20px;
	padding:4px 25px;
}

table.detailList tr td a.button:hover {
	background:#b1c79a;
	text-decoration:none;
}