@CHARSET "ISO-8859-1";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f3538;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2f3538;
	background: #f3f5f6;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px !important;
	font-weight: 700 !important;
	padding-bottom: 5px;
}

h2 {
	font-size: 20px !important;
	font-weight: bold; 0
	color: #000 !important;
	padding-bottom: 5px;
}

h3 {
	font-size: 18px !important;
	font-weight: bold;
	padding-bottom: 5px;
	color: #000 !important;
}

h4 {
	font-size: 16px !important;
	font-weight: bold;
	color: #000 !important;
}

h6 {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #3c474e !important;
}

a, a:hover, a:visited {
	color: #3760a4;
	text-decoration: none;
}

/********************************/
/*       Page                */
/********************************/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	padding: 0 0 100px;
}

.main-content {
	background: #f3f5f6;
}

#footer {
	min-height: 100px;
	background-color: #fff;
	color: #8994a0;
}

.splash-image {
	background-image: url("/SiteBranding/img/brands/vwfs/icons/home_container_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 330px;
}

.splash-image-corp {
	background-image: url("/SiteBranding/img/brands/vwfs/icons/home_container_bg_corp.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 330px;
}

.overview-image {
	background-image: url("/SiteBranding/img/brands/vwfs/icons/keys.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 210px;
}

.overview-image-corp {
	background-image: url("/SiteBranding/img/brands/vwfs/icons/keys_corp.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 210px;
}

/********************************/
/*       Buttons                */
/********************************/
a.btn-default {
	color: #fff;
	background-color: #0099da;
	border-color: #0099da;
}

.btn-default {
	color: #fff;
	background-color: #0099da;
	border-color: #0099da;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .btn-default.disabled, .open>.dropdown-toggle.btn-default
	{
	color: #fff;
	background-color: #0068aa;
	border-color: #0068aa;
}

.btn-primary {
	color: #333;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.disabled, .open>.dropdown-toggle.btn-primary
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

/********************************/
/*       Blocks                */
/********************************/
.block-start {
	background-color: #3760a4;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
  	font-size: 120%;	
  	border-radius: 4px;
}

.block-start a, .block-start a:hover, .block-start a:visited {
	text-decoration: none;
	color: #fff;
}

.block-header {
	background-color: #fff;
	border-bottom: solid 1px #eaeeed;
	min-height: 100px;
}

.block-statusbar {
	background-color: #eaeeed;
	margin-bottom: 0px;
}

.block-document {
	background-color: #e7e7e7;
	color: #000;
}

.block-document hr {
	color: #3760a4;
}

.block-document a, .block-document a:hover, .block-document a:visited {
	color: #3760a4;
	font-weight: bold;
}

.block-continue {
	background-color: #3760a4;
	color: #fff;
}

.block-continue a, .continueButton a:hover, .continueButton a:visited {
	font-weight: bold;
	color: #fff;
}

.block-continue p {
	color: #fff;
}

.block-continue ul li {
	color: #fff;
}

.block-continue .inputBold {
	font-weight: bold;
	border: solid 1px #d0d0d0;
	background: #e6e6e6;
	color: #000;
}

.block-feature {
	background-color: #f0f0f0;
}

.block-outline {
	border: solid 1px #f0f0f0;
}

#block-warn-session {
	width: 100%;
	color: #fff;
	border: solid 3px #cc0000;
	background-color: #cc0000;
	text-align: center;
	padding: 10px 0 10px 0;
}

/********************************/
/*       Text              */
/********************************/
.header-text {
	color: #333;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #3760a4;
}

.feature-text {
	font-weight: bold;
	color: #3760a4;
}

.feature-color {
	color: #3760a4;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #3760a4;
}

.tooltip.in {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.tooltip-inner {
	background-color: #666;
	max-width: 350px;
	padding: 10px;
	color: #fff;
	text-align: left;
	border-radius: 6px;
}

.tooltips-disclaimer {
	font-style: italic;
	color: #8994a0;
}

/********************************/
/*       Well               */
/********************************/
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/********************************/
/*       Panels               */
/********************************/

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #3760a4;
}

.panel-body {
  padding: 0 15px 0 15px;
}

/********************************/
/*       Forms               */
/********************************/

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555050;
	background-color: #fff;
	background-image: none;
	border: 1px #dee4e4 solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #dee4e4;
	background-color: #f0f0f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/********************************/
/*       General                */
/********************************/

.table-data-head {
	padding: 5px;
	border: solid 1px #f0f0f0;
	margin: 0;
	background-color: #f0f0f0;
	font-weight: bold;
}

.table-data {
	padding: 5px;
	border-left: solid 1px #f0f0f0;
	border-top: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;		
	margin: 0;
}

.table-data-final {
	padding: 5px;
	border-bottom: solid 1px #f0f0f0;
	margin: 0;
}

.table-data-full {
	padding: 5px;
	border: solid 1px #f0f0f0;
	margin: 0;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 2px solid #f0f0f0;
}