/* $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/9.don_stylesheet.4.css,v 1.1 2006/03/06 21:53:34 daveh Exp $ */
/* Template Data Dictionary

	BUTTON COLORS

	C:color-picker:primary
	C:color-picker:secondary

	PROGRESS BAR COLORS
	C:color-picker:current_step
	C:color-picker:other_step

	SECTION HEADER COLORS
	C:color-picker:border
	C:color-picker:section_header
	C:color-picker:highlight

	FORM ROW COLORS
	C:color-picker:message_area
	C:color-picker:border

	FONTS

	C:text-field:font
	C:text-field:font_size

	WIDTHS

	C:text-field:form_width
	C:text-field:form_width_units
	C:text-field:label_area_width
	C:text-field:label_area_units
	C:text-field:input_area_width
	C:text-field:input_area_units
	C:text-field:info_area_width
	C:text-field:info_area_units

	OTHER

	C:text-field:row_height
	C:checkbox:labels_bold
	C:checkbox:labels_nowrap
*/

/* ********************************** */
/*         Samples for Preview        */
/* ********************************** */

td.TestPrimaryColor {
	color: #000000;
 	background-color: #dddddd;
}
td.TestSecondaryColor {
	color: #000000;
 	background-color: #dddddd;
}
td.TestSectionHeaderColor {
	color: #1f1f1f;
 	background-color: #bdd8bd;
}
td.TestCurrentStepColor {
	color: #849784;
 	
}
td.TestOtherStepColor {
	color: #bdd8bd;
 	
}









TR.TestRow {
	
		height: 5ex;
	
}


/* ********************************** */
/*         Widths for the Form        */
/* ********************************** */
div.Don2AppArea {
	
		width: 100%;
	
}

.RequiredCellWidth 	{ padding-right: 10px; }

	.LabelCellWidth 	{ padding-right: 200px; }


	.InputCellWidth 	{ padding-right: 200px; }


	.InfoCellWidth 	{ padding-right: 200px; }



/* ********************************** */
/*       Row height for the Form      */
/*       4ex = short                  */
/*       5ex = normal                 */
/*       6ex = tall                   */
/* ********************************** */



/* ********************************** */
/*       Bottom border for each row   */
/* ********************************** */

TD.FormSectionHeader,
TD.requiredIndicator,
TD.FormLabel,
TD.FormInput,
TD.holdsErrorMsgTable {
	
		border-bottom: 0px;
	
}


/* ********************************** */
/*    Font family and standard size   */
/* ********************************** */





/* ********************************************************** */
/*   Override form elements here rather than for all forms    */
/* ********************************************************** */




/* ********************************** */
/*    Form Element Label Overrides    */
/* ********************************** */


.FormLabelText {
	white-space: normal;
	font-weight: normal;
}


/* ********************************** */
/*    Form Element Info Overrides     */
/* ********************************** */


	TD.holdsErrorMsgTable,
	TD.holdsErrorMsgOverTable {
		background-color: #fcf7ed;
	}



	TD.FormInfoMsg {
		color: #000000;
	}



/* ********************************** */
/*      Section Header Overrides      */
/* ********************************** */



	.FormSectionHeader {
		background-color: #bdd8bd;
	}




	.FormSectionHeader {
		color: #1f1f1f;
	}




/* ********************************** */
/*       Progress Bar Overrides       */
/* ********************************** */


	.ProgressBarCurrent {
		color: #849784;
	}
	.ProgressBarCurrentBack {
		background-color: #849784;
	}
	ProgressBarCurrentLeader {
		border-top: 1px solid #849784;
	}



	.ProgressBarOther {
		color: #bdd8bd;
	}
	.ProgressBarOtherBack {
		background-color: #bdd8bd;
	}
	.ProgressBarOtherLeader {
		border-top: 1px solid #bdd8bd;
	}



/* ********************************** */
/*      Button Overrides              */
/* ********************************** */


	.NextButton,
	.FinishButton {
		background-color: #dddddd;
	}


	.NextButton,
	.FinishButton {
		color: #000000;
	}



	.PreviousButton,
	.CancelButton {
		background-color: #dddddd;
	}


	.PreviousButton,
	.CancelButton {
		color: #000000;
	}


