@charset "utf-8";

Body {
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #003366;
}

.FleetWiseStyleSheet #Box{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/BackgroundImages/BackgroundGradiant.jpg);
	background-repeat: repeat-y;
}

.FleetWiseStyleSheet #Header{
	width: 900px;
	height: 120px;
	background-image: url(../Images/BackgroundImages/FWHeaderBackground.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #036;
}

.FleetWiseStyleSheet #LinksBar{
	height: auto;
	
}

.FleetWiseStyleSheet #Icons{
	border-bottom-color:#CCC;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom-style: ridge;
}


.FleetWiseStyleSheet #TableArea{
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #036;
	
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #036;
	
	border-right-style: none;
	border-left-style: none;
	
	width: 900px;
}

.FleetWiseStyleSheet #SideBarArea{
	
	vertical-align:top;
	width: 130px;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align:center;
}

.FleetWiseStyleSheet #MainContent{
	vertical-align:top;
	background-color: #E2E2E2;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}



.FleetWiseStyleSheet #LandingPageImage{
	display: inline-block;
	text-align: right;
	float: right;
	padding: 5px;
}


.FleetWiseStyleSheet #LandingPageButton{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.FleetWiseStyleSheet #LandingPageContent{
	vertical-align:top;
	background-color: #FFF;
}

.FleetWiseStyleSheet #SideBarFooter {
	background-color: #C0C0C0;
	padding: 12px;
}

.FleetWiseStyleSheet #CenterImage {
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #036;
	border-bottom-style: groove;
	border-bottom-color: #959CAF;
}

h2 {
	font-size: 18px;
	color: #C00;
	border-bottom-style: dotted;
	border-bottom-color: #C9CCD5;
}

h3 {
	font-size: 16px;
	color: #036;
}
