@charset "UTF-8";
/* CSS Document */

body {
	background-color:#3f1569;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
}

.table {
	background-color:#ebebeb;
	padding-left: 17px;
	padding-right:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	vertical-align:top;
	line-height:16px;
}

.contact-form-leftnav {
    background-image:url(../images/menu_uhaul02.jpg);
    background-repeat:repeat-y;
    width:237px;
}

.auction {
	background-image:url(../images/menu_auctionbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#404040;
	text-align:center;
	vertical-align:middle;
	padding-right:35px;
	padding-top:3px;
	padding-left:30px;
	letter-spacing:-0.5;
}

.content {
    padding-top: 0px;
	padding-left: 20px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	vertical-align:top;
	line-height:16px;
}

.titleA {
	font-size:18px;
	font-weight:bolder;
	color:#5d3d7e;
	font-variant:caps;
}

.titleB {
	font-size:14px;
	font-weight:bolder;
	color:#b8a117;
}

.titleC {
	font-weight:bolder;
	color:#313131;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#838383;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:25px;
	line-height:12px;
}

a.foot:link{
	text-decoration:none;
	font-weight:bold;
	color:#838383;
}

a.foot:active{
	text-decoration:none;
	font-weight:bold;
	color:#838383;
}

a.foot:hover{
	text-decoration:none;
	font-weight:bold;
	color:#cebc56;
}

a.foot:visited{
	text-decoration:none;
	font-weight:bold;
	color:#838383;
}

/**************************************************
* SimpleTable                                     *
***************************************************/

/* The most basic table setup 1 border with hover */
table.simple, td.simple, th.simple, thead.simple, tr.simple
{
    font-family:Arial;
    background-color: #FFFFFF;
    font-family:Arial;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: collapse;
}
td.simplehov1 {
    font-family:Arial;
    border-color: #333333;
    background-color: #CCFFFF;
    font-family:Arial;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: collapse;
}
td.simplehov2 {
    font-family:Arial;
    border-color: #333333;
    background-color: #FFFFFF;
    color: #000000;
    font-family:Arial;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: collapse;
}
/* The most basic table setup 1 border with hover */
table.simple-no-collapse, td.simple-no-collapse, th.simple-no-collapse, thead.simple-no-collapse, tr.simple-no-collapse
{
    font-family:Arial;
    background-color: #FFFFFF;
    font-family:Arial;
    border-color: #999999;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: separate;
}
td.simplehov1-no-collapse {
    font-family:Arial;
    border-color: #999999;
    background-color: #CCFFFF;
    font-family:Arial;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: separate;
}
td.simplehov2-no-collapse {
    font-family:Arial;
    border-color: #999999;
    background-color: #FFFFFF;
    color: #000000;
    font-family:Arial;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding: 6px;
    border-spacing: 0px;
    border-collapse: separate;
}             

/**************************************************
* LightBox                                        *
***************************************************/

#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightbox a img { border: none; }
#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#imageContainer {
    padding: 10px;
}
#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(/get/gif/blank) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/get/gif/prevlabel) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/get/gif/nextlabel) right 15% no-repeat; }
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
    padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #ction{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html>body .clearfix {
    /*display: inline-block;*/
    display: block;
    width: 100%;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}
 
/**************************************************
* http:// Dubi.ousCo.de CAPTCHA SYSTEM            *
***************************************************/

