/* 
Light Headers = #2466a9
Dark  Header  = #163e67
Field Background = #e6dab9
*/

html { padding:0px; margin:0px; height: 100%; width:100%; }

body {
	margin: 0px; padding: 0px; text-align:left;
	background:#f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	color: #2d2d2d;
	text-align: left;
}

a {
	color: #605018; 
	text-decoration: none;
}
a:hover { 
	color: #000000;
	border-bottom-color: #2466a9;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
a:hover.no_hover { 
	border-bottom: none;
}

table {
	font-size: 10pt;
}

textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: none;
	color: #2d2d2d;
	text-align: left;
	background: #ffffff;
	padding: 1px 0;
}
.radiobutton{
	background-color: transparent;
}
.checkbox{
	background-color: transparent;
}

input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: none;
	color: #2d2d2d;
	text-align: center;
	background: #ffffff;
	padding: 1px 0;
}

.submitbutton {
	border: 2px outset #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: url(/ae/backgrounds/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.inputtext {
	text-align: left;
}
.pagerbutton {
	padding: 0.25em;
	color: #333333;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-style: none;
	background-color: transparent;
}
.pagerbuttonselected {
	padding: 0.25em;
	color: #883333;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: transparent;
	border-top-color: #2466a9;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #2466a9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
}

h1 {
	width: 100%;
	border-spacing: 1px 1px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2466a9; /* #2466a9 */
}

p {
	margin: 0px;
	text-align: left;
}

.aetopiaBUTTON { 
	color: #666666; 
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	margin: 2px;
}
a:hover.aetopiaBUTTON { 
	color: #d2Ce64; 
}

#required 		{
	background-color:#999;
}
#requiredAlert 	{
	background-color:#f11;
}
#formTable { }
#formTable table {
	width: 95%;
	font-size: 9pt;
	background: #d2d2d2;
	border-spacing: 1px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2466a9; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2466a9;
}
#formTable th {
	background: #2466a9;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}
#formTable td {
	background: #d2d2d2;
	padding: 1px;
}
#formTable h1 {
	width: 100%;
	border-spacing: 1px 1px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2466a9;
}

.resultsTable {
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #b2b2b2;
}
.resultsTable td {
	padding: 4px;
}
.resultsTable th {
	padding: 4px;
	background-color: #2466a9;
	color: white;
	text-align: center;
}

#pager { }
#pager h1 {
	width: 100%;
	border-spacing: 1px 1px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2466a9;
}
#pager p {
	margin: 0px;
}
#pager a { 
	color:#2466a9;
	text-decoration:none;
}
#pager a:hover { color:#71C8F1; text-decoration:none; }
#pager ul { padding:5px 0 5px 0; margin: 0; list-style: none; }
#pager ol { padding:5px 0 5px 0; margin: 0; list-style: none; }
#pager li { display:inline; padding: 0 0 1px 10px;
}

#searchResults > table {
	width: 100%;
	background: #f5f5f5;
	border-spacing: 1px 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#searchResults > table > tbody > tr > td {
	padding: 2px;
}
#searchResults td {
	/*background: #d2d2d2;*/
	text-align: center;
}
#searchResults td.spacer {
	background: #f5f5f5;
	height: 8px;
}
#searchResults td > a > img {
	background: #fff;
	padding: 2px;
}
#searchResults td > a:hover {
	border-bottom-style: none;
}

#searchResults td > a:hover > img {

	background: #ffe9a0;
	padding: 2px;
}
#content_left, .content_left { text-align: left; float:left; width:270px; }
#content_right, .content_right { text-align: right; float:left; width:230px; }
#content_full { text-align: left; padding-top:0px; padding-bottom:10px; float:left; width:498px; }

.leftMenu tr {
	background-color: #2466a9;	/* #2466a9 */
}

.title td {
	background-color: #163e67;	/* #163e67 */
	color: white;
	font-size: 120%;
	font-weight: bold;
}

