html,#container {
	height: 100%;
}

body {
	height: 95%;
	margin: 15px;
	padding: 0;
	border: none;
	background-color: #A36893;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#layoutTable {
	background-color: white;
	height: 100%;
	table-layout: fixed;
}

.layoutTableCell {
	margin: 0;
	padding: 0;
}

.layoutTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

#header,#content,#footer {
	margin: 0 20px;
}

#header {
	margin-top: 20px;
}

#footer {
	margin: 20px 20px;
	position: relative;
}

#footer table td {
	font-size: 10px;
}

#content {
	font-size: 12px;
	padding-top: 10px;
}

a:link,a:visited,a:hover,a:active {
	color: #969;
	text-decoration: underline;
}

a:hover,a:active {
	color: #f90;
}

#content h1 {
	color: #969;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
}

#breadcrumbs,#logout {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#breadcrumbs,#breadcrumbs a:link,#breadcrumbs a:visited {
	color: #636;
}

#logout {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

caption {
	text-align: left;
}

#banner {
	background-image: url(../images/basix/basix-banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 0;
	height: 67px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	position: relative;
}

#mainNav {
	position: absolute;
	bottom: 0;
	left: 0;
}

#mainNav ul {
	border: 0;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainNav ul li {
	background-color: #a36893;
	border: 1px solid white;
	border-width: 1px 1px 0 0;
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	text-decoration: none;
}

#mainNav ul #menuLink3 {
	background-color: #DFCFD2;
}

#mainNav a,#mainNav a:hover {
	clear: left;
	color: white;
	float: left;
	height: 25px;
	padding-top: 3px;
	text-decoration: none;
	vertical-align: text-bottom;
	width: 150px;
}

#mainNav a:hover,#mainNav #menuLink3 :hover {
	background-color: #E1B62E;
}

#subNav {
	background-color: #E1B62E;
	border: 1px solid white;
	border-width: 1px 0px;
	color: #960;
	font-size: 12px;
	height: 17px;
	padding: 2px 10px;
	text-decoration: none;
}

.subMenu {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subMenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.subMenu li a,.subMenu li a:hover,.subMenu li a:visited {
	color: white;
	display: block;
	float: left;
	height: 15px;
	padding: 1px 20px;
	text-decoration: none;
}

.subMenu li a:hover {
	background-color: #ff9900;
}

.userName {
	color: #BF95B0;
	font-size: 18px;
}

.formButtonsPurple,.formButtonsGold {
	background-color: #A36893;
	border: 1px solid white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
	padding: 3px;
	text-transform: capitalize;
	width: auto;
}

.formButtonsGold {
	background-color: #E1B62E;
}

textarea,input,option,select {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 13px;
}

/* NEXT GENERATION TABLES AND MENUS */
	/* mainMenu table, for main menus, obviously enough
   More importantly, these are designed to always APPEAR as a single column, though
   they can actually contain multiple columns. */
div.mainMenuCenter {
	text-align: center;
}

table.mainMenu {
	border: 1px solid #E1B62E;
	border-bottom-width: 0;
	border-collapse: collapse;
	padding: 0;
	width: 50%;
	margin: 0px auto; /* these should be centered */
	text-align: left; /* undo possible centering of text */
}

table.mainMenu th,table.mainMenu td {
	padding: 5px 0px;
	text-align: center;
}

table.mainMenu th {
	background-color: #E5DCE6;
	color: #7D4E82;
	font-size: 18px;
	font-weight: normal;
}

table.mainMenu td {
	background-color: white;
	border-bottom: 1px solid #E1B62E;
	color: black;
	font-size: 12px;
}

table.default {
	border-collapse: collapse;
	border-spacing: 0;
	color: black;
	empty-cells: show;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.default caption {
	font-size: 12px;
	color: #969;
	border: 1px solid #E1B62E;
	border-style: solid none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

table.default td,
table.default th {
	padding: 3px 5px;
}

table.default th {
	font-weight: bold;
}

table.purple-th th,
table.purple-td td,
tr.purple-th th,
tr.purple-td td,
th.purple,
td.purple {
	background-color: #E5DCE6;
	border: 1px #A36893 solid;
}

table.gold-th th,
table.gold-td td,
tr.gold-th th,
tr.gold-td td,
th.gold,
td.gold {
	background-color: #EFDFB6;
	border: 1px #E1B62E solid;
}

table.left-td td,
table.left-th th,
tr.left-td td,
tr.left-th th,
th.left,
td.left {
	text-align: left;
}

table.right-td td,
table.right-th th,
tr.right-td td,
tr.right-th th,
td.right,
th.right {
	text-align: right;
}

table.center-td td,
table.center-th th,
tr.center-td td,
tr.center-th th,
td.center,
th.center {
	text-align: center;
}

table.nowrap-th th,
table.nowrap-td td,
tr.nowrap-th th,
tr.nowrap-td td,
td.nowrap,
th.nowrap {
	white-space: nowrap;
}

table.noborder-th th,
table.noborder-td td,
tr.noborder-th th,
tr.noborder-td td,
td.noborder,
th.noborder {
	border: none;
}

/* OVERLAYS */
	/* These styles are for the creation of popup style overlays within the site.
   They should only be used with the accompanying javascript, else
   you are crazy... */
div.overlayContainer {
	border: 2px dotted #000;
	position: absolute;
	z-index: 1000;
}

.overlayContainer table.overlay {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}

.overlayContainer table.overlay th,.overlayContainer table.overlay td {
	border-right-style: solid;
	border-top-style: solid;
	border-width: 1px;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
	text-align: right;
}

.overlayContainer table.overlay th {
	background-color: #E5DCE6;
	border-color: #A36893;
}

.overlayContainer table.overlay td {
	background-color: #EFDFB6;
	border-color: #E1B62E;
}

.overlayContainer table.overlay caption {
	background-color: black;
	color: #E7DFE7;
	font-size: 110%;
	padding: 1px;
	text-align: center;
}

.overlayContainer .closeIcon {
	position: absolute;
	right: 1px;
	top: 2px;
}

ul.unmarkedList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.unmarkedList li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}