/********************************************************************\
* FarmSelect Organic Farm Simulator
* Copyright 2007 The Rodale Institute
*
* File		: $Source: /var/lib/cvsroot/FarmSelect/code/includes/stylesheet.css,v $
* Author	: Jeremy Eastburn and Brandon Miquel
* Revision	: $Revision: 1.20 $
* Checked in	: $Date: 2007/12/09 09:04:52 $
* Checked in by : $Author: bmiquel $
*
* Revision history at end of file
*
/********************************************************************/

/* FarmSelect Stylesheet */

BODY
{
	background-color: #482d1a;
	/*background-color: #F2FEDA;*/
	margin-top: 0px;
	margin-bottom: 0px;

	font-size: 12px;
	font-family: Arial, sans serif;
	/*color: #808080;*/
	color: #000000;
}

.simname
{
	font-weight: bold;
	font-size: 14px;

}

h3
{
	font-size: 14px;
	color: #316500;
	font-weight: bold;
	padding-bottom: 0px;
}

.larger
{
	font-size:120%;
}

/* Standard Links */
a:link		{ text-decoration : none; color : #408235; }
a:visited	{ text-decoration : none; color : #408235; }
a:active	{ text-decoration : underline; color : #003300; }
a:hover     { text-decoration : underline; color : #003300; }

.topNavLink
{
	font-size: 14px;
	color: #003300;
	text-decoration: none;
}

/* Left Nav Styles */
.leftNav
{
	vertical-align:top;
	background-color: #336600;
	color: #99CC00;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width:166px;
	height:658px;
}

.fsLeftNav
{
	vertical-align:top;
	background-color: #336600;
	padding-top: 20px;
	width:176px;
	font-size: 8pt;
}

.leftNavLink
{
	color: #99CC00;
	font-size: 12px;
	text-decoration: none;
}


.leftNavButton
{
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftNavButtonNoTopBar
{
	/*border-top: 1px solid #FFFFFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



.leftNavLink:hover
{
	color: #336600;
}


.header
{
	font-size: 16px;
	color: #316500;
	font-weight: bold;
	padding-bottom: 15px;
}

.smallerText
{
	font-size: 80%;
}

.contentWell
{
	font-size: 12px;
	vertical-align: top;
	/*background-color: #F2FEDA;*/
	background-color: #F6F5F1;
	padding: 5px;
	line-height: 18px;
}

.footer
{
	text-align: center;
	font-size:10px;
	font-family: Arial, serif;
	color:#ffffff;

	/*background: #F2FEDA;*/
	display: block;

}

.inputLabel
{
	color: #003300;
	font-weight: bold;
	vertical-align: top;
	font-size:12px;
}

.formButton
{
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	background: #DFDFDF;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}


.formButton:hover
{
	color: #003300;
}

.dataTable
{
	margin-left: 75px;
	border-top: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	padding: 15px;
}

.tdIndent
{
	padding-left: 50px;
}

.formTable,TH
{
	border-top: 1px solid #336600;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	font-size: 8pt;
}

.input_red
{
	border-top: 2px solid #990000;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	color: #990000;
}

.labelDiv
{
	margin-left: 50px;
	color: #003300;
	font-weight: bold;
	vertical-align: top;
	font-size:12px;
}

.titleDiv
{
/* 	margin-left: 50px; */
	color: #003300;
	font-weight: bold;
	vertical-align: top;
	font-size:14px;
}

.textDiv
{
	margin-left: 50px;
	vertical-align: top;
	font-size:12px;
}

.textSidebar
{
	margin-left: 35px;
	text-indent: -12px;
}


.inputDiv
{
	margin-left: 100px;
}

/* Walk-thru Table styles */
.borderedCell
{
	border-top: 1px solid #336600;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
}

.headerCell
{
	background-color: #C0C0C0;
	color: #003300;
}


.subHeaderCell
{
	background-color: #D0D0D0;
	color: #003300;
}
.subSubHeaderCell
{
	background-color: #DDDDDD;
	color: #003300;
}

.reportHeaderText
{
	font-size: 14pt;
	font-weight:bold;
}

.reportSubHeaderText
{
	font-size: 12pt;
	font-weight:bold;
}

.reportTotalLineText
{
	font-size: 10pt;
	font-weight:bold;
}



/* Full-form view table styles */
.blackHeaderCell
{
	background-color: #000000;
	color: #FFFFFF;
}

.blackBorderedCell
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/***/
/* Fieldset/Legend classes (for error messages -- overrides standard fieldset/legend classes above)
/***/

.fieldsetError
{ /* for regular errors (no bullets) */
	width: 70%;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #990000;
	margin-left:   1em;
	margin-right:  1em;
	padding:       1em;
}

.legendError
{ /* Legend title box */
	color: #990000;
	background: #FFFFFF;
	font-variant: small-caps;
	padding: .1ex .5ex;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
}

.fieldsetTextError
{ /* any text within fieldset */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#990000;
}

/***/
/* Fieldset/Legend classes (for help messages -- overrides standard fieldset/legend classes above)
/***/

.fieldsetHelp
{ /* for regular errors (no bullets) */
	width: 90%;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #006600;
	margin-left:   1em;
	margin-right:  1em;
	padding:       1em;
}

.legendHelp
{ /* Legend title box */
	color: #006600;
	background: #FFFFFF;
	font-variant: small-caps;
/*	padding: .1ex .5ex; */
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
}

.fieldsetTextHelp
{ /* any text within fieldset */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}





/* STYLES FROM FARMSELECT PHASE 2 */

/**********/
/* Standard CSS Classes
/*********/
	body.fs
	{
		background-color: #482d1a;
		/*background-color: #F2FEDA;*/
		margin-top: 0px;
		margin-bottom: 0px;

		font-size: 12px;
		font-family: Arial, sans serif;
		color: #000000;
		margin-left: 0;
		margin-top: 0;
	}

/*	td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

	a:hover
	{
		color: #FFFF66;
		background-color: #000000
	}
*/
	.articleTitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}

	.bodyCopy
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	.boxHead
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.breakHead
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	.contextNav
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	.current
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFF66;
		background-color: #000000;
	}

	.footer
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
	}

	.headline
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	.link1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #006600;
		font-weight: bold;
	}

	.more
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		color: #006600;
		font-weight: bold;
	}

	.newsSubhead
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}

	.pullQuote
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #006600;

	}

	.sectionHead
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}

	.subTitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #669900;
	}

	.whiteNav
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.deptTitle
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 36px;
		font-weight: normal;
		color: #000000;
	}

	.rightNav
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #99CC33;
	}

	.date
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #669900;
	}

	.eyebrow
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #006600;
		font-weight: bold;
	}

	.linkWhite
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.otsmHead
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 21px;
		color: #669900;
		font-weight: bold;
	}

	.otsm
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		font-style: normal;
		font-weight: normal;
	}