.tab tr {
	background-color:#163e67;	/* #163e67 */
	color: #fff;
	font-weight: bold;
}
.simpletable table tr td{
	margin-bottom: 0px;
	padding: 0px;
}
.containertable {
	background-color: #f5f5f5;
	width: 100%;
	margin-bottom: 10px;
	/*border: 1px solid #b2b2b2;*/
}
.containertable td {
	padding: 4px;
}
.containertable th {
	padding: 4px;
	background-color: #2466a9;	/* #2466a9 */
	color: white;
	text-align: left;
}
.containertable_centred {
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #b2b2b2;
}
.containertable_centred td {
	padding: 4px;
	text-align: center;
}
.containertable_centred th {
	padding: 4px;
	background-color: #2466a9;	/* #2466a9 */
	color: white;
	text-align: center;
}
.containertable_right {
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #b2b2b2;
}
.containertable_right td {
	padding: 4px;
	text-align: right;
}
.containertable_right th {
	padding: 4px;
	background-color: #2466a9;	/* #2466a9 */
	color: white;
	text-align: center;
}
/*#searchResults td > a:hover > img {
	background: #ffe9a0;
	padding: 2px;
}*/
.fieldvalue  {
	padding: 4px;
	background-color: #e6dab9;
	color: black;
	text-align: left;
}
.smallfieldvalue  {
	padding: 4px;
	background-color: #e6dab9;
	color: black;
	text-align: left;
	font-size: 70%;
}
/* Left Navigation */
#leftnav { 
	background-color:#2466a9;	/* #2466a9 */
	color:#fff; 
	float:left;	
	clear:left;	
	width:150px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding:15px 0 20px 0;
}
#leftnav a { color:#fff; text-decoration:none; }
#leftnav a:hover { color:#71C8F1; text-decoration:none; }
#leftnav ul { padding:5px 0 5px 0; margin: 0; list-style: none; }
#leftnav ol { padding:5px 0 5px 0; margin: 0; list-style: none; }
#leftnav ul ul{ padding: 0; }
#leftnav li { padding: 0 0 1px 10px; }
#leftnav li li{ padding: 0 0 0 20px; }
#leftnav h2 { font-size:150%; margin:0; padding:0; color:#71C8F1; font-weight:normal; padding: 3px 0 0 14px; }

.dividor { background-color:#fff; width:10px; }
#leftnav .nav_on { color:#FF9804; }

#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 700px !important;
	height: 500px !important;
}

.reserved img { border-color: #eb202e; border-width: 8px; }
.reserved img:hover { border-color: #eb202e; text-decoration:none; border-width: 8px;}

.inbasket img { border-color: #eb202e; border-width: 8px; }
.inbasket img:hover { border-color: #eb202e; text-decoration:none; border-width: 8px;}

table.search_table{
	margin: 2px;
	padding: 2px;
	border-right: 1px solid #2466a9;
	border-bottom: 1px solid #2466a9;
	background-color: #d2d2d2;
}

table.search_table th{
	font-weight: bold;
	background-color: #2466a9;
	text-align: left;
	padding: 3px;
	color: #fff;
}
table.search_table input.text_field {
	text-align: left;
	width: 300px;
	margin-right: 10px;
}
/* List Customers --- */


#list_customers{
}


#list_customers form{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#list_customers table{
	margin: 2px;
	padding: 2px;
	background-color: #fff;
}
#list_customers th{
	font-weight: bold;
	background-color: #2466a9;
	text-align: left;
	padding: 3px;
	color: #fff;
}
#list_customers tr.odd{
	background-color: #e6dab9;
	border-style: none;
}
#list_customers tr.even{
	background-color: #fdf0cc;
}
#list_customers td{
	padding: 3px;
}

/* View Customers --- */

#view_customer{
	margin-top: 5px;
}
#view_customer fieldset{
	border: 1px solid #1e5186;
	background-color: #f5f5f5;
	margin: 10px;
	width: 750px;
	clear: left;
	float: left;
}
#view_customer div.outer{
	background-color: #f5f5f5; 
	overflow:auto;
}
#view_customer form.bring_to_front{
	z-index: 100;
	position: relative;
	float: left;
	margin: 0;
}

#view_customer form.normal{
	position: relative;
	float: left;
	margin: 0;
}


#view_customer fieldset > legend{
	text-align: left;
	font-weight: bold;
	color: #122f51;
	position: relative;
	display: block;
}
#view_customer div.controls{
	float: right;
	text-align: right;
}
#view_customer div.alert{
	color: #f11;
	width: 150px;
	clear: right;
	display: block;
	margin-top: 10px;
}
#view_customer div.routing_alert{
	color: #f11;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

#view_customer div.field_name{
	width: 150px;
	text-align: right;
	float: left;
	font-weight: bold;
	clear: left;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
