﻿body {
}
.detailBlueHeader, .detailBlueHeader a
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #226699;
}
.detailGrayHeader
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;    	
}
.detail
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;    	
	margin-left: 10px;
}
.pageNumber, .pageNumber a 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#7B7B7B;
}
.currentPageNumber, .currentPageNumber a 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#226699;
}
.requestItem, .requestItem a:link, .requestItem a:hover, .requestItem a:visited 
{
	float: right;
	margin-right: 40px;
	font-family: Arial;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

.requestPopup 
{
	background-color: #ffffff;
	border: solid 10px #f4bf33;
	padding: 10px;
	max-width: 400px;
	max-height: 630px;
}
.popupClose
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #f4bf33; 
	cursor: pointer;
}