/*
		Skin Name: Zenlike
		Skin Download: http://sally.lunaescence.com/tag/zenlike
		Description: A light green and white skin with very few graphics
		Author: Sally Anderson
		Author E-Mail: sally@lunaescence.com
		Author URI: http://sally.lunaescence.com/
*/

/* Basic Styles. */
A:link,A:active,A:visited {text-decoration:none;color:#382D27}
A:hover {text-decoration:underline}
BODY {color:#000;background:#FFF url(images/bkgrd.jpg) repeat-x scroll top left;font:normal normal 10px verdana,helvetica,tahoma,arial,sans-serif;margin:0 2px 5px 0}
HR {border-top:4px double #A4ACAC;border-left:0;border-right:0;border-bottom:0;width:500px;height:5px;text-align:center}
INPUT,TEXTAREA,SELECT {color:#000;z-index:3;margin-top:1px;border:1px solid #A4ACAC;background:#FFF;font:12px normal verdana,helvetica,arial,tahoma,sans-serif}
TD {vertical-align:top;display:table-cell}



/* Layout and Text Styles in Alphabetical Order. */
/* Alternating Cells */
.even { background: #E4EAEA; }
.odd { background: #E3EEEF; }

/* Footer.tpl Styles */
.footer {padding-top:50px;margin-top:50px;text-align:left;font-size:9px;color:#A4ACAC}
.footer A {color:#A4ACAC;text-decoration:none;font-weight:bold}

/* General Styles, used in multiple places throughout the page */
#alphabet {text-align:center;font-size:12px;line-height:1.5em;padding-bottom:1em}
.jumpmenu {text-align:right}
.m2 {width:200px;padding-left:20px;font-size:9px;text-align:right}
.m4 {border:1px solid #A4ACAC;width:200px;padding:3px}
.n1 {text-align:center;font-weight:bold;font-size:14px;letter-spacing:.1em}
#pagelinks {width:90%;text-align:center;padding:1em;background:#FFF}
#pagetitle {font-size:15px;font-weight:800;text-align:center;margin-bottom:14px}
.sectionheader {background:#CAD1CB;color:#000;letter-spacing:.1em;text-align:center;width:100%;clear:both}
#sort {float:right}
#story {clear:both}
.tblborder {border:1px solid #A4ACAC}
.title {letter-spacing:.1em}

/* Layout Styles */
.c1 {font-size:14px;letter-spacing:.1em;vertical-align:bottom;background:url(images/cats.gif) no-repeat;padding-left:35px}
.c2 {border:1px solid #A4ACAC;width:50%;padding:3px;line-height:1.6em;text-align:left;}
.storinfo {margin-bottom:12px;border-bottom:1px solid #DDE7E8}
.notes {background: #E3EEEF;clear:both;margin-bottom:5px;}
.notes .content {margin-left:25px;font-size:12px;}
.comment {margin-bottom:2em}
.finalfrm {background:url(images/bkgrd2.jpg) repeat-x scroll top left}
.m3 {font-size:14px;letter-spacing:.1em;vertical-align:bottom;background:url(images/topper.gif) no-repeat;padding-left:2px}
.main {padding-left:5px;width:90%;font-size:12px;text-align:left}


/* Menu Styles */
.line {border-top:4px double #A4ACAC;height:5px;border-left:0;border-right:0;width:100%;text-align:center}
#menu {width:100%;height:25px;position:absolute;left:0;top:190px;text-align:center;vertical-align:middle;margin:0;padding-top:5px;padding-bottom:3px;display:block}
#menu OL {position:relative;left:0;top:0;margin-bottom:10px;color:#888868;list-style-type:none}
#menu LI {display:inline;vertical-align:middle;text-align:center;line-height:25px;margin:0;padding-right:.58em;padding-left:.58em;font-size:11px}
#menu A {color:#606048;text-decoration:none;padding:0}
#menu A:hover {color:#606048;background:#DBE5E5}

/* News Styles */
#newsarchive,#sortform,.respond {text-align:center}
.newsbox {border:1px solid #A4ACAC;width:75%;text-align:left}
.newstitle {font-size:14px;font-weight:100;text-align:left;padding:0;background:url(images/cats.gif) no-repeat;padding-left:35px}

/* User.tpl styles */
.label {font-weight:bold}
#tabs {padding:0;margin:0;clear:both;border-top:1px solid #A4ACAC;width:100%;}
#tabs DIV {width:14.2%;height:20px;float:left;font-size:11px;color:#000;text-align:left;text-indent:10px;line-height:25px;vertical-align:middle;z-index:1;}
#tabs #centertab {width:auto;}
#tabs a {color:#000}
#tabs a:active,a:hover {text-decoration:underline;color:#000}
#tabs #active {width:14.2%;color:#000;z-index:8}
#tabs #active a {color:#000}
#tabs #active a:active,a:hover {text-decoration:underline;color:#000}
html>body #tabs {padding: 3px 0 0 0;width:100%;}
html>body #tabs div {margin-right: 0px;}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #000;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #000;
 border-bottom: none;
 background: #A4ACAC;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #91450C;
 background: #F4E3AF;
 border-color: #000;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #91450C;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #000;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}