/*
----------------------------------------
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");
@import url("Communities.css");
@import url("core/cart/Checkout.css");
@import url("AccountManagement.css");
@import url("/css/menu.css");
@import url("/groups/css/ctl00_ekcss__CommGroupList.css");
@import url("/groups/css/nbt.css");

body
{
	/* background: background-color background-image background-repeat background-attachment background-position */
	background-color: #c4c09c;
	/* 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 12px 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: 0;
	height: 100%;
	min-height: 100%;	
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
	text-align: center;
	padding-bottom: 20px;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	color: #035628;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	font-size: small;
}

hr
{
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage
a:link
{
}

a:visited
{

}

a:hover
{

}

a:active
{
	color: #00F;
}
*/

/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	width:750px;
	border: 1px solid #000;
	border-top: 0;
	
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	border-bottom: 1px solid #000;
}

#templateFooter
{
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color:#035628;
	border-top: 1px solid #000;
}

#templateLeftMenu
{
	float: left;
	width: 194px;
	background-color: #f9f9f5;
	border-right: 1px solid #BBB;
	margin: 0;
}

#templateContent
{
	background-color: #fff;
}

#templateContent_inner
{
	width: 100%;
	overflow: hidden;	
	background:url("images/interface/left_menu-bg.gif") #fff repeat-y top left;	
	
}


#templateRightMenu
{
	float: right;
	width: 194px;
	background-color: #f9f9f5;
	border-left: 1px solid #BBB;
	margin: 0;
}

#bodyTable{
	margin: 0 auto;
	width: 97%;
}

.bodyContent
{
	background-color:#fff;
	padding: 10px;
}

#bodyContent
{
	background-color:#fff;
	padding: 10px;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
	top: 0px;
}

.tableHeader
{
	background-color: #035628;
	font-size: medium;
	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;
}

.iMIS {
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-weight: bold;
}


Orders.css
----------

.productSubtitle
{
 width: 99%;
}



AccountManagement.css
---------------------

#pnlAddressList
{
 width:99%;
}


Communities.css - if there are any styles for the ID #waiter, please remove them.
---------------

#pw_pleaseWait
{
 position: absolute;
 z-index: 1001;
 top: 0px;
 left: 0px;
 margin: 0px;
 padding: 0px;
 display: none;
}

#pw_pleaseWait img
{
 width: 100%;
 height: 100%;
 behavior: url(pngbehavior.htc);
}

#pw_message
{
 position: absolute;
 z-index: 1002;
 left: 50%;
 top: 50%;
 border: solid 2px #000;
 width: 160px;
 height: 40px;
 margin-left: -80px;
 padding-top: 20px;
 background-color: #fff;
 text-align: center;
 vertical-align: middle;
 font-size: 12px;
 color: #000;
}

.MoBankersContent a, .MoBankersContent a:focus, .MoBankersContent a:active, .MoBankersContent a:visited 
{
	color: #06c;
	text-decoration: none;
}

.MoBankersContent a:hover 
{
	text-decoration: underline;
}

#homeContent a, #homeContent a:focus, #homeContent a:active, #homeContent a:visited 
{
	color: #06c;
	text-decoration: none;
}

#homeContent a:hover 
{
	text-decoration: underline;
}

