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;
}


div.clientNavButton {
	display: inline-table;
	width: 65px;
	height: 75px;
	float: left;
	cursor: pointer;
	color: #2c2c2c;

}

div.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;
}

div.requestButtonUp {
	background: url(/helpdesk/client/request_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.requestButtonDown {
	background: url(/helpdesk/client/request_down.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;

	margin-top: 10px;
}

div.historyButtonUp {
	background: url(/helpdesk/client/history_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.historyButtonDown {
	background: url(/helpdesk/client/history_down.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.approvalsButtonUp {
	background: url(/helpdesk/client/approvals_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.approvalsButtonDown {
	background: url(/helpdesk/client/approvals_down.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}



div.faqButtonUp {
	background: url(/helpdesk/client/faqs_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.faqButtonDown {
	background: url(/helpdesk/client/faqs_down.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.profileButtonUp {
	background: url(/helpdesk/client/profile_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.profileButtonDown {
	background: url(/helpdesk/client/profile_down.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

div.logoutButtonUp {
	background: url(/helpdesk/client/logout_up.gif) no-repeat;
	width: 55px;
	height: 36px;
	display: block;
	margin-top: 10px;
}

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

