body
{
    font-family: sans-serif, Arial, Helvetica;
    font-size: 13px;
    /*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;
}
.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: #F5F5F5;
    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: #F5F5F5;
    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;
}
.PageHeader
{
	margin: 0px 0px 0px 0px;
	background-image: url(Images/HeaderBG.gif);
}
.ContentBlock
{
	margin: 0px 0px 0px 0px;
}
.ContentBlockInner
{
	/*border: solid lightgrey 0px;
	padding: 1px 1px 1px 1px;*/
	margin: 0px 0px 0px 0px;
	background-image: url(Images/ContentBG.gif);
    background-repeat: repeat-y;
}
.BlockHeader
{
	font: bold 12px Arial, Tahoma, Verdana;
	color: #222222;
    background-color: #CCCCCC;
	padding: 10px 0px 10px 0px;
}
/*begin creating the tabs */
.menu {
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 11px;
	font-weight: bolder;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
	
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
#adminedit
{
	padding: 10px;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #666666;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}
#FormBlock
{
	border: #cccccc 1px solid;
	padding: 1px 1px 1px 1px;
	vertical-align: top;
	text-align:center;
}
#FormHeader
{
	padding: 10px 3px 10px 3px;
    font: bold 16px Arial, Tahoma, Verdana;
    color: #222222;
    background-color: #CCCCCC;
    text-align:center;
}
#FormContent
{
	padding: 3px 3px 3px 3px;
	/*background-color: #CFABC0;*/
	background-color: #F5F5F5;
}
.BlueHeadingDiv
{
    font-weight: bolder;
    width: 100%;
    height: 20px;
    background-color: #6699cc;
}
.BlueBorderTable
{
    border-right: #6699cc 1px solid;
    border-top: #6699cc 1px solid; 
    border-bottom: #6699cc 1px solid;
    border-left: #6699cc 1px solid; 
    width: 100%; 
}
.LineTable
{
    width: 100%; 
    background-color: #cccccc;
}
.RedAlert
{
	color:Red;
}
.GridView 
{
    font-family: Arial;
    font-size: 12px;
}
.GridView tr.row
{	
	color: #000000;
    background-color: #FFFFFF;
}
.GridView tr.row:hover
{
	background-color: Red;
}
.GridViewPager td
{
    background-color: #A6D3E5;
    color: White;
    font-weight: bold;
    width:100px;
}
.GridViewPager td a
{
    background-color: #A6D3E5;
    color: #005684;
    font-weight: bold;
    width:100px;
}
.TreeView
{
	margin: 5px 0px 5px 0px;
}
.TableFieldHeader
{
	white-space:nowrap; 
	text-align:right; 
	vertical-align: top;
}
.TableFieldData
{
	width:100%; 
	text-align:left; 
	vertical-align: top;
}
.AlignLeftTop
{
	vertical-align:top;
	text-align: left;
}
.AlignRightTop
{
	vertical-align:top;
	text-align: right;
}
.SmallRedAttention
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: Red;
}

