body {
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#CCFFCC;
	margin:40px auto 10px auto;
	font-size:1.25em;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
}

/* Begin Coppermine Styles */

.maintable {
        background: white ;
        color : #000;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left:10px;
        padding-right: 10px;
}

.tableh2 {
        background: white ;
        color : #000;
        padding-top: 0px;
        padding-bottom: 0px;
}

.album_stat {
        font-size : .85em;
        margin: 5px 0px;
}

.thumb_title {
        font-size: 0.8em;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: .85em;
        padding-bottom: 10px;
        display : block;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: .85em;
        padding: 2px;
        font-style : normal;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 1em;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: .9em;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.sortorder_cell {
        background : white ;
        color : #333;
        padding: 2px;
        margin: 0px;
        font-size:0.7em;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : white ;
        color : #333;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        white-space: nowrap;
}

.admin_menu_thumb {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: .85em;
        border: 1px solid #005D8C;
        background-color : #5D6674;
        color:#cccccc;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #CCCCCC;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

.admin_menu {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: .75em;
        color:gray;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right:2px;
        margin-left:2px;
        text-align: center;
        background-color: #f8f8f8;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
        }

acronym, abbr {
        border-bottom: 1px dashed #999;
        }

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

hr {
        color: gray
        }

a img {
        border: none;
        }

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }
/* End Various Tags & Classes*/


/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */

/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:90%;
	padding:5px;
	margin:0 auto;
}
div#header {
	background-color:#ffffff;
	height:100px;
	padding:10px;
}
div#header p {
	text-align:left;
	padding:0;
	margin:0;
	font-size:100%;
	color:#000000;
	padding-bottom:60px;
}

div#skipnav {
    width:90%;
	height:30px;
	padding:6px;
}
div#skipnav ul {
    width:90%;
    margin:0;
	padding:0 8px;
}
div#skipnav ul li {
	display:block;
	float:left;
	padding-left:40px;
}
div#skipnav ul li a {
	float:left;
	border:none;
	padding:10px 5px;
	height:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	display:block;
  font-size: 80%
}
div#skipnav ul li a:hover {
  text-decoration: none;
}

div#nav {
	background-color:#71BC8D;
	height:40px;
    margin:0 auto;
}
div#nav ul {
	margin:0;
	padding:0 8px;
}
div#nav ul li {
	display:block;
	float:left;
	padding-right:5px;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:10px 5px;
	height:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
  font-size: 80%
}
div#nav ul li a:hover {
  text-decoration: underline;
}

div#donnav {
	height:40px;
    margin:0 auto;
}
div#donnav ul {
	margin:0;
	padding:0 8px;
}
div#donnav ul li {
	display:block;
	float:left;
	padding-right:5px;
}

.donnavtext {
	float:left;
	border:none;
	padding:10px 5px;
	height:20px;
	font-weight:bold;
	color:#085e39;
	text-decoration:none;
	display:block;
    font-size: 80%
}

div#donnav ul li a {
	float:left;
	border:none;
	padding:10px 5px;
	height:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
  font-size: 80%
}
div#donnav ul li a:hover {
  text-decoration: underline;
}

div#box {

	border:1px solid #085e39;
	background-color:#CCFFCC;
	padding:15px;
	margin:5px 5px 5px 5px;
    font-size: 75%
}

/* page */
html, * {
	padding:0;
	margin:0;
}


/* content */
div#content {
	padding:20px 10px 0 10px;
	margin:2px 6px;
}

/* page - left hand column */
div#page {
	width:67%;
	float:left;
}

/* sidebar - right hand column */
div#sidebar {
	float:right;
	width:30%;
	margin:5px 0px 5px 5px;
	border:1px solid #085e39;
	padding:4px;
	color:#000000;
	background-color:#EAFFEA;
}
div#sidebar ul {
	list-style:none;
	padding:0;
	margin:5px 0;
	border-top:1px solid #085e39;
}
div#sidebar ul li {
	padding:0;
	margin:0;
	display:block !important;
	display:inline; /* for ie */
	border-bottom:1px solid #085e39;
}
div#sidebar ul li a {
	display:block;
	width:100%;
	padding:4px 0 4px 1px;
	color:#085e39;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
