﻿/* sets width, color, border, on entire table */

div.formcontainer
{
	margin-left:10px;
}


table.form
{
	table-layout: fixed;
	width: 520px;
	border-collapse: collapse;
	padding:0;
	/* border: 1px solid #0f0;  turn this off to see edges*/
	margin-left:10px; /* used to slide form away from left edge of site. */
	text-align:left;
}

/* sets default font for rows in table, including input forms */

table.form tr
{
	font-size:80%;
	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
{
	text-align:left;
	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 .contactlabel
{
	color: #000;
	font-weight: bold;
	text-align:right;
	width:140px;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 3px;
	font-size: 80%;
}

table.form td .checkbox
{
	color: #000;
	font-weight: bold;
	text-align:left;
	width:250px;
	vertical-align:top;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 80%;
}


/* 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:#BD2B35;
	padding-left: 15px;
	font-size:140%;
	text-align:left;
}


.centered
{
	text-align:center;
}


.staticheader
{
	font-size:170%;
	font-weight: bold;
	font-family: Verdana, arial, helvetical, sans-serif;
	color:#BD2B35;
	padding:0px;
}



table.form td .white
{
	background-color: #fff;
	
}
