/* trustee submission admin nav */
#trusteeNav, #trusteeActions
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	width: 100%;
}
#trusteeNav
{
	background: url(../img/navsub_background.gif) left bottom repeat-x;
	padding: 5px 0 5px 0; 
	margin: 0 0 20px 0;
}
#trusteeNav li
{
	float: left;
	margin: 0;
	background: none;
	padding: 0 2px;	
}
#trusteeNav li a
{
	text-decoration: none;	
	padding: 5px 10px;
	background: #cddbc4;
	border: 1px solid #7a936a;
}
#trusteeNav li.selected a, #trusteeNav li a:hover, #trusteeNav li a.active
{
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
} 

#nav li.selected a
{
	color: #5A744B;
}

/* trustee actions */
#trusteeActions
{
	clear: both;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 3px 0;
}

#trusteeActions li
{
	padding: 0 10px 0 18px;
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

table tr td.trusteeActionsIndex
{
	white-space: nowrap;
	width: 100px;
}
.trusteeActionsIndex a
{
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
#trusteeActions li.reject, .trusteeActionsIndex a.reject
{
	background-image: url(../img/icon-x.gif);
}

#trusteeActions li.reject a
{	
	color: #3b4336;
}
#trusteeActions li.possiblefinalist, .trusteeActionsIndex a.possiblefinalist
{
	background-image: url(../img/icon-possible.gif);
}

#trusteeActions li.possiblefinalist a
{
	color: #5f9a6f;
}

#trusteeActions li.finalist, .trusteeActionsIndex a.finalist
{
	background-image: url(../img/icon-green_arrow.gif);
}

#trusteeActions li.finalist a
{
	color: #5b7947;
}

#trusteeActions li.awardee, .trusteeActionsIndex a.awardee
{
	background-image: url(../img/icon-awardee.gif);
}

#trusteeActions li.awardee a
{
	color: #c38f2a;
}

#trusteeActions li.rate, .trusteeActionsIndex a.rate
{
	background-image: url(../img/icon-star.gif);
}

#trusteeActions li.rate a
{
	color: #cda735;
}



/* questions */
.question p
{
	font-weight: bold;
	padding-bottom: 3px;
}
.answer p
{
	font-size: 12px;
	padding-bottom: 15px;
}

div.reference
{
	float: left;
	clear: both;
	/*width: 300px;
	padding-right: 50px;*/
}

/* ratings */
div#ratings_label,
div.ratingRadio 
{
	float: left;
	clear: left;
	width: 400px;
}
div#ratings_label .scale
{
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 200px;
	width: 90px;
}
div#ratings_label .scale .low
{
	float: left;
	clear: none;
	margin: 0 0 0 0;
}
div#ratings_label .scale .high
{
	float: right;
	clear: none;
	margin: 0 0 0 0;
	padding-right: 5px;
}
div#ratings_label ul
{
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 200px;
	width: 90px;
}
div#ratings_label ul li
{
	background: none;
	float: left;
	padding: 0px 5px 0px 0px;
	width: 13px;
	text-align: center;
}
div.ratingRadio input
{
	float: left;
	clear: none;
	margin-right: 5px;
	border: none;
}
div.ratingRadio label
{
	display: none;
}

div.ratingRadio div.label
{
	float: left;
	width: 200px;
}

/* applicant submissions dashboard */
#submissions
{
	padding: 5px 0 10px 0;
	margin: 10px 0 0 0;
	border-bottom: 3px double #ccc;
	border-top: 1px solid #ccc;
}
#submissions .submission
{
	overflow: auto;
	margin: 0 0 1em 0;
}
#submissions .submission div.submit
{
	margin-left: 170px;
}
#submissions dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 500px;
}
#submissions dl.altrow {
	background: #D8E6CF;

}
#submissions dt {
	vertical-align: top;
	float: left;
	padding: 2px 10px;
	text-align: left;
	border-bottom: 0;	
	width: 150px;
}
#submissions dd {
	vertical-align: top;
	float: left;
	padding: 2px 0;
	border-bottom: 0;
	width: 250px;
} 
#submissions a.complete 
{
	text-decoration: underline;
}
#submissions a.complete:hover
{
	text-decoration: none;
}
#submissions a.incomplete
{
	color: #a29147;
	text-decoration: underline;
}
#submissions a.incomplete:hover
{
	color: #d8c15f;
	text-decoration: none;
}
#submissions .fillerror,
.fillerror
{
	color: #666666;
	line-height: 1.2em;
	width: 570px;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}
#submissions .agree
{
	margin-left: 170px;
}


/* AJAX */
.working,
.working div.submit,
.working td.actions
{
	background: #ffffff url('/img/ajax-loader.gif') no-repeat center center;
}
.working *,
.working div.submit *,
.working td.actions *
{
	visibility: hidden;
}


th.over {
	color: #FF9999;
	color: #FF0000;
}


/* forms */
textarea.disabled
{
	background-color: #dfc28c;
}
tr#new_budget_item td
{
	background-color: #EFEFEF;
}
div.phone
{
	float: left;
	clear: both;
}
div.phone div.input
{
	float: left;
	clear: none;
	padding-right: 15px;
	margin-bottom: 0;
}
div.phone div.text
{
	width: 275px;
}
div.phone div.input label
{
	padding-right: 0;
}

/* navigation */
#nav
{
	background: #9eba8d;
	width: 100%;
	height: 23px;
}
#nav ul
{
	margin:0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ffffff;
	height: 23px;
}
#nav li
{
	float: left;
	padding: 3px 10px;
	display: block;
	background: none;
	}
	
#nav li.last
{
	float: right;
}
#nav li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	
}
#nav li a:hover
{ 
	color: #5a744b;
}
#nav li.hover ul, #nav li:hover ul
{
	display: block;
}


#nav li ul
{
	position: absolute;
	background-color: #7A936A;
	height: auto;
	display: none;
	
}

#nav li li
{
	float: none;
	position: relative;
}

/* Misc */
#footer p
{
	color: #ffffff;
	padding-bottom: 0;
}

th.total_year
{
	text-align: right;
}

.submit input:disabled {
	color: #888888;
	background-color: #eeeeee;
	border: 1px double #bbbbbb;
	margin: 1px;
}

form div.indent {
	padding-left: 2em;
}


div.note
{
	padding: 20px 20px 10px 20px;
	background-color: #f5eddd;
	border: 1px solid #d99e29;
	margin-bottom: 10px;
}
div.note ul li
{
	background: url(../img/bullet-note.gif) no-repeat 0px 3px;
}

#header .username
{
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	
}

div.checklist
{
	margin-left: 20px;
	margin-right: 20px;
}
div.checklist h4
{
	color: #000000;
	text-transform: none;
	text-decoration: underline;
}

ul.submission_subnav
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;
}

ul.submission_subnav li
{
	padding: 5px 20px 5px 20px;
	float: left;
	background: none;
}

ul.submission_subnav li.selected a
{
	color: #9eba8d;
}

/* Team Members */
#background_form
{
	float: left;
	width: 511px;
}
#background_form form
{
	width: 491px;
}
#team_member_form
{
	float: left;
	width: 368px;
}
#team_member_form form
{
	width: 348px;
}
#team_member_fieldset
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