div.dubious_code_report table, div.dubious_code_report th, div.dubious_code_report tr, div.dubious_code_report td {
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
    background: white;
    color: black;
    border-collapse: collapse;
    border: 1px solid black;
    margin-top:100px;
}
div.dubious_code_report th {
    background: red;
    color: white;
}
div.dubious_code_report tr, div.dubious_code_report td {
    padding: 5px;
    background: white;
    border: 1px solid #ccc;
}
div.dubious_code_report th {
    padding: 5px;
    background: red;
    border: 1px solid #ccc;
}
div.dubious_code_report .bold {
    font-weight: bolder;
}
div.dubious_code_report .monospace {
    font-family: Arial;
}
div.dubious_code_report .dubious_code_report {
    bottom: 5px;
    right: 5px;
}
#captchaImage {
    border: 1px solid #F5F5F5;
    text-align: center;
    display: block;
    z-index:100;
}
#captchaText {
    font-family: Arial; 
    text-align: center; 
    font-size: 10px;
    padding: 2px; 
    clear: both;
    border: 1px solid #F5F5F5;
}
div.captchaOuter {
    text-align: center;
    padding: 5px; 
    margin: 5px;
    float:left;
    width: 75px;
}
div#geoip {
    margin:0px;
    padding:0px;
    font-size:10px;
}

/*******************************
 * RSS Feeds                   *
 *******************************/
div.chunk {
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
div.topchunk {
	margin:0 !important;
}
.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
}
.footnote em {
	background-color:transparent;
	font-style:italic;
}
.footnote code {
	background-color:transparent;
	font:11px/14px monospace;
	color:#aaa;
}
p.subscribe {
	background-color:#f3f3f3;
	font-size:12px;
	text-align:center;
}
p.highlight {
	background-color:#ffc;
	font-size:12px;
	text-align:center;
}
p.sample_feeds {
	font-size:12px;
	line-height:1.2em;
}
div.sp_errors {
	background-color:#eee;
	padding:5px;
	text-align:center;
	font-size:12px;
}
.noborder {
	border:none !important;
}
img.favicon {
	margin:0 4px -2px 0;
	width:16px;
	height:16px;
}
p.favicons a,
p.favicons a:hover {
	border:none;
	background-color:transparent;
}
p.favicons img {
	border:none;
}

/**********************************
 * LightWindow Version II Overlay *
 **********************************/

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
    /* REQUIRED */
    /* Of Note - The height and width of this element are set to 0px */
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    line-height: 0px;
    /* REQUIRED */
}
#lightwindow_container {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow: hidden;
}

#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
}		
#lightwindow_loading {
/* REQUIRED */
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute;
    /* REQUIRED */
    background-color: #f0f0f0;
    padding: 10px;
}
#lightwindow_loading_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
}

#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;
}

#lightwindow_loading span a,
#lightwindow_loading span a:link, 
#lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}

#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
	text-decoration: underline;
}


#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;
}

#lightwindow_navigation {
/* REQUIRED */
position: absolute;
top: 0px;
left: 0px;
display: none;
/* REQUIRED */
}
/* We need to shim the navigation for IE, though its more of a sub-floor */
#lightwindow_navigation_shim { 
	/* REQUIRED */
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
	/* REQUIRED */
}

#lightwindow_navigation a,
#lightwindow_navigation a:link,
#lightwindow_navigation a:visited,
#lightwindow_navigation a:hover,
#lightwindow_navigation a:active { 
	/* REQUIRED */
	outline: none;
	/* REQUIRED */
}

#lightwindow_previous, 
#lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(/get/gif/blank) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#lightwindow_previous { 
	float: left;
	left: 0px;
}

#lightwindow_next { 
	float: right;
	right: 0px;
}

#lightwindow_previous:hover, 
#lightwindow_previous:active { 
	background: url(/get/gif/prevlabel) left 15% no-repeat; 
}

#lightwindow_next:hover, 
#lightwindow_next:active { 
	background: url(/get/gif/nextlabel) right 15% no-repeat; 
}

#lightwindow_previous_title,
#lightwindow_next_title {
	display: none;
}
 	
#lightwindow_galleries {
width: 100%;
position: absolute;
z-index: 50; 
display: none;
overflow: hidden;
margin: 0 0 0 10px;
bottom: 0px;
left: 0px;
}

#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

a#lightwindow_galleries_tab,		
a:link#lightwindow_galleries_tab,
a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background: url(/get/png/black-70) repeat 0 0 transparent;
}