#view_customer label{
	width: 150px;
	text-align: right;
	float: left;
	font-weight: bold;
	clear: left;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
#view_customer label:after{
	content: " :";
}
#view_customer div.field_value{
	text-align: left;
	display: block;
	float: left;
	height: 20px;
	margin-top: 5px;
}
#view_customer div.field_value_editor{
	text-align: left;
	display: block;
	float: left;
	height: 20px;
	margin-top: 2px;
}
#view_customer input.txt_field{
	text-align: left;
	width: 300px;
	background-color: #fff;
	border-style: groove;
}
#view_customer select.popup{
	text-align: left;
	width: 300px;
	background-color: #fff;
	border-style: groove;
}
#view_customer input.submitbutton{
	text-align: center;
	width: 80px;
	background-color: #fff;
	border-style: groove;
	font-weight: bold;
}
#view_customer input.submitbutton_alert{
	text-align: center;
	width: 80px;
	background-color: #faa;
	border-style: groove;
	font-weight: bold;
}
#view_customer div.form_error_short{
	float: left;
	text-align: left;
	overflow: auto;
	width: 100px;
	color: #f11;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 3px;
}
#view_customer div.form_error{
	float: left;
	text-align: left;
	overflow: auto;
	width: 200px;
	color: #f11;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
}

#view_customer div.required{ 
	float: left;
	background-color:#999;
	width: 5px;
	height: 15px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
}
#view_customer div.requiredAlert{
	float: left;
	background-color:#f11;
	width: 5px;
	height: 15px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
}
#view_customer hr{
	float: left;
	clear: left;
	width: 100%;
}
#view_customer table{
	margin: 2px;
	padding: 2px;
	background-color: #fff;
	width: 99.5%;
}
#view_customer th{
	font-weight: bold;
	background-color: #2466a9;
	text-align: left;
	padding: 3px;
	color: #fff;
}
#view_customer tr.odd{
	background-color: #e6dab9;
	border-style: none;
}
#view_customer tr.even{
	background-color: #fdf0cc;
}
#view_customer td{
	padding: 3px;
}
#view_customer td.display_lock{
	padding: 3px;
	background-color: #fff;
	text-align: center;
}

#editor_overlay{
	position: absolute;

	top: 0;

	left: 0;

	z-index: 50;

	width: 100%;

	background-color: #000;

	filter:alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;
	display: block;
	height: 1200px;
}
#bring_to_front{
	z-index: 100;
	position: absolute;
	margin: 50px;
}



/* -AJAX Tabbled Panel - */

.ajaxTabbedPanel {
  width: auto;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px 0 0 20px;
}

.ajaxTabbedPanelTab-selected {
  display: inline;
  padding: 3px 7px 1px 7px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
}

.ajaxTabbedPanelTab-unselected {
  display: inline;
  padding: 2px 7px 0 7px;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  color: #c0c0c0;
}

.ajaxTabbedPanelTab-selected a {
  font-weight: bold;
  font-size: 12pt;
  color: #0066CC;
  padding: 2px;
}

.ajaxTabbedPanelTab-unselected a {
  font-size: 10pt;
  padding: 2px;
  color: #a0a0a0;
}

.ajaxTabbedPanelPanes {
  width: 97%;
  padding-left: 0px;
  min-height: 300px;
  overflow: auto;
	margin: 0 0 0 10px;
}

.ajaxTabbedPanelPane-selected {
  list-style-type: none;
  display: block;
}

.ajaxTabbedPanelPane-unselected {
  list-style-type: none;
  display: none;
}

.tabBox {
  border: 1px solid #c0c0c0;
  width: 100%;
  overflow: auto;
	margin-top: 10px;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

.clearBoth {
	clear: both;
}

/**********************************************************************/

/* Image preview page */

#previewContainer img {
	/*padding: 4px;*/
	/*background-color: #eeeeee;*/
	/*border: double #eeeeee;*/
	border: solid 2px #eeeeee;
	margin-bottom: 15px;
}

#previewContainer {
	padding: 15px;
}

#previewContainer.inbasket {
	/*background-color: #711;*/
	background-color: none;
}

#previewContainer a {
	float: right; display: inline; /* IE */
	/*line-height: 3;*/
}

#previewContainer a,
#previewContainer a:visited {
	color: #2D2D2D;
}

