﻿/* Address Change */
.modalBackgroundAddrChange
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupAddrChange
{
	border: solid 3px #446A9B;
}

TD
{
	vertical-align: top;
}

.home a, .home a:visted
{
	width: 40px;
}

.atlasLoading
{
	position: absolute;
	border: 1px solid black;
	background: #C0DCF0;
	top: 100px;
	z-index: 500;
	padding: 15px 30px 10px 30px;
}


a, a:visited
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.dgRow
{
	color: Black;
	text-align: left;
	background-color: White;
}

.dgAlternatingRow
{
	background-color: #cccccc;
	color: Black;
	text-align: left;
}

.dgHeader
{
	background-color: #456663;
	color: White;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}

#searchLinks
{
	margin-left: 40px;
}

#searchLinks a, #searchLinks a:visited
{
	color: #1F5485;
	margin-left: -25px;
	text-decoration: none;
}

#searchLinks a:hover
{
	text-decoration: underline;
}
