﻿.logo
{
	background: url(images/OfficesaversLogo.png) no-repeat;
	width: 220px;
	height: 60px;
}

.footer
{
	background: url(images/Footer.png) no-repeat;
	width: 300px;
	height: 40px;
}

.login
{
	background: url(images/Login.png) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
}

.register
{
	background: url(images/Register.png) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
}

.home
{
	background: url(images/Home.png) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	position:relative;
}

.back
{
	background: url(images/button_goback.gif) no-repeat;
	width: 80px;
	height: 21px;
	float:right;
	position:relative;
	padding: 3px;
	cursor: pointer;
}

.infoImage
{
	background: url(images/Info.png) no-repeat;
	width: 20px;
	height: 20px;
	float:right;
}

.pageLeft
{
	background: url(images/ArrowLeft.jpg) no-repeat left;
	vertical-align: top;
	height: 22px;
	width: 22px;
	cursor: pointer;
	margin-bottom:10px;
}

.pageRight
{
	background: url(images/ArrowRight.jpg) no-repeat left;
	vertical-align: top;
	width: 22px;
	height: 22px;
	cursor:pointer;
	margin-bottom:10px;
}

.pageNumber
{
	background: url(images/Number.png) no-repeat left top;
	width: 22px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom:5px;
	padding-top:5px;
}

.pageNumber-off
{
	background: url(images/Number-Blank.png) no-repeat left top;
	width: 22px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	cursor:pointer;
	margin-bottom:5px;
	padding-top:5px;
}

.pageNumber-offTextBlack
{
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	width: 22px;
	height: 22px;
}