/* ----------------------------------------
VanDamme Associates Master Style Sheet
Version: 2006-03-15
------------------------------------------- */

/* 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("Billing.css");
@import url("/Communities.css");
@import url("/core/cart/Checkout.css");
@import url("/AccountManagement.css");


.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}

.iMIS {
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-weight: bold;
}


table
{
}

/* Linkage */
a:link
{
}

a:visited
{
}

a:hover
{
}

a:active
{
}


/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 798px;
	background-color: #fff;
	border-color: #003366;
	border-left: 1px;
	border-right: 1px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	background: #6a9cce url(/images/site/background-header.gif) repeat-y;
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 81px;
	text-align:center;
}

#templateFooter
{
	background-color: #f2f2f2;
	color: #369;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding-left: 2px;
}

#templateFooter a, #templateFooter a:link, #templateFooter a:visited
{
	font-size: 10px;
	color: #369;
	font-family: arial, sans-serif;
	text-decoration: none;
}

#templateFooter a:hover
{
	text-decoration: underline;
	border: none;
}

#templateLeftMenu
{
	float: left;
	font-size: 12px;
	width: 170px;
}

#templateContent
{
	padding: 20px 25px 30px 25px;
	height: 100%;
	min-height: 100%;
}

#templateContent_inner
{
	position:relative;
	background-color: #fff;
	height: 100%;
	overflow: hidden;
}
#templateRightMenu
{
	float: left;
	width: 610px;
	background-color: #f2f2f2;
	padding: 6px;
	margin-top: 8px;
}
#bodyTable{
	margin: 0 auto;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:5px;
	margin-top:0px;
	text-align:left;
	min-height: 300px;
}
#bodyContent
{
	min-height: 300px;
	position:relative;
	margin-right:5px;
	text-align:left;	
}

#bodyContent a, #bodyContent a:link, #bodyContent a:visited
{
	color: #369;
	text-decoration: underline;
}

#bodyContent a:hover
{
	text-decoration: none;


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.tableHeader
{
	background-color: #ccc;
	font-family: arial, sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	padding-left: 8px;
}

.tableRow
{
	padding: 2px;
	font-size: 11px;
}

.tableRowAlt
{
	padding: 2px;
	font-size: 11px;
	background-color: #fff;
}
/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}

#mainContent {
	width:600px;
}