@charset "utf-8";
/* CSS Document */

/* Page Elements */
body {
	background-color: #003030;
	font-size: 10px;
	font-family: helvetica,arial,sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
html {
	height: 100%;
}
iframe {
	display: none;
}
h1 {
	color: #A8894B;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0px 1px #000;
	padding: 5px;
	margin: 0px;
}
a {
	color: #A8894B;
	text-decoration: none;
}
a:hover {
	color: #A87E2A;
}
.hidden {
	display: none;
}
.subIcon {
	padding: 10px 10px 5px 10px;
	text-align: center;
	cursor: pointer;
	color: #A8894B;
}
.icon {
	float: left;
	padding: 10px 10px 5px 10px;
	text-align: center;
	cursor: pointer;
	color: #A8894B;
}
.icon:hover {
	background: #003030;
	border-bottom: 1px dotted #002323;
}
.iconLabel {
	display: block;
}
/* Table Formatters */
.nav {
	padding: 5px 0px 5px 0px;
}
.nav .leftCol {
	text-align: right;
}
.nav .centerCol {
	text-align: center;
}
.nav .rightCol {
	text-align: left;
}
.nav td {
	width: 100px;
}
.nav tr {
	height: 40px;
}
table .leftCol {
	text-align: right;
}
table .centerCol {
	text-align: center;
}
table .rightCol {
	text-align: left;
}
table .emptyCol{
	width: 5px;
}
/* Form Formatters */
.form {
	width: 600px;
	padding: 5px 0px 5px 0px;
}
.form td {
	width: 200px;
}
.form tr {
	height: 40px;
}
.form input[type="text"] {
	color: #888;
	width: 100%;
}
.form input[type="file"] {
	color: #888;
	width: 100%;
}
.form input[type="password"] {
	width: 100%;
}
.form input[type="textarea"] {
	color: #888;
	width: 100%;
	height: 200px;
}
.form select {
	width: 100%;
}
.form #filePath {
	background: #092424;
}
/* Gallery Formatters */
.thumbnail {
	width: 200px;
	height: 200px;
	border: 1px solid #A8894B;
	padding: 1px;
	margin: 5px;
	background: #333;
	float: left;
}
/* Modal Formatters */
.modalMask {
position: absolute;
width: 100%;
display: none;
text-align: center;
background: url('images/backgrounds/shade.png');
z-index: 100;
}
.modalBox {
z-index: 101;
display: none;
position: absolute;
width: 600px;
background: #003030;
border: 1px solid #A8894B;
margin: auto;
}
.modalMessage {
width: auto;
}
.modalControls {
height: 20px;
line-height: 20px;
width: auto;
background: #001F1F;
margin: auto;
padding: 5px;
}
/* Global Fomatters */
.pageContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
}
.mainContainer {
	background: #003030;
	padding-bottom: -20px;
	border-top: 1px solid #004949;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textLink {
	color: #A8894B;
	text-decoration: none;
	cursor: pointer;
}
.textLink:hover {
	color: #A87E2A;
}
/* Header */
.topStrip {
	height: 45px;
	background: #001F1F;
	border-top: 1px solid #A8894B;
	border-bottom: 1px solid #001414;
}
/* Footer */
.bottomStrip {
	border-bottom: 1px solid #A8894B;
	background: #001F1F;
	height: 20px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	position:absolute;
	bottom: 0;
}
/* Single Elements */
.mainLogo {
	background: url('images/loadingOriginal.jpg') no-repeat;	
	height: 375px;
	width: 500px;
}