/*Copyright © 2009,2015  Siggi Bjarnason.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>*/

ul.nav
{
    line-height: 35px;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    font-size:16px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
    text-align: center;
}

ul.nav li
{
    display: inline;
    border: 1px dashed navy;
    border-bottom: none;
    padding: 5px 5px 1px 5px;
    margin-right: 5px;
    text-decoration: none;
    color: black;
}

li.HL
{
    background-color: lightblue;
    font-weight: bold;
}

ul.nav a
{
    text-decoration: none;
    color: black;
}

ul.nav a:visited
{
    text-decoration: none;
    color: black;
}

ul.nav a:hover {
    color: white;
    text-decoration: none;
    background: black;
}

.Header {
    /*background-color: white;*/
    font-size: 12px;
    margin: 10px 10px 10px 10px;
}

.Header1 {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.Header2 {
    font-size: 18px;
    color: black;
    font-weight: 800;
    margin-left: 10px;
}

.Header3 {
    font-size: 16px;
    color: black;
    font-weight: 800;
    margin-left: 10px;
}


.LinkCategoryHeader {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.error {
    font-size: 16px;
    font-weight: bolder;
    color: red;
}

.Attn {
    font-size: 12px;
    font-weight: normal;
    color: red;
}

body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
    font-size: 14px;
    color: black;
    background-color: lightgrey;
}

textarea {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
}

.MainText {
    font-size:14px;
    color: black;
    margin-left: 20px;
    margin-right: 30px;
}


.WideMargin {
    font-size:14px;
    color: black;
    margin-left: 40px;
    margin-right: 60px;
    width: 1000px;
}


.lbl {
    font-size:12px;
    color: black;
    color: black;
    font-weight:bold;
}

.Highlight {
    color: white;
    font-size: 12px;
    font-weight: 800;
    /*background-color: #94B049;*/
    text-align: center;
 }

.SubText {
    font-size: 11px;
}

.SiteLabel {
    color: red;
    font-size: 16px;
}

td.Welcome
{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: black;
    padding-right: 15px;
}

td.login, a.login
{
    text-decoration: none;
    color: black;
    font-size: 8px;
    text-align: right;
    color: black;
}

td.Profile
{
    display: inline;
    border: 1px dashed navy;
    border-bottom: none;
    padding: 5px 5px 1px 5px;
    margin-right: 15px;
    border-collapse: collapse;
}

a.Profile
{
    text-decoration: none;
    color: black;
    font-size: 14px;
    text-align: right;
    color: black;
}

td.Profile a:hover {
    color: white;
    text-decoration: none;
    background: black;
}

table.Admin
{
    border-width: 1px;
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
    border-collapse:collapse;
}

td.Admin
{
    vertical-align:top;
    text-align: center;
    border-width: 1px;

}

.AdminCategoryHeader
{
    font-size: 20px;
    font-weight: bold;
    color: gray;
}

.SubHead {
    text-align: center;
    position: relative;
    top: -20px;
}

.SubHead2 {
    text-align: center;
    position: relative;
    top: -40px;
}

.footer {
    font-size: 12px;
    font-weight: normal;
    margin: 5px;
    text-align: center;
}

table.Calendar
{
    border-width: 1px;
    border-style: solid ;
    border-color: black;
    width:91%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    border-collapse:collapse;
}

th.Calendar
{
    border-width: 1px;
    border-style: solid;
    border-color: white;
    font-size: 16px;
    background-color: black;
    color: white;
    font-weight: bold;
}

td.Calendar
{
    height:65px;
    vertical-align:top;
    width:13%;
    font-size: 12px;
    border: 1px solid black;
    padding: 5px;
}

.CalDay
{
    font-size: 14px;
    color: black;
    font-weight:bold;
}

.CalClosed
{
    font-size: 14px;
    color: firebrick;
    font-weight:bold;
}

.Odd
{
    background-color: #D3D3D3;
}

.Odd:hover, .Even:hover
{
    background-color: #D2B48C
}

.Even
{
    background-color: #FFFFFF;
}