﻿.SideLinks3
{
	background-color:whitesmoke;
	padding:8px;
	font-weight:bold;
}



/***
*	Controls the standard link and margins on each page.
***/
body 
{
	margin:0;
	font-family:Verdana;
	font-size:10px;
}

/***
*	Controls the style of most tables in the application.
***/
table.StandardTable
{
	width:100%;
	border-collapse:collapse;
}

.StandardTable td
{
	padding:0;
}

/***
*	Controls the style of the middle table cell of the rounded left and right images.
***/
.RoundedCenter
{
	background-color:#CCC;
	width:100%;
}

/***
*	Controls the font style of the navigation links. (Home, Potain, Grove, etc.)
***/

a.NavigationLink
{
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.NavigationLink:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 5px #999;
	font-size:12px;
}

.NavigationSelected
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 5px #999;
	font-size:12px;
}