body {
	background-color: #DFDFDF;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	margin: 0 auto;
	width: 784px;
}

a:link { color: #29135C; }
a:visited { color: #29135C; }
a:active { color: #29135C; }

input, textarea, select {
	border: 1px solid #000000;
}

img {
	border: none;
}

.content {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
}

.headerwrapper {
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
}

.custlogo {
	/*float: left;*/
	height: 150px;
}

.headerimg {
	width: 410px;
	height: 150px;
}

.navigation {
	margin-top: 5px;
	text-align: center;
	border: 1px dashed #CCCCCC;
	padding-bottom: 2px;
}

.navigation a { font-weight: bold; }
.navigation a:link { color: #29135C; }     /* unvisited link */
.navigation a:visited { color: #29135C; }  /* visited link */
.navigation a:hover { color: #5C5C5C; }   /* mouse over link */
.navigation a:active { color: #29135C; }   /* selected link */

.centralbody {
	text-align: center;
	border: 1px dashed #CCCCCC;
	background-color: #F9F9F9;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}
.centralbody p {
	text-align: center;
	margin: 0px auto;
	font-size: 18pt;
	padding: 0px;
}

.centralbody input {
	display: block;
	width: 150px;
}

.footer {
	background-image:url(/images/vigosmallwhite.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-color:#252c32;
	padding: 3px;
	height: 16px;
}
.left {
	float: left;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.footer .right {
	float: right;
}

.footer a:link {color: #2E3E99}     /* unvisited link */
.footer a:visited {color: #2E3E99}  /* visited link */
.footer a:hover {color: #FFFFFF}   /* mouse over link */
.footer a:active {color: #FFFFFF}   /* selected link */

p.error {
	font-size: 12px;
}

.loginform {
	display: block;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
	width: 300px;
}
.loginform label {
	display: block;
	width: 80px;
	float: left;
	height: 20px;
	margin-top: 2px;
	padding: 0px;
}
.loginform input {
	display: block;
	margin-top: 2px;
	float: left;
	height: 20px;
}
.loginblock {
	float: left;
	width: 80px;
	height: 20px;
}
.clearing {
	clear: both;
}

.mainmenu {
	text-align: center;
	margin: 0 auto;
	width: 450px;
}
.mainmenu a {
	display: block;
	width: 200px;
	font-size: 18pt;
	border: 1px solid black;
	float: left;
	margin: 2px;
	text-decoration: none;
	color: #29135C;
}
.mainmenu a.middle {
	position: relative;
	left: 100px;
}
.mainmenu a:hover {
	background-color: #DDDDDD;
}

.tblcapacity {
	width: 100%;
	border-collapse: collapse;
	margin: 0px auto;
}
.tblcapacity td, .tblcapacity th {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px;
}
.tblcapacity tr {
	width:20%;
}
.tblcapacity td.instruc {
	text-align: center;
}
.searchform {
	width: 330px;
	margin: auto;
}
.searchform label {
	display: block;
	width: 120px;
	height: 14px;
	float: left;
	margin: 2px auto;
	padding: 0px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}
.searchform input {
	display: block;
	width: 200px;
	height: 16px;
	float: right;
	margin: 2px auto;
	padding: 0px;
	clear: right;
}
.searchform input#access {
	border: none;
}
.searchform input.submit {
	height: 20px;
}
.stocklistnav {
	margin-top: 10px;
	border-top: 1px solid black;
}
.stocklistnav .left {
	float: left;
	width: 30%;
}
.stocklistnav .middle {
	float: left;
	text-align: center;
	width: 38%;
	margin-top: 5px;
}
.stocklistnav .right {
	float: right;
	width: 30%;
}
.customerinfo {
	position: relative;
	color: black;
	clear: both;
}
