
/*
 * @file
 *    style.css
 * @description
 *    provide the styles for the package
 *    css version 2
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * @author    Kerry W Kurtz <joenerd@users.sourceforge.net>
 * @copyright 2007 Kerry W Kurtz
 * @license   http://www.gnu.org/copyleft/lesser.html The GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
 * @version   $Id: style.css,v 1.4.2.3 2008/11/16 16:56:22 kwikone Exp $
 */

/* SIDE BUTTON LINKS */
td.sidenavbar {
background-color: #F0F0F0;
vertical-align: top;
border: 1px;
border-style: outset;
margin-top: 3px;
margin-bottom: 5px;
margin-left: 5px;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 5px;
white-space:nowrap;
font-size: 9pt;
font-weight: bold;
}

td.navbar {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

sidenav:Link {
color: #000000;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

sidenav:Visited {
color: #2E2E2E;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

sidenav:Active {
color: #4A4A4A;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

sidenav:Hover {
background-color: #CCDD77;
color: #FF00FF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

sidenav.a:Hover {
background-color: #CCDD77;
color: #FF00FF;
text-decoration: none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
white-space:nowrap;
text-decoration: none;
}

a:hover {
color: #FF00FF;
background-color: #CCDD77;
text-decoration: none;
}

/* PAGE BODY */
body {
background-color: #99FFCC;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
padding:0px;
}


span.titletxt {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
vertical-align: top;
}


h3 {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
}

td.titlebar {
background-color: #D7D7D7;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 4px;
margin-right: 3px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 3px;
border: 1px;
border-style: outset;
}

td.body {
background-color: #77DDCC;
vertical-align: top;
margin-top: 5px;
margin-left: 20px;
padding-top: 5px;
padding-left: 20px;
}

.darkbg {
background-color: #676767;
}

td {
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif; }

/* SMALL INSTRUCTIONAL TEXT IN FORMS */
span.formsmnote {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt
}

/* ERROR MESSAGE FOR FORM SUBMISSION ERROR */
span.formerror {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #CC0000;
font-weight: bold;
}

/* NORMAL PARAGRAPH */
p {font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
}

/* LARGE ERROR TEXT */
p.errortxt {font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #CC0000;
font-weight: bold;
}

/* CATEGORY LISTINGS */
ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
}

td.categories {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
vertical-align: top;
text-align: left;
font-weight: bold;
}

td.debugging {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 8pt;
vertical-align: top;
text-align: left;
font-weight: normal;
color: #777777;
}

/* AD LISTINGS */
.numtext {
background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
vertical-align: bottom;
}

tr.result-line {
background-color: #DADADA;
}

tr.result-line-alt {
background-color: #E9E9E9;
}

td.result-line {
background-color: #DBDBDB;
}

td.result-line-alt {
background-color: #E8E8E8;
}

td.whheading {
font-size : 10pt;
background-color: #CCDD77;
font-weight: bold;
}

.ltrtablebg {
background-color: #808080;
text-align: center;
}


