/*
----------------------------------------
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("AccountManagement.css");
@import url("Billing.css");
@import url("core/cart/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 */
	/* padding: padding-top padding-right padding-bottom padding-left */
	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: 90%;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}

/* Linkage */
a:link
{
	color: #666;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	text-decoration: underline;
}

a:hover
{
	color: #666;
	text-decoration: underline;
}

a:active
{
	color: #666;
	text-decoration: underline;
}


/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 750px;
	top:5px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	float: left;
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 100px;
	text-align:center;


}

#templateFooter
{
	/*position:relative;*/
	margin: 0 auto;
	width: 750px;
	bottom:0px;
	height:44px;
	background-color:#f8e0c5;
}

#templateLeftMenu
{
}

#templateContent
{
	padding-left: 10px;
	padding-right: 10px;
	background-color:#fff;
	width: 99%;
	margin:auto;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	width:100%;
	/*padding:0px 5px 0px 5px;*/

}
#templateRightMenu
{
}

#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	width:700px;
	text-align:left;

}
#bodyContent
{
	background-color:#fff;
	width:700px;
	text-align:left;
}
/* standard tables */
table200
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
}

.tableHeader
{
	background-color: #ccc;
	font-size: medium;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #eee;
}
/* 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;
}

#aftaLogin {
	background-color:#ffffff;
	text-align:right;
	padding:2px 8px 0px 0px;
}

#searchSub {
	margin-bottom:20px;
}

/*styles added by AFTA to fix problems with links in main navigation*/
.ddm1 a.get_involved, .ddm1 a.information_resources, .ddm1 a.services, .ddm1 a.e_services, .ddm1 a.events, .search_login {
	text-decoration: none;
	color: #ffffff;
}
.nav1 a.about_us, .nav1 a.bookstore, .nav1 a.membership, .nav1 a.help {
	text-decoration: none;
	color: #cccccc;
}
.ddm1 .section a {
	color: #000000;
	text-decoration: none;
}
.breadcrumbLink {
	font-size:16px;
	font-weight:bold;
	position:relative;
	top:-1px;
}
