﻿div #LibraryContent
{	
	color:#666666;
}

.itemTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.itemDate
{
	font-family: Arial;
	font-size: 11px;
}

.downloadItem, .downloadItem a:link, .downloadItem a:hover, .downloadItem a:visited 
{
	font-family: Arial;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}

.formLabel 
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color:#7B7B7B;
}

.pageNumber
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#7B7B7B;
}

.currentPageNumber 
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#226699;
}

.separator 
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color:#7B7B7B;
}

.requestItemTable, .requestItemTable a:link, .requestItemTable a:hover, .requestItemTable a:visited 
{
	/*float: right;*/
	margin-right: 0px;
	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;
}
#thumbOuter 
{
	display: table;
	#position: relative;
	height: 45px;
	width: 45px;
}
#thumbMiddle 
{
	display: table-cell;
	#position: absolute;
	#top: 50%;
	#left: 50%;
	vertical-align: middle;
	text-align: center;
}
#thumbInner 
{
	#position: relative;
	#top: -50%;
	#left: -50%;
}
.internalRed
{
	color:#e31111;
	font-size:11px;
}
