/* added inline to each page
body {
  font-family: Tahoma, Arial, "MS Serif", serif;
  background-image: url(../images/palette/header_tile_qoop.jpg);
  background-repeat: repeat-x;
  height: 109px;
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  color: #616161;
}
*/

td {
  font-size: inherit;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #616161;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

div {
  margin: auto;
  float: left;
  clear: none;
}

p {
  margin: 0px;
}

/** FORM TAG STYLES **/
input, textarea, select, option {
  font-size: 12px;
  color: #000000;
}

textarea {
  overflow: auto;
  border: solid 1px #d7d7d7;
}

select {
  height: 19px;
}

input.field {
  border: solid 1px #d7d7d7;
}

/* added inline to each page
input.button {
  color: #ABD373;
  border:solid 1px #ABD373;
  background-color: transparent;
  font-size: 9px;
}
*/

/** FORM GROUP STYLES **/
#pnlForm {
  font-size: 12px;
  margin-top: 0px;
  margin-right: auto;
  float: none;
}

#pnlForm input.field, #pnlForm textarea {
  display: block;
  width: 277px;
  margin-bottom: 10px;
  clear: none;
}

/* added inline to each page
#pnlForm input.button_left {
  width: 100px;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
  color: #ABD373;
  border:solid 1px #ABD373;
  background-color: transparent;
  font-size: 9px;
}

#pnlForm input.button_right {
  width: 100px;
  float: left;
  color: #ABD373;
  border:solid 1px #ABD373;
  background-color: transparent;
  font-size: 9px;
}
*/

#pnlForm label {
  clear: none;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}