/**********/
/* Section 508 Compliance CSS Classes
/*********/
	.skipToContent
	{
		font-size: 0px;
		color: #006600;
	}

	.skipToContent:hover
	{
		color: #006600;
		background-color: #006600

	}

/**********/
/* Financial Report CSS Classes
/*********/
	.financial-table
	{

		border: 2px solid #669900;
		font-weight: normal;
	}

	.financial-table-print
	{

		border: 2px solid #000000;
		font-weight: normal;

	}


	.financial
	{
		font-size: 8pt;

	}

	.financial-print
	{
		font-size: 8pt;

	}


	.financial-dotted-left-dotted-top-white-back
	{
		border-left: 1px dotted #669900;
		border-top: 1px dotted #669900;
		background-color: #FFFFFF;
		font-size: 8pt;
	}

	.financial-dotted-left-dotted-top-white-back-print
	{
		border-left: 1px dotted #000000;
		border-top: 1px dotted #000000;
		background-color: #FFFFFF;
		font-size: 8pt;
	}

	.financial-dotted-top-light-grey-back
	{

		border-top: 1px dotted #669900;
		background-color: #DDDDDD;
		font-size: 8pt;
	}

	.financial-dotted-top-light-grey-back-print
	{

		border-top: 1px dotted #000000;
		background-color: #DDDDDD;
		font-size: 8pt;
	}



	.financial-solid-left-dotted-top-tan-back
	{
		border-left: 2px solid #669900;
		border-top: 1px dotted #669900;
		background-color: #FFFF99;
		font-size: 8pt;
	}

	.financial-solid-left-dotted-top-tan-back-print
	{
		border-left: 2px solid #000000;
		border-top: 1px dotted #000000;
		background-color: #EEEEEE;
		font-size: 8pt;
	}



	.financial-dotted-left-dotted-top-tan-back
	{
		border-left: 1px dotted #669900;
		border-top: 1px dotted #669900;
		background-color: #FFFF99;
		font-size: 8pt;
	}

	.financial-dotted-left-dotted-top-tan-back-print
	{
		border-left: 1px dotted #000000;
		border-top: 1px dotted #000000;
		background-color: #EEEEEE;
		font-size: 8pt;
	}

	.financial-dotted-left-grey-back
	{

		border-left: 1px dotted #669900;
		background-color: #CCCCCC;
		font-size: 8pt;
		font-weight: normal;

	}

	.financial-dotted-left-grey-back-print
	{

		border-left: 1px dotted #000000;
		background-color: #CCCCCC;
		font-size: 8pt;
	}


	.financial-solid-left-grey-back
	{

		border-left: 2px solid #669900;
		background-color: #CCCCCC;
		font-size: 8pt;
		font-weight: normal;

	}

	.financial-solid-left-grey-back-print
	{

		border-left: 2px solid #000000;
		background-color: #CCCCCC;
		font-size: 8pt;
	}

	.financial-big-header
	{

		border-bottom: 1px solid #669900;
		background-color: #BBBBBB;
		font-size: 10pt;
	}

	.financial-big-header-print
	{

		border-bottom: 1px solid #000000;
		background-color: #BBBBBB;
		font-size: 8pt;
	}

	.financial-grey-back
	{
		background-color: #CCCCCC;
		font-size: 8pt;
		font-weight: normal;
	}

	.financial-grey-back-print
	{
		background-color: #CCCCCC;
		font-size: 8pt;
	}

	.financial-table-header-dark-green
	{
		background-color: #669900;
		font-size: 11pt;
		font-weight: bold;
	}

	.financial-table-header-dark-green-print
	{
		background-color: #777777;
		font-size: 12pt;
	}


	.financial-white-back
	{
		background-color: #FFFFFF;
		font-size: 8pt;
		font-weight: normal;
	}

	.financial-white-back-print
	{
		background-color: #FFFFFF;
		font-size: 8pt;
	}


	.financial-dotted-left-tan-back
	{
		border-left: 1px dotted #669900;
		background-color: #FFFF99;
		font-size: 8pt;
		font-weight: normal;
	}

	.financial-dotted-left-tan-back-print
	{
		border-left: 1px dotted #000000;
		background-color: #EEEEEE;
		font-size: 8pt;
	}



	.financial-solid-left-tan-back
	{
		border-left: 2px solid #669900;
		background-color: #FFFF99;
		font-size: 8pt;
		font-weight: normal;
	}

	.financial-solid-left-tan-back-print
	{
		border-left: 2px solid #000000;
		background-color: #EEEEEE;
		font-size: 8pt;
	}



	.financial-dotted-left-white-back
	{

		border-left: 1px dotted #669900;
		background-color: #FFFFFF;
		font-size: 8pt;
		font-weight: normal;

	}

	.financial-dotted-left-white-back-print
	{

		border-left: 1px dotted #000000;
		background-color: #FFFFFF;
		font-size: 8pt;
	}


	.financial-dotted-bottom-white-back
	{

		border-bottom: 1px dotted #669900;
		background-color: #FFFFFF;
		font-size: 8pt;
		font-weight: normal;

	}

	.financial-dotted-bottom-white-back-print
	{

		border-bottom: 1px dotted #000000;
		background-color: #FFFFFF;
		font-size: 8pt;
	}

	.financial-solid-left-dotted-bottom-tan-back
	{
		border-left: 2px solid  #669900;
		border-bottom: 1px dotted #669900;
		background-color: #FFFF99;
		font-size: 8pt;
		font-weight: normal;

	}

	.financial-solid-left-dotted-bottom-tan-back-print
	{
		border-left: 2px solid  #000000;
		border-bottom: 1px dotted #000000;
		background-color: #EEEEEE;
		font-size: 8pt;
	}

	.financial-solid-top-light-grey-back
	{
		border-top: 2px solid #669900;
		background-color: #DDDDDD;
		font-size: 8pt;

	}

	.financial-solid-top-light-grey-back-print
	{
		border-top: 2px solid #000000;
		background-color: #DDDDDD;
		font-size: 8pt;


	}

	.financial-dotted-left-solid-top-white-back
	{
		border-left: 1px dotted #669900;
		border-top: 2px solid #669900;
		background-color: #FFFFFF;
		font-size: 8pt;

	}


	.financial-dotted-left-solid-top-white-back-print
	{
		border-left: 1px dotted #000000;
		border-top: 2px solid #000000;
		background-color: #FFFFFF;
		font-size: 8pt;


	}


	.financial-solid-left-solid-top-tan-back
	{
		border-left: 2px solid #669900;
		border-top: 2px solid #669900;
		background-color: #FFFF99;
		font-size: 8pt;
	}


	.financial-solid-left-solid-top-tan-back-print
	{
		border-left: 2px solid #000000;
		border-top: 2px solid #000000;
		background-color: #EEEEEE;
		font-size: 8pt;

	}



	.financial-dotted-left-solid-top-tan-back
	{
		border-left: 1px dotted #669900;
		border-top: 2px solid #669900;
		background-color: #FFFF99;
		font-size: 8pt;
	}


	.financial-dotted-left-solid-top-tan-back-print
	{
		border-left: 1px dotted #000000;
		border-top: 2px solid #000000;
		background-color: #EEEEEE;
		font-size: 8pt;

	}

	.financial-light-grey-back
	{
		background-color: #DDDDDD;

	}

	.financial-light-grey-print
	{
		background-color: #DDDDDD;


	}


	.financial-dotted-left-white-back
	{
		background-color: #FFFFFF;


	}


	.financial-dotted-left-white-back-print
	{
		background-color: #FFFFFF;


	}




	.size-11
	{
		font-size: 11pt;

	}

	.size-10
	{
		font-size: 10pt;

	}




	.red {
		color: red;
	}

	.hanging-indent
	{

		padding-left: 16px;
		text-indent: -15px;
		font-size: 110%;
	}


