@charset "utf-8";
/* CSS Document */

div#header_nav{
	background:url("/assets/gfx/navItems/navBar_purple.gif");  
}
#header_nav a:hover{
	background: url("/assets/gfx/navItems/navArrow_purple.gif") no-repeat center bottom;
}
div#pageContent_title{
	color:#673266;
	border:1px solid #673266;
	background: #c5b9cd url("/assets/gfx/pageBlocks/blockPurple_arrowDown.gif") right no-repeat;
}
div#pageContent_LcolTitle{
	color:#673266;
	border:1px solid #673266;
	background: #c5b9cd url("/assets/gfx/pageBlocks/blockPurple_arrowDown.gif") right no-repeat;
}
/* Added by Ed */
div#pageContent_LcolTitle a:link, #pageContent_LcolTitle a:active, #pageContent_LcolTitle a:visited
{
	color:#673266;
  text-decoration: none
}
/* End of Ed */
div.pageContent_sub_rCol_sub2{
	color:#FFF;
	background:#673266;
}
#tableTopRow{
	background: #673266;
}
#dataTable td, #dataTable tr{
	border:1px solid #673266;
}
#dataTable{
	border:1px solid #673266;
}
/* Added by Ed */
.accordionHeader
{
  color:#673266;
	border:1px solid #673266;
	background: #c5b9cd url("/assets/gfx/pageBlocks/blockPurple_arrow.gif") right no-repeat;
}

.accordionHeaderSelected
{
  color:#673266;
	border:1px solid #673266;
	background: #c5b9cd url("/assets/gfx/pageBlocks/blockPurple_arrowDown.gif") right no-repeat;
}

.accordionSubHeader
{
  background: #673266;
}

.tableHeaderCell
{
  background: #673266;
}

/* FF just needs .gridView, IE needs the td and th (surprise surprise) and Opera needs the last two! */
.gridView, .gridView td, .gridView th, .gridViewHeader, .gridViewRow
{
  border-color: #673266;
}

.gridViewHeader
{
  background: #c5b9cd;
}
/* End of Ed */

/* // NEW NAV // */
div#header_nav_New{
	background:#d1e2f1;
	border-bottom:2px solid #673266;	
}
ul#navList a{
	color:#00436e;
}
ul#navList a:hover {
	background:url(/assets/gfx/navItems/navArrow_purple.gif) no-repeat center bottom;
	color:#3e8bc7;
}

