@charset "UTF-8";
/* CSS Document */

/* Colors and styles for Grants Grantseekers pages */

/* == Top Row Settings ===== */
/* Left - GRAY */
.content td#top-lf {
	color: #bbbdbf;
	background-color: #686a6c;
	/*background-image: url(../images/layout-images/curves/top-lf-wwa.gif);*/	
}

/* Right - MUSTER */
.content td#top-rt {
	color: #cdb584;
	background-color: #8b6900;
	/*background-image: url(../images/layout-images/curves/top-rt-wwa.gif);*/
}

 /* == Mid Bar Settings =====*/
.content td#mid-lf {
	background-color: #909295;
}

.content td#mid-rt {
	background-color: #aa8b42;
}

/* == Bottom Row Settings ===== */
.content td#bottom-lf {
	color: #363738;
	background-color: #bbbdbf;
	/*background-image: url(../images/layout-images/curves/bottom-lf-wwa.gif);*/
	
}

.content td#bottom-lf a {
	color: #363738;
}

.content td#bottom-lf a:hover {
	color: #363738;
}

.content td#bottom-rt {	
	color: #594300;
	background-color: #cdb584;
	/*background-image: url(../images/layout-images/curves/bottom-rt-wwa.gif);*/
}

.content td#bottom-rt a {
	color: #594300;
	text-decoration: underline;
}

.content td#bottom-rt a:hover {
	color: #594300;
	text-decoration: none;
}


/* == Lower Copy  =====*/

.lower-copy {
	color: #453a26;
	margin: 26px 36px 0 162px;
}

.lower-copy-v1 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.lower-copy a:hover {
	color: #4A5963;
	font-weight: bold;
	text-decoration: underline;
}

/*.lower-copy td {
	padding: 20px 20px;
	line-height: 1.5em;
}*/

#deadlines table {
	table-layout: fixed;
	width: 500px;
	border-collapse: collapse;
	margin: 0 0 0 0px;
	border: 1px solid #666;	
	}
	
#deadlines th {
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	border: 1px solid #666;
}	

	
#deadlines td {
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	border: 1px solid #666;
}	
	
#deadlines-col1 {
	width: 16%;
}	

#deadlines-col2 {
	width: 16%;
}	

#deadlines-col3 {
	width: 16%;
}	

#deadlines-col4 {
	width: 16%;
}	

#deadlines-col5 {
	width: 16%;
}	

#deadlines-col6 {
	width: 16%;
}	