body {
  background-color: #39f;
  background-image: url(style/pageback.gif);
  background-position: top center;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  font-family: Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif !important;
}
div #main_tabnav_content { width: 685px; }
img { border: none; }
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover { color: #3399ff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 988px;
  margin: 0 auto;
  padding: 0;
}
* html #wrapper {
    min-width: 1060px;
    position: relative; /* temporary fix for IE */
}

/* #meta div: menu, search, etc. */
#meta {
  width: 180px;
  float: right;
  padding: 10px;
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* we replace the site title text with a picture */
#meta a#sitetitle {
  margin: 0 auto;
  text-indent: -5000px;
  font-size: 1px;
  width: 153px;
  height: 57px;
  background-image: url('style/imageflo-logo.png');
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#meta h2 {
  background-image: url('style/metaheadingback.gif');
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 5px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#meta p {
  margin: 5px;
}

p#welcome {
  font-weight: bold;
}

p#label {
  font-size: 8px;
}

fieldset {
  border: none;
  padding: 2px;
}

/* #content div: the goods */
#content {
  width: 729px;
  padding: 5px 30px;
  background-image: url(style/contentback.gif);
  background-position: top left;
  background-repeat: repeat-x;
  min-height: 300px;
  font-size: 12px;
  position: absolute;
}
* html #content {
  /* temporary fix for IE 
  position: absolute;
  left: 1px;
  top: 0;
  height: 300px; */
  /* like min-height for IE */
}

h1 {
  color: #333;
  background-color: transparent;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 10px -5px;
}

#content h2 {
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #999;
  margin-left: -5px;
  margin-right: -5px;
}

table th {
  text-align: left;
}

table#events, table#schools, table#queue{
  width: 100%;
}

th#col_events {  width: 90px; }
th#col_notes { /* gets remainder */ }
th#col_date { width: 60px; }
th#col_images { width: 40px; }
th#col_view { width: 50px; }
th#col_queue { width: 50px; }

th#queue_name { width: 90px; }
th#queue_thumb { width: 50px; }
th#queue_details { width: 50px; }
th#queue_remove { /* gets remainder */ }

td#queue_name { vertical-align: top; }
td#queue_details { vertical-align: top; }
td#queue_remove { vertical-align: top; }
td#queue_thumb { vertical-align: top; }

tr.odd {
  background-color: #f7f7f7;
}

/* <view navigation menu> */
ul#view {
  height: 60px;
  margin-left: 0;
}
ul#view li {
  float: left;
  list-style-type: none;
  padding: 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
ul#view li a {
  display: block;
  padding: 40px 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  color: #f60;
}
* html ul#view li a {
  width: 80px;
}
ul#view li a:hover {
  color: #000;
}
ul#view li#viewschoollisting a { background-image: url(style/icon_school.gif); }
ul#view li#viewlisting a { background-image: url(style/icon_list.gif); }
ul#view li#queue a { background-image: url(style/icon_list.gif); }
ul#view li#clear_queue a { background-image: url(style/icon_list.gif); }
ul#view li#viewimages a { background-image: url(style/icon_images.gif); }
ul#view li#viewslideshow a { background-image: url(style/icon_slideshow.gif); }
ul#view li#viewcontactsheet a { background-image: url(style/icon_contactsheet.gif); }
/* </view navigation menu> */


/* BIG FAT DOWNLOAD BUTTON */
div.bfd_container { width: 680px; text-align: center; }
div.bigfatdl { height: auto; vertical-align: middle; margin: 0 auto; width: 360px;}

.bigfatdl a {
    display: block;
    font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 36pt;
    height: 84px;
    padding: 5px;
}

.bigfatdl a.prepare {
    background-color: rgb(255, 225, 218);
    border: 2px double rgb(243, 79, 79);
    color: rgb(190, 11, 11);
}

.bigfatdl a.dm-button {
    background-color: #C6EEFD;
    border: 2px double #0191C8;
    color: #005B9A;
}

