﻿.logo
{
	background: url(images/OfficesaversLogo.png) no-repeat;
	width: 220px;
	height: 60px;
	padding-bottom: 10px;
}

.logoDashboard
{
    background: url(images/tn_OrderSmart Supplier Logo.jpg) left no-repeat;
}
    
}
.footer
{
	background: url(images/Footer.png) no-repeat;
	width: 300px;
	height: 40px;
}

.login
{
	background: url(images/Login.png) no-repeat;
	width: 25px;
	height: 25px;
	float:left;
}

.logout
{
	background: url(images/Logout.png) no-repeat;
	width: 17px;
	height: 20px;
	float:left;
}

.register
{
	background: url(images/Register.png) no-repeat;
	width: 25px;
	height: 25px;
	float:left;
}

.home
{
	background: url(images/Home.png) no-repeat;
	width: 25px;
	height: 25px;
	float:left;
	position:relative;
}

.back
{
	background: url(images/button_goback.png) no-repeat;
	width: 75px;
	height: 32px;
	float: right;
	position: relative;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.button
{
	font-family: trebuchet ms, arial, verdana, sans-serif;
	background-color: #A2C340;
	border-style: outset;
	border-width: 1px;
	color: #FFFFFF;
}

.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:5px;
}

.pageRight
{
	background: url(images/ArrowRight.jpg) no-repeat left;
	vertical-align: top;
	width: 22px;
	height: 22px;
	cursor:pointer;
	margin-bottom:5px;
}

.pageNumber
{
	background: url(images/Number_Small.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;
	padding-top:5px;
    text-decoration: none !important;
}

.pageNumber-off
{
	background: url(images/Number-Blank_Small.png) no-repeat left top;
	width: 22px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #808080;
	cursor:pointer;
	padding-top:5px;
    text-decoration: none !important;
}

.pageNumber-offTextBlack
{
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	width: 22px;
	height: 22px;
    text-decoration: none !important;
}

.brandHeadingLeft
{
	background: url(images/Bar-Green-Left.png) no-repeat left;
	width: 12px;
	height: 22px;
}

.brandHeadingMiddle
{
	background: url(images/Bar-Green-Middle.png) repeat;
	height: 22px;
}

.brandHeadingRight
{
	background: url(images/Bar-Green-Right.png) no-repeat left;
	width: 12px;
	height: 22px;
}

.brandHeadingWhiteLeft
{
	background: url(images/Bar-Blank-Left.png) no-repeat left;
	width: 12px;
	height: 22px;
}

.brandHeadingWhiteMiddle
{
	background: url(images/Bar-Blank-Middle.png) repeat;
	height: 22px;
}

.brandHeadingWhiteRight
{
	background: url(images/Bar-Blank-Right.png) no-repeat left;
	width: 12px;
	height: 22px;
}

.brandHeadingGreenLeft
{
	background: url(images/Bar-Blank-Left.png) no-repeat left;
	background-color:#A2C340;
	width: 12px;
	height: 22px;
}

.brandHeadingGreenMiddle
{
    background: url(images/Bar-Blank-Middle.png) repeat;
    background-color: #A2C340;
    height: 22px;
    font-size:13px;
    color: #FFFFFF;
}

.brandHeadingGreenRight
{
	background: url(images/Bar-Blank-Right.png) no-repeat left;
	background-color:#A2C340;
	width: 12px;
	height: 22px;
}

.pad15
{
    padding-left:15px;
}