﻿body
{
	font-family: Verdana;
	font-size: 85%;
	background-image: url('Images/camelotBackground.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}

a:link 
{
	color: #5473bd;
	text-decoration: none;
}
a:visited
{
	color: #5473bd;
	text-decoration: none;	
}

.text 
{
	font-family: Georgia;
	font-size: small;
}

.camelotTop 
{
	background-image: url('Images/camelotTopBackground.gif');
	background-repeat: repeat-x;	
}

.GridViewStyle
{
	font-family: Georgia;
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #9d9da1 1px solid;
}
.HeaderStyle, .PagerStyle
{
	background-image: url(Images/HeaderGlassBlack.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #fee069;
}
.HeaderStyle th
{
	padding: 10px;
	color: #000;
	font-family: Lucida Sans;
}
.HeaderStyle a
{
	text-decoration: none;
	color: #000;
	display: block;
}
.HeaderStyle a:hover
{
	text-decoration: underline;	
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #777777;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #777777;
}
.PagerStyle span
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
.CellStyle
{
	padding: 8px;
	border-right: solid 1px #e0dfe3;
}
.CellStyleRight
{
	padding: 8px;	
}
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
{
	/*padding: 8px;
	border-right: solid 1px #e0dfe3;*/
}
.RowStyle
{
	
	background-color: #fffde1;
}
.AltRowStyle td
{
	background-color: #fffbbf;
}
.SelectedRowStyle td
{
	background-color: #fffde1;
}
.warning 
{
	background-color: #efd279;	
	padding: 4px;
	line-height: 150%;
}