.bigfatdl a.processing {
    background-color: #FFF8BF;
    border: 2px double rgb(255, 211, 36);
    color: #eb830c;
}

.bigfatdl a.finished {
    background-color: rgb(226, 249, 227);
    border: 2px double rgb(153, 204, 153);
    color: rgb(0, 136, 0);
}

.bigfatdl a span.status {
  position: relative;
  top: 28px;
}

/* image cart download buttons */
#download_container .download { height: 200px; width: 200px; display: none; float: left; }


/* <only for mem_imagepreview.php> */
img#preview {
  display: block;
  margin: 0 auto;
}

ul#previewnavigation, ul#adjust1, ul#adjust2 {
  line-height: 30px;
}

ul#previewnavigation li.disabled {
  color: #000000;
  background-color: transparent;
  text-decoration:line-through;
  
}

ul#queuenavigation {
}

ul#queuenavigation li.disabled {
  color: #000000;
  background-color: transparent;
  text-decoration:line-through;
  
}
/* </only for mem_imagepreview.php> */

/* <only for mem_imageviewer.php> */
ul#images {
  list-style-type: none;
  padding: 0;
  margin: 0 -25px; /* this negative margin allows two landscape pictures to fit abreast */
}

ul#images li {
  width: 289px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul#images li a img {
  border: none;
  /*background-image: url(style/imageback.gif);*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 7px;
}

ul#images li a img.portrait {
  /*background-image: url(style/imagebackportrait.gif);*/
}

ul#images li p {
  font-size: 12px;
  color: #666;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 10px;
}

p#range {
  float: left;
}

ul#imagenavigation, ul#eventnavigation {
  float: right;
}

ul#imagenavigation li, ul#eventnavigation li {
  display: inline;
}

form#select_per_page {
  clear: left;
}
/* </only for mem_imageviewer.php> */

#content form fieldset {
  clear: left;
}
#content form fieldset label {
  display: block;
  float: left;
  width: 150px;
}
#content form fieldset input {
  font-size: 10pt;
}

/* <only for *_slideshow.php> */
#slideshow {
  margin-top: 30px;
  text-align: center;
}
ul#slideshownavigation, ul#uploadnavigation, ul#previewnavigation, ul#adjust1, ul#adjust2, ul#queuenavigation {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
ul#slideshownavigation li, ul#uploadnavigation li, ul#previewnavigation li, ul#adjust1 li, ul#adjust2 li, ul#queuenavigation li {
  display: inline;
}
img#ss_img {
  border: none;
}

a#ss_start, a#ss_stop, a#ss_prev, a#ss_next, ul#uploadnavigation a#continue, ul#uploadnavigation a#cancel,
li#previewdeleterecord a, li#previewdelete a, li#previewback a, li#previewdownload a, li#previewprint a, li#previewzoom a, li#addqueue a, li#downloadqueue a, li#clearqueue a, li#rotation a,
li#back_preview a, li#rot180 a, li#rot90cw a, li#rot90ccw a
 {
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #e8e8e8;
  text-decoration: none;
  padding: 3px 10px;
  border: 3px double #999;
  background-image: url(style/buttonback.gif);
  background-position: top;
  background-repeat: repeat-x;
}

a#ss_start:hover, a#ss_stop:hover, a#ss_prev:hover, a#ss_next:hover {
  background-image: none;
  text-decoration: underline;
}
/* </only for mem_slideshow.php> */

/* used for text like 'Click the <span class="buttonname">Continue</span> button to proceed' */
span.buttonname {
  font-weight: bold;
  border-bottom: 1px dotted #999;
}

kbd {
  font-weight: bold;
  color: #333;
  padding: 0 10px;
  border: 1px solid #333;
}

/* login form */
#login {
  padding-top: 10px;
  padding-right: 180px;
  background-image: url(style/waves.gif);
  background-position: 400px 20px;
  background-repeat: no-repeat;
  height: 300px;
  width: 350px;
  margin: 0 auto;
}

#login input {
  float: right;
        font-size: 10pt;
}

#login input#username, #login input#password {
  width: 150px;
}

