﻿.divFormRow
{
    padding:7px;
    color:Black;
}

.divClearAll
{
    clear:both;
    font-size:0pt;
}

.gridViewButton
{
    background-color:Transparent;
    border:none;
    font-family:Times New Roman;
    text-decoration:underline;
    cursor:pointer;
    color:#3666D2;
    font-weight:bold;  
}

.divJobListingGrid
{
    height:458px;
    max-height:458px;
    overflow:auto;
    border-top:solid 1px silver;
    border-left:solid 1px silver;
}

.textAreaStyles
{
    width:639px;
    min-width:639px;
    height:60px;
    min-height:60px;
    background-color:#e9f3fd;
    border:solid 1px silver;
}

.divAddListing
{
    text-align:left;
    border-top:solid 1px silver;
}

.divAddListing input
{
    background-color:#0356b1;
    color:#ffffff;
    width:200px;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
}

#divCategoryJobListings table tr:hover td
{
    background-color:#e8f5fc;
}

#divCategoryJobListings .tdGreenBar
{
    background-color:#c4cce4;
}

#divCategoryJobListings table tr td a
{
    display:block;
}
#divCategoryJobListings table tr td a:hover
{
    color:#3f6ab8;
}