﻿#mainContent
{
	background-image: none;
}

.checklist
{
	border: solid 1px #665d60;
	width: 909px;
	min-height: 300px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.checklist .navigation
{
	height: 40px;
	background-color: #fdfd87;
	padding-bottom: 15px;
}

.checklistContent
{
	min-height: 250px;
	height: auto;
	padding: 10px 20px 20px 20px;
}

.checklist .navigation .item
{
	background-color: #fdfd87;
	float: left;
	width: 161px;
	padding: 10px;
	text-align: center;
	height: 35px;
	border-bottom: solid 1px #665d60;
	border-right: solid 1px #665d60;
}

.checklist .navigation .item a
{
	font-size: 90%;
}

.checklist .navigation .active
{
	border-bottom: 0;
}

.checklist .navigation .active a
{
	color: #000000;
}

.checklist .navigation .artisticPractice
{
}

.checklist .navigation .projectManagement
{
	background-color: #ffa864;
}

.checklist .navigation .communityInvolvement
{
	background-color: #ff99cc;
}

.checklist .navigation .environmentResources
{
	background-color: #a8e69b;
}

.checklist .navigation .siteContext
{
	background-color: #77b6de;
}

.checklist .contain
{
	clear: both;
	padding-bottom: 5px;
}

.checklist input
{
	width: 100px;
	float: right;
}

table
{
	width: 860px;
}

table thead
{
	width: 700px;
}

table tbody
{
	width: 700px;
}

table td.labels
{
	width: 560px;
}

td.yesAnswer, td.noAnswer, td.dkAnswer
{
	width: 100px;
	text-align: center;
}

td.yesAnswer, td.noAnswer
{
	
}


table tr td
{
	padding: 6px;
}

.contain input
{
	float: left;
	width: 200px;
}

.contain label
{
	float: left;
}