#previewContainer a:hover,
#previewContainer a:active {
	color: #711;
}

#previewContainer.inbasket a,
#previewContainer.inbasket a:visited {
	color: #fff;
}

#previewContainer.inbasket a:hover,
#previewContainer.inbasket a:active {
	color: #71C8F1;
}

#previewContainer a {
	display: block;
	float: right; display: inline; /* IE */
	padding-right: 25px;
	/*padding-top: 6px;*/
	/*min-height: 20px;*/
	background: no-repeat right;
}

#previewContainer a.add_to_lightbox {
	background-image: url(/ae/icons/fav_no_tick.gif);
}
#previewContainer a.remove_from_lightbox {
	background-image: url(/ae/icons/fav_tick.gif);
}

#previewContainer a.add {
	background-image: url(/ae/icons/basket_add.gif);
}

#previewContainer a:hover.add {
	background-image: url(/ae/icons/basket_add_hi.gif);
}

#previewContainer a.remove {
	padding-right: 19px;
}

#previewContainer a.remove {
	background-image: url(/ae/icons/basket_remove.gif);
}

#previewContainer a:hover.remove {
	background-image: url(/ae/icons/basket_remove_hi.gif);
}

#previewContainer a:hover {
	border-bottom: 0 none;
}

/**********************************************************************/

/* Contact Sheet page */

.fieldvalue ul#resultsList {
	margin: 0.5em;
}

/**********************************************************************/

/* Find/Search Image pages */

/*.containerTable {
	background-color: #d2d2d2;
}*/


ul#resultsList,
#resultsList ul,
#resultsList li,
#resultsList dl,
#resultsList dt,
#resultsList dd {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

ul#resultsList {
	/*height: auto;*/
}

/*#resultsList ul, 
#resultsList li {
	padding: 0;
	margin: 0;
	display: block;
}*/

#resultsList a,
#resultsList a:visited {
	color: #171717;
}

#resultsList a:hover,
#resultsList a:active {
	color: #771111;
}

#resultsList .inbasket a,
#resultsList .inbasket a:visited {
	color: #fff;
}

#resultsList .inbasket a:hover,
#resultsList .inbasket a:active {
	color: #71C8F1;
}

#resultsList li.thumb {
	float: left; display: inline; /* IE */
	/*text-align: center;*/
	/*margin: 0;*/
	margin: 0 4px 4px 0;
	/*margin-bottom: 5px;*/
	/*padding: 6px 6px;*/
	/*width: 300px;*/
	/*height: 300px;*/
	/*border: dotted 1px green;*/
	/*background-color: #fff;*/
	/*width: 196px;*/
}

/*#resultsList li.thumb {
	background-color: silver;
}*/

#resultsList li.thumb.inbasket {
	/*background-color: #711;*/
	color: #fff;
}

/* Configured for max thumbnail image dimension: 180px */
#resultsList dt {
	/*width: 200px;
	height: 200px;*/
	/*width: 184px;
	height: 184px;*/
	position: relative;
	float: left;
}

#resultsList dt div.imgContainerSizer {
	margin: 2px; /* same as image border */
}

#resultsList dt div.imgContainer {
	font-size: 0.01px; /* IE */
	text-align: center;
	position: absolute;
	/*width: 200px;*/
	/*
		pixel width makes it work in IE 5, but defeats the object of not needing to know the thumbnail size.
		could set the width to thumb width in IE5 - centring would be slightly out, but probably reasonable compromise.
	
	*/
	width: 100%;
	bottom: 0;
}

#resultsList dt img {
	border: solid #b2b2b2 2px;
	background-color: transparent;
	padding: 0;
}

#resultsList dt img:hover {
	border-color: #711;
}

#resultsList .inbasket dt img:hover {
	border-color: #71C8F1;
}

#resultsList .inbasket dt img {
	/*border-color: #494949;*/
}

#resultsList dd {
	/*border-top: 1px solid #b2b2b2;*/
	background-color: #fff;
	border-bottom: 1px solid #b2b2b2;
	text-align: left;
	/*padding: 0 0 1em 0;*/
	margin-top: 6px;
	padding: 0 4px;
	clear: both;
}

#resultsList .inbasket dd {
	border-top-color: #fff;
	background-color: transparent;
	border-bottom-color: #b2b2b2;
}

