html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

.outerbg {
	background-image: url(../be_images/outerbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #D7BF8C;
}

.navbar {
	background-image: url(../be_images/navbarbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.navbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navbarlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.navbarlinkhilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.titlebar {
	background-image: url(../be_images/titlebarbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titlebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.titlebartext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar {
	background-image: url(../be_images/sidebarbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.sidebargrey {
	background-image: url(../be_images/sidebarbggrey.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.sidebargreythin {
	background-image: url(../be_images/sidebarbggrey.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEBEBE;
	text-decoration: none;
}

.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEBEBE;
	text-decoration: none;
}

.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEBEBE;
	text-decoration: underline;
}

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF800A;
}

.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4A54;
	list-style-position: outside;
	list-style-type: disc;
}

.textsizebig {
	font-size: 16px;
}

.textbodyorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF800A;
	font-weight: bold;
}

.textbodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF800A;
	text-decoration: none;
}

.textbodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF800A;
	text-decoration: underline;
}

.menupricebg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../be_images/menupricebg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../be_images/navbarbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4B4A54;
	border: 1px solid #636363;
	font-weight: bold;
}

.formcorner {
	background-image: url(../be_images/corner_form.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.formtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B4A54;
}

.divider {
	background-image: url(../be_images/divider2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Admin/Staff menu bar */
div#nav td a:hover {
	background-color: #EFF5AE; /* rollover effect */
	color: #000000;
}

div#nav td a {
	display: block;         /* lines extend to right, make area clickable */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #4B4A54;
	background-color: #DFEB5D;
	padding: 3px 10px 3px 10px;
	margin: 0;
	text-decoration: none;
	height: 15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

/* Admin/Staff table */
div#thintable table {
    border-color: #A6A5AF;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

div#thintable td {
    border-color: #A6A5AF;
    border-width: 1px 1px 0 0;
    border-style: solid;
    /*margin: 0;
    padding: 4px;*/
}
