/************************************************/
/*		St Andrews Master Page Styles			*/
/************************************************/

body 
{
	background-color:#ffffff;
}

/*
div#BodyLeft
{	
	float:left; 
	width:10px;
	height:100%;
	background-color:#960713;	
}
*/

div#ContentWrap
{
	
	margin-top:5px;
	border:solid 2px #ffffff;
	background-color:#ffffff;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; 
	 
	
	/*left:20px;
	margin-left:2%;*/
}

div#SubHeaderZone
{
	padding:2px;
}

#divSubheader
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}

div#PageContent
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#ffffff;
}

div#MasterHeader
{
	background-color:#ffffff;
	background-repeat:no-repeat;
	height:70px;
	background-image:url("../Images/DavidsonDay/logo.bmp");
padding-bottom:10px;
}

div#HeaderUnderBar
{
	background-color:#001439;
	height:20px;
	width:100%;	
}

div#PageFooter
{
	background-color:#001439;
	width:100%;
	padding-top:25px;
	padding-bottom:3px;
	border-top:solid 0px #ffffff;
	
	text-align:center;	
    font-size:10px;
    font-weight:bold;
}

div#PageFooter a
{
	text-decoration:none;
	color:#ffffff;
}

div#PageFooter a:visited
{
	text-decoration:none;
	color:#ffffff;
}

/************************************************/
/*		Link Button(Guage) Styles				*/
/************************************************/

.LnkBtnList 
{
	
}

.LnkBtnList table tr td
{
	border:solid 1px #686868;
	margin-left:-1px;
	
}

.Accessed
{
	background-color:#001439;
	color:Black;
	text-align:center;
}

.Pending
{
	background-color:#ede9d1;	
	text-align:center;
}
	
.Selected
{
	background-color:#8b0713;
	color:White;
	font-weight:bolder;
	text-align:center;
}

.Selected a
{
	color:White;
	font-weight:bold;
}

.HistoryGrid
{
	padding-top:10px;
	padding-bottom:10px;
	font-family:verdana, arial, helvetica; 
	font-size:11px;	
}

.HistoryGrid table tr th 
{
	color:Black;
	font-weight:bold;
	padding:4px;
	background-color:#001439;
	width:200px;
}

.HistoryGrid table tr td
{	
	padding:2px 2px 2px 6px;	
}

.HistoryGrid table tr td a:hover
{
	text-decoration:underline;
	color:Gray;
}

.HistoryGrid table tr td a:link
{
	color:Blue;
	text-decoration:none;
}

.HistoryGrid table tr td a:visited
{
	text-decoration:none;
}

.HistoryGrid table tr td span
{
	
}
