
/* 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");

body
{
	/* background: background-color background-image background-repeat background-attachment background-position */
	background-color:#193961;
	/* 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: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	/* margin: margin-top margin-right margin-bottom margin-left */
	margin: 0px 0px 0px 0px;
	/* padding: padding-top padding-right padding-bottom padding-left */
	padding: -1px 5px 5px 5px;
	text-align:left;
	height: 100%;
	min-height: 100%;
}

.normal
{
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

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;
}


/* Linkage */
a:link
{
	color: #3f6ea2;
	text-decoration: none;
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
	color: #cc0000;
	text-decoration: none;
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

a:hover, a:visited:hover
{
	color: #cc9c01;
	text-decoration: none;
	border-bottom: 1px dotted;
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

a:active
{
	color: #cc9c01;
	text-decoration: none;
	border-bottom: 1px dotted;
	FONT: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#template-footer a:link
{
	color: #fff;
	text-decoration: none;
	font-size: xx-small;
}

#template-footer a:visited
{
	color: #cc0000;
	text-decoration: none;
	font-size: xx-small;
}

#template-footer a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: xx-small;
}

#template-footer a:active
{
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: xx-small;
}


/* VanGo Framework Template Styles */
#template-container
{
	position: absolute;
	margin: 0 auto;
	/*right: 0px;*/
	left: 0px;
	width: 800px; /*736px;*/
	top:0px;
	border:1px solid #000;
}
* html #template-container {display:inline-block;}

#template-header
{
	float: left;
	position: relative;
	margin: 0 auto;
	width: 800px; /*736px;*/
	height: 149px;
	background-color:#333366;
	border-bottom:1px solid #000;
}

#template-footer
{
	float: left;
	margin: 0 auto;
	width: 800px; /*736px;*/
	bottom:0px;
	height:20px;
	background-image: url('/images/interface/AAMGA/address.gif');
	background-repeat:repeat-x;
}

#template-leftMenu
{
}
#template-centerContainer
{
	position:relative;
	float: left;
	top-margin:-10px;
	width:100%;
	padding:none;
	height:100%;
	background-repeat:repeat-y;
}

#template-content
{
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 795px; /*width: 731px;*/
	height:100%;
	background-color:#fff;
}

#template-rightMenu
{
}

#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	position:relative;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	width: 785px; /*720px;*/
	text-align:left;
}
#bodyContent
{
	position:relative;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	width:100%;
	text-align:left;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.tableHeader
{
	background-color: #B0C4ED;
	font-size: medium;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: cdcdff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: e4e4ff;
}
/* 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;
}
