/*
   default text styles - background and colors overridden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

body{
padding:0px;
color:#000000;
background-color: #615E4F;
margin: 4px;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrapper{
voice-family:"\"}\"";
voice-family:inherit;
padding:0;
margin-left:auto;
margin-right:auto;
color:#000000;
border: 1px solid #999999;
width: 770px;
}
html>#wrapper{
margin-left:auto;
margin-right:auto;
width: 770px;
}
image, image a {
   border: 0px;
}
table, td {
	background-color: #D9D5C6;
   text-align: center;
}
textarea:focus, input:focus {
    background-color: #FFFFDA;
}
form {
	margin:0px;
}

/* album titles on main page */
.title {
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
}


.desc                           /* album descriptions on main page */
	{
	  font-size: small;
	}
.caption                        /* photo captions on all pages */
	{
	  font-size: small;
	}
.modcaption  /* modifies background for caption text to reside - view_album */
	{
	  font-size: small;
	}
.pcaption  /* modifies background for caption text to reside - view_photo*/
{
     font-size: small;
}

.customFieldsTable {
     border: none;
     font-size: small;
     margin-bottom: 0px;
     padding: 0px;
}

.customFieldsTableCaption {
    padding-top:15px;
}

.vafloat /* float for view album - text */
 	{
 	   float: none;
 	}

.vafloat2 /* float for view album - images */
 	{
 	 float: none;
	}

 /* controls the view of Album summary */
.vasummary {
    font-weight:bold;
    padding:2px;
    margin-top:10px;
    width:80%;
}

.commentIndication {
    color: red;
    font-size: small;
}

.error                          /* all error text */
{
      color: red;
      font-size: small;
}

a.error, a.error:link, a.error:visited, a.error:active {
    color: red;
    font-size: 1em; font-weight: bold;
}

a.error:hover {
    text-decoration:underline;
}

.attention                          /* so far, just for voting instructions*/
        {
          font-weight: normal;
          color: #FBFF7F;
          font-size: small;
        }
/* Page headers */
.head {
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
}

/* used in breadcrumb bars */
.bread {
    font-size: small;
}

.topNavbar {
    margin-bottom: 10px;
}

.modnavboxthumbs td, .modnavbox td{
  text-align: center;
}

.nav                            /* used in navigation bars */
	{
	  font-size: 12px;
	}
.navtableborderbegin
	{
	  border:1px solid #000000;
	}
.navtableborderend
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	}
.nav_micro_first_img {
	border: 1px solid black;
/*
	border-left: 2px solid blue;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
*/
}
.nav_micro_last_img {
	border: 1px solid black;
/*
	border-right: 2px solid blue;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
*/
}

.nav_micro_current_img {
	border: 2px solid red;
}

.nav_micro_img {
	border: 1px solid black;
}

/*
.bordertop
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.borderright
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	  text-align:center;
	}

.borderleft
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	  text-align:center;
	}
*/
.fineprint                      /* used for fine print */
	{
	  font-size: small;
	}

.viewcounter
	{
	  font-size: small;
	}

.editlink                       /* Used for the [edit] tags */
	{
	  font-size: small;
	}

.admin                          /* used in admin bars */
	{
	  font-size: small;
	  font-weight: bold;
	}

.adminform /* defines form for drop down menu */
	{
	  font-size: small;
	  font-weight: bold;
	}

.search                          /* used in search text */
	{
	  font-size: small;
	  font-weight: bold;
	}

.searchform /* defines form for search */
	{
	  font-size: small;
	  font-weight: bold;
	}

.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	background-color: #5E72CC;
   color: #ffffff;
     }
    
.popuphead  /* controls the title and background */
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
}

.popup /* controls the main text and message body */
{
    font-size: 12px; font-weight: normal;
    padding: 5px;
    padding-top:0px;
    margin-bottom: 10px;
}

.popupform /* controls form textarea */
{
    font-size: 12px; font-weight: normal;
    line-height: 120%;
    padding: 2px;
}

/* CSS ID for the add photos popup */

#container {
	padding: 2px;
}

