﻿body
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
    margin:0px;
}

.heading
{
    font-size:24px;
    color:#0069c0;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-weight:bold;
}

.smallHeading
{
    font-size:11px;
    color:#42a0ff;
    font-family:consolas, Tahoma, Verdana, Arial;
}

.button
{
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
    border:solid 1px black;
    background-color:#efefef;
    padding-left: 10px;
    padding-right: 10px;
}

.sectionHeader
{
    background-color:#0069c0;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 16px;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
}

.dataRowTrue
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
}

.dataRowFalse
{
    background-color:#ffeeee;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
}

.dataRowTrue_top
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
    vertical-align:top;
}

.label
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    font-weight:bold;
    color:#000000;
    vertical-align:top;
}

.required
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;        
    color:red;
    vertical-align:top;
}

.error
{
    background-color:Yellow;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;
    font-weight:bold;    
    color:red;
}

.dataRowTruert
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
    text-align:right;
}

.text
{    
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;   
}

.textBox
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 12px;    
    color:#000000;
    border:solid 1px black;
}

.textBoxHigh
{
    background-color:#ffffff;
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 13px;    
    color:#000000;
    border:solid 1px orange;
}
.hint
{
    font-family:consolas, Tahoma, Verdana, Arial;
    font-size: 11px;    
    color:#999999;
    font-style:italic;
}

.header
{
    font-family: consolas, Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #ffffff;
    background-color: #42A0FF;
    text-align: center;
    font-weight: bold;
}

.data
{
    background-color: #F5F5F5;
    font-family: consolas, Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #000000;
    padding-left: 3px;
    padding-right: 3px;
}
.errorDiv
{
}

.scheduleTable
{
    width:100%;
    border:solid 1px black;
    background-color:black    
}

.highlight
{
    color:#42A0FF;
}

