
/* 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");
@import url("main.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;
}

/* VanGo Framework Template Styles */
#templateContainer
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 100%;
	top:0px;
}
* html #templateContainer {display:inline-block;}

#templateHeader
{
	/*float: left;*/
	position: relative;
	margin: 0 auto;
	/*width: 100%;*/
	height: 100px;
	text-align:center;
}

#templateFooter
{
	/*position:relative;*/
	margin: 0 auto;
	/*width: 750px;*/
	bottom: 0px;
	/*height:44px;*/
	background-color: #FFF;
	color: #000;
}

#templateLeftMenu
{
}

#templateContent
{
	/*padding-left: 10px;
	padding-right: 10px;*/
	/*background-color: #000066;*/
	width: 750px;/* 730px;*/	
	margin: 0 auto;
}
#templateContent_inner
{
	position:relative;
	background-color: #fff;
	width: 750px;/* 720px;*/
	/*padding:0px 5px 0px 5px;*/
	margin: 20px;
}
#templateRightMenu
{
}

#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	/*margin-left:0px;
	margin-right:0px;
	margin-top:0px;*/
	width: 100%;/*720px;*/
	text-align:left;
	_overflow:hidden;
	line-height:1.2;
}
#bodyContent
{
	width: 100%;/*720px;*/
	padding:0px 0px;
	text-align:left;
	_overflow:hidden;
	line-height:1.2;
}
#main_left_interior .bodyContent ,#main_left_interior #bodyContent {
	_width:577px;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
