
/* 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 */
	/* 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: normal normal normal small 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;
	height: 100%;
	min-height: 100%;
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 90%;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link
{
	color: #416273;
	text-decoration: none;
}

a:visited
{
	color: #416273;
	text-decoration: none;
}

a:hover
{
	color: #416273;
	text-decoration: none;
}

a:active
{
	color: #416273;
	text-decoration: none;
}


/* 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: 100%;
}
#templateContent_inner
{
	position:relative;
	background-color:#fff;
	width:100%;
	padding:0px 5px 0px 5px;
}
#templateRightMenu
{
}

#bodyTable{
	width:100%;
	margin: 0 auto;
}

.bodyContent
{
	position:relative;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	width:100%;
	text-align:left;
	background-color:#fff;
}
#bodyContent
{
	position:relative;
	background-color:#fff;
	width:100%;
	padding: 10px 0px 0px 0px;
	text-align:left;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.tableHeader
{
	background-color: #738792;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #8DA4B4;
}
/* 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;
}

body {
	margin:0px;
	background:url("/images/bodybg.gif") repeat-y left;
}
div {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

.standardDiv {
	width:100%;
}
.navItem {
	position:relative;
	top:6px;
	padding:6px 10px 6px 7px;
	background:#738792;
	display:inline;
	font-size:10px;
	font-weight:normal;
}

#tbaHeader {
	background:url("/images/headerbg.gif") repeat-x;
	height:120px;
}
#headerRight {
	background:url("/images/tbaHeader2.jpg") no-repeat;
	width:780px;
	height:115px;
}
#tbaNav {
	font-size:10px;
	color:#ffffff;
	position:relative;
	top:90px;
	left:140px;
}
#tbaContent {
	position:absolute;
	left:140px;
	width: 700px;
	margin-top:15px;
}
#tbaBody {
	width:800px;
}

#tbaNav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#tbaNav a:link {
	color:#ffffff;
	text-decoration:none;
}
#tbaNav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#tbaLogin { /* Modified by: SB 08/30/06 */
	position:relative;
	/*left:140px;
	width:620px;*/
	padding:3px 10px 0px 0px;
	text-align:right;
}