﻿body
{
}

.logout
{
	display: block;
	margin: 10px 0;
	text-align: center;
}

a, a:visited
{
	color: #232161;
	text-decoration: none;
}
a:hover
{
	color: #999999;
	text-decoration: underline;
}

.red
{
	color: #CE0925;
}

.gvHdr
{
	background: #232161;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}
.gvRow
{
	background: #D3D3D3;
	text-indent: 3px;
	vertical-align: middle;
}
.gvAltRow
{
	background: #A9B4E4; /* #616084; */
	text-indent: 3px;
	vertical-align: middle;
}
.gvRow:hover, .gvAltRow:hover
{
	background: #616084;
	color: #FFFFFF;
}
.gvFtr
{
	background: #DBD8EB;
}

.pageTitle
{
	display: block;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.boldGreen
{
	color: #009900;
	font-weight: bold;
}
.boldRed
{
	color: #CE0925;
	font-weight: bold;
}

.clr
{
	clear: both;
}

#jqueryTooltip
{
	display: none;
}

.smallGray
{
	color: #999999;
	font-size: 12px;
}

#insuranceConfirmation
{
	text-align: center;
}

