/*
----------------------------------------
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("/core/orders/Orders.css");
@import url("AccountManagement.css");
@import url("Billing.css");
@import url("Checkout.css");
@import url("Communities.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 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    margin: 16px 0px 18px 0px;
    
    color: #525A70;
}
h2 {
    font-size: 18px;
    /**** font-family: Verdana, Arial, Sans-Serif; *****/
 
    margin: 10px 10px 16px 0px;
    /*****color: #7681A3; ******/
    color:#395B74;   
}

h3 {
    font-size: 14px;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 14px 0px 14px 0px;
   color: #333333;     
}



h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	color: #525A70; 
	
}

li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 90%;
}

.importantText /* normal size, red */
{
	color: #900;
	font-weight: bold;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link, a:visited
{
    color: #0000FF;
    text-decoration: none;
}

a:hover, a:active, a:focus
{
    color: #0000FF;
    text-decoration: underline;
}

/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	display: block;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 710px;
	top:0px;
/****	background: #ECEAE6 url(http://test.acui.org/images/default_page_bg.gif) repeat-y; ****/
	background-color:#ffffff;
	
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	/*float: left;*/
	position: relative;
	margin: 0 auto;
	width: 720px;
	height: 235px;
	text-align:left;
	z-index: 1000;
}

#templateFooter
{
	position:relative;

	margin: 0px auto;
	padding-top: 20px;
	color: #fff;
	width: 720px;
	bottom:0px;
	height:15px;
	/*background-color:#f8e0c5;*/
	background: #395B74 ;	

	clear: both;
}

/*#templateFooter a:link, #templateFooter a:hover
{
	color: #fff;
}*/

#templateLeftMenu
{
	position: relative;
}

#templateContent
{
	position: relative;
	
	margin: 0px auto 0px auto;
	text-align:left;
	/***** background: #ECEAE6 url(http://test.acui.org/images/default_page_bg.gif) repeat-y; ***/	
	background-color:#ffffff;
	width: 710px;
	
	
}
#templateContent_inner
{
	position:relative;
		/*background-color:#fff;*/
	margin: 0px 0px 0px 0px;
	Width:710px;
	padding:0px 0px 20px 0px;
	

}
#templateRightMenu
{
}

#bodyTable{
	width:90%;
	/*margin: 0 auto;*/
}

.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	/*Width:828px;*/
	text-align:left;

	
}
#bodyContent
{
	margin-left:auto;
	margin-right:auto;
	width:720;
	background-color:#fff;
	/*width:828px;*/
	padding:0px 0px 0px 0px;
	text-align:left;
	 visibility:visible;
	
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
}

.tableHeader
{
	background-color: #b2b2b2;
	font-size: medium;
	padding: 2px;
	border: 1px solid #000;
	color: #fff;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #efefef;
}
/* 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;
}
#footertext{
margin-top:-15px;
text-align:right;
padding:5px;

}
#footertext a:link {text-decoration:underline; color:white}
#footertext a:visited {text-decoration: underline; color:white}
#footertext a:active {text-decoration: underline; color:white}
#footertext a:hover {text-decoration: underline; color: gray;}