/*
----------------------------------------
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 */
	background-image: url(/images/site/background-gears-w.gif);
	/* 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 small Verdana, Arial, 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: -1px 5px 5px 5px;
	height: 100%;
	min-height: 100%;
}

.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
{
	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
{
	color: #8685c0;
	text-decoration: none;
}

a:visited
{
	color: #8685c0;
	text-decoration: none;
}

a:hover
{
	color: #8685c0;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:active
{
	color: #8685co;
	text-decoration: none;
}


/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 660px;
	top:5px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	float: left;
	position: relative;
	margin: 0 auto;
	width: 660px;
	height: 100px;
	text-align:center;
}

#templateFooter
{
	/*position:relative;*/
	display:none;
}

#templateLeftMenu
{
}

#templateContent
{
	width: 660px;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	width:660px;
	padding:0px 5px 0px 5px;
}
#templateRightMenu
{
}

#bodyTable{
	width:660px;
	margin: 0 auto;
}

.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:660px;
	text-align:left;
}
#bodyContent
{
	position:relative;
	background-color:#fff;
	width:660px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
}

.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;
}
.printHide{
	display:none;
}

#displayActionButtons
{
	display:none;
}
#displayActionButtons_bottom
{
	display:none;
}

#newsreaderActionRow
{
	display:none;
}

#newsreaderActiveArticle
{
	position:absolute;
	left:0px;
	overflow:visible;
	width:660px;
	padding:2px;
}
#newsreaderNewsArticle  /*The content section of the main article*/
{
	position:absolute;
	left:0px;
	overflow:visible;
	width:660px;
	padding:2px;
}
#newsreaderActiveArticleALT   /*Will be used if the archives are showing*/
{
	overflow:visible;
}
/*
Don't forget to take into consideration
--the height of the newsreaderActionRow  (24  + top and bottom padding)
--the height of the "by-line" and padding  ( size of acute class(6) + 4)
*/
#newsreaderCurrentNews   /*Will be used if the archives are showing*/
{
	display:none;
}
#newsreaderCurrentNewsALT   /*Will be used if the archives are showing*/
{
	display:none;
}
#newsreaderArchivedNews   /*Will be used if the archives are showing*/
{
	display:none;
}
#newsreaderArchivedNewsALT   /*Will be used if the archives are NOT showing*/
{
	display:none;
}
#newsreaderArchivedTitle
{
	display:none;
}
#newsreaderArchivedTitle
{
	display:none;
}
#newsreaderCurrentTitle
{
	display:none;
}
#newsreaderCurrentTitle
{
	display:none;
}
.newsreaderArticleTable{
	position:absolute;
	top:0px;
	left:0px;
	width:660px;
}

@import url("/common/styles/screen.css");
@import url("/common/styles/print.css");
@import url("/common/styles/print-lkmadds.css");
