/*** My scans start ***/
#SetName{
    font-weight: bold;
}
div.ScanBlock{
    padding: 3px;
    border-bottom: 1px solid #d8daeb;
}
div.ProcessingThumbnail{
	font-size: xx-small;
	width: 52px;
	height: 20px;
	padding: 7px 3px 2px 3px;
	border: 1px solid #999;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
	margin-top: 3px;
}
td.ThumbnailContainer{
	width: 55px;
	text-align: left;
	vertical-align: top;
}
td.ScanInfo{
	text-align: left;
	vertical-align: top;
	width: 100%;
}
div.ScanBlock img
{
	border: solid 1px #999;
	margin-right: 5px;
	margin-top: 3px;
}
.SearchTextBox{
    width: 85px;
    margin: 0px;
	color: #000000;
	border: solid 1px #00467f;
	background-color: #ffffff;
}
div.LargeThumbnailBlock{
    text-align: center;
}
div.LargeThumbnailBlock img{
    border: 1px solid #999;
    margin: 2px;
}
div.ProcessingThumbnailBlock{
	border: 1px solid #999;
	width: 240px;
	padding: 8.5em 0;
	margin: 0 auto;
	text-align: center;
}
span.ScanDate{
	color: #000066;
	font-weight: bold;
	font-size: small;
}
span.ScanType, span.OCRText{
	font-size: small;
}
span.ScanType, span.ORCText{}

span.Great{
	color: #547807;
}
span.Good{
	color: #4cafff;
}
span.Marginal{
	color: #ffcc00;
}
span.Poor{
	color: #993300;
}
/*** My scans end ***/

/*** Page navigation related start ***/
#LargeThumbnailNavigation{
	width: 100%;
}
#LargeThumbnailNavigation td{
	width: 33%;
}
#ThumbCount{
	text-align: center;
}
#NextThumb{
	text-align: right;
}

.PageNavigation{
	padding: 5px 0;
	
}
.PageNavigation table{
    width: 100%;
    margin:0px;
}
.PageNavigation td{
	padding: 0px;
	border-width: 0;
}

#PrevPage{
	width: 50%;
	text-align: left;
}
#NextPage
{
	width: 50%;
	text-align: right;
}
/*** Page navigation related end ***/
#SearchBlock{
    border-top: 1px solid #d8daeb;
}
