﻿body
{
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 12px;
}

.atlasLoading
{
	position: absolute;
	border: 1px solid black;
	background: #C0DCF0;
	top: 100px;
	z-index: 500px;
	padding: 15px 30px 10px 30px;
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
	padding: 0;
	margin: 0;
}

.lightgray
{
	color: #999;
}

.darkgray
{
	color: #666;
}

.golden
{
}

.grayish
{
	color: #E6E3D0;
}

.mustard
{
	color: #F8EDBF;
}

.alignLeft
{
	text-align: left;
}

.bold
{
	font-weight: bold;
}

.boldred
{
	color: Red;
	font-weight: bold;
}

/* GridView Styling */
.dgRow
{
	background-color: #F8EDBF;
	color: black;
}

.dgAlternatingRow
{
	background-color: White;
	color: black;
}

.dgHeader
{
	background-color: #666;
	color: white;
}

.dgFooter
{
	background-color: #666;
	color: black;
	font-weight: bold;
}

.qlRepeater
{
	/* border-bottom: dashed 2px #D9C056; 
	padding: 10px 5px 5px 5px; */
	padding-bottom: 5px;
	text-align: left;
}

.qlRepeater a, .qlRepeater a:visited
{
	color: Black;
	text-decoration: none;
}

.qlRepeater a:hover
{
	text-decoration: none;
}

a,a:visited
{
	color: #666;
	font-size: 100%;
	font-weight: 500;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}