﻿body 
{
    padding: 10px;
    background-color: #cccccc;
    text-align:center;
    margin: auto;
    
    font-family: Verdana, Arial;
    font-size: 0.7em;
    color: #333333;
}

a, a:visited
{
    color:#0984D5;
}

a:hover
{
    color:Red;
}
.aNoUnderline a {
    text-decoration: none !important;
    color: #000;
}
.aNoUnderline a:hover {
    text-decoration: none !important;
    color: Red;
}

.lnkAddTask {
    font-family: Verdana, Arial;
    font-size: 0.7em;
    color: #333333;
    margin-left: 30px;
    padding: 5px;
    float: right;
    border: solid 1px #333333;
    background-color: #e4e4e4;
    min-width: 120px;
    text-align: center;
}

.lnkAddAlert
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    color: #333333; 
    margin-left: 30px;
    padding: 5px;
    float:right;
    border: solid 1px #333333;
    background-color: #e4e4e4;
    min-width: 120px;
    text-align: center;
    background-image: url('../images/icons/alertGray.jpg');
    background-repeat:no-repeat;
    background-position: left center;
}

a.lnkAddTask, a:visited.lnkAddTask
{
    color:#333333;
}

a:hover.lnkAddTask
{
    color:red;
}

.divHolder
{
    min-width: 962px;
    background-color: White;
    padding: 10px;
    text-align: left;
    margin: auto;
}

.divHolder_PopUp
{
    background-color: White;
    padding: 10px;
    text-align: left;
    margin: auto;
}

.divPopupHeaderBackground
{
    margin: 0px;
    padding:0px;
    height: 54px;
    background-image: url(../images/logoSmall_Background.jpg);
}

.divPopUpCentered
{
    text-align: center;
    margin: 20px 0 20px 0; 
}

.divBanner
{
    margin: 0px;
    padding:0px;
    height: 80px;
    background-color: #0F6DAB;
    vertical-align: middle;
}
.divBanner h1{color: #fff; font-weight: normal; padding:10px; margin:0px; font-size: 1.6em;}
.divBanner p{padding: 10px; margin: 0px; color: #fff;}

.divMenu
{
    background-image: url('../images/menuBK.jpg');
    background-repeat:repeat-x;
    height: 50px;
    margin-top: 1px;
}

.menuItemHolder
{
    list-style: none;
    font-family: Verdana, Arial;
    color: White;
    font-size: 1.0em;
    height: 50px;
    margin: 0px; 
    padding: 0px;
}

.menuItem
{
    width: 139px;
    float: left;
    border-right: solid 1px white;
}

.menuItem a, .menuItem a:visited
{
    float: none;
    padding: 0 30px 0 30px;
    line-height: 45px;
    background-image: url('../images/menuBKItem.jpg');
    background-position:right;
    height: 50px;
    display:block;
    color: White;
    text-decoration: none;
}

.menuItem a:hover
{
    background-image: url('../images/menuBKHover.jpg');
}

.divContentPane
{
    min-height: 400px;
}

.divFooter
{
    margin-top: 20px;
}

.tdNavBar
{
    background-color:#e4e4e4;
    border: solid 1px #cccccc;
}
