body {
	background-color: #f5f1c4;
	font-family: arial, sans-serif;
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
}
p { margin-left: 2%; }
h3 { text-align: center; }
blockquote pre { 
	background-color: white; 
	padding: .5em;
	border-style: dashed;
	border-color: black;
	border-width: 1px;
}
input { font-family: courier, fixed; }
input[type="SUBMIT"] { font-family: arial, sans-serif; }
input[type="BUTTON"] { font-family: arial, sans-serif; }

table { 
	table-layout: fixed; 
	border-collapse: collapse;
}


/* Menu area */
.pageHead {
	background:url(img/menu_grad.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 5%;
	width: 780px;
	background-color: #7171FF;
}
.pageHead a {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 3px;
	outline: black solid thin;
	color: #f5f1c4;
	font-weight: bold;
	text-decoration: none;
}
.pageHead a:hover { 
	color: #2a6eaf;
	background-color: #f5f1c4;
}
.pageFoot {
	background-color: #2a6eaf;
	min-height: 12px;
	margin-top: 10%;
	width: 780px;
	display: block;
	clear: both;
}

/* -- Tabs -- */
.tabMenu {
	background:url(img/menu_grad.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	padding-top: 5px;
	padding-bottom: 2px;
}
.tabMenu a {
	padding-left: 10px;
	padding-right: 10px;
	outline: black solid thin;
	color: #f5f1c4;
	font-weight: bold;
	text-decoration: none;
}

/* -- Forms -- */
.formBox {
	margin-left: 6%;
	margin-right: 6%; 
	background-color: #2a6eaf;
	color: white;
	margin-top: 0.5%;
	padding-bottom: 5px;
	clear: both;
	width: 700px;
}
.formBox h2 {
	background: url(img/sub_grad1x22.png)  #2a6eaf;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1px;
	color: #223233;
	font-size: medium;
}
.formBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.formBox table tr th {
	width: 20%;
	text-align: right;
	font-weight: normal;
	color: #f5f1c4;
}
.formBox table tr td {
	width: 80%;
	color: white;
}

.optionsList h2 { font-weight: normal; margin-bottom: 2px; color: #7171FF; }
.optionsList ul li { padding-top: .35em; padding-bottom: .35em; }

.messageBox {
	margin-top: 8%;
	margin-left: 24%;
	margin-right: 24%;
	padding-bottom: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #f5f1c4;
	background-color: #2a6eaf;
	min-height: 15%;
	width: 600px;
}
.messageBox h1 {
	background: url(img/grad_1x22p.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #223233;
	font-size: medium;
}

.messageBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.messageBox h2 { 
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 14px; 
}
.messageBox h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 14px; 
	font-weight: normal;
	text-decoration: underline;
}


/* -- List functions -- */
.listing {
	margin-left: 3%;
	margin-right: 3%;
	color: #2a6eaf;
	margin-top: 8%;
	padding-bottom: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 700px;
}
.listing .pager {
	text-align: center;
	margin-top: 10px;
}
.listing .pager a {
	padding-left: 20px;
	padding-right: 20px;
}
.listing .pager span {
	padding-left: 20px;
	padding-right: 20px;
}
.listing h2 {
	background: url(img/sub_grad1x22.png)  #2a6eaf;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #223233;
	font-size: medium;
	width: 100%;
}
.listing table { 
	border-collapse: collapse; 
	table-layout: fixed;
}
.listing table thead { 
	
}
.listing table thead tr {
	background-color: #2a6eaf;
	color: #f5f1c4;
}
.listing table thead tr th { 
	font-weight: normal;
}
.listing table tbody tr td { 
	font-weight: normal;
	color: #2a6eaf;
}

li { list-style-type: none; padding-top: .2em; }

/* -- Utility elements -- */
.hide { display: none; }
.debug { color: #2a6eaf; }
.center { text-align: center; }
.scroll { overflow: scroll; }

