﻿.contentTitle
{
    color: Red;
    font-size: 12px;
}

.selectorText
{
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.datetableheader tr td
{
    padding-left: 5px;
}


.datetableheader
{
    font-size: 13px;
    font-weight: bold;
}


.dateSelectorOff
{
    cursor: pointer;
    text-decoration: none;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 3px;
}
.dateSelectorOn
{
    cursor: pointer;
    text-decoration: none;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 3px;
    background-color: #DBA0A0;
}

.typerow
{
    padding-top: 3px;
}

.typeSelectorOff
{
    cursor: pointer;
    text-decoration: none;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: Red;
    height: 8px;
    width: 8px;
}

.typeSelectorOn
{
    cursor: pointer;
    text-decoration: none;
    background-color: red;
    border-style: solid;
    border-width: 1px;
    border-color: Grey;
    height: 8px;
    width: 8px;
}


a
{
    cursor: pointer;
    text-decoration: none;
}

#popupContact
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 130px;
    width: 378px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
    opacity: 0.8;
}
#popupContact h1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
#popupContactClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}
#popupbutton
{
    margin: 0px;
}