.small-font {
	font-size: 80%;
	}

/**********/
/* Form CSS Classes
/*********/
	input.fs
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #006600;
		background: #DFDFDF;
		border-top: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		font-weight: bold;
		font-size: 12px;
	}

	.input_red
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #990000;
		background: #DFDFDF;
		border-top: 2px solid #990000;
		border-left: 2px solid #990000;
		border-right: 2px solid #990000;
		border-bottom: 2px solid #990000;
		font-weight: bold;
		font-size: 12px;
	}

	/* Only used for IE browsers for radio buttons, DO NOT USE with Netscape  */
	.emptyClass
	{
		font-family: Arial, Helvetica, sans-serif;
		background: #FFFFFF;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

/**********/
/* Tooltip CSS Classes
/*********/
	body.tooltipPopup
	{
		margin-left: 10px;
		margin-top: 10px;
		font-size: 85%;
	}

	.toolTip
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
		.toolTip-bold
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:bold;
	}


/**********/
/* Fieldset & Legend CSS Classes
/*********/

	/***/
	/* Regular Fieldset/Legend classes (for standard grouping)
	/**/
	fieldset
	{
		/*background: #FFFFFF;*/
		border: 1px dotted #006600;
		margin-left:   1em;
		margin-right:  1em;
		padding:       1em;
	}

	fieldset legend
	{
		color: #006600;
		background: #FFFFFF;
		font-variant: small-caps;
		padding: .1ex .5ex;
		border-top: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		font-weight: bold;
	}

	fieldset td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	/***/
	/* Fieldset/Legend classes (for error messages -- overrides standard fieldset/legend classes above)
	/**/
	.fieldsetCheckbox
	{
		text-align: center;
		width: 65%;
		background: #DFDFDF;
		border: 1px solid #FF6600;
		margin-left:   0em;
		margin-right:  0em;
		padding:       .5em;
		font-weight: bold;
	}

	.fieldsetError
	{
		width: 90%;
		text-align: center;
		background: #FFFFFF;
		border: 1px solid #990000;
		margin-left:   1em;
		margin-right:  1em;
		padding:       1em;
	}

	.fieldsetErrorBulleted
	{
		width: 85%;
		text-align: left;
		background: #FFFFFF;
		border: 1px solid #990000;
		margin-left:   1em;
		margin-right:  1em;
		padding:       1em;
	}

	.legendError
	{
		color: #990000;
		background: #FFFFFF;
		font-variant: small-caps;
		padding: .1ex .5ex;
		border-top: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		font-weight: bold;
	}

	.fieldsetTextError
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight:bold;
		color:#990000;
	}

