/* CSS Document */

body {
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #080b33;
	font-size: 78%;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	height:100%;*/
	margin:0;
	padding:0;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#container {
/*	position: absolute;*/

/*	top: 75px;
	left: 20px;
	width: 700px;*/
	margin-left: 20px;
	left: 0px;
	margin-right: 250px;
	padding-top: 10px;
/*	background-image: url(img/hrule.gif);
	background-repeat: y;
	background-position: top left;
*/	
	border-top: 1px solid #1d215e;
	overflow: auto;
}
img {
	width: 100%;
	height: 100%;
}
#logout {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	width: 600px;
}
#logout input {
	display: inline;
}
#logout form {
	display: inline;
}
.refresh {
	width: 125px;
	height: 30px;
}
#title {
/*	position: absolute;*/
	margin-left: 20px;
	top: 0px;
	width: 700px;
	overflow: hidden;
}
#tag-options {
	position: absolute;
	right: 50px;
	top: 100px;
	width: 155px;
}
#tag-options input {
	cursor: pointer;
	margin-left: -20px;
}
#tag-options ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#tag-options li {
	list-style: none;
	display: block;
	font-size: 1.5em;
	cursor: pointer;
}
#tag-options .surround {
	display: inline;
}
#tag-options input {
	margin-right: 5px;
}
#tag-options li.selected {
	color: #c4c5d5;
}
#tag-options li.unselected {
	color: #7277c6;
}
#tag-options span.quantity {
	color: #181e6c;
}
h1 {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	margin-top: 22px;
	margin-bottom: 10px;
}
h1 a {
	color: #c4c5d5;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover {
	text-decoration: underline;
}
h1 span {
	color: #393e78;
	font-size: 1em;
}
h1 .about {
	color: #393e78;
}
h1 .aboutpipe {
	color: #393e78;
}
#view-options {
	position: absolute;
	top: 50px;
	right: 80px;
}
#view-options ul {
	margin: 0px;
	padding: 0px;
}
#view-options li {
	list-style: none;
	display: inline;
	cursor: pointer;
}
#view-options li.selected {
	color: #c4c5d5;
}
#view-options li.unselected {
	color: #393e78;
}
#view-options input {
	margin-left: 10px;
	cursor: pointer;
}
#large-view {
	width: 700px;
	height: 525px;
	position: absolute;
	top: 60px;
	left: 20px;
}
#large-view img {
	width: 100%;
	height: 100%;
}
#large-view.show {
	display: block;
}
#large-view.hide {
	display: none;
}

/* Speed */
#speed {
}
.speed-div {
	float: left;
	text-align: center;

	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 172px;

}
#speed img {
	border: 0px solid;
	max-width: 212px;
	max-height: 159px;
	height: auto;
	width: auto;
	cursor: pointer;
	padding: 5px;
}
.speed-image {
	background-color: #080b32;
}
.speed-image-hover {
	background-color: #0c0f43;
}

/* Substance */
#substance div {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
#substance .alternate {
	background-color: #1e235a;
	width: 100%;
}
#substance .normal {
	width: 100%;
}
.substance-image {
	width: 250px;
	text-align: center;
}
#substance img {
	border: 0px solid;
	max-width: 212px;
	max-height: 159px;
	height: auto;
	width: auto;
	cursor: pointer;
	padding: 5px;
}
.substance-details {
	max-width: 600px;
}
#substance table {
	margin-top: 5px;
}
#substance td a {
	font-size: 1em;
	color: #c4c5d5;
}
#substance td.label {
	font-size: 1.2em;
	color: #7277c6;
	width: 100px;
}
#substance td.values {
	font-size: 1.2em;
	color: #c4c5d5;
}
#substance td.title {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#substance-tags div.tags ul {
	margin: 0px;
	padding: 0px;
}
#substance-tags div.tags li {
	list-style: none;
	display: block;
	color: #c4c5d5;
	font-size: 1em;
}
#substance-details div {

	width: 300px;
}


/* Overlay */
#overlay-bg {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-image: url(/img/overlay_bg.png); 
}
#overlay {
	height: 500px;
	width: 800px;
	padding: 10px;
	text-align: left;
	background-color: #000033;
	visibility: hidden;
	z-index: 1000;
}
#overlay-image {
	width: 600px;
	height: 450px;
	top: 10px;
	position: absolute;
