 /* ______________________________________ */
 /* ___ Section Two: Interface/Design ____ */
 /* ______________________________________ */
 /* 2.1 - Date */
 datebug,td.datebug,span.datebug,span.datebug{
	 color: #D4DBC2;
	 line-height: 17px;
	 font-size: 10px;
	 }

 /* 2.2 - Default Bullet Graphic Reference */
 /* 2.3 - Style for Page Name Header if No.swt is Found */
.pagehdr,a.pagehdr,a.pagehdr:hover,a.pagehdr:active,a.pagehdr:visited,p.pagehdr,td.pagehdr {
	 font-size : 10px;
	 line-height: 20px;
	 font-weight : normal;
	 color: #D4DBC2;
	 }

 /* 2.4 - Background Color for Lower Page Header Area */
 td.phdr2bgcolor {
	 background-color: none;
	 }

 /* 2.5 - Breadcrumb Font Styles for Text and Links */
.breadcrumb,a.breadcrumb,a.breadcrumb:hover,a.breadcrumb:active,a.breadcrumb:visited,p.breadcrumb,td.breadcrumb {
	 font-size : 10px;
	 line-height: 20px;
	 font-weight : normal;
	 color: #D4DBC2;
	 }

.breadcrumbdown,a.breadcrumbdown,a.breadcrumbdown:hover,a.breadcrumbdown:active,a.breadcrumbdown:visited,p.breadcrumbdown,td.breadcrumbdown {
	 font-size : 10px;
	 line-height: 20px;
	 font-weight : normal;
	 color: #D4DBC2;
	 }

 /* 2.6 - Default Style for Color of Line Between Body Content and Sidebar Content */
 td.rulecolor{
	 background-color: #000000;
	 }

 /* 2.7 - Text Footer at the Bottom of Every Page */
 td.footertxt,td.footertxt{
	 color: #333333;
	 font-size: 10px;
	 }

 /* BEGIN GRANT RECCOMENDATION FORM ==================================================================== */
/* 
 wFORMS 2.0 Stylesheet - Default Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form#GrantRec {
	padding: 10px;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
#GrantRec fieldset {
	margin: 20px 0;
	padding: 15px 10px;
}
#GrantRec legend {
	padding: 2px 5px;
}
/* Nested Fieldset  */
#GrantRec fieldset fieldset  {
}
#GrantRec fieldset fieldset legend {
}
/* Inline Section */
#GrantRec .inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form#GrantRec table {
	border-collapse: collapse;
}
form#GrantRec td {
	padding: 0 4px;
}
form#GrantRec th {
	padding: 0 4px;
}
form#GrantRec .alternate-1 {
	background-color:#F1F1F1;
}
form#GrantRec .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form#GrantRec .oneField {
	
}
form#GrantRec .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}
/* Ties together a label and its checkbox or radio */
form#GrantRec .oneChoice {
	white-space: nowrap; 
}

/* Field Labels ======================================================================== */

/* Base */
#GrantRec label, form#GrantRec .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
#GrantRec label.preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
}
/* Radio / Checkbox group label */
form#GrantRec .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
}
/* Individual Checkbox / Radio label */
#GrantRec label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
#GrantRec .inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	margin: 0.4em 4px 0 0;
}

/* Inputs ======================================================================== */

#GrantRec textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
#GrantRec input {
	margin: 0 2px 0 0;
}
#GrantRec select {
	padding: 0;
	margin: 2px 2px 1px 0;
}
#GrantRec .inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
#GrantRec .gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form#GrantRec .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}
/* Submit button */
form#GrantRec .primaryAction {
}
/* Cancel button */
form#GrantRec .secondaryAction {
	color: grey;
}
form#GrantRec .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form#GrantRec .instructions {
	margin: 1em 0;
}
/* Asterisk on required fields */
form#GrantRec .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form#GrantRec .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form#GrantRec .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form#GrantRec .field-hint {
	color: #000;
	float: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Field-Hint without focus */
form#GrantRec .field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Repeat Behavior divs (when not set on a fieldset) */
#GrantRec div.repeat {
	border: 1px dotted #ccc;
	margin: 3px 0;
	padding-right: 3px;
}
#GrantRec div.removeable {
	border: 1px dotted #ccc;
	padding-right: 3px;	
}
/* Links generated by the Repeat Behavior */
form#GrantRec .duplicateLink {
	line-height: 260%;
	color: #5C594E;
}
form#GrantRec .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form#GrantRec td .duplicateLink, form#GrantRec td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


/* IE6 BUG FIXES ==================================================================== */
form#GrantRec {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form#GrantRec fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}
form#GrantRec fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
/* END GRANT RECCOMENDATION FORM ==================================================================== */

