/*
----------------------------------------
VanDamme Associates Master Style Sheet
---------------------------------------- */

/* 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");


body
{
	/* background: background-color background-image background-repeat background-attachment background-position */
	/* border: border-width border-style border-color */
	
	/* font: font-style font-variant font-weight font-size/line-height font-family */
	font: normal normal normal 12px Arial, Verdana, Helvetica, sans-serif;
	/* margin: margin-top margin-right margin-bottom margin-left */
	margin: 0px 0px 0px 0px;
	/* padding: padding-top padding-right padding-bottom padding-left */
	padding: 0px;
	background-color: #fff;
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	list-style-type: square;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 100%;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link
{
	color: #00308F;
	text-decoration: none;
}

a:visited
{
	color: #00308F;
	text-decoration: none;
}

a:hover
{
	color: #60422;
	text-decoration: none;
}

a:active
{
	color: #00308F;
	text-decoration: none;
}


/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	width: 744px;
	
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	display:none;
}

#templateFooter
{
	display:none;
	
}

#templateLeftMenu
{
	display:none;
}

#templateContent
{
	background-color: #fff;
	
}

#templateContent_inner
{
	position: relative;
	width: 650px;
	background-color: #fff;	
	height: 100%;
	left: 10px;
	line-height: 150%;
}
#templateRightMenu
{
}

#bodyTable{

	margin: 0 auto;
}

.bodyContent
{

}
#bodyContent
{
	float: left;
	top: 0;
	position: relative;
	left: 0px;
/*	width: 530px;
*/
	width: 470px;

	padding: 14px;		
}


/* standard tables */
table
{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	size: small;
}

.tableHeader
{
	background-color: #ddd;
	padding: 2px;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #eee;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #ebeef7;
}
/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}

#displayActionButtons
{
	display:none;
}
#displayActionButtons_bottom
{
	display:none;
}