/* Link-list is used for the right-side "Photo Products" highlight panel */
ul.link_list {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

ul.link_list li {
  list-style: none;
  text-align: center;
}

ul.link_list li.small {
  font-size: 11px;
}

/** HEADER STYLES **/
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

h2 .detail {
  font-size: 11px;
}

.drkTitle {
  color: #003399;
}

/** PAGE FRAMEWORK LAYOUT **/

/* added inline to each page
.header_panel_qoop {
  background-image: url(../images/palette/header_panel_qoop.jpg);
  background-repeat: no-repeat;
  width: 828px;
  height: 152px;
  overflow: hidden;
}
*/

/* Holds the logo area */
.header_logo_holder {
  width: 320px;
}

/* Holds the navigation area */
.header_nav_holder {
  float: left;
  width: 508px;
  text-align: right;
  margin-top:0px;
}

/* Used to center all page content */
.content_holder {
  width: 829px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

/* Page vertical tile */
.content_tile {
  background-image: url(../images/content_tile.jpg);
  background-repeat: repeat-y;
  width: 828px;
}

/* Provides left & right side padding for all page content on the panel */
.main_content_holder {
  width: 774px;
  float: none;
  clear: both;
}

/* Full-width page content divider */
.page_divider {
  background-image: url(../images/page_divider.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 774px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
}

/* Header of the page panel */
.page_content_header {
  background-image: url(../images/page_top_header.jpg);
  background-repeat: no-repeat;
  width: 828px;
  height: 32px;
}

.page_content_header .userinfo {
  float: right;
  margin-top: 21px;
  margin-right: 30px;
}

/* Footer of the page panel */
.page_content_footer {
  background-image: url(../images/content_footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 828px;
  padding-bottom: 40px;
}

/* Copyright text */
.page_copyright {
  color: #c2c2c2;
  font-size: 9px;
  padding-left: 20px;
}

/* Copyright links */
.page_copyright a, .page_copyright a:link, .page_copyright a:visited {
  color: #CDCDCD;
}

/* used for form error messages */
.error_message {
  color: #FF6666;
  clear: none;
  float: none;
  text-align: center;
}

.csv_error_message {
  clear: none;
  float: none;
  text-align: center;
}

/* used for form success messages */
.success_message {
  color: #00CC00;
  clear: none;
  float: none;
  text-align: center;
}

/** PAGE LAYOUT COLUMNS/DIVIDERS **/

/*
  Columns have containers and content.
  "content_padding" provides padding on the left & right sides,
  fully qualified "content_padding" styles provide custom padding
  for each column layout.
*/

.content_padding {
  padding-left: 40px;
  padding-right: 40px;
  clear: none;
  float: none;
}

.top_bottom_padding {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
  float: none;
}


/* A skinney/small left-side column */
/* Used on the home.htm to hold the left column of the page */
.column_left_small {
  width: 480px;
}

/* Provide custom padding values for this column */
.column_left_small .content_padding {
  padding-left: 20px;
  padding-right: 20px;
}

/* A wide right-side column */
/* Used on the home.htm page to hold the right column of the page */
.column_right_large {
  width: 294px;
}

/* Provide custom padding values for this column */
.column_right_large .content_padding {
  padding-left: 10px;
  padding-right: 10px;
}

/* A wide left-side column */
/* Used on the view_all.htm page to hold the left column of the page */
.column_left_large {
  width: 592px;
}

/* A small right-side column */
/* Used on the view_all.htm page to hold the right column of the page */
.column_right_small {
  width: 182px;
}

/* Center the right-side headers */
.column_right_small h2 {
  text-align: center;
}

/* Generic panel for floating things to the left */
.float_left {
  float: left;
}

/* Generic panel for floating things to the right */
.float_right {
  float: right;
}

/* Used for the links/controls to the right of a panel header */
.panel_header_nav {
  float: right;
  color: #cccccc;
  margin-top: 4px;

  width: 300px;
  text-align: right;
}

/** PAGE LOGO AREA **/

.header_logo_holder .logo_img {
  margin-left: 80px;
  margin-top: 31px;
  width: 225px;
  height: 85px;
  text-align: center;
}

/* Holds the page bread crumb */
.header_logo_holder .page_bread_crumb {
  padding-left: 42px;
  padding-top: 20px;
  color: #ADD272;
}

/** PAGE NAVIGATION **/

.header_nav_holder .userinfo {
  float: right;
  margin-top: 22px;
  margin-right: 40px;
  color: #999999;
}

.header_nav_holder .nav_panel {
  margin-left: 80px;
  margin-top: 17px;
  width: 404px;
  height:41px;
  color: #cccccc;
}

.header_nav_holder .nav_search {
  float: right;
  margin-top: 30px;
  margin-right: 28px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.header_nav_holder .nav_search input.search_field {
  width: 196px;
  height: 15px;
  font-size: 12px;
  color: #575757;
  border: solid 1px #d7d7d7;
}

/** PAGE CONTAINERS **/

/* Small thumbs panel header */
.panel_small_thumbs_header {
  background-image: url(../images/panel_small_thumbs_header.jpg);
  background-repeat: no-repeat;
  width: 480px;
  height: 10px;
  font-size: 1px;
}

/* Small thumbs panel tile */
.panel_small_thumbs_tile {
  background-image: url(../images/panel_small_thumbs_tile.jpg);
  background-repeat: repeat-y;
  width: 480px;
}

/* image_details/image_controls styles are used on the image_details.htm page */
.panel_small_thumbs_tile .image_details {
  float: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
  color: #898989;
  height: 23px;
  border-bottom: solid 1px #c3c3c3;
}

.panel_small_thumbs_tile .image_details h2 {
  color: #616161;
  float: left;
  margin-bottom: 0px;
}

.panel_small_thumbs_tile .image_details .updatedinfo {
  margin-top: 4px;
  float: right;
}

.panel_small_thumbs_tile .image_controls {
  float: none;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.panel_small_thumbs_tile .image_controls .control {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
}

.panel_small_thumbs_tile .image_controls a {
  color: #898989;
}

.panel_small_thumbs_tile .image_controls a.control_label {
  display: block;
  padding-top: 6px;
}

.panel_small_thumbs_tile .image_tags {
  color: #000000;
  padding-left: 40px;
  font-size: 12px;
}

/* Thumbnails table */
.panel_small_thumbs_tile table.thumbs_table {
  width: 416px;
  margin-left: auto;
  margin-right: auto;
}

/* Thumbnails left navigation */
.panel_small_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_left {
  float: left;
  width: 35px;
  padding-top: 7px;
}

.panel_small_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_left input {
  margin-top: -7px;
}

/* Thumbnails center navigation */
.panel_small_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_center {
  float: left;
  width: 298px;
  text-align: center;
  padding-top: 10px;
}

/* Thumbnails right navigation */
.panel_small_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_right {
  float: right;
  width: 35px;
  padding-top: 7px;
}

.panel_small_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_right input {
  margin-top: -7px;
}

/* Small thumbs panel footer */
.panel_small_thumbs_footer {
  background-image: url(../images/panel_small_thumbs_footer.jpg);
  background-repeat: no-repeat;
  width: 480px;
  height: 10px;
  font-size: 1px;
}

/* Small thumbs panel header */
.panel_large_thumbs_header {
  background-image: url(../images/panel_large_thumbs_header.jpg);
  background-repeat: no-repeat;
  width: 592px;
  height: 12px;
  font-size: 1px;
}

/* Small thumbs panel tile */
.panel_large_thumbs_tile {
  background-image: url(../images/panel_large_thumbs_tile.jpg);
  background-repeat: repeat-y;
  width: 592px;
}

/* Thumbnails table */
.panel_large_thumbs_tile table.thumbs_table {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Thumbnails left navigation */
.panel_large_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_left {
  float: left;
  width: 35px;
  padding-top: 7px;
}

.panel_large_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_left input {
  margin-top: -7px;
}

/* Thumbnails center navigation */
.panel_large_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_center {
  float: left;
  width: 402px;
  text-align: center;
  padding-top: 10px;
}

/* Thumbnails right navigation */
.panel_large_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_right {
  float: right;
  width: 35px;
  padding-top: 7px;
}

.panel_large_thumbs_tile table.thumbs_table tr.thumbs_nav td .nav_right input {
  margin-top: -7px;
}

/* Small thumbs panel footer */
.panel_large_thumbs_footer {
  background-image: url(../images/panel_large_thumbs_footer.jpg);
  background-repeat: no-repeat;
  width: 592px;
  height: 12px;
  font-size: 1px;
}

/* Thumbnails table cells */
table.thumbs_table tr td {
  background-image: url(../images/thumbs_table_cell.jpg);
  background-repeat: no-repeat;
  width: 104px;
  height: 121px;
  text-align: center;
  vertical-align: top;
}

/* Thumbnails table cell images */
table.thumbs_table tr td img {
  margin-bottom: 4px;
  margin-top: 15px;
  padding-right: 1px;
}

/* Thumbnails table navigation row */
table.thumbs_table tr.thumbs_nav td {
  background-image: none;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Short strip albums thumbnail styles */
table.short_albums tr {
  background-image: url(../images/short_album_tile.jpg);
  background-repeat: repeat-x;
}

table.short_albums tr td {
  background-image: url(../images/short_album_cell.jpg);
  background-repeat: no-repeat;
  width: 100px;
  height: 111px;
  text-align: center;
  vertical-align: top;
}

table.short_albums tr td img {
  padding-top: 13px;
  padding-bottom: 8px;
  width: 75px;
  height: 75px;
}

table.short_albums td.nav_left {
  background-image: none;
  text-align: left;
  width: auto;
}

table.short_albums td.nav_right {
  background-image: none;
  text-align: right;
  width: auto;
}

/* Thick strip albums styles */
table.thick_albums {
  background-image: url(../images/thick_album_tile.jpg);
  background-repeat: repeat-x;
  height: 106px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
}

table.thick_albums tr td {
  background-image: url(../images/thick_album_cell.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 90px;
  height: 106px;
  vertical-align: top;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table.thick_albums tr td img {
  padding-top: 15px;
  padding-left: 8px;
  float: left;
  width: 75px;
  height: 75px;
}

table.thick_albums tr td.nav_left {
  background-image: url(../images/thick_album_left.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 106px;
  width: auto;
  text-align: left;
}

table.thick_albums tr td.nav_left input {
  margin-left: 3px;
  margin-top: 16px;
  vertical-align: top;
}

table.thick_albums tr td.nav_right {
  background-image: url(../images/thick_album_right.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height: 106px;
  width: auto;
  text-align: right;
  vertical-align: top;
}

table.thick_albums tr td.nav_right input {
  margin-right: 3px;
  margin-top: 16px;
  vertical-align: top;
}

/* Right-side highlight panel header */
.panel_highlight_header {
  background-image: url(../images/panel_highlight_header.jpg);
  background-repeat: no-repeat;
  width: 167px;
  height: 10px;
  float: none;
  clear: both;
  font-size: 1px;
}

/* Right-side highlight panel tile */
.panel_highlight_tile {
  background-image: url(../images/panel_highlight_tile.jpg);
  background-repeat: repeat-y;
  width: 167px;
  float: none;
  clear: both;
  color: #ffffff;
  font-size: 12px;
}

/* Right-side highlight panel links */
.panel_highlight_tile a {
  color: #ffffff;
}

/* Right-side highlight panel small links */
.panel_highlight_tile li.small a {
  color: #E0e0e0;
}

/* Right-side highlight panel footer */
.panel_highlight_footer {
  background-image: url(../images/panel_highlight_footer.jpg);
  background-repeat: no-repeat;
  width: 167px;
  height: 11px;
  float: none;
  clear: both;
  font-size: 1px;
}

.preview_image_holder_header {
  background-image: url(../images/preview_image_holder_header.jpg);
  background-repeat: no-repeat;
  width: 433px;
  height: 13px;
  font-size: 1px;
  float: none;
  clear: both;
}

.preview_image_holder_tile {
  background-image: url(../images/preview_image_holder_tile.jpg);
  background-repeat: repeat-y;
  width: 433px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  clear: both;
}

.preview_image_holder_tile .holder {
  padding-right: 4px;
  float: none;
  clear: both;
}

.preview_image_holder_footer {
  background-image: url(../images/preview_image_holder_footer.jpg);
  background-repeat: no-repeat;
  width: 433px;
  height: 17px;
  font-size: 1px;
  float: none;
}
/** OTHER STYLES **/

/* Order Products Table */
.products_table {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/* General blurb */
.blurb {
  border: dashed 1px #FF6666;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #888888;
  font-family: tahoma,arial,sans-serif;
	font-size: 18px;
	text-align: left;
}

.blurb a {
	color: #FF6666;
}

.blurb p {
  margin: 10px;
}
.csv_status {
	color:#F61616;
}

-current_status {
	width = 400px;
}


