﻿body 
{
    margin-left: 0px;
    margin-top: 0px;
    font-family: Calibri;
    font-size:14px;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.tableHeader
{
    width: 100%;
    font-size: 16px;
    background-color:#80B858;
    height: 30px;
}

.tableCategories
{
    font-size: 14px;
    background-color: #FFB858;
    width:1000px;
    text-align:center;
}

.tableCategories td
{
    vertical-align:top;
}

.tableFooter
{
    width:100%;
    font-size:12px;
    background-color:Aqua;
}

.tableBorder
{
    padding: 2px 2px 2px 2px;
    border: solid 1px #80B858;
}

.tdBorder
{
    padding: 0 0 0 0;
    border: solid 1px #80B858;
}

.recordHomeList
{
    font-family:Calibri;
    font-size:14px;
    width:230px;
    
}

.recordHomeList1
{
    font-family:Calibri;
    font-size:13px;
    width:230px;
    color:#000000;
}

.recordHomeList1 a
{
    font-family:Calibri;
    font-size:13px;
    width:230px;
    color:#000000;
}

.divMain
{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.textboxHeight
{
    height:20px;
    font-size:14px;
}

.buttonHeight
{
    height:25px;
}

.error
{
    color:Red;
}

.success
{
    color: Green;
}

.fontTitle
{
    color:Green;
    font-weight:bold;
    font-size: 16px;
}

.textArea
{
    font-size:14px;
}

.dropdown
{
    font-size:12px;
}

.loginError
{
    text-align:center;
    font-size:13px;
    width:240px;
}