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;
}

a {
	color: #06c;
}
a:hover {
	color: #39f;
}

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

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

/* #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 p#sitetitle {
	margin: 0 auto;
	text-indent: -5000px;
	font-size: 1px;
	width: 150px;
	height: 47px;
	background-image: url(style/imageflo.gif);
	background-repeat: no-repeat;
}

#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: 529px;
	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> */

/* <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 {
}

/* <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;
}
#login p {
	height: 200px; /* leave enough space for background image */
}

#login input {
	float: right;
}

#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;
}
