﻿body {
	background-color: #ffffff;
}

tHead
{
  display : table-header-group;
}

a:link{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	color: #0000ff;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
	text-decoration: underline;
}

.CompuCareFont1{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	color: White;
}

.CompuCareFont2{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: Black;
}

.h3{
	color: #0a06a5;
	text-decoration: underline overline;
}

.MainTable{
	width: 755px;
	background-color: #ffffff;
}

.PrinterFriendly{
	width: 650px;
	background-color: #ffffff;
	font-size: xx-small;
}

.SearchTable {
	border: solid 2px #0a64a6;
}

.ValidationErrorText {
    color: red;
    font-size: 10px;  
}

.Grid {
	border: solid 1px #0a64a6;
}

.GridHeader {
	font-weight: bold;
	/*height: 28px;*/
	background: #0a64a6;
}

.GridItem {
	background-color:White;
	vertical-align: middle;
	border: solid 1px #0a64a6;
	/*height: 20px;*/
}

.GridAlter {
	background: ghostwhite;
	vertical-align: middle;
}

.GridPage {
	background: #0a64a6;
	text-align: right;
	text-decoration: underline;
}

.hr1 {
	width: 50%;
	color: #0a06a5;
}

