﻿
/* Grid View Formatting */
.GridViewHeader {background-image: url(Images/MenuBackground.gif); font-size: 10px; font-weight: bold; color:#f5f5f5; Vertical-Align:Bottom; }
.GridViewPager {background-image: url(Images/MenuBackground.gif); font-size: 11px; color:#f5f5f5; Vertical-Align:Bottom;  }
.NormalRow{	background-color: #ffffff; font-weight: normal; text-align: left; color:Black; }
.NormalRowCentre { background-color: #ffffff; font-weight: normal; text-align: center; }
.SelectedRow{ background-color: #dcdcdc; font-weight: normal; }
.SelectedRowCentre{ background-color: #dcdcdc; font-weight: normal; text-align: center; }

A {
  color: #f5f5f5;
  text-decoration: none;
}

A:hover {
  color: #f5f5f5;
  text-decoration: underline;
}


A.headerNavigation { 
  color: #f5f5f5; 
}