﻿/***
	Controls the style for sub folders displayed in the left pane of the content page.
***/

table.LeftPane
{
	width:100%;
	border-collapse:collapse;
}

.LeftPane td
{
	height:18px;
	text-indent:5px;
	padding:0px;
}

/***
	Controls the left pane dynamic items.  These style sheet class names are specified
	in the web.config according to their dynamic folder name.
***/
.GroveItem, .GroveItem:hover
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#2D3437;
}

.MTWItem, .MTWItem:hover
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.NationalItem, .NationalItem:hover
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.PotainItem, .PotainItem:hover
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFC211;
}

/***
	Controls the style for sub folders and documents displayed in the right pane of the content page.
***/

.RightPaneHeader
{
	background-color:#CCCCCC;
	padding:10px;
}

table.RightPane
{
	width:100%;
	border-collapse:collapse;
}

table.RightPane td
{
	background-color:#DEDEDE;
}

.RightPane a
{
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}

.RightPane a:hover
{
	text-decoration:underline;
}
.heading
{
	font-family:Verdana;
	font-size:14pt;
	color:#ED1C29;	
	
}
.marketingcontent
{
	font-family:Verdana;
	font-size:12pt;
	color:#666666;
}