.adminHeader {
  position: relative;
  color: #024A76;
  font-size: 1.1em; 
  left: -150px;
  top: 5px;
  text-transform: uppercase;
}

#admin_centercontent {
  position: relative;
  border: 1px solid rgb(225,225,225);
  padding: 5px;
}

.mainMenu {
  margin-top: 10px;
  width: 960px;
  background: url(images/dcAdminNav.jpg) repeat-x;
}

.adminMenu {
  width: 75%;
}

.level1 {
  margin-left: 5px;
  font-size: .9em;
  font-weight: bold;
  height: 31px;
}

.level1 td 
{
	color: #FFF;
}

.level1 td a:link {
  color: #FFF;  
}

.level1 td a:visited {
  color: #FFF;
}

.level1 td a:hover {
  color: #EFEFEF;
}

.level1 td a:active
{
	/* color: #C0C0C0; */
	color: #FFF;
}

.level2 {
  margin-left: 5px;
  font-size: .9em;
  font-weight: bold;
  height: 31px;
}

.level2 td 
{
	color: #FFF;
}

.level2 td a:link {
  color: #FFF;
}

.level2 td a:visited {
  color: #FFF;
}

.level2 td a:hover {
   color: #CCC; 
}

.level2 td a:active
{
	/* color: #C0C0C0; */
	color: #FFF;
}

.level2 td img {
  color: #FFF;
  /*background: transparent url(images/icons/whitearrow.gif) right center no-repeat;*/
}

.level3 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #0066A6;
  height: 28px;
}

.level3 td {
  border-top: 2px solid #4287BE;
}

.level3 td a:link {
  color: #FFF;
}

.level3 td a:visited {
  color: #FFF;
}

.level3 td a:hover {
   color: #CCC; 
}

.level3 td img {
  background: transparent;
}

.level4 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #007ECD;
  height: 25px;
}

.level4 td {
  border-top: 2px solid #3CA2E0;
}

.level4 td a:link {
  color: #FFF;
}

.level4 td a:visited {
  color: #FFF;
}

.level4 td a:hover {
   color: #CCC; 
}

.adminTable {
  width: 100%;  
  font-size: .9em;
}

.adminTable th {
  background-color: #024A76;
  color: #FFF;
}

.adminTable th a {
  color: #FFF;  
}

.adminTable td {
  border: 1px solid #CCC;  
}

.adminTableHeader {
  background-color: #0066A6; /*#024A76;*/
  color: #FFF; 
  font-weight: bold;
}

.defaultProvider {
  font-weight: bold;
}

tr.row:hover, tr.over td {
  background-color: #FFFFB2;
}

.validationSummary {
  font-size: .8em;
  display: inline-block;
}

#categoryTable {
  width: 100%;
}

#categoryTable td {
  vertical-align: top;  
}

.imageContainer {
  text-align: center;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 96px;
  width: 96px;
  border: 1px solid #CCC;
}

.imageContainer:hover {
  border: 1px solid #024A76;
  cursor: pointer;
}

#pageTable {
  width: 100%;  
}

#news {
  height: 200px; 
  overflow: auto;
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.labelbold {
  font-size: .8em;
  font-weight: bold;
}

.feedTable {

}

.rssFeedLink {
  padding: 3px;
  background-color: #CCC;
}

.rssFeedDescription {
  padding: 3px;
  padding-bottom: 20px;
}

#headerRegionAdmin
{
	/* LJD 02/24/09 */
	/* display: inline; */
	
	/*float: left; */
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 810px; /*height: 154px; 	width: 750px; */
	overflow: hidden; /* margin-bottom: 15px; */
	/*background: url(images/wvheaderbackground.jpg) no-repeat;*/
}


#headerRegionAdmin tbody td
{
	/*border-width: 1px;
	border-color: #476a89; */
	/*background-image: none; */
}


#headerRegionAdmin td a:link
{
	/* LJD 02/24/2009 */ /* background: url('images/tab.gif') no-repeat 0px -92px; */ /*color: #FFF; */ /* background: url( 'images/tab.gif' ) no-repeat 0px 1px; */ /*display: block; 	float: left; 	margin-right: 1px; 	width: 116px; 	height: 27px; color: #737685; */
	background-image: none;
	color: White;
	font-weight: normal;
	text-decoration: underline; /*text-align: center; */ /* padding-top: 6px; */ /* box model hack */ /*voice-family: "\"}\""; 	voice-family: inherit; 	height: 21px; 	width: 115px; */
}

#headerRegionAdmin td a:hover
{
	background-image: none;
	color: Red;
	font-weight: normal;
	text-decoration: underline; /* background: url( 'images/tab.gif' ) no-repeat 0px -92px; */ /* color: #EFEFEF; */
}

#headerRegionAdmin td a:active
{
	background-image: none;
	font-weight: normal;
	color: White;
	text-decoration: underline; /* background: url( 'images/tab.gif' ) no-repeat 0px -92px; */ /* color: #EFEFEF; */
}

#headerRegionAdmin td a:visited
{
	background-image: none;
	font-weight: normal;
	color: White;
	text-decoration: underline; /* background: url( 'images/tab.gif' ) no-repeat 0px -92px; */ /* color: #EFEFEF; */
}