* html a#lightwindow_galleries_tab,		
* html a:link#lightwindow_galleries_tab,
* html a:visited#lightwindow_galleries_tab {	
	background: none;
	background-color: #000000;
	opacity: .70;
}

a:hover#lightwindow_galleries_tab,
a:active#lightwindow_galleries_tab {
	color: #ffffbe;

}

#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}

#lightwindow_galleries_tab .up	{
	background: url(/get/gif/arrow-up) no-repeat 60px 5px transparent;
}

#lightwindow_galleries_tab .down {
	background: url(/get/gif/arrow-down) no-repeat 60px 6px transparent;
}

#lightwindow_galleries_list {
	background: url(/get/png/black-70) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}

* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
}	

.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}

.lightwindow_galleries_list h1 {	
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}

.lightwindow_galleries_list a, 
.lightwindow_galleries_list a:link, 
.lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.lightwindow_galleries_list a:hover, 
.lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
	
#lightwindow_data {
    /* REQUIRED */
    position: absolute;
    /* REQUIRED */
}

#lightwindow_data_slide {
	/* REQUIRED */
	position: relative;
	/* REQUIRED */
}

#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}

#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}

#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}

#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
 	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}

#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#lightwindow_title_bar {
    height: 25px;
    overflow: hidden;		
}

#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}

a#lightwindow_title_bar_close_link,	
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;		
	cursor: pointer;
	color: #ffffbe;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

a:hover#lightwindow_title_bar_close_link,
a:active#lightwindow_title_bar_close_link {
	color: #ffffff;
}

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

/*******************************
 * FORMS                       *
 *******************************/

.offstate-a, .offstate-b, .offstate-c, .offstate-d, 
.offstate-e, .offstate-f, .offstate-g, .offstate-h, 
.offstate-i, .offstate-j, .offstate-k, .offstate-l,
.offstate-m, .offstate-n, .offstate-o, .offstate-p, 
.offstate-q, .offstate-r, .offstate-s, .offstate-t,
.offstate-u, .offstate-v, .offstate-w, .offstate-x,  
.offstate-y, .offstate-z, .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an {
	display: none !important;
}

.wfPage, .wfHideSubmit { 
	display: none !important;
}
.wfCurrentPage {
	display: block !important;
}

#rotator img {
	display:none;
	position:absolute;
	top:0; left:0;
}
 
form {
	padding: 0px;
    width:610px;
    text-align:center;
    font-size: 12px;
}
#contact-information {
    width:800px;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
    text-align:center;
	margin: 0px;
	border: 1px solid #24273A;	
	overflow: auto;
    font-size:12px;
    text-align:left;
}
legend {
	padding: 2px 5px;
	color: #000;
	font-size: 115%;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 1px;
	border-left: 1px solid #24273A;
	border-right: 1px solid #24273A;	
}
form th {
	padding: 0 1px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #24273A;
	border-right: 1px solid #24273A;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}


/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #000;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
    font-size:12px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin-top: 3px;
    margin-bottom: 3px;
    height:18px;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
    font-size: 12px;
	font-style: normal;
	padding-bottom:20px;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
    background-color: #FF0066;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(/images/hint_topborder_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin: 2px 0 0 10px;
	font-size: 100%;
}
form .field-hint div {
    font-size: 12px;
	background-color: #f6f5e5;
	border-left: 1px solid #cbcbbb;
	border-right: 1px solid #cbcbbb;
	border-bottom: 1px solid #cbcbbb; 
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/**********************************
 * LightWindow Version II Overlay *
 **********************************/

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
    /* REQUIRED */
    /* Of Note - The height and width of this element are set to 0px */
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    line-height: 0px;
    /* REQUIRED */
}
#lightwindow_container {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow: hidden;
}

#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
}		
#lightwindow_loading {
/* REQUIRED */
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute;
    /* REQUIRED */
    background-color: #f0f0f0;
    padding: 10px;
}
#lightwindow_loading_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
}

#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;
}

#lightwindow_loading span a,
#lightwindow_loading span a:link, 
#lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}

