﻿/* sets width, color, border, on entire table */

div.formcontainer
{
	margin-left:10px;
}


table.form
{
	table-layout: fixed;
	background-color: #fff;
	border-collapse: collapse;
	padding:0;
	/* border: 1px solid #000;  turn this off to see edges*/
	margin-left:10px; /* used to slide form away from left edge of site. */
}

/* sets default font for rows in table, including input forms */

table.form tr
{
	font-size:65%;
	font-family:Verdana, Arial,Helvetica, San-Serif;
	color:#000;
/*	text-align:left;*/	

}


/* sets the header  */
table.form th
{
	font-weight:bold;
	font-size: 85%;
	color: #fff;
	text-align:center;
	background-color: #286D0A;
	padding:5px 0;
	/*border: 1px red solid;*/
}

table.form th span
{
	font-size: 110%;
	padding:0 2px;
}

/* uncomment to see the borders around the cells 
table.form td 
{
	border: 1px #ddd solid;
}
*/

table.form td .empty
{
	display:none;
}


table.form td 
{
	background-color: #fff;
	padding: 4px 0;
	 
}


table.form td .regular
{
	
}



/* sets fonts, colors, and alignment in cells of main table */
table.form td .error
{
	color: Red;
	font-weight: bold;
	
}

table.form td.size
{
	text-align:center;
	
}


table.form td.product
{
	
	padding-left: 2px;
	
}


table.form td.color
{
	text-align:left;
	
}


table.form td.quantity
{
	text-align:center;
	
}

table.form td.notes
{
	text-align:left;
	
}

table.form td.sizeleft
{
	text-align:left;
	
}


table.form td .statictext
{
	color: #000;
	text-align:left;
	width: 260px;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 2px;
	font-size: 120%;
}

.specialinstructions
{
	font-size: 90%;
	color: #000;
}


table.form td .contactlabel
{
	color: #000;
	font-weight: bold;
	text-align:right;
	width: 100px;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 2px;
	font-size: 90%;
}


table.form td .contactlabelcheckbox
{
	color: #000;
	font-weight: bold;
	text-align:left;
	width: 150px;
	vertical-align:top;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 90%;
}


/* sets sub table settings */

table.section
{
	/*border: solid 1px  Gray;    uncomment to see outlines around each section */
	border-collapse: collapse;


}

/* controls colors on every other row */

tr.formRow td
{
	background-color: #E8F5E3;
}

tr.formRowAlternate td
{
	background-color: #fff;
}



.interested
{
	font-weight: bold;
	font-family: Verdana, arial, helvetical, sans-serif;
	color:#286D0A;
	padding-left: 45px;
	font-size:140%;
	text-align:left;
}

.required
{
	font-family: Verdana, arial, helvetical, sans-serif;
	font-size: 100%;
	text-align:right;
	padding-top: 5px;
	color: #F00;
}

.centered
{
	text-align:center;
}

.staticheader
{
	font-size:170%;
	font-weight: bold;
	font-family: Verdana, arial, helvetical, sans-serif;
	color:#286D0A;
	padding:0px;
}

.deliveryinfo
{
	font-size:140%;
	font-weight: bold;
	font-family: Verdana, arial, helvetical, sans-serif;
	color:#286D0A;
	padding:0px;
	text-align:left;
}


table.form td .white
{
	background-color: #fff;
	
}