#content form#login label {
  width: 100px;
}

/* <only for admin_modifymaster.php> */
table#access {
  width: 100%;
}
table#access th#col_permissions {
  width: 100px;
}
table#access th#col_grant {
  width: 150px;
}
table#access tr.allowed {
  color: #360;
}
table#access tr.denied {
  color: #900;
}
/* </only for admin_modifymaster.php> */

/* <only for *_contactsheet.php> */
body#contactsheet {
  color: inherit;
  background-color: #fff;
  background-image: none;
}

body#popup {
  color: inherit;
  background-color: #fff;
  background-image: none;
}

body#contactsheet ul#images {
  width: 600px;
  margin: 30px auto;
}
body#contactsheet ul#images li {
  width: 140px;
}
body#contactsheet ul#images li p {
  padding: 10px;
}
/* contact sheet thumbnails are half-sized */
body#contactsheet ul#images li img {
  width: 138px;
  height: 92px;
}
body#contactsheet ul#images li.portrait img {
  width: 92px;
  height: 138px;
}
body#contactsheet p#print {
  margin: 10px 50px;
}
/* </only for *_contactsheet.php> */

/* <only for *_zoomview.php> */
body#zoomview {
  color: inherit;
  background-color: #fff;
  background-image: none;
  padding: 20px;
}
body#zoomview img#zoomimage {
  display: block;
  margin: 0 auto;
  width: 675px;
  height: 450px;
}
body#zoomview img#zoomimage.portrait {
  width: 450px;
  height: 675px;
}
/* </only for *_zoomview.php> */

p#downloadstats {
  color: #f00;
}
p#downloadstats.downloaded {
  color: #090;
}

.basic  {
  width: 360px;
  font-family: verdana;
  border: 1px solid black;
}
.basic div {
  background-color: #eee;
}

.basic p {
  margin-bottom : 10px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  margin: 0px;
  padding: 10px;
}
.basic a {
  cursor:pointer;
  display:block;
  padding:5px;
  margin-top: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: black;
  background-color: #00a0c6;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #999;
  
  background-image: url("/images/AccordionTab0.gif");
}
.basic a:hover {
  background-color: white;
  background-image: url("/images/AccordionTab2.gif");
}
.basic a.selected {
  color: black;
  background-color: #80cfe2;
  background-image: url("/images/AccordionTab2.gif");
}
input { font-size: 10pt; }
.fbStyleList { font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important }
.fbStyleList td { vertical-align: top; }
.fbStyleList td, .fbStyleList tr { border:0 none; margin:0; padding:0; }
.fbStyleList td, .fbStyleList td.label { font-size: 11px; text-align: left; } 
.fbStyleListPic { width: 200px; }
.fbStyleListPic img { display: block; margin: 0 auto; }
.fbStyleListTbl { border:0 none; margin:0; padding:0; width:100%; }
.fbStyleListBB  { border-bottom:1px solid #EEEEEE; margin-bottom:6px; padding-bottom:6px; } 
.fbStyleListInfoTbl { border:0 none; margin:0; padding:0; }
.fbStyleList .fbStyleListInfoLbl { color:#808080; padding:0 10px; width:100px; }
.fbStyleList .fbStyleListInfoVal { padding-right:10px; width:auto; }
.fbStyleList .fbStyleListInfoFVal { font-size:13px; font-weight:bold; }
.fbStyleList .fbStyleListActions { padding-bottom: 20px; width: 80px }
.fbStyleList ul { list-style-type:none; margin:0; padding:0; font-size: 11px !important; }
.actionspro .actionspro_li { border-bottom:1px solid #D8DFEA; }
.actionspro .actionspro_a { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none repeat scroll 0 0; display:block; margin:0; padding:2px 3px; text-decoration:none; }
.fbStyleImage { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:white none repeat scroll 0 0; border:1px solid #CCCCCC; padding:4px; vertical-align:middle; }
.fbStyleImage:hover { border:1px solid #3B5998 }
.image-control-buttons { line-height: 10px !important }
