﻿/* Creates jquery dropdown nav controls with URL as value of options*/
.dropdownNavNewWindow {}
.dropdownNav {}

.newsItem 
{
    width: 325px;
    background-color: #F7F7F7;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #CCC;
}

.newsItemAlt 
{
    width: 325px;
    background-color: #FFF;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #CCC;
}

.gridViewStyle
{
    clear: right;
    width: 90%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 100%;
    text-align: left;
    border: 0;
    border-collapse: collapse;
}

.gridViewRowStyle
{
    padding: 5px;
    background-color: #fff;
}

.gridViewAltRowStyle
{
    padding: 5px;
    background-color: #e2ebf7;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.gridViewHeaderStyle
{
    background-color: #e2ebf7;
    color: #024293;
    text-align: center;
    border-bottom: 1px solid #000;
}
table.SearchResults 
{
	width: 99%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
	text-align: left;
	border: 0;
    border-collapse: collapse;
    margin: 25px auto;
}

table.SearchResults caption
{
    margin-top: 25px;
}

table.SearchResults th
{
    border-top: 2px solid #069;
    margin-top: 5px;
    background-color: #edf4f8;
}


fieldset
{
    border: 1px solid #ccc;
    padding: 0 20px 20px 20px;
}

fieldset dd
{
    /*
    padding-top: 10px;
    margin-left: 150px;
    */
}

fieldset dt
{
    /*
    clear: both;
    float: left;
    padding-right: 10px;
    */
}

legend
{
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: #069;
    padding: 4px 8px;
    border-bottom:none;
}

table .alt 
{
    background-color: #e2ebf7;
}
	
.hideit{

   display: none;

}

.btnGetPDFApplication {
    background-image: url('../../../img/pdfButton.jpg');
    height: 29px;
    width: 150px;
    background-repeat: no-repeat;
    border: 0px solid #fff;
    font-weight: bold;
    color: #fff;
    font-size: small;
}