@charset "UTF-8";
/* CSS Document */

body {
    background-color: #ffffff;
    margin: 15px 25px;
    font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica,
    Arial, sans-serif;
}

#content {
    background-color: #fff;
    overflow: hidden;
}

* html #content {
    height: 1%;
}

#content h1 {
    font-size: large;
}

#notification {
    font-style: italic;
    font-size: smaller;
    text-align: center;
    background-color: white;
    border: 2px solid red;
    width: 14em;
}

.fieldWithErrors {
    border: 5px solid #f66;
}

#login_logout {
    color: #999;
    font-size: smaller
}

#entry_screen {
    padding: 10px 10px 20px 10px;
    float: left;
    color: #6a0b00;
    font-size: small
}

table {
    border-width: thin thin thin thin;
    border-spacing: 3px;
    border-style: solid solid solid solid;
    border-color: #6a0b00;
    border-collapse: collapse;
    background-color: rgb(255, 255, 240);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
}

table caption {
    text-align: left;
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    background-color: #6a0b00;
    color: white;
    font-size: large;
    margin-right: -1px;
}

table tr {
    background-color: #ffffff;
}

table tr.odd {
    background-color: gray;
}

table th {
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    background-color: #e7dba0;
    color: #6a0b00;
    font-size: small;
}

table td {
    padding: 2px 5px 2px 5px;
    border-style: none none solid none;
    border-color: black black black black;
    border-width: thin thin thin thin;
    font-size: small;
}

table input {
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: smaller;
    line-height: 100%;
    text-align: left;
}

table select {
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: smaller;
    line-height: 100%;
    text-align: left;
}

#navpane {
	background-color: #e7dba0;
    float: left;
    margin: 0 0 0 0;
    width: 200px;
    height: 1000px;
    padding: 10px 10px 10px 10px;
}

#contentpane {
    margin: 0 0 0 225px;
    padding: 10px 10px 10px 10px;
}

#navigation {
    width: 12em;
    padding: 0 0 0 0;
    margin-bottom: 1em;
    background-color: #ffffff;
    color: #333;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#navigation li {
    border-bottom: 1px solid #e7dba1;
    margin: 0;
}

#subnavigation li {
    font-size: smaller;
    text-indent: 20px;
}

#navigation li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #98320c;
    border-right: 10px solid #98320c;
    background-color: #690b01;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #navigation li a {
    width: auto;
}

#navigation li a:hover {
    border-left: 10px solid #69644b;
    border-right: 10px solid #69644b;
    background-color: #948d6a;
    color: #fff;
}

#navigation li a.on {
    border-left: 10px solid #6a0b00;
    border-right: 10px solid #6a0b00;
    background-color: #000000;
    color: #fff;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* $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 #690b01;
    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 #690b01;
    border-bottom: none;
    background: #fff;
    text-decoration: none;
}

ul.tabbernav li a:link { color: #690b01; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
    color: #fff;
    background: #690b01;
    border-color: #690b01;
}

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

ul.tabbernav li.tabberactive a:hover
{
    color: #fff;
    background: #690b01;
    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 #690b01;
    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;
}

.trackstar_pagination {
    background: white;
/* self-clearing method: */ }

.trackstar_pagination a, .trackstar_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
	
.trackstar_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
	
.trackstar_pagination span.current {
    font-weight: bold;
    background: red;
    color: white;
    border: 1px solid #690b01; }
	
.trackstar_pagination a {
    text-decoration: none;
    color: red;
    border: 1px solid #e7dba1; }
	
.trackstar_pagination a:hover, .trackstar_pagination a:focus {
    color: #003;
    border-color: #003; }
	
.trackstar_pagination .page_info {
    background: #01A33E;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
	
.trackstar_pagination .page_info b {
    color: #003;
    background: #6aa6ed;
    padding: .1em .25em; }
	
.trackstar_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
	
* html .trackstar_pagination {
    height: 1%; }
	
*:first-child+html .trackstar_pagination {
    overflow: hidden; }
}