html, body {
	height:100%;
}
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	width:100%;
	height:120px;
	border-bottom: 1px solid red;
	background-color: #AAAAAA;;
	background-image:url("../config/logo.gif");
	background-position:left 50%;
	background-repeat:no-repeat;
}

#viewingPanel {
	width:100%;
	height:55%;
}

#scrollPanel {
	border-top: 1px solid red;
	width:100%;
	height:165px;
	padding-bottom: 20px;
 	overflow:hidden;
	background-color:white;
/* 	background-image:url("../background_images/faded3dbox.jpg"); */
	background-repeat:repeat-x;
	background-position: 25px 0px;
/*	background-attachment:fixed; */
	z-index:200;
}

#scrollPanelNav {
	padding-top:3px;
	text-align:right;
	height: 26px;
	margin-bottom:12px;
	background-color: #AAAAAA;
}

#scrollPanelNav a {
	border:1px solid white;
	margin:2px;
	text-align:center;
	padding:2px;
	width:15px;
	height:15px;
	float:right;
	text-decoration:none;
	color:#3366CC;
}

#scrollPanelNav a:hover {
	color:white;
	background-color:#3366CC;
}

#thumbTableDiv {
	margin-left:0px;
}

.thumbTables td {
	text-align:center;
}

.thumbImage {
	max-width:120px;
	max-height:120px;
	border: 1px solid #AAAAAA;
	cursor:pointer;
}

#viewingPanel table {
	width:100%;
	height:100%;
}

#viewingPanel td {
	text-align:center;
	width:50%;
	max-width:50%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#viewingPanel td a {
	border:1px solid #AAAAAA;
	margin:1px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;
	padding-right:7px;
	min-width:50px;
	width:auto;
	height:15px;
	text-decoration:none;
	text-transform:uppercase;
	color:#3366CC;
	display:block;
	float:left;
	overflow:visible;
}

#viewingPanel td a:hover {
	color:white;
	background-color:#3366CC;
}

label {
	color:white;
	float:left;
	text-align:right;
	width:160px;
	margin-right:5px;
	padding:0px;
}

#header div {
	margin:6px;
}

#header div p {
	margin:6px;
}

input[type=button] {
	border:1px solid #AAAAAA;
	cursor:pointer;
	color:#3366CC;
	background-color:white;
	text-transform:uppercase;
}

input[type=button]:hover {
	color:white;
	background-color:#3366CC;
}

#header input {
	border:none;
	padding:0px;
	margin:0px;
	background-color:#AAAAAA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.jumpedTo {
	background-color:#dedede;
}

.ordered {
	background-color:#75D06E;
}

#viewingPanel td a.orderThis {
	color:white;
	border:1px solid red;
	background-color:red;
}

#viewingPanel td a.orderThis:hover {
	background-color:#3366CC;
}

h1 {
	font-size:16px;
	color:#666666;
	padding-bottom:5px;
	border-bottom:1px solid red;
	margin:-5px;
	padding:5px;
	background-color:#AAAAAA;
}

h2 {
	font-size:14px;
	color:#666666;
	padding-bottom:5px;
	border-bottom:1px solid red;
	margin:0px;
	padding:5px;
	background-color:#AAAAAA;
}

.messageBox {
	border:1px solid red;
	background-color:#DDDDDD;
	padding:5px;
}

.messageBox label {
	color:#666666;
}

.errorMessage {
	color:red;
}

.alt {
	background-color: #AAAAAA;
	color:white;
}

.over {
	color:white;
	background-color: red;
}

.stripeMe th {
	background-color:#DDDDDD;
	color: #666666;
	font-size:14px;
	border-bottom:1px solid red;
	text-align:left;
}

.stripeMe td {
	padding:4px;
	cursor:pointer;
	text-align:left;
}

#passwordForm {
	display:none;
}

#optionsForm {
	display:none;
}

#messageDetails {
	border-top:1px solid red;
	padding-top:15px;
	margin-left:10px;
	margin-right:10px;
}

.maskP, .maskC {
	display:none;
}

#passType, #reloadSaved {
	color:red;
}

#viewingPanel td#rightImageLinks a {
	display:none;
}

#ajaxWindow {
	height:0px;
	width:49%;
	position:absolute;
	z-index:99;
	display:none;
	margin-top:0px;
	color:black;
	background-color:white;
}

#ajaxForm {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid red;
	margin-top:100px;
}

#ajaxForm div {
	margin:10px;
}

#ajaxForm div h2 {
	margin:-10px;
}

#ajaxWindow label {
	color:black;
}

a#goToStep2 {
	width:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:red;
	color:white;
	display:none;
}

div.selectedImage {
/*	width:31%; */
	*width:31%;
	min-width:335px;
	min-height:170px;
	float:left;
/*	display:inline; */
	margin:10px;
	border: 1px solid red;
	overflow:visible;
	height:auto;
	*height:auto;
}

div.selectedImage div.theImage {
	background-position:50% 50%;
	width:44%;
	min-width:150px;
	height:180px;
	margin:5px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	float:left;
	display:inline;
}

.selectedImage div.theForm {
	float:right;
	display:inline;
	width:auto;
	min-height:205px;
	height:100%;
	border-left:1px solid #AAAAAA;
}

.selectedImage div.theForm form {
	margin:5px;
}

.hoverThumb {
	background-color:#CECECE;
}

.optionHeader {
	color:red;
}

div.indivPrints {
	line-height:17px;
}

div.indivPrints label {
	float:left;
	display:inline;
	text-align:right;
	width:50px;
	margin-right:35px;
	color:black;
	clear:both;
}

div#instructionPanel {
	border-left:1px solid red;
	width:25%;
	background-color:#CECECE;
	height:100%;
	float:right;
	display:inline;
	text-align:center;
	margin-right:0px;
	*margin-left:auto;
}

div#instructionPanel div {
	margin:8px;
}

#floatBubble {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url("../background_images/floatBubble.gif");
	background-repeat:no-repeat;
	width:300px;
	height:120px;
	z-index:88;
	padding-top:4px;
	display:none;
}

#floatBubble div {
	margin:7px;
	font-size:12px;
	background-color:white;
}

.panelButton {
	margin-left:25px;
	text-decoration:none;
	border:1px solid red;
	padding:10px;
	height:16px;
	display:block;
}

.panelButton:hover {
	color:white;
	background-color:#3366CC;
}

#instructionsOverlay {
	position:absolute;
	top:135px;
	z-index:150;
	width:45%;
	height:57%;
	right:2%;
	border:1px solid red;
	overflow:auto;
	background-color:#EFEFEF;
}

#instructionsOverlay p {
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:7px;
	text-align:left;
}

h2.fullBorder {
	border:1px solid red;
	margin-top:20px;
}

#clientList tbody tr td:first-child {
	background-image:url(background_images/locked.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position: 2px left;
}

#clientList a {
	text-decoration:none;
}

#leftImage {
	overflow:hidden;
	max-height:100%;
}

#rightImage {
	overflow:hidden;
	max-height:100%;
}