
/* 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("Communities.css");
@import url("core/cart/Checkout.css");



.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

/* cut h(n), li references */

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;
}


/* cut link references */


/* 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: 730px;
	width: 100%;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	_width:720px;
	width: 100%;
	_padding:0px 5px 0px 5px;
}
#templateRightMenu
{
}

#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:720px;
	text-align:left;
	background-color:#fff;
}
#bodyContent
{
	position:relative;
	background-color:#fff;
	width:720px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


/* standard tables */
table
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: small;
}

.tableHeader
{
	padding: 2px;
	margin: 0px;
	background-color: #CBD9E0;
	border: 1px solid #000;
	font-weight: bold;
}

.tableRow
{
	padding: 2px;
	/*background-color: #fff;*/
}

.tableRowAlt
{
	padding: 2px;
	background-color: #E3EEF0;
}
/* 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;
}

