﻿body
{
    font-family: sans-serif, Arial, Helvetica;
    font-size: 13px; /*    background-image: url(Images/IntranetBGTile.gif);
    background-repeat: repeat-x;*/ /*margin: 0;
    padding: 0;*/
    background-image: url(Images/NautilusBG.gif);
    background-repeat: repeat-x;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right:0px;
}

table
{
    /* width: 100%;*/
}

tr
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}
A
{
    color: blue;
}

A:active
{
    text-decoration: none;
}

A:hover
{
    text-decoration: none;
}
A:link
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}

.PageHeader
{
    color: #005684;
}
.VAlignBottom
{
	vertical-align:bottom;
}
#BannerBackGroundTD
{
    background-position: right top;
    background-image: url(Images/BannerNew.jpg);
    background-repeat: no-repeat; 
    /*background-color: #a4d3e4;*/
}

#LogoTD
{
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#TopNavigationTD
{
    /*background-color: #f8f8ff;*/
    vertical-align: bottom;
    text-align: right;
}

#LeftNavigationTD
{
    width: 215px;
    background-color: whitesmoke;
    vertical-align: top;
    height: 100%;
}

#LeftMenuTable
{
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    width: 212px;
    padding-bottom: 2px;
    padding-top: 1px;    
}

#VerticleTDDiv
{
    background-image: url(Images/VerticleDiv.gif);
    width: 3px;
    background-repeat: no-repeat;
}

.HorizontalTDDiv
{
    background-image: url(Images/HorizontalDiv.gif);
    height: 3px;
    background-repeat: no-repeat;
}

#SearchBoxTD
{
    padding-bottom: 25px;
    padding-top: 20px;
    text-align: center;
}

#MainSectionTD
{
    vertical-align: top;
    width: 545px;
    height: 100%;
    padding-top: 76px;
}

#MainContentPlaceHolderTD
{
    background-color: whitesmoke;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 275px;
}

#FooterSectionTD
{
    background-image: url(Images/FooterBG.gif);
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

#CopyRightTD
{
    width: 260px;
    vertical-align: middle;
    text-align: left;
}

#FooterLinksTD
{
    width: 500px;
    vertical-align: middle;
    text-align: right;
    color: #ff9966;
}
.BoldDBFieldTD
{
	font-weight: bold;
}
.BoldDBFieldTDNoWrapText
{
	font-weight: bold;
	white-space: nowrap;
}
.RedBoldHeaderField
{
	font-weight: bolder;
	font-size: 14px;
	color: Red;
}
.RedBoldCommandField
{
	font-weight: bolder;
	font-size: 14px;
	color: Red;
}
.NavyBlueItalicBoldHeaderField
{
	font-weight: bolder;
	font-style: italic;
	font-size: 14px;
	color: Navy;
}
.NavyBlueBoldHeaderField
{
	font-weight: bolder;
	font-size: 14px;
	color: Navy;
}
.NavyBlueBoldCommandField
{
	font-weight: bolder;
	font-size: 14px;
	color: Navy;
}
.RedBoldNote
{
	font-weight: bolder;
	font-size: 12px;
	color: Red;
}
.RedItalicNote
{
	font-size: 12px;
	font-style: italic;
	color: Red;
}
.RedNote
{
	font-size: 12px;
	color: Red;
}
.GridViewPager td
{
    color: #2E7C94;
    font-weight: bold;
}
.GridViewPager td a
{
    color: #333333;
}