#tabnav {
	height: 20px;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px solid black;
}

#tabnav li {
	margin: 0px;
	padding: 0px;
  	display: inline;
  	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    float: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    text-decoration: none;
    color: #666;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: none;
}

#tabnav a:active {
    background-color: #ffffff;
    color: #000000;
    padding:2px 5px 2px 5px; font-size:12px;
    margin-right: 4px;
    border: 1px solid #000000;
}

#tabnav a:hover {
    color: #444;
}

#adminbox {
    width: 100%;
}

#adminbox td {
    font-size: small; font-weight: bold;
    vertical-align: bottom;
    padding: 2px;
}

#adminbox a {
    font-size: small;
    border: 0px;
}

#menu {
    border-collapse:collapse;
}

#menu td {
    vertical-align:bottom;
}

#menu a {
   display: block;
   font-size: small;
   white-space: nowrap;
   text-align:center;
}

.iconLink {
    display: block;
    font-size: small;
    text-align:center;
    margin-top: 1px; margin-left: 3px;
}

.noLink {
    font-size: small;
    text-align:center;
}

/* Used on Adminpage */
td.adm_options {
    vertical-align: top;
    height: 30px;
    padding: 5px;
}

/* Following two classes are used in stats-wizard */
 .blockcell {
    vertical-align: top;
    border-bottom: 1px solid #000000;
}

caption {
    font-weight:bold;
    margin-bottom: 5px;
}

.littlered, .g-littlered {
    font-size: small;
    color:red;
    vertical-align:top;
}

.MLForm {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    text-align: right;
}

.languageSelector {
    vertical-align: top;
    padding: 0px; margin: 0px;
}

.subalbumTreeLine {
    padding: 0px; margin: 0px;
}

.subalbumTreeElement {
    vertical-align:middle;
    white-space:nowrap;
}

.shortdesc {
    text-align: left;
    font-weight: bold;
}

.g-iconmenu {
    font-size: 7.2pt;
}

.g-iconmenu a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 2px;
    border: 0px;
}

.g-iconmenu a:hover {
   white-space: nowrap;
   padding: 1px;
   text-decoration: none;
   font-weight: bold;
   display: block;
}

.g-iconmenu td {
    text-align: center;
}

.g-va-poll-box1 {
    font-size: x-small;
    margin: 2px;
}

.g-va-poll-resultbox {
    font-size: x-small;
    margin: 2px;
}


.g-va-poll-box3 {
    font-size: x-small;
    margin: 2px;
}

/* ---- */

.infoline_success {
    color: #00BF00;
    text-align:center;
    font-size: 12px;
    border: 1px solid ;
    padding: 2px;
    margin: 2px;
}

.infoline_error {
    text-align:center;
    font-size: 12px;
    border: 1px solid red;
    padding: 2px;
    margin: 2px;
}

.infoline_notice {
    color: #BF0000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #BF0000;
    padding: 2px;
    margin: 2px;
}

.g-tabset {
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin: 2px 0;
}

.g-tabset a {
    margin: -2px 0 -1px 2px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    background-color: #FCFCF3;
    padding: 2px 0.5em;
    display: block;
    border: 1px solid #000;
}

.g-tabset a:hover {
    text-decoration: none;
}

.g-tabset a.tab-hi {
    border-bottom: 1px solid #000;
}

.left {
	text-align: left;
}

.g-emphasis {
    font-weight: bold;
}
/* Style sheet created for:
   Limberlost Farms - http://www.limberlostfarms.com
   Author: Jan A. Allinder http://dig.us.com
*/
/* Redefine basic styles */

.emphasis {
	font-weight: bold;
}
.notes {
	font-style: italic;
	color: #222;
	font-size: 14px;
}

