/************************************************************************
File:           tdbClientForms.css

Description:    Styles for client forms.  Copy this file to a new name
				and customize it to meet client design needs.  Can have
				one of these per client or even one per form.  Make a
				different skin for each different CSS file.  The skins
				can be exactly alike except for the CSS file they link
				to.  Add the following to the HEAD section of the skin
				in order to link to the styles:
				<link rel="stylesheet" href="YourFileName.css" />

				This style sheet does NOT include the styles for the
				calendar form.  You'll find those in calstyles.css.

Author:         Sean Gardner

Copyright:      (c) 2008 thedatabank, inc.
*************************************************************************/

/**************************/
/*  DONATION PAGE STYLES  */
/**************************/

/*
Styles for the tables that contain all of the donation choices.  There's usually
one table unless there are formtext choices (which aren't really choices but
instructions).
*/
.tblTDBDonationTable
{
}

/*
Styles for the option choice introductory text, above the choices.
*/
#divTDBDonationChoicesIntro
{
}

/*
Styles for the table cell containing the Donation Type prompt caption.
*/
.tdbDonationdDonTypeCaption
{
}

/*
Styles for the table cell containing the Donation Type prompt.
*/
.tdbDonationdDonTypeInput
{
}

/*
Styles for the Donation Type prompt itself (the radio buttons or the drop-down, etc.).
*/
.tdbDonationdDonType
{
}

/*
Used in the table cells that contain prompt captions.
These styles will apply to all captions.
Sample captions:  Basic Membership, Sustaining Membership, Endowment Membership
*/
.tdTDBDonationCaptions
{
}

/*
Used on donation pages, in the table cells that contain prompt captions.
These styles will apply to ONE specific caption.  Replace the 999 with the choice number.
E.g., to make the text red, or bold, for a preferred choice.
Sample captions:  Basic Membership, Sustaining Membership, Endowment Membership
*/
#tdTDBDonationCaption999
{
}

/*
Styles for the amounts in the prompt captions.  E.g., lets you bold the amount so
it stands out from the rest of the prompt.
*/
.spnTDBDonationAmt
{
}

/*
Styles for the amount in ONE specific prompt caption.  E.g., lets you bold the amount so
it stands out from the rest of the prompt.
*/
#spnTDBDonationAmt999
{
}

/*
Used on donation pages in the table cells that contain radio buttons, text boxes, etc.
These styles will apply to all input cells.
*/
.tdTDBDonationInputs
{
}

/*
Used on donation pages in the table cells that contain radio buttons, text boxes, etc.
These styles will apply to ONE specific input.  Replace the 999 with the choice number.
*/
#tdTDBDonationInput999
{
}

/*
Used on donation pages for the donation prompts themselves (text boxes, radios, etc.).
These styles will apply to ONE specific input.  Replace the 999 with the choice number.
*/
#tdbDonationChoice999 
{
}

/*
Used on donation pages for the donation text boxes associated with an "Other" radio
button choice.  This is where the user enters the "Other" amount.
These styles will apply to ONE specific input.  Replace the 999 with the choice number.
*/
#tdbDonationTextChoice999 
{
}

/*
Used on donation pages for display of form text (instructions).
*/
.spnTDBDonationFormText 
{
}

/*
Used on donation pages for the optional note following the choices.
*/
#divTDBChoiceAreaNote
{
}

/*
Used on donation pages for the optional text preceding the contribution note, if used.
*/
#divTDBDonationContribNotePre
{
}

/*
Used on donation pages for the div containing the contribution note, if used.
*/
#divtdbDonationContribNote 
{
}

/*
Used on donation pages for the contribution note text box or text area, if used.
*/
#tdbDonationContribNote 
{
}

/*
Used on donation pages for the optional text following the contribution note, if used.
*/
#divTDBDonationContribNotePost
{
}

/**************************/
/*  Petition PAGE STYLES  */
/**************************/
/*div around the petition display
#tdbPetContentHolder{}
*/

/*div containing the headline text*/
#tdbPetHeader{
font-size:1.5em;
border-bottom:1px solid;
}
/*div containing the list*/
#tdbPetContentHolder{
width:80%;
margin:0px auto;
}
/*Ul containing the signatories*/
.tdbPetList{
padding-left:0px;
}
/*li containing a signatory*/
.tdbPetListContentItem{
padding:2px;
margin:2px;
list-style:none;
background: none repeat scroll 0 0 #eee;
}

/*spans Give the exaggerated text effect - each data item has it's own span*/
.tdbPetListCol4,.tdbPetListCol1,.tdbPetListCol3{
font-size:0.8em;
margin:5px;
}
.tdbPetListCol1{
padding-right:10px;
}