/**********/
/* OLD Error CSS Classes
/*********/
	.errorBulleted
	{
		width: 85%;
		border:2px solid #990000;
		padding:5px;
		text-align:left;
		background-color:#ffffff;
		color:#990000;
		font-weight:bold;
		font-size: 13px;
	}

	.error
	{
		width: 90%;
		border:2px solid #990000;
		padding:5px;
		text-align:center;
		background-color:#ffffff;
		color:#990000;
		font-weight:bold;
		font-size: 13px;
	}

	.listBox
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #006600;
		background: #DFDFDF;
		border-top: 1px solid gray;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		font-weight: bold;
		font-size: 12px;
		width: 150px;
	}

	.listBox_red
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #990000;
		background: #DFDFDF;
		border-top: 2px solid #990000;
		border-left: 2px solid #990000;
		border-right: 2px solid #990000;
		border-bottom: 2px solid #990000;
		font-weight: bold;
		font-size: 12px;
		width: 150px;
	}


	.prototype-table
	{
		border: 1px dotted #669900;
		font-size: 9pt;


	}

	.prototype-td
	{
		border-top: 1px dotted #669900;
		border-left: 1px dotted #669900;
		font-size: 9pt;
	}

	.prototype-td-secondary
	{
		font-size: 9pt;
		font-weight: bold;
	}

	.prototype-td-top-only
	{
		border-top: 1px dotted #669900;
		font-size: 9pt;
	}

	.prototype-td-left-only
	{
		border-left: 1px dotted #669900;
		font-size: 9pt;
	}

	/* Used for HR line between org and conv on field Parameters  */
	.organicSplit
	{
		color: #006600;
		height: 1px;
		border: 1px dotted #006600;
	}
