p, address, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #D9D5C6;
   font-size: .9em;
   text-align: left;
}
p, h1, pre {
	margin: 0px 10px 10px 10px;
	background-color: #D9D5C6;
}
/* S P E C I A L */
img.float {
	clear: none;
	float: none;
}
img.floatleft {
	clear: right;
	float: left;
}
img.floatright {
	clear: left;
	float: right;
}
.clearboth {
	clear: both;
}
/* B A N N E R - H E A D E R */
#divbanner h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #545045;
	font-size: 40px;
   font-weight: bold;
	font-style: italic;
	margin: 0px 10px 40px 16px;
}
#divbanner h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #777;
	font-size: .9em;
	margin: 0px 10px 10px 10px;
	border-top: 1px solid #555;
}
/* M E N U  B A R */
#divmenu {
	padding: 4px 4px 4px 4px;
  	margin: 1px 3px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9D5C6;
	color: #000;
   font-size: 14px;
}
#divmenu a.button {
  	margin: 1px 3px 1px 3px;
   padding: 1px 4px;
	color: #000;
  	background-color: transparent;
	border: 1px solid #666;
	text-decoration: none;
}

#divmenu a.button:hover, #divmenu a.active {
  	margin: 1px 3px 1px 3px;
	padding: 1px 4px;
	background-color: #9E9176;
	color: #222;
	border: 1px solid #666;
	text-decoration: none;
}  
/* S U B - M E N U */
#divsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D4CFBE;
	padding: 0px 4px 0px 20px;
	font-size: .80em;
	color: #444;
}
#divsubmenu a.button {
	text-decoration: underline;
	color: #666;
}
#divsubmenu a.button:hover {
	color: #900;
	text-decoration: underline;
}
#divsubmenu a.active {
	text-decoration: underline;
	color: #888;
	background-color: #D4CFBE;
}
#divsubmenu a.button:hover {
	color: #900;
	text-decoration: none;
	background-color: #D4CFBE;
}
/* M A I N  D I V I S I O N */
#divmain {
	background-color: #D9D5C6;
	border-bottom: 1px solid #353535;
	margin: 0px 20px 0px 20px;
}
#divmain tr, #divmain td {
	margin: 1px 2px 1px 2px;
}
#divmain a, #divmain a:visited, #divmain a:active {
	color: #000;
   border: 0px;
}
#divmain a:hover {
	background-color: #DDD;
	color: #833;
	text-decoration: none;
}
#divmain h1 {
	color: #545045;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 10px 20px;
}
#divmain h2 {
	color: #746D5F;
	background-color: #D9D5C6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 20px 20px 0px 20px;
}
#divmain h3 {
	background-color: #999;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 20px 0px 20px;
}
#divmain h4 {
	background-color: #999;
	color: #EEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 20px 0px 20px;
}
#divmain li, #divmain ul {
	margin: 10px 20px 10px 50px;
	font-size: .9em;
}
#divmain p {
	font-size: 1em;
	margin: 10px 20px;
}
#divmain p.small {
	margin: 0px 0px 0px 20px;	
	font-size: small;
}
#divmain p.emphasis {
	font-weight: bold;
}
#divmain p.special {
	color: #545045;
	font-size: 1em;
	font-style: italic;
}
p.smallright {
	font-size: x-small;
	text-align: right;
	color: #999;
}
#divmain img {
	margin: 4px;
}
#divmain table.photos {
	width: 400px;
	background-color: #9E9176;
	border: 0px;
}
/* F O O T E R  Division */
#divfooter, #divfooter td {
	background-color: #D9D5C6;
	color: #555;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
#divfooter a, #divfooter a:visited {
	color: #555;
	text-decoration: underline;
}
#divfooter a:hover, #divfooter a:active {
	background-color: #999;
	color: #FFF;
	text-decoration: none;
}
#divfooter .contact {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #545045;
	background-color: #D9D5C6;
	margin: 10px;
   text-align: center;
}
#divfooter p.copyrightnotice {
	color: #555;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
   text-align: center;
}
#divfooter p.credit {
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	color: #888;
   text-align: center;
}
/* R I G H T  C O L U M N */
#divright {
	width: 140px;
	padding-left: 4px;
	border-left: 1px solid #CCC;
}
#divright p {
	font-size: .9em;
	margin: 10px;
}
#divright h1 {
	font-size: 1em;
	margin: 10px;
}
.centered {
clear: both;
}