/* basic DIVS take care of centering the entire contents of the site, NO TOUCHING */
html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	height: 100%;
	padding: 0;
	margin: 0px;
	background-color:#CED8E5;
	color: #000000;
}
#container {
	position: relative;
	_top: -50%;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	text-align: left;
	background-color: #1C2852;
}

#first_align {
	height: 100%;  
	width: 100%;
	position: relative; 
}

#first_align[id] {
	display: table; 
	position: static;
}

#second_align {
	position: absolute;  
	top: 50%;
	text-align: center;
}

#second_align[id] {
	display: table-cell; 
	vertical-align: middle;
	position: static;
}

/* page specific DIVs */
#whiteTop {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
}
#menu {
	position:absolute;
	left: 0px;
	top: 25px;
	width: 100%;
	height: 25px;
}

#leftFlash {
	position:absolute;
	left: 0px;
	top: 50px;
	width: 220px;
	height:609px;
	z-index: 0;
	background-color:#b3bbce
}

#contentFlash {
	position:absolute;
	left: 0px;
	top: 0px;
}

#largeImage {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
/*	background-color: #999999;*/
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
}

#imageBg {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=60); 
	opacity: 0.6;
	z-index: 3;
}

#imageInfo {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #DA1B11;
	z-index: 4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#largeImageLocation {
	position:absolute;
	left: 0px;
	top: 50px;
	width: 700px;
	height: 540px;
	z-index: 4;
	overflow: auto;
	text-align: center;
	display:table-cell;
}

#content {
	position:absolute;
	left: 220px;
	top: 50px;
	width: 780px;
	height:599px;
	background-color: #a5b2c9;
	z-index: 1;
	border-bottom: 10px #1c2852 solid;

}

#textContent {
	position:absolute;
	left: 0px;
	top: 100px;
	width: 760px;
	height: 480px;
	background-color: #FFFFFF;
	padding: 10px;
	overflow: auto;
}
#menuItem {
	position:absolute;
	bottom: 5px;
	color: #FFFFFF;
}

#tableLocation {
	position:absolute;
	left: 0px;
	top: 10px;
	width: 480px;
	height: 530px;
	overflow: auto;
}

#stockItemLocation {
	position:absolute;
	left: 480px;
	top: 10px;
	width: 300px;
	height: 530px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

table {
	width: 463px;
}

tr {
	height: 20px;
	cursor: pointer;
}

td.lastrow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right: none;
}
td {
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 20px;
}

th {
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.request {
	position:relative;
	line-height: 40px;
	color: #CD4A40;
	font-weight: bold;
	cursor: pointer;
}
div.field {
	position:relative;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.fieldValue {
	position:absolute;
	top: 0px;
	left: 100px;
}

div.fieldLeft {
	position: absolute;
	left: 10px;
	top: 0px;
}

div.fieldRight {
	padding-left: 90px;
}
div.line {
	height: 5px;
}

input {
	width: 200px;
}
textarea {
	width: 290px;
	height: 35px;
}
textarea.body {
	height: 100px;
}

img {
	border: none;
	vertical-align:middle;
}

input.submit {
	position:relative;
	left: 244px;
	width: 50px;
	background-color: #1C2852;
	border: none;
	color: #FFFFFF;
}
