html {
	height: 100%;
	overflow: visible;
	_height: 90%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	height: 110%;
	_height: 90%;
	background-image:url(../images/stripe.gif);
	color: #AAAAAA;
}

img {
	border: 0px;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 2px;
}

th {
	font-weight: bold;
	text-align:left;
	font-size: 10px;
	background-color: #444444;
	color: #FFFFFF;
	padding: 2px;
}

select {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #9D4A4C;
}

a:hover {
	color: #EEEEEE;
}
input, textarea {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#standard_login,#return_login {
	width: 70%;
	height: auto;
	border: 1px solid #DA786E;
}

#login_instructions {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #AAAAFF;
}

#standard_login table, #return_login table, .instructions table {
	width: 100%;
	background-color: #000000;
}

.instructions div {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.borderedImage {
	float: left;
	border: 1px dashed #AAAAAA;
	min-width: 130px;
	width: auto;
	_width: 130px;
	min-height: 140px;
	height: auto;
	margin: 5px;
	padding: 5px;
	display: block;
	overflow: visible;
}

.optionDiv {
	border-left: 3px solid #6F2021;
	background-color: #E4E4E4;
	color: #AAAAAA;
	width: 280px;
	height: 100%;
	min-height: 85%;
	_height: 85%;
	float: right;
	display: none;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-repeat: no-repeat;
	background-position: bottom 2px;
	background-color: #000000;
}

.optionDiv th {
	color: #FFFFFF;
}

.optionDiv td {
	color: #EEEEEE;
}

.optionDiv a, .optionDiv a:visited {
	color: #FFFFFF;
}
.sampleImage {
	text-align:center;
	min-height: 115px;
	height: auto;
	_height: 115px;
	overflow: visible;
}

.imageCaption {
	text-align:center;
	width: 100%;
	min-width: 100%;
	background: #666666;
	color: #000000;
	height: 10px;
}

iframe {
	height: 40px;
	width: 245px;
}

.zoomButton {
	text-decoration: none;
	border: 1px solid #000000;
	padding: 0px;
	width: 13px;
	text-align: center;
	background-color: #555544;
}

.zoomButton:hover {
	border: 1px solid #FFFFFF;
	background-color: #555544;
}

 {
	margin-bottom: 5px;
	margin-left: 0px;
}

li a {
	text-decoration: none;
}

.optinDiv a {
	color:#AAAAAA;
}

.optionDiv a:hover {
	color:#DA786E;
}

.optionDiv td img {
	border: 0px;
	margin: 3px;
}

#saveChanges {
	margin-top: 0px;
	margin-bottom: 0px;
}

.subDirs {
	color: white;
	background-color: black;
	margin-left: 10px;
	width: 80px;
	padding:2px;
	text-align: center;
	white-space: nowrap;	
	text-decoration: none;
}

.subDirs:hover {
	background-color: #6F2021;
}

#currentSubDir {
	background-color: #6F2021;
}