body {
	background-color:white;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
}

#header {
	background-color:#FFFFFF;
	width:100%;
	height:105px;
	background-repeat:no-repeat;
	border-bottom:1px solid #888888;
	background-position:top left;
}

#galleryDetails {
	border-bottom:1px solid #888888;
}

#mainPanel {
	background-color:#CCCCCC;
}

#controlPanel {
	background-color:#AAAAAA;
	height:34px;
	overflow:hidden;
	position:absolute;
	bottom:160px;
	left:0px;
	width:100%;
}

#thumbPanel {
	background-color:#FFFFFF;
	height:160px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

#thumbPanel td {
	background-repeat:no-repeat;
	background-position:right bottom;
}

#thumbPanel img {
	cursor:pointer;
}

ul#grid li {
	list-style: none outside;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 50px;
	width: 5em;
	height: 5em;
	line-height: 5em;
	text-align: center;
}

ul#grid li img {
		vertical-align: middle;
}

.ui-slider-handle { left: 45%; }

.viewPanel {
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:10px;
	opacity:0.1;
	filter:alpha(opacity=10);
}

#viewOptions {
	position:relative;
	overflow:hidden;
	display:none;
	border:1px solid black;
}

#viewOptions a {
	float:left;
	display:inline;
	width:25px;
	height:25px;
	overflow:hidden;
	margin:4px;
	background-color:white;
	border:1px solid #777777;
	text-align:center;
	text-decoration:none;
	font-size:36px;
	font-weight:bold;
	background-image:url(background_images/small_tools.gif);
	background-position: 0px 0px;
}

label {
	float:left;
	display:inline;
	margin-right:4px;
	margin-top:4px;
	width:150px;
}

#formOverlay {
	zindex:1;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

th {
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #777777;
}

select {
	color:#777777;
}

#clientList tbody tr {
	cursor:pointer;
}

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

#clientList tbody tr a {
	text-decoration:none;
	color:none;
}

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

.coverBox {
	border:1px solid #777777;
	background-color:white;
}

.boxHeader {
	padding:4px;
	background-color:#AAAAAA;
	color:white;
	font-weight:bold;
}

.stripeMe tr.alt {
	background-color:#DEDEDE;
}

.closeOverlay {
	float:right;
	cursor:pointer;
	margin-right:3px;
	margin-top:-1px;
}

#galleryDetails input {
	color:#777777;
}

.thumbImage {
	width:128px;
	height:128px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin:36px;
	float:left;display:inline;
}

.frameHolder {
	width:200px;
	height:200px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	float:left;
	display:inline;
}

.selectedImage {
	width:460px;
	height:auto;
	min-height:220px;
	float:left;
	display:inline;
	border:1px dotted #AAAAAA;
	margin:1%;
}

#gotoStep2 {
	position:absolute;
	z-index:99;
	bottom:167px;
	right:1%;
	width:auto;
	text-align:right;
	height:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	background-color:white;
}

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

.lArr {
	background-image:url(background_images/lArr.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.dArr {
	background-image:url(background_images/dArr.gif);
	background-repeat:no-repeat;
	background-position:10px bottom;
}

.chooseSizes {
	background-color:white;
	border:1px dotted #AAAAAA;
}

.chooseSizes {
	background-color:white;
	border:1px dotted #AAAAAA;
	position:absolute;
	z-index:20;
	background-color:white;
	height:38px;
	overflow:hidden;
	cursor:pointer;
}

.emphasiseIt {
	border:1px solid #AAAAAA;
	background-color:white;
}

.postIt {
	background-color:#FFF388;
	border:1px solid black;
}

input {
	color:#777777;
}

#showPriceDetails {
	background-image:url(background_images/small_tools.gif);
	background-position: 75px top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:-5px;
	text-decoration:none;
	display:inline;
}

#orderForm h2 {
	font-size:14px;
	padding-top:4px;
	border-top:1px dashed #AAAAAA;
}

#orderForm #orderFormSummary td {
	text-align:right;
}

#orderFormHolder h1 {
	padding:19px;
	background-color:#888888;
	margin-top:-20px;
	margin-left:-20px;
	margin-right:-20px;
	display:block;
	font-size:16px;
	color:white;
}

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

#emailConfirm {
	background-color:white;
}

#emailAddress {
	background-color:none;
}
