﻿body {
}

.PageList h1
{
	font-size: 25px;
}

.PageList
{
	font-size: 10px;
	color: Gray;
	font-family: Arial, Tahoma;
	width: 820px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.PageList .Header
{
	width: 920px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	height: 140px;
}

.PageList .PageNavigators
{
	position: absolute;
	right: 5px;
	top: 20px;
	font-size: 14px;
	color: #FFF;
}

.PageList .Preview
{
	left: 5px;
	top: 5px;
	border: 1px solid gray;
	font-size: 0px;	
	position: relative;
	float: left;
	background: transparent;
}

.PageList .Info
{
	height: 80px;
	top: 15px;
	left: 30px;
	position: relative;
	float: left;
	font-size: 14px;
	color: #FFF;
}

.PageList .Content
{
	width: 820px;
	height: 650px;
	position: relative;
	float: left;
	margin-top: 10px;
	padding: 0px;
}

.PageList .PagesLabel
{
	top: 0px;
	padding: 0px;
	position: relative;
}