#resultsList dd .label {
	float: left; display: inline; /* IE */
	/*padding-top: 6px;*/
	/*line-height: 2;*/
	padding: 7px 0 0;
	/*font-weight: bold;*/
}

#resultsList dd .actions {
	text-align: right;
	line-height: 2;
	padding: 8px 0 0 0;
	margin: 0;
	width: 67px;
	/*margin-bottom: 1em;*/
}

#resultsList a:hover {
	border-bottom: 0 none;
}

#resultsList .actions a {
	padding-right: 25px;
	/*padding-top: 6px;*/
	/*min-height: 20px;*/
	background: no-repeat right;
	margin-bottom: 1em;
}

#resultsList .actions a span, #resultsList .lightbox_btn a span{
	display: none;
}

#resultsList .actions a.add_to_selected {
	background: url(/ae/icons/select_no_tick.gif) no-repeat;
	padding:0 62px 21px 0;
}
#resultsList .actions a.remove_from_selected {
	width: 61px;
	height: 21px;
	background: url(/ae/icons/select_tick.gif) no-repeat;
	margin-right: 5px;
	margin-left: 15px;
	padding:0 62px 21px 0;
}

#resultsList .lightbox_btn a.add_to_lightbox {
	width: 40px;
	height: 21px;
	background: url(/ae/icons/fav_no_tick.gif) no-repeat;
	/*margin-right: 5px;
	margin-left: 15px;*/
	padding:0 40px 21px 0;
}
#resultsList .lightbox_btn a.remove_from_lightbox {
	width: 40px;
	height: 21px;
	background: url(/ae/icons/fav_tick.gif) no-repeat;
	/*margin-right: 5px;
	margin-left: 15px;*/
	padding:0 40px 21px 0;
}

#resultsList .actions a.add {
	background-image: url(/ae/icons/basket_add.gif);
	padding-right: 25px;
}

#resultsList .actions a:hover.add {
	background-image: url(/ae/icons/basket_add_hi.gif);
}

#resultsList .actions a.remove {
	padding-right: 15px;
	/*padding-right: 19px;*/
}

#resultsList .actions a.remove {
	background-image: url(/ae/icons/basket_remove.gif);
}

#resultsList .actions a:hover.remove {
	background-image: url(/ae/icons/basket_remove_hi.gif);
}

#resultsList .lightbox_btn {
	height: 21px;
	display: inline;
	text-align: left;
}

#resultsList dd table.controls {
	width: 100%;
	border-collapse: collapse;
}

#resultsList dd table.controls td {
	width: 33%;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
/*========== ROUNDED CORNER BOX ========================================*/

/*---------- common ----------*/

.roco {
	display: block
}

.roco * {
	display: block;
	height:1px;
	overflow:hidden;
	font-size: .01em;
}

.roco1,
.roco2,
.roco3,
.roco4,
.roco5 {
	border-left: 1px solid;
	border-right: 1px solid;
}

.roco1 {
	margin-left: 3px;
	margin-right: 3px;
}

.roco2,
.roco3 {
	margin-left: 1px;
	margin-right: 1px;
}

.roco1,
.roco2 {
	padding-left: 1px;
	padding-right: 1px;
}

.roco0 {
	border-top: 1px solid;
}


.thumb .rocofg {
	padding: 6px;
}

/*---------- regular thumbnail ----------*/


.thumb .roco *,#previewContainer.lo .roco *,
.thumb .roco1,#previewContainer.lo .roco1,
.thumb .roco2,#previewContainer.lo .roco2,
.thumb .roco3,#previewContainer.lo .roco3,
.thumb .roco4,#previewContainer.lo .roco4,
.thumb .roco5,#previewContainer.lo .roco5,
.thumb .rocofg,#previewContainer.lo .rocofg,
.thumb .roco0,#previewContainer.lo .roco0 {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	/*border-color: #e3e3e3;*/
}

