﻿body
{
    margin: 0;
    font-family: Arial, Sans-Serif, Verdana;
    color: #494949;
    font-size: 11px;
}

.copyright{font-size: 11px;color:#fff;}
.heading1{ font-size: 14px; font-weight:bold;}
.heading2{ font-size: 12px; font-weight:bold;font-family: Arial, Verdana;}
.heading3{ font-size: 11px; font-weight:bold; color:#fff;}
.heading4{ font-size: 16px; font-weight:bold; color:#ffa404;}
.warning
{
    color: Red;
}

.calendar1
{
    font-family: Arial, Sans-Serif, Verdana;
    color: #494949;
    font-size: 11px;
}

.backgroundcolor{ background-color:#08a5ff;}
.backgroundcolor2{ background-color:#e7ebed;}
.backgroundcolor3{ background-color:#18aafd;}


.navbar2{height:28px; background-color:#8a8a8a; margin: 1px 0 0 3px;}

.btn_report{ height:28px; border-left:none;  border-top:none;  border-bottom: none;  border-right: solid 1px #fff; cursor: pointer;}

.linkbutton{line-height:28px; color: #fff; border-right: solid 1px white; font-family: Tahoma, Arial; font-size:12px;text-decoration:none; padding:7px;}

.dailyreports{ border: solid 1px #ccc; height:800px; margin-top:1px;}

.plainblue
{ 
    position: relative;
    display: block;
    height: 28px;
    font-size: 11px;
    font-weight: bold;
    font-family: arial,Helvitica,sans-serif;
}
.plainblue ul
{
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
.plainblue ul li
{
    display: block;
    float: left;
    margin: 0 0px 0 0;
    width: auto;
}

.plainblue ul li a
{
    display: block;
    float: left;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 20px 0 20px;
    height: 22px;
    background: #18aafd;
    width: auto; 
    border-right: solid 1px white;
    
}

.plainblue ul li a:hover
{
    color: #ffffff;
    background: #868686;
}

.plainblue ul li a.current
{
    color: #fff;
    background: #868686;
}

.plainblue ul li a.current:hover
{
    color: #fff;
    text-decoration: underline;
}



