﻿body 
{
    font-family: Verdana,arial,sans-serif;
    font-size: 12px;
}

.b-bottom
{
    border-bottom:1pt solid #cccccc;
}

.b-bottomright
{
    border-right:1pt solid #cccccc;
    border-bottom:1pt solid #cccccc;
}

.b-bottomleft
{
    border-left: 1pt solid #cccccc;
    border-bottom:1pt solid #cccccc;
}

.b-right
{
    border-right:1pt solid #cccccc;
}

.b-left
{
    border-left: 1pt solid #cccccc;
}


.b-bottomleftright
{
    border-left: 1pt solid #cccccc;
    border-right: 1pt solid #cccccc;
    border-bottom:1pt solid #cccccc;
}

span.bracket-datetime
{
    font-size: 9px;
    color: #a9a9a9;
}

span.bracket-header
{
    font-size: 9px;
    color: #006699;
}

TD
{
    font-size: 10px;
    font-family: Verdana;
}

OPTION
{
    font-size: 10px;
    font-family: Verdana;
}

SELECT
{
    font-size: 10px;
    font-family: Verdana;
}

INPUT
{
    font-size: 10px;
    font-family: Verdana;
}

TEXTAREA
{
    font-size: 10px;
    font-family: Verdana;
}

SPAN.lbl
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

SPAN.lblred
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color:Red;
}

.underline
{
    border-bottom:#5ca3d6 1px dashed;
}

.underline1 
{
    width: 169px; 
    border-bottom: #5ca3d6 1px dashed;
}

.underline2
{
    text-align: right;
    width: 220px; 
    border-bottom:#5ca3d6 1px dashed;
}

.underline3
{
    width: 220px; 
    border-bottom:#5ca3d6 1px dashed;
}

.a-comments
{
    text-align: right; 
    width: 220px; 
    height: 15px;
}

.a-category
{
    text-align:left;
    width: 169px;
    height: 15px;
}

.a-schedule
{
    border-top: gray 1px solid; 
    border-left: gray 1px solid; 
    border-bottom: gray 1px solid; 
    background-color: #afeeee;
    font-size: 8pt; 
    font-weight: bold; 
}
 
.a-scheduletime
{
    border: 1pt solid #006699;
    font-size: 8pt;
    font-weight: bold; 
    background-color: White;
}

.a-scheduleheader
{
    border-top: gray 1px solid; 
    border-left: gray 1px solid; 
    border-bottom: gray 1px solid; 
    background-color: #afeeee;
    font-size: 10pt; 
    font-weight: bold;
    height: 20pt;
}

A:visited
{
    color:Green;
    text-decoration:none;
}

A:hover
{
    color: Black;
    text-decoration: underline;
}