#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
	text-decoration: underline;
}


#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;
}

#lightwindow_navigation {
/* REQUIRED */
position: absolute;
top: 0px;
left: 0px;
display: none;
/* REQUIRED */
}
/* We need to shim the navigation for IE, though its more of a sub-floor */
#lightwindow_navigation_shim { 
	/* REQUIRED */
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;
	/* REQUIRED */
}

#lightwindow_navigation a,
#lightwindow_navigation a:link,
#lightwindow_navigation a:visited,
#lightwindow_navigation a:hover,
#lightwindow_navigation a:active { 
	/* REQUIRED */
	outline: none;
	/* REQUIRED */
}

#lightwindow_previous, 
#lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(/get/gif/blank) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#lightwindow_previous { 
	float: left;
	left: 0px;
}

#lightwindow_next { 
	float: right;
	right: 0px;
}

#lightwindow_previous:hover, 
#lightwindow_previous:active { 
	background: url(/get/gif/prevlabel) left 15% no-repeat; 
}

#lightwindow_next:hover, 
#lightwindow_next:active { 
	background: url(/get/gif/nextlabel) right 15% no-repeat; 
}

#lightwindow_previous_title,
#lightwindow_next_title {
	display: none;
}
 	
#lightwindow_galleries {
width: 100%;
position: absolute;
z-index: 50; 
display: none;
overflow: hidden;
margin: 0 0 0 10px;
bottom: 0px;
left: 0px;
}

#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

a#lightwindow_galleries_tab,		
a:link#lightwindow_galleries_tab,
a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background: url(/get/png/black-70) repeat 0 0 transparent;
}

* html a#lightwindow_galleries_tab,		
* html a:link#lightwindow_galleries_tab,
* html a:visited#lightwindow_galleries_tab {	
	background: none;
	background-color: #000000;
	opacity: .70;
}

a:hover#lightwindow_galleries_tab,
a:active#lightwindow_galleries_tab {
	color: #ffffbe;

}

#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}

#lightwindow_galleries_tab .up	{
	background: url(/get/gif/arrow-up) no-repeat 60px 5px transparent;
}

#lightwindow_galleries_tab .down {
	background: url(/get/gif/arrow-down) no-repeat 60px 6px transparent;
}

#lightwindow_galleries_list {
	background: url(/get/png/black-70) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}

* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
}	

.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}

.lightwindow_galleries_list h1 {	
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}

.lightwindow_galleries_list a, 
.lightwindow_galleries_list a:link, 
.lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.lightwindow_galleries_list a:hover, 
.lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
	
#lightwindow_data {
    /* REQUIRED */
    position: absolute;
    /* REQUIRED */
}

#lightwindow_data_slide {
	/* REQUIRED */
	position: relative;
	/* REQUIRED */
}

#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}

#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}

#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}

#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
 	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}

#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#lightwindow_title_bar {
    height: 25px;
    overflow: hidden;		
}

#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}

a#lightwindow_title_bar_close_link,	
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;		
	cursor: pointer;
	color: #ffffbe;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

a:hover#lightwindow_title_bar_close_link,
a:active#lightwindow_title_bar_close_link {
	color: #ffffff;
}

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


/*******************************
 * SIFR SCREEN                 *
 *******************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
  visibility: hidden;
  font-family: Arial;
  line-height: 10px;
  letter-spacing: 10px;
  font-size: 14px;
}

.sIFR-active h2 {
  visibility: hidden;
  font-family: Arial;
  line-height: 10px;
  letter-spacing: 10px;
  font-size: 13px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Arial;
  line-height: 10px;
  letter-spacing: 10px;
  font-size: 12px;
}

.sIFR-active h4 {
  visibility: hidden;
  font-family: Arial;
  line-height: 10px;
  letter-spacing: 10px;
  font-size: 11px;
}

.sIFR-active h5 {
  visibility: hidden;
  font-family: Arial;
  line-height: 10px;
  letter-spacing: 10px;
  font-size: 10px;
}