
div#clientHeaderBackground {
	width: 100%;
	background: url(/helpdesk/client/background.gif) repeat-x;
	display: table;
	clear: right;
	height: 94px;
	padding-top: 4px;
}

div#buttonBox { 
	display: table;
	clear: right;
	white-space: nowrap;
}


div#logoWell
{
	width: 269px;
	height: 73px;
	background-repeat: no-repeat;
	background-image: url(/helpdesk/client/logo_well.gif);
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 4px;
	float: left;
	display: block;
	clear: right;
}


.clientNavButton {
	display: inline-table;
	width: 65px;
	height: 75px;
	float: left;
	cursor: pointer;
	color: #2c2c2c;
	text-align: center;
	margin-top: 10px;
}


.buttonLabel {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	text-shadow: #fff 0 1px 0;
	line-height: 12px;
	font-weight: bold;
	white-space: normal;
	margin-top: 35px;
}

.requestButtonUp {
	background: url(/helpdesk/client/request_up.png) no-repeat;
}

.requestButtonDown {
	background: url(/helpdesk/client/request_down.png) no-repeat;
	}

.historyButtonUp {
	background: url(/helpdesk/client/history_up.png) no-repeat;
}

.historyButtonDown {
	background: url(/helpdesk/client/history_down.png) no-repeat;
}

.approvalsButtonUp {
	background: url(/helpdesk/client/approvals_up.png) no-repeat;
}

.approvalsButtonDown {
	background: url(/helpdesk/client/approvals_down.png) no-repeat;
}

.faqButtonUp {
	background: url(/helpdesk/client/faqs_up.png) no-repeat;
}

.faqButtonDown {
	background: url(/helpdesk/client/faqs_down.png) no-repeat;
}

.profileButtonUp {
	background: url(/helpdesk/client/profile_up.png) no-repeat;
}

.profileButtonDown {
	background: url(/helpdesk/client/profile_down.png) no-repeat;
}

.logoutButtonUp {
	background: url(/helpdesk/client/connected.png) no-repeat;
}

a.clientNavButton.logoutButtonUp:hover {
	background: url(/helpdesk/client/disconnect.png) no-repeat;
}

div#footer
{
	background-image: url(/helpdesk/client/footer_background.gif);
	margin-top: 40px;
	height: 35px;
	width: 100%;
	vertical-align: middle;
	color: #999;
	background-repeat: repeat-x;
}


