/* $Header: /home/scm/SUBVERSION-CONVERSION-2008/backups/cvsroot/site_data/001/00000001/template_sets/default/donation/page/don_stylesheet_view.tpt,v 1.14 2006-03-16 12:15:06 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: #ffffff;
background-color: #ff0000;
}
td.TestSecondaryColor {


}
td.TestSectionHeaderColor {
color: #ffffff;
background-color: #08477d;
}
td.TestCurrentStepColor {
color: #3333cc;

}
td.TestOtherStepColor {
color: #d1e4ff;

}


p.TestFont {font-family: Arial;}

p.TestFont {font-weight: bold;}

TR.TestRow {

height: 5ex;

}
/* ********************************** */
/* Widths for the Form */
/* ********************************** */
div.Don2AppArea {

width: 100px;

}
.RequiredCellWidth 	{ padding-right: 10px; }

.LabelCellWidth 	{ padding-right: 200px; }


.InputCellWidth 	{ padding-right: 250px; }


.InfoCellWidth 	{ padding-right: 250px; }

/* ********************************** */
/* 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 */
/* ********************************** */

.Don2AppArea,
.Don2AppArea td,
.Don2AppArea span,
.Don2AppArea h5 {
font-family: Arial;

}

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

TD.FormInput TEXTAREA,
TD.FormInput INPUT,
TD.FormInput LABEL,
TD.FormInput SELECT,
TD.FormInput OPTION {
font-family: Arial;
}

/* ********************************** */
/* Form Element Label Overrides */
/* ********************************** */
.FormLabelText {
white-space: normal;
font-weight: bold;
}
/* ********************************** */
/* Form Element Info Overrides */
/* ********************************** */

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


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

.FormSectionHeader {
background-color: #08477d;
}


.FormSectionHeader {
color: #ffffff;
}


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

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


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

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

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


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



.PreviousButton,
.CancelButton {
color: ;
}

