/*body {
	background-color: #000000;
	font-family: "Lucida Grande", serif;
}*/

#typeface p{
	font-variant: normal;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.9;
}

.red_span {
	color: #FF0000;
}

.red_text {
	color: #FF0000;
	font-size: 13px;
	margin-bottom: 5px;
}

#show_actions {
	margin: 12px 0 0 0;
	width: 100%;
}

#show_actions div {
	margin: 0 auto;
}

#show_actions ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#show_actions li {
	display: inline;
	margin: 0 0.2em;
}

#porfolio_middle {
	margin: 0;
	padding: 0;
}

#messages {
  color: white;
  margin: 70px auto 0 auto;
  font-family: "Lucida Grande";
  font-size: 10pt;
}


a:link, a:visited {
	color: #FF0000;
	font-family: "Lucida Grande", serif;
	text-decoration: none;
	font-size: 9pt;
}

a:link.live, a:visited.live {
	color: #FF0000;
}
a:link.dead, a:visited.dead {
	color: #D0D0D0;
}

h1 {
	font-size: 11pt;
	font-family: "Lucida Grande";
	font-variant: small-caps;
	color: white;
}

p {
	font-size: 12pt;
	font-family: "Lucida Grande";
	font-variant: small-caps;
	color: white;	
}

p a:link, p a:visited {
	font-size: 12pt;
	font-variant: small-caps;
}

/* FORM STYLES */


#form_container {
	margin: 0;
	width: 1100px;
/*	text-align: center;*/
}
#form_container .form_divisor_left {
	float: left;
	padding: 0;
/*	display: inline;*/
	margin: 0 4em 0 0;
}

#form_container .form_divisor_right {
	float: left;
	padding: 0;
/*	display: inline;*/
	margin: 0 0 0 0;
}

.field_left {
	float: left;
	font-size: 8pt;
}

.field_right {
	float: left;
    margin: 0 0 0 1em;
	font-size: 8pt;
}

.opaque_form {
	text-align: left;
/*	font-size: 8pt;*/
	font-family: "Lucida Grande";
	font-variant: small-caps;
	font-weight: 200;
	font-stretch: ultra-condensed;
	opacity: 0.6;
  	filter: alpha(opacity=60);
}

form p {
	margin: 0;
	font-size: 8pt;
	clear: both;
}

#flash_upload p {
  font-size: 12pt;
}

input, select {
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 9pt;
	border: 1px solid #999999;
	margin: 0 0 18px 0;
}

.button_form {
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  font-variant: normal;
  font-size: 9pt;
}

body {
	background-color: #000000;
	font: "Lucida Grande", serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 609px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	height: 111px;
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
    height: 442px;
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}
.oneColFixCtrHdr #footer {
	/* padding: 0 10px; */ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 56px;
	background: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#portfolio_middle {
	background: url(/images/portfolio-middle.jpg) no-repeat top;
}

.shoot_file_image {
  float: left;
  margin: 4px;
  color: white;
}

#thumbnail_list {
  list-style: none;
  margin: 0;
  padding: 0 0;
}

#thumbnail_list li {
  margin: 0;
  padding: 0;
  color: white;
}

#photo_display_message {
	color: white;
	font-variant: small-caps;
	margin: 120px auto;
	height: 20px;
       width: 200px
}
#photo_display_message p {
	font-size: 15pt;
}

#shoot_file_image_list {
  list-style: none;
  color: white;
}

#shoot_file_image_list li {
  float: left;
  margin: 4px;
  border: 2px solid white;
}

#thumb_message {
	color: #FF0000;
	float: right;
}

#simple_middle {
	padding: 2em 2em 0 2em;
	color: white;
	font-size: 12pt;
}
#simple_middle img {
	margin: 0 0 1em 0;
}

#basket {
  
}
#basket table {
  width: 75%;
  cellpadding: 0px; 
  cellspacing: 0px;
}
#basket .header_row td {
  border-bottom: 1px solid #FF0000;
  font-weight: bold;
  padding: 8px 0 0 0;
}

#basket .item_row td {
  font-size: small;
}

#basket td {
  padding: 4px 0;
}

#basket .name {
  width: 70%;
  text-align: left;
}
#basket .price {
  text-align: right;
}
#basket .subtotal {
  text-align: right;
}
#basket .description {
  text-align: left;
}
#basket .controls {
  text-align: right;
}
#basket .total {
  font-weight: bold;
  text-align: right;
}

#basket_controls {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

/*scroll bar */

#scrollbar_container {
	margin: 0 10px;
}

#scroll_top {
  /*border: 1px solid yellow;*/
  color: white;
  height: 13px;
  width: 16px;
  background: url(../images/topbutton.gif) no-repeat;
}
#scroll_middle {
  position: relative;
  height: 362px;
  background: url(../images/backline.png) no-repeat center center;
  /*border: 1px solid gray;*/
  width: 6px;
  margin: 6px;
}
#scroll_bottom {
  /*border: 1px solid yellow;*/
  color: white;
  height: 13px;
  width: 16px;
  background: url(../images/bottombutton.gif) no-repeat;
}
#scroll_thumb {
  position: relative;
  /*border: 1px solid white;*/
  background: #FF0000;
  width: 6px;
}

#scroll_target {
	overflow: hidden;
	height: 400px;
}

#sortable_properties {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sortable_properties li {
  margin: 0;
  padding: 0;
}

#sortable_properties table {
  margin: 0;
  padding: 0;	
}
#sortable_properties table tr {
  margin: 0;
  padding: 0;
}
#sortable_properties table td {
  margin: 0;
  padding: 0;	
}
#sortable_properties a {
  margin: 0;
  padding: 0;	
}

.handle {
	font-size: 6pt;
	cursor: pointer;
}