﻿body 
{
    margin-left: 0px;
    margin-top: 0px;
    font-family: Calibri, Verdana, Arial;
    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:#80b858;
}

.tableBorder
{
    padding: 2px 2px 2px 2px;
    border: solid 1px #80B858;
}

.tdBorder
{
    padding: 0 0 0 0;
    border: solid 1px #80B858;
}

.recordHomeList
{
    font-family:Calibri, Verdana, Arial;
    font-size:14px;
    width:230px;
    
}

.recordHomeList1
{
    font-family:Calibri, Verdana, Arial;
    font-size:13px;
    width:230px;
    color:#000000;
}

.recordHomeList1 a
{
    font-family:Calibri, Verdana, Arial;
    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: 17px;
}

.textArea
{
    font-size:14px;
}

.dropdown
{
    font-size:12px;
}

.loginError
{
    text-align:center;
    font-size:13px;
    width:240px;
}

.profile_fields span 
{
    display: inline-block;
    width: 90px;
    font-weight: bold;
    color:Green;
    vertical-align: top;
}

.profile_fields div 
{
    padding: 3px 20px 3px 20px;
    font-size:16px;
    width: 350px;
 }
 
 .profile_fields .profile_values
 {
     width: 200px;
     color: #000000;
     font-weight: normal;
 }
 
 .profile_posts .header
 {
        font-size: 16px;
        background-color:#80B858;
        font-family:Calibri, Verdana, Arial;
        text-align: left;
        padding-left: 2px;
 }
 
 .profile_posts .title
 {
    width: 300px;
    height: 30px;
 }
 
 .profile_posts .category
 {
    width: 180px;
    height: 30px;
 }
 