/*	float: left;*/

}
#overlay-image-detail {
	text-align: center;
	top: 0px;
}
.loader {
	width: 16px;
	height: 16px;
	padding: 10px;
}
#overlay-image-detail img {
	max-width: 590px;
	max-height: 440px;
	height: auto;
	width: auto;
	background-color: #000021;
	padding: 5px;
}
#overlay-details {
	left: 610px;
	top: 10px;
	position: absolute;
	margin-left: 10px;
	margin-right: 10px;
}
#overlay-details div {
	margin-bottom: 10px;
}
#overlay-details span.label {
	font-size: 1em;
	color: #7277c6;
}
#overlay-details span.title {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#overlay-details span.values {
	font-size: 1.2em;
	color: #c4c5d5;
}
#overlay-details a {
	font-size: 1em;
	color: #c4c5d5;
}
#overlay-details div.tags ul {
	margin: 0px;
	padding: 0px;
}
#overlay-details div.tags li {
	list-style: none;
	display: block;
	color: #c4c5d5;
	font-size: 1.2em;
}


/* Login */
#login-container {
	position: absolute;
	left: 50px;
	top: 100px;
}
#login {
	float: left;
	margin-right: 20px;
}
#login .label {
	color: #7277c6;
	font-size: 1.5em;
}
#login .processing {
	color: #7277c6;
	font-size: 1.5em;
	background-image: url(/img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
}
#login input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #080b33;
}
#login a {
	color: #7277c6;
}
#login-info {
	float: left;
	font-size: 1em;
	color: #7277c6;
	border-left: 1px solid #7277c6;
	padding-left: 10px;
	width: 300px;
	margin-top: 20px;
}
#login-complete {
	font-size: 1em;
	color: #7277c6;
	width: 300px;
	margin-top: 20px;
	margin-left: 50px;
}
#login-info #error {
	color: white;
	margin-bottom: 10px;
}
#login-info span {
	font-weight: bold;
}
#login .tandc {
	color: #7277c6;
	font-size: 1.1em;
}
form {
	margin: 0;
	padding: 0;
}

/* Thumbs */
#thumbs {
	margin-left: 1px;
	margin-top: 6px;
	position: absolute;
	bottom: 5px;
}
#thumbs img {
	max-width: 50px;
	max-height: 40px;
	height: auto;
	width: auto;
	padding: 2px;
	cursor: pointer;
}
#thumbs img.selected {
	background-color: #7277c6;
}
#thumbs img.unselected {
	background-color: #000033;
}
#container .intro {
	font-size: 1.2em;
	color: #7277c6;
}
#container .instructions {
	font-size: 1.5em;
	color: #c4c5d5;
}
#construction {
	color: #7277c6;
	margin-top: 20px;
	margin-left: 20px;
}
#badge {
	display: inline;
	padding-right: 10px;
}
#badge a {
	color: #393e78;
	text-decoration: none;
}
#badge a:hover {
	text-decoration: underline;
}
#aboutpage {
	margin: 10px;
	color: #c4c5d5;
}
#aboutpage .label {
	color: #393e78;
}
#aboutpage .value {
	font-size: 1.6em;
}
#aboutpage a {
	color: #c4c5d5;
}
#aboutpage div {
	overflow: auto;
	height: 110px;
	width: 555px;
	padding: 10px;
	border: 1px solid #393e78;
}
#resume {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 120px;
	height: 150px;
	background-image: url(/img/doc.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 60px;
	overflow: hidden;
	text-align: center;
}
#resume a {
	color: #333333;
}
div .pdf {
	background-image: url(/img/pdf.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 120px;
	overflow: hidden;
	height: 150px;
}
.substance-image div {
	width: 250px;
	text-align: center;
}
.speed-div .pdf div {
	margin-top: 110px;
}
.speed-div .pdf div a {
	color: #333333;
}
.substance-image .pdf div {
	width: 120px;
	overflow: hidden;
	margin-left: 65px;
	margin-top: 100px;
}
.apdf {
	color: #333333;
}