﻿
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#TB_window a:link {color: #FFFFFF;}
#TB_window a:visited {color: #FFFFFF;}
#TB_window a:hover {color: #FFFFFF;}
#TB_window a:active {color: #FFFFFF;}
#TB_window a:focus{color: #FFFFFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#FFFFFF;
	display:none;
	border: 4px solid #000000;
	text-align:center;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000000;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#000000;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* DESIGNER APPLIED CSS STYLES */
	
	/* Page Container */
	
	#CONTAINER-DRIVING { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_driving_sales.jpg");
		background-repeat:no-repeat;
	}

	#CONTAINER-FI { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_fi_profitability.jpg");
		background-repeat:no-repeat;
	}

	#CONTAINER-RECRUITING { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_recruiting.jpg");
		background-repeat:no-repeat;
	}

	#CONTAINER-TRAINING { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_training.jpg");
		background-repeat:no-repeat;
	}
	
	#CONTAINER-PERFORMANCE { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_performance_tools.jpg");
		background-repeat:no-repeat;
	}

	#CONTAINER-ABOUT { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/publishingimages/headers/header_about_efg.jpg");
		background-repeat:no-repeat;
	}

	#CONTAINER-HOME { /* Used on <center> tag to align layout */
		margin: 0 auto 0 auto;
		width:950px;
		height:650px;
		background-image:url("/images/bg-page.jpg");
		background-repeat:no-repeat;
	}
		
}
		
	/* Header & Primary Navigation */

	.ms-globalTitleArea{
		text-align:right;
		Background:none;
		padding:0;
		margin:0;
	}
	.ms-bannerContainer{
		Background:none;
		padding:0;
		margin:0;
		height:31px;
	}

	.ms-banner{
		Background:none;
		padding:0;
		margin:0;
		height:31px;
	}

	#navContainer {
		background:url("/publishingimages/bg-navigation-page.jpg"); 
		height:31px;
		width:950px;
			margin-bottom:0;
			padding-bottom:0;
			height:31px;
	}
		
	#navContainer-HOME {
		background:url("/publishingimages/bg-navigation.jpg"); 
		height:31px;
		width:950px;
			margin-bottom:0;
			padding-bottom:0;
			height:31px;
	}
	
		.ms-topnavContainer{
			border:none;
			margin-bottom:0;
			padding-bottom:0;
			height:31px;
		}
		
		.ms-pagebreadcrumb,.ms-pagebreadcrumb a{
			background:none;
			color: #999999;
			font-size: 10px;
		}
				
		.ms-topnav{
			background:none;
			border:none;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
			color:#FFFFFF;
			margin-bottom:0;
			padding-bottom:0;
			height:31px; 
		}
		.ms-topnav a{
			display:block;
			white-space:nowrap;
			padding:3px 15px 3px 15px;
			margin:0;
		}
		.ms-topnavselected{
			color:#FFFFFF;
			background:none;
			border:none;
			font-weight:bold;
			background-color:#00466E;
			margin:0;
			padding:0;
		}
		.ms-topnavselected a{
			display:block;
			color:#FFFFFF;
			white-space:nowrap;
			padding:3px 15px 3px 15px;
			margin:0;
		}
		.ms-topNavHover{
			background:none;
			background-color:#006299;
			border:none;
			color:#FFFFFF;
			margin-bottom:0;
			padding-bottom:0;
		}
		.ms-topNavHover a{
			display:block;
			color:#FFFFFF;
			white-space:nowrap;
			padding:3px 15px 3px 15px;
			margin:0;
		}
		.ms-topnav img{
			position:relative;
			left:-6px;
		}
		.ms-topNavFlyOutsContainer
		{
			border:solid 1px #c2dcff;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
		}
		.ms-topNavFlyOuts{
			background-color:#F2F8FF;
			border:solid 1px #c2dcff;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
		}
		.ms-topNavFlyOuts a{
			display:block;
			*width:120px;
			min-width:120px;
			color:#3764a0;
			padding:4px 8px 4px 13px;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
		}
		.ms-topNavFlyOutsHover{
			background-color:#639dcd;
			color:#ffffff;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
		}
		.ms-topNavFlyOutsHover a{
			background-color:#639dcd;
			color:#ffffff;
			font-family:Arial, Helvetica, Sans-serif;
			font-size:10pt;
		}
				
	/* Secondary Navigation */

	.ms-navframe {
		border-right: 1px solid #d1d3d4;
		border-top: 1px solid #d1d3d4;
	}
	
	.ms-nav td,.ms-nav .ms-SPZoneLabel{
		font-size:9pt;
		font-family:Arial, Helvetica, Sans-serif;
	}	

	.ms-quickLaunch{
		border:none;
		font-size:8pt;
		font-family:Arial, Helvetica, Sans-Serif;
		line-height:10pt;
		background:none;
	}
	
	.ms-quicklaunch table td{
		border:none;
	}
	
	.ms-quicklaunch .ms-treeviewouter table td{
		border-top:none;
	}
		
	.ms-quicklaunch table.ms-navheader td,.ms-navheader2 td,.ms-quicklaunch span.ms-navheader{
		background:none;
		border:none;
		padding:3px 4px 3px 4px;
	}

	.ms-quicklaunch span.ms-navheader{
		background:none;
		border:none;
		padding:1px 6px 3px 6px;
	}

	.ms-quicklaunch table.ms-navsubmenu2 td{
		border:none;
	}
	
	.ms-quicklaunch table.ms-selectednavheader td{
		width:100%;
	}

	.ms-quicklaunch table.ms-selectednavheader{
		border:none;
	}

	.ms-selectednavheader {
		background-color:#639dcd;
		border:none;
	}

	table.ms-navitem td,span.ms-navitem{
		background:none;
		padding:4px 6px 4px 16px;
		font-family:Arial, Helvetica, Sans-Serif;
		font-size:9pt;
	}
		
	.ms-navsubmenu1{
		width:100%;
		border-collapse:collapse;
		background:none;
	}

	.ms-navsubmenu2{
		width:100%;
		background:none;
		margin-bottom:0;
	}

	.ms-quicklaunchouter{
		border:none;
		margin:15px 1px 2px 1px;
	}

	table.ms-navheader td{
		background-image:none;
	}

	
	/* Page Styles */
	td.ms-rightareacell div.ms-pagemargin{
		background-color:#83b0ec;
		background-image:url("/_layouts/images/pagebackgrad.gif");
		background-repeat:repeat-x;
		height:100%;
		border:none;
	}
	
	.ms-bodyareapagemargin{
		background:#83b0ec;
		border:none;
	}
	
	.ms-bodyareaframe,.ms-viewareaframe{
		vertical-align:top;
		height:100%;
		width:100%;
		background:none;
		border:none;
		padding-top:0px;
	}

	.ms-pagebreadcrumb {
		padding-left:0;
		margin-left:0;
		padding-bottom:13px;
	}
	
	
	.ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle{
		background-color:#dde1e5;
		border:none;
	}


		/* HEADER NAV ITEMS */
		.ms-navheader a,.ms-navheader2 a{
			font-weight:normal;
			color:#0070af;
			text-decoration:none;
			padding:0 3px 0 3px;
			display:block;
		}
		.ms-navheader a:hover,.ms-navheader2 a:hover{
			color:#FFFFFF;
			text-decoration:none;
			background-color:#0070af;
		}
		.ms-selectednavheader td a{
			color:#FFFFFF;
			font-weight:normal;
			text-decoration:none;
			padding:0 3px 0 3px;
			display:block;
		}

		/* SUB NAV ITEMS */
		.ms-navItem a{
			color:#000000;
			text-decoration:none;
			display:block;	
			padding:0 3px 0 3px;
			background:none;
		}
		.ms-navItem a:hover{
			color:#FFFFFF;
			text-decoration:none;
			background-color:#0070af;
		}			
		.ms-quicklaunch table.ms-selectednav td{
        	text-decoration:none;
        	background-color:#639dcd;
			padding:0px 4px 1px 12px;
			margin:0px;
			border-top:solid 1px #ffffff;
			border-left:solid 1px #ffffff;
        }
		.ms-quicklaunch table.ms-selectednav td a {
        	color:#FFFFFF;
        }

        .ms-quicklaunch table.ms-selectednav{
			border:solid 0px #ffffff;
			background-color:#ffffff;
			background-image:none;
			margin:2px;
			margin-bottom:0;
			width:97%;
		}        			
	
	/* MAIN CONTENT COLUMNS */
	.ms-areaseparator{
		background-color:#ffeaad;
		background-image:url("/_layouts/images/formtitlegrad.gif");
		background-repeat:repeat-x;
		border-right:none;
		border-left:none;
		padding-left:5px;
		height:61px;
	}
	.ms-pagemargin{
		background:none;
		height:100%;
	}

		/* Right Column */
		
		.ms-bodyarearight{
			width:189px;
			padding:10px 0 10px 10px ;
			border-left: 1px solid #d1d3d4;
			border-top: 1px solid #d1d3d4;
			font-size:11pt;
		}
		.ms-bodyareanews {
			width:189px;
			padding:0;
			/*padding:10px 0 10px 10px ;*/
			border-left: 1px solid #d1d3d4;
			border-top: 1px solid #d1d3d4;
			/*border-bottom: 1px solid #d1d3d4;
			background-color:#FFFFFF;*/
			font-size:11pt;
		}	
	
	/* Footer */

	.mainFooter {
		background:url("/publishingimages/footer_page.jpg"); 
		color:#FFFFFF;
		height:20px;
		width:100%;
		margin-top:25px;
		padding:2px 20px 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
	}

	.mainFooter a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:8pt;
	}
	
	.mainFooter a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}

	.mainFooter_home {
		background:url("/publishingimages/footer_page.jpg"); 
		color:#000000;
		height:20px;
		width:100%;
		margin-top:25px;
		padding:2px 20px 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
	}
	
	.mainFooter_home a{
		color:#FFFFFF;
		text-decoration:none;
		font-size:8pt;
	}
	
	.mainFooter_home a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	/* Additional Font Styles */
		
	.ms-bodyareaframe h3{
		color:#0070af;
		font-size:17px;
		font-weight:bold;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	.ms-bodyareaframe em{
		color:#0070af;
		font-size:13px;
		font-style:normal;
		font-weight:normal;
	}

	.ms-bodyareaframe a{
		color:#0070af;
		text-decoration: underline;
	}	
	
	.ms-bodyarearight h3{
		color:#000000;
		font-size:14pt;
	}
		
	.ms-bodyareaframe p{
		font-size:13px;
		padding-top:5px;
		margin-top:0;
	}

	.ms-bodyareaframe li{
		font-size:13px;
	}

	.ms-bodyareaframe strong{
		font-size:13px;
		font-weight:normal;
	}

	.ms-bodyarearight a{
		color:#0070af;
		font-style:normal;
		text-decoration:none;
	}

	.ms-bodyarearight a:hover{
		color:#0070af;
		font-style:normal;
		text-decoration:underline;
	}
	
	.testimonial {
        color: #000000;
        font-size:12pt;
    }

    .colorize_blue {
        color: #0070af;
    }
    
    hr {
        height:1px; 
        color:#0070AF;
        margin-bottom:10px;
		margin-right:3px;
		margin-left:3px;
    }


	.testimonial_author{
		background:none;
		color: #999999;
		font-size: 10px;
	}

	.ms-bodyarearight h6 {
		font-family:Arial, Helvetica, sans-serif;
		color:#0070AF; 
		font-size:100%;
		font-size:13pt; 
		font-weight: normal;
		text-align:center;
		margin:0;
		padding:0;
	}

	.ms-bodyarearight .pdfLink {
		font-family:Arial, Helvetica, sans-serif;
		color:#0070AF; 
		font-size:100%;
		font-size:14px; 
		font-weight:normal;			
		text-decoration:none;
	}
	.ms-pagebreadcrumb,.ms-pagebreadcrumb a{
			background:none;
			color: #999999;
			font-size: 10px;
	}
	.tab_hover {
	    color:white;
	    width:150px;
	    height:18px;
	    display:block;
	    background:url(/fi-profitability/products/PublishingImages/1-VehicleServiceContracts/tab2-rollover.gif) no-repeat;
	    border:0px;
	    text-align:left;
	    padding-left: 8px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:10px;
	    font-weight:bold;
    }
    .tab {
	    color:white;
	    width:150px;
	    height:18px;
	    display:block;
	    background:url(/fi-profitability/products/PublishingImages/1-VehicleServiceContracts/tab2.gif) no-repeat;
	    border:0px;
	    text-align:left;
	    padding-left: 8px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:10px;
	    font-weight:bold;
    }
    .tabEmpty {
	    color:white;
	    width:150px;
	    height:18px;
	    display:block;
    }
	.tab_hover2 {
	    color:white;
	    width:190px;
	    height:18px;
	    display:block;
	    background:url(/fi-profitability/products/PublishingImages/1-VehicleServiceContracts/tab2-rollover.gif) no-repeat;
	    border:0px;
	    text-align:left;
	    padding-left: 8px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:10px;
	    font-weight:bold;
    }
    .tab2 {
	    color:white;
	    width:190px;
	    height:18px;
	    display:block;
	    background:url(/fi-profitability/products/PublishingImages/1-VehicleServiceContracts/tab2.gif) no-repeat;
	    border:0px;
	    text-align:left;
	    padding-left: 8px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:10px;
	    font-weight:bold;
    }
    .tabEmpty2 {
	    color:white;
	    width:140px;
	    height:18px;
	    display:block;
    }

	
    .data_tabcontainer {
	    width:100%;
	    height:190px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:11px;
	    padding:.3em;
	    text-align:left;
    }
	.clearBackground {
		border:none;
		background:none;
	}