.fieldvalue .thumb .roco *,
.fieldvalue .thumb .roco1,
.fieldvalue .thumb .roco2,
.fieldvalue .thumb .roco3,
.fieldvalue .thumb .roco4,
.fieldvalue .thumb .roco5,
.fieldvalue .thumb .rocofg,
.fieldvalue .thumb .roco0 {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

/*---------- highlighted thumbnail ----------*/

/*
.thumb.inbasket .roco * {
	background-color: #2466a9;
}

.thumb.inbasket .roco1 {
	border-left-color: #97b3d0;
	border-right-color: #97b3d0;
	background-color: #5688ba;
}

.thumb.inbasket .roco2 {
	border-left-color: #d9e0e7;
	border-right-color: #d9e0e7;
	background-color: #4a7fb6;
}

.thumb.inbasket .roco3 {
	border-left-color: #4a7fb6;
	border-right-color: #4a7fb6;
}

.thumb.inbasket .roco4 {
	border-left-color: #97b3d0;
	border-right-color: #97b3d0;
}

.thumb.inbasket .roco5 {
	border-left-color: #5688ba;
	border-right-color: #5688ba;
}

.thumb.inbasket .rocofg {
	background-color: #2466a9;
}

.thumb.inbasket .roco0 {
	border-top-color: #2466a9;
}
*/
#resultsList .inbasket dd {
	background-color: transparent;
	border-bottom-color: #b2b2b2;
}
.thumb.inbasket .roco *,#previewContainer.inbasket .roco *{
	background-color:#6a6a6a
}
  
.thumb.inbasket .roco1,#previewContainer.inbasket .roco1{
	border-left-color: #b9b9b9;
	border-right-color: #b9b9b9;
	background-color:#8c8c8c;
}
  
.thumb.inbasket .roco2,#previewContainer.inbasket .roco2{
	border-left-color: #e7e7e7;
	border-right-color: #e7e7e7;
	background-color:#848484
}
  
.thumb.inbasket .roco3,#previewContainer.inbasket .roco3{
	border-left-color: #848484;
	border-right-color: #848484;
}
  
.thumb.inbasket .roco4,#previewContainer.inbasket .roco4{
	border-left-color: #b9b9b9;
	border-right-color: #b9b9b9
}
  
.thumb.inbasket .roco5,#previewContainer.inbasket .roco5{
	border-left-color: #8c8c8c;
	border-right-color: #8c8c8c
}
  
.thumb.inbasket .rocofg,#previewContainer.inbasket .rocofg{
	background-color:#6a6a6a;
}
  
.thumb.inbasket .roco0,#previewContainer.inbasket .roco0	{
	border-top-color:#6a6a6a;
}
  
.thumb.reserved .roco *{
	background:#eb202e;
}

.thumb.reserved .roco1{
	border-left-color: #f0999f;
	border-right-color: #f0999f;
	background-color:#ed555f;
}

.thumb.reserved .roco2{
	border-left-color: #f4dfe1;
	border-right-color: #f4dfe1;
	background-color: #ec4853;
}

.thumb.reserved .roco3{
	border-left-color: #ec4853;
	border-right-color: #ec4853;
}

.thumb.reserved .roco4{
	border-left-color: #f0999f;
	border-right-color: #f0999f;
}

.thumb.reserved .roco5{
	border-left-color: #ed555f;
	border-right-color: #ed555f;
}

.thumb.reserved .rocofg{
	background-color: #eb202e;
}

.thumb.reserved .roco0{
	border-top-color: #eb202e;
}

#div_pad {
	padding:  10px;
}

.contactInfo {
	text-align: left;
	background-color: #e3e3e3;
	width:  100%;
}
table.contact_options {
	width:  530px;
	margin: 0;
	padding: 0;
}
table.contact_options td {
	width: 50%;
}
table.contact_options td.left {
	text-align: left;
	float:  left;
}
table.contact_options td.right {
	text-align: right;
}
#previewContainer table.contact_options td.left a {
	float: left;
}
/*---------- Added 15/12/09 ----------------- 
	Styles Added for Image Indicators
------------------------------------------ */
.search_image {
	display: inline;
	float: left;
	/*width: 198px;*/
}
.indicatorTop {
	width: 100%;
	height: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}
.indicatorTop a img {
	border: 0;
	margin-right: 1px;
}
.indicatorLeft {
	display: inline;
	float: left;
	width: 16px;
	vertical-align: top;
	text-align: right;
}
.indicatorRight {
	display: inline;
	float: right;
	width: 16px;
	vertical-align: top;
	text-align: left;
}
.imgContainer table {
	border-collapse: collapse;
}
.imgContainer table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.imgContainer table td .indicatorRight {
	display: inline;
	float: left;
}
.imgContainer table td .indicatorLeft {
	display: inline;
	float: left;
}