@charset "utf-8";
/* Customizable CSS Document */

.emphasisHeader{
	background-color:#EEEEEE; 
	border-color:#CCCCCC;
	border-width:1px; 
	border-style:dotted;
}
.grantProjectDetails{
	border-color:#CCCCCC; 
	margin-top:5px; 
	background-color:#EEEEEE; 
	border-style:dotted; 
	border-width:1px; 
	width:80%; 
	float:right; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px; 
	padding-bottom:10px;
}
.grantProjectDetailContainer{
	width:100%; 
	float:left;
	display:none;
	visibility:hidden;
}
/*The inner Page of a upstream community website*/
/*Example: Grant Details Page*/
.innerPage{
	/*[Editable]*/
	background-color:#FFFFFF; 
	border-color:#CCCCCC;
	border-width:1px; 
	border-style:dotted;
}
/*innerPage-GrantDetails-Container- content styling for grant details section*/
#innerPage-GrantDetails-Container{
	/*[Editable]*/
	font-size:12px; 
	line-height:23px;
}
/*.passedDeadline- Controls the label of passed deadlines*/
.passedDeadline{
	/*[Editable]*/
	color:#CCCCCC;
}
/*.passedDeadline- Controls the label of the next deadline*/
.nextDeadline{
	/*[Editable]*/
	font-weight:bold;
}