/* CSS Document */

/*This class is used to edit the form table. Applys the width and border.*/
table.form
{
	margin-top:20px;
	font-family:arial,verdana,san-serif;
	font-size:16px;
	background:#ffffff;
	border:1px solid #000000;
}

/*This class is used to edit form headers.*/
td.formHead
{
	background:#6E8B3D;
	color:#ffffff;
	padding:2 4 2 4;
	font-size:16px;
	font-weight:bold;
}
/*This class is used to edit form headers with anchor tags.*/
td.formHead a
{
	color:#8B4513;
	font-weight:bold;
}
/*This class is used to edit field descriptions at right.*/
td.formDesc
{
	width:70px;
	font-size:16px;
	font-weight: bold;
	text-align:right;
	background:#6E8B3D;
	color:#ffffff;
	padding:1 4 1 15;
}

td.formFoot
{
	font-size:18px;
	text-align:right;
	background:#000000;
	color:#ffffff;
	padding: 2 4 2 4;
}

/*Don't get confused... this class is used to edit the table cell in which you will find values and inputs.*/
td.formField
{
	font-size:16px;
	padding:1 4 1 4;
	vertical-align: top;
}
/*The following class sub styles format form fields*/
td.formField input, td.formField select, td.formField textarea
{
	font-size:16px;
	padding:2 2 2 2;
}

td.formPayPalButton
{
	text-align: right;
	vertical-align: bottom;
}

/*These classes are used for the calendar days in month view.*/
td.formDay
{
	height: 60px;
	width: 50px;
	font-size:12px;
	text-align:right;
	vertical-align: top;
	background:#e8eef7;
	color:#495679;
	padding:1 4 1 15;
}
td.formToday
{
	height: 60px;
	width: 50px;
	font-size:12px;
	text-align:right;
	vertical-align: top;
	background:#ffeec0;
	color:#495679;
	padding:1 4 1 15;
}
td.formNoDay
{
	height: 60px;
	width: 50px;
	font-size:12px;
	text-align:right;
	vertical-align: top;
	background:#d9dbde;
	color:#495679;
	padding:1 4 1 15;
}
.f2
{
	color: #ff0000;
	font-size: 9px;
}

/*This font style was added to change the size of asterisks following required fields*/
font
{
	font-size:12px;
}
/*This class is used to format form buttons*/
input.formButton
{	
	margin:15 0 7 0;
	font-size:12px;
	width:60px;
	color:#8B4513;
	background-color:#F1EDC2;
	border-color:#8B4513;
	font-family:arial,verdana,san-serif;
}
