/* 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;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #bb6622;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 6px;
	margin-left: 0pt;
}


.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* 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:#f8e0c5;
	width: 730px;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	width:720px;
	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:100%;
	text-align:left;
}
#bodyContent
{
	position:relative;
	width:100%;
	padding:0px 0px 0px 0px;
	text-align:left;
}


/* standard tables */
table
{
	font-family: Arial;
	font-size: small;
}

.tableHeader
{
	background-color: #ececec;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #dde0ee;
}
/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}

.iMIS {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}