/********************************************************************\
* Revision History
*
* $Log: stylesheet.css,v $
* Revision 1.20  2007/12/09 09:04:52  bmiquel
* smallerText
*
* Revision 1.19  2007/12/05 01:41:12  jeastburn
* Added LOGGED IN AS text to top of sidebar
*
* Revision 1.18  2007/12/04 04:12:55  jeastburn
* Added section names to all OSPs
*
* Revision 1.17  2007/11/30 02:14:26  bmiquel
* Added .larger
*
* Revision 1.16  2007/11/26 04:55:58  bmiquel
* Changed colors
*
* Revision 1.15  2007/11/26 02:46:53  bmiquel
* Added .simname
*
* Revision 1.14  2007/11/23 10:20:02  bmiquel
* added .leftNavButtonNoTopBar
*
* Revision 1.13  2007/11/11 22:50:54  bmiquel
* Made sidebar text white
*
* Revision 1.12  2007/11/11 01:17:28  jeastburn
* Added green sidebar to FarmSelect styles
*
* Revision 1.11  2007/11/11 01:04:30  jeastburn
* Modified styles to fit new SCOEY design
*
* Revision 1.10  2007/10/19 14:49:37  bmiquel
* *** empty log message ***
*
* Revision 1.9  2007/10/12 03:40:23  bmiquel
* Meh
*
* Revision 1.8  2007/10/06 19:29:10  jeastburn
* Completed LPP section 8
*
* Revision 1.7  2007/09/28 01:25:31  bmiquel
* Further development
*
* Revision 1.6  2007/09/12 01:58:03  bmiquel
* Added a few classes
*
* Revision 1.5  2007/08/12 04:35:28  bmiquel
* merged in classes from FS phase 2
*
* Revision 1.4  2007/08/03 01:42:13  jeastburn
* Added years 1-4 headings to section10
*
* Revision 1.3  2007/06/13 18:55:12  jeastburn
* Continued adding functionality to registration.
*
* Revision 1.2  2007/06/13 02:26:01  jeastburn
* Adding more functionality to registration
*
* Revision 1.1  2007/06/11 23:54:58  bmiquel
* Moved from prototypes to code
*
* Revision 1.9  2007/05/28 00:54:31  bmiquel
* Added titleDiv
*
* Revision 1.8  2007/05/27 03:30:43  jeastburn
* Added full-form styles
*
* Revision 1.7  2007/05/27 02:15:13  bmiquel
* Revised prototypes to show to TRI
*
* Revision 1.6  2007/05/25 01:43:10  jeastburn
* Created cell styles
*
* Revision 1.5  2007/05/21 01:58:36  bmiquel
* Switched to divs
*
* Revision 1.4  2007/05/19 22:07:25  bmiquel
* Added tdIndent and formTable classes
*
* Revision 1.3  2007/05/13 22:51:50  jeastburn
* Expanded page width to 1004 px
*
* Revision 1.2  2007/05/11 03:06:57  jeastburn
* Updated stylesheet
*
* Revision 1.1  2007/05/11 03:04:19  jeastburn
* Added layout.php as prototype of fully designed page (including stylesheet and images).
*
*
*
/********************************************************************/
