/*
----------------------------------------
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");


body
{
	/* background: background-color background-image background-repeat background-attachment background-position */
	/* border: border-width border-style border-color */
	border: 0px solid #000;
	/* font: font-style font-variant font-weight font-size/line-height font-family */
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	/* margin: margin-top margin-right margin-bottom margin-left */
	margin: 0;
	/* padding: padding-top padding-right padding-bottom padding-left */
	padding:0;
	height: 100%;
	min-height: 100%;
	background-image: url("images/interface/body-background.gif");
	background-repeat: repeat-x;
	background-color: #666;
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}
li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link
{
	color: #36C;
	text-decoration: none;
}

a:visited
{
	color: #36C;
	text-decoration: none;
}

a:hover
{
	color: #36C;
	text-decoration: underline;
}

a:active
{
	color: #36C;
	text-decoration: none;
}


/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	right: 0px;
	left: 0px;
	width: 670px;
	background-color: #fff;
	padding: 0 15px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	position: relative;
	height: 68px;
}

#templateFooter
{
	position:relative;
	text-align: center;
	font-size: 9px;
	padding: 30px 0;
}

#templateLeftMenu
{
}

#templateContent
{
}

#templateContent_inner
{
	background-color:#fff;
}
#templateRightMenu
{
}

#bodyTable{
	margin: 0 auto;
}

.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align:left;
}
#bodyContent
{
	position:relative;
	background-color:#fff;
	text-align:left;
	font-size: 11px;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
}

.tableHeader
{
	background-color: #663333;
	font-size: small;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
	color: #fff;
}

.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;
}