div#sidebar ul li a:hover {
	color:#000000;
	background-color:#CCFFCC;
	text-decoration:none;
}
div#sidebar p, div#sidebar ul {
	margin-bottom:20px;
}
div#sidebarfbook {
	float:right;
	width:30%;
	margin:5px 0px 5px 5px;
	padding:4px;
}

/* headers */
h1 {
	margin-top:10px;
	font-size:200%;
	text-align:left;
	color:#000000;
}
h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
    font-size:150%;
}

div#navright {
	font-size:130%;
	font-weight:bold;
	color:#000000;
  margin-bottom: 4px
}

.under {
	font-size:130%;
	font-weight:normal;
	color:#000000;
	border-bottom:1px solid #000000;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:130%;
}


/* links */
a {
	color:#085e39;
	text-decoration:underline;
}
a:hover {
  text-decoration: none
}

a:focus, a:active {
   background-color : #EAFFEA;
 }          

/* lists */
ul, ol {
	margin:12px 0 12px 30px;
}
li {
  margin-bottom: 5px
}


/* code */
code {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
	border:1px solid #085e39;
	background-color:#CCFFCC;
	padding:12px;
	font-weight: normal
}

/* forms */
form {
	padding:10px 0;
	width:100%;
}
form fieldset {
	border:none;
	padding:10px;
}
form fieldset legend {
	margin-left:-8px;
	font-weight:bold;
	color:#000000;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  text-transform: uppercase
}
form label {
	font-weight:bold;
}
form input, form select, form textarea {
    padding:4px;
	color:#000000;
    border:1px dashed #085e39;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
form input.button {
	border:1px solid #085e39;
	border-right:1px solid #085e39;
	border-bottom:1px solid #085e39;
	font-weight:bold;
	background-color:#CCFFCC;
}

/* footer */

div#footer {
	clear:both;
}

div#footer {
	padding:5px;
	border-top:1px solid #085e39;
}
div#footer p {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.textsize {
  display:block;
	font-weight:bold;
  font-size: 80%
}

.quotebox {
  display:block;
	font-weight:bold;
  font-size: 80%;
	border:1px solid #085e39;
	background-color:#CCFFCC;
	padding:4px;
}

.smallital {
  font-size: 80%;
  font-style: italic;
  line-height: 16px
}

img    {
  padding: 6px
}

td.smallcalmth    {
	background-color: #CCFFCC;
    font-weight: bold
}

td    {
   font-size:100%
}

.adaptnavtext {
	float:left;
	border:none;
	padding:10px 5px;
	height:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
    font-size: 80%
}

.error_strings{ font-family:Arial; font-size:100%; color:#FF0000; font-weight: bold }

/* upload */

#containerUp {
	margin: auto;
	width: 500px;
}

#containerUp #content {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
#containerUp #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#containerUp #footer a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.sbtn    {
	border: 1px solid #085e39;
	height: 22px;
	width: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
    border:1px solid #085e39;
	border-right:1px solid #085e39;
	border-bottom:1px solid #085e39;
	font-weight:bold;
	background-color:#CCFFCC;
}
#containerUp #content #form1 legend {
	padding: 5px;
	margin: auto;
}
form {
	margin: 20px;
}

label {
	padding: 0px;
	text-align: center;
}

.msg {
	text-align:left;
 	color:#000;
	background-repeat: no-repeat;
 	margin-left:30px;
   margin-right:30px;
	padding:5px;
   padding-left:30px;
}

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:#000;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}

#loader{
   visibility:hidden;
}

#f1_upload_form{
   height:100px;
}

#f1_error{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
   font-weight:bold;
   color:#00CC33;

}

#f1_upload_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}

/* filedirectory */

.search_for {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

.sort_by {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
}

.go_button {
    font-family:  arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #CCFFCC;
	border: solid 1px #085e39;
}

.displaying_files {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}


.description {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

.filesize {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

.downloads {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

.upload_date {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}