/* ----------------------------------------
VanDamme Associates Master Style Sheet
Version: 2006-03-15
------------------------------------------- */

/* CSS users, please refer to http://www.w3schools.com/css/css_reference.asp for details */


/* Imported Styles */
@import url("custom.css");
/*@import url("Events.css");
@import url("AutoSearch.css");
@import url("NormalSearch.css");
@import url("displays.css");
@import url("Orders.css");
@import url("Billing.css");
@import url("Communities.css");
@import url("core/cart/Checkout.css");
@import url("AccountManagement.css");*/

html
{
	height: 100%;
}

body
{
	background-image: url('/images/site/background.gif');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	font: normal normal normal small Arial, Verdana, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.normal
{
	font: normal normal normal small Arial, Verdana, Tahoma, sans-serif;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3, 
{
	
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	font-weight:normal;
	font-family: georgia, times, serif;
	font-size: 24px;
	color: #030;
/*
	font-family: georgia, times, serif;
	font-size: 24px;
	color: #030;
*/
}

h4, h5, h6
{
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	font-weight:normal;
	font-family: georgia, times, serif;
	color: #030;
}

li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 720px;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link, a:visited, a
{
	color: #007937;
	text-decoration: underline;
	font-size: 12px;
}

a:hover
{
	text-decoration: none;
}

/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 780px;
	border-color: #003366;
	border-left: 1px;
	border-right: 1px;
	min-height: 100%;
}
* html #templateContainer {display:inline-block; height: 100%;}

#templateHeader
{
	width: 780px;
}

#templateFooter
{

}

#templateFooter a, #templateFooter a:link, #templateFooter a:visited
{
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
}

#templateFooter a:hover
{
	text-decoration: underline;
	border: none;
}

#templateLeftMenu
{
	float: left;
	font-size: 12px;
	width: 170px;
}

#templateContent
{
	padding: 20px 25px 30px 25px;
	height: 100%;
	min-height: 100%;
}

#templateContent_inner
{
	position:relative;
	height: 100%;
	overflow: hidden;
}
#templateRightMenu
{
	float: left;
	width: 610px;
	padding: 6px;
	margin-top: 8px;
}

#bodyTable{
	margin: 0 auto;
	width: 95%;
}

.bodyContent
{
	padding: 0px 12px;
	margin-left: 0px;
	

}
#bodyContent
{
	padding: 0px 12px;
	margin-left: 0px;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

table td
{
	vertical-align: top;
}


.tableHeader
{
	background-color: #ececec;
	font-size: medium;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #cdcdff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #e4e4ff;
}

/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}
