﻿@import url(../WebApps.css);

.pageHeader
{
	overflow: hidden;
	clear: both;
	width: 1400px;
	border-bottom: solid 4px rgb(232, 232, 232);
	background-image: url(../../images/header-footer.jpg);
	background-position: bottom;
	background-repeat: repeat;
	vertical-align: bottom;
}

.pageHeaderWHIMarket
{
	overflow: hidden;
	clear: both;
	width: 850px;
	border-bottom: solid 4px rgb(232, 232, 232);
	background-image: url(../../images/header-footer.jpg);
	background-position: bottom;
	background-repeat: repeat;
	vertical-align: bottom;
}

.pageHeaderHidden
{
	overflow: hidden;
	clear: both;
	width: 1200px;
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#globalToolbar
{
	overflow: hidden;
	background-color: #05143f;
	height: 25px;
	width: 100%;
}

#toolbarLinks
{
	float: right;
}

#applicationIdentity
{
	vertical-align: bottom;
}
/*
input#scaniaLogo
{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: top;
}
*/
#scaniaLogo
{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: top;
}

 #applicationTitle
 {
	display: inline;
	position: relative;
	top: 6px;
 }

#tabToolbar
{
	float: left;
	overflow: hidden;
	height: 25px;
}

#globalSearch
{
	float: right;
	padding-right: 5px;
}

#pageWrapper
{
	width: 1408px;
	overflow: hidden;
	background-image: url(../../images/navigationBackground.gif);
	background-position: left;
	background-repeat: repeat-y;
}


#pageNavigation
{
	float: left;
	width: 200px;
	overflow: auto;
}

#pageContents
{
	vertical-align: top;
	clear: none;
	float: left;
	width: 760px;
	background-color: rgb(255, 255, 255);
	background-image: url(../../images/griffin-light-1.gif);
	background-attachment: scroll;
	background-position: right -88px;
	background-repeat: no-repeat;
}

#pageWrapper.wide #pageNavigation
{
	visibility: hidden;
	display: none;
}

#pageWrapper.wide #pageContents
{
	width: 1400px;
}

#pageFooter
{
	clear: both;
	width: 1400px;
	border-top: solid 5px rgb(232, 232, 232);
	background-image: url(../../images/header-footer.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
}

#pageFooterWHIMarket
{
	clear: both;
	width: 850px;
	border-top: solid 5px rgb(232, 232, 232);
	background-image: url(../../images/header-footer.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
}