﻿

/* Main Table */

.MasterDIV 
{
	width: 900px;
	margin: 0 auto;
}

#headerTable 
{
	width: 100%;
	margin: 10px auto 0 auto;
	background: #3972a1 url(images/header_bg5.jpg) top left no-repeat;
	/*background: #fff url(images/header_tile_bg.gif) top left repeat-x;*/
}

.divBody
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#bodyTable
{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.footerTable
{
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #0f3d73;
	background: #fff;
}

#trHeader { visibility: visible; }
.tdLogo { height: 86px; width: 200px; vertical-align: middle; padding-left: 15px; }

/*#tdLogin {background: url(images/login_graphic.jpg) no-repeat;  vertical-align: top; width: 182px;}*/
#tdLogin { visibility: visible; vertical-align: top; width: 200px;}

.headerBGRight { background:  #fff url(images/header_bg5_right.jpg) no-repeat; width: 15px; }

#tdCornerLeft {  }
#tdCornerRight {  }
#trSubTabs { background: #fff; }
#tdSubTabs { visibility: visible; }
.tdBCsearch 
{ 
	background: #fff; 
	border-top: 1px solid #53b493; 
	border-bottom: 1px solid #53b493; 
}
#trMiddle { }
/* tdMenuLeft must be a class instead of ID b/c it is runat server */
.tdMenuLeft { width: 215px; padding: 10px 0; vertical-align: top;}
.tdMenuRight { width: 200px; padding: 10px 0; vertical-align: top;}

.tdPageContent 
{
	padding: 10px 0;
	vertical-align: top;
}

.tdFooter 
{
	padding: 10px;
	border-top: 6px solid #44648a;
	text-align: center;
}
/* end Main Tabls classes */


/* ################## Bread Crumb Trails ############# */
.BreadCrumbTrail 
{
	float: left;
	width: 45%;
	font-size: 10px; 
	color: #444; 
	padding: 5px 0;
}
.BreadCrumbTrail a
{
	color: #009d57; 
	text-decoration: none;
}


/* ################## Search Box ##################### */
.SiteSearch
{
	float: right;
	width: 40%;
	text-align: right;
	margin: 3px 0;
}
.SiteSearch .textboxSearch
{
	width: 150px;
	font-size: 14px;
	margin: 0;
	border: 1px solid #777;
}

/* End Search Box */

/* utilities links */
#utilities
{
	list-style: none;
}

#utilities li
{
	display: inline;
	padding: 5px;
}
/* end utilities */


/* tab navigation */
#tabs
{
	list-style: none;
	text-align: center;
	border: 1px solid #000;
	padding: .5em;
	margin: 0 0 0 0;	
}
#tabs li
{
	display: inline;
	width: 140px;
	padding: .4em 1em;
	border: 1px solid #000;
}
#tabs li a
{
	color: #4d87b9;
	border: 0px solid #000;
}
/* end tab navigation */



.r2uToolBoxIcon { float: left; margin: 4px 0 4px 15px; }
