﻿/* DEFAULTS
----------------------------------------------------------*/
html {
	height:100%;
	width: 100%;
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow: auto; 
	}

body {
	height:100%; 
	width: 100%;
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}


.body   
{
	display: block;
	position: relative;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	font: 12px "alternate-gothic-no-3-d", sans-serif;
	line-height: 1.4em;
	background: #EEEEEE;
	background-image: url('../Images/LightBrushedAlum.png');
	color: #333333;
	width: 100%;
	min-width: 1024px;
	margin: auto auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	min-height: 768px;
	max-height: 100%;
	height: 100%;
	overflow:auto;
}

.page
{
	display: block;
	position: relative;
	background: #C3C1C1;
	background-image: url('../Images/DarkBrushedAlum.png');
	border: 1px solid #000000;
	border-top: 0px solid #000000;
	padding: 20px 0px;
	margin-left:auto;
	margin-right:auto;
	top: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px 4px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px 4px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 16px 4px;
	-webkit-border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-ms-border-radius: 15px 15px;
	-o-border-radius: 15px 15px;
	border-radius: 15px 15px;
	width: 961px;
	height: 650px;
	overflow:hidden;
	
}



.header
{
	background: #C3C1C1;
	background-image: url('../Images/DarkBrushedAlum.png');
	padding-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-webkit-border-radius: 0 0 0px 15px;
	-moz-border-radius: 0 0 0px 15px;
	-ms-border-radius: 0 0 0px 15px;
	-o-border-radius: 0 0 0px 15px;
	border-radius: 0 0 0px 25px;
	width: 100%;
}

.main
{
	display: block;
	position: relative;
	top: 0px;
    padding: 10px 10px 5px 10px;
    margin: auto auto;
    text-align: left;
    line-height: normal;
	width: 980px;
	overflow:hidden;
}

.ContentFrame {
background: #000000;
	display: block;
	position: relative;
	padding: 2px;
	margin-bottom: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius:  15px;
	-ms-border-radius:15px;
	-o-border-radius: 15px;
	border-radius:15px;
	width: 935px;
	height: 363px;
	background: -webkit-gradient(linear, left top, right bottom, from(#FF001C), to(#D4170F));
	background: -moz-linear-gradient(top, #FF001C, #D4170F); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF001C', endColorstr='#D4170F');
	overflow:hidden;
}

.Content 
{
	display: block;
	position: relative;
	text-align: center;
	top: 2px;
	background: #C3C1C1;
	background-image: url('../Images/VeryLightBrushedAlum.png');
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	width: 934px;
	height: 340px;
	overflow-y: auto;
	overflow-x: hidden;
}


.laborLines {
	padding-bottom: 5px;
}

.menubar {
	padding-top: 8px;
	padding-right: 0px;
	background: #C3C1C1;
	background-image: url('../Images/DarkBrushedAlum.png');
	width: 100%;
}

.desktopButton {
	padding: 1px 0px 1px 6px;
	width: 20%;
}

.button 
{
	display: inline-block;	
	white-space: nowrap;	
	vertical-align: baseline; 
	margin: 0 0px;
	outline: none; 
	cursor: pointer; 
	text-align: center; 
	text-decoration: none; 
	font: 13px IntervalSansProSemiBold, Arial, Helvetica, sans-serif;
	padding: 4px; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 2px 3px 3px rgba(0,0,0,.3);
	width: 100%;
	}

.Wide {min-width: 100px;}

	
.Left {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.Right {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.buttton:active 
{position: relative;	top: 3px;}

.greyRed 
{
	color: #FFFFFF; 
	border: solid 2px #353535; 
	background: #929597; 
	background: -webkit-gradient(linear, left top, left bottom, from(#929597), to(#353535));
	background: -moz-linear-gradient(top,  #929597,  #353535); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#929597', endColorstr='#353535');
}
.greyRed:hover 
{
	color:#ffffff; 
	border:solid 2px #BA111D; 
	background:#FF001A; 
	background:-webkit-gradient(linear, left top, left bottom, from(#FF001A), to(#C6060C)); 
	background:-moz-linear-gradient(top,  #FF001A,  #C6060C);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF001A', endColorstr='#C6060C');
}
.greyRed:active
{
	color:#ffffff; 
	border:solid 2px #BA111D; 
	background:#FF001A; 
	background:-webkit-gradient(linear, left top, left bottom, from(#FF001A), to(#FF001A)); 
	background:-moz-linear-gradient(top,  #FF001A,  #FF001A);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF001A', endColorstr='#FF001A');
}

.greyRedSelected {
	color: #FFFFFF; 
	border: solid 2px #353535; 
	background: #929597;
	font-size: 14px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#b2b5b7), to(#353535));
	background: -moz-linear-gradient(top,  #b2b5b7,  #353535); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b5b7', endColorstr='#353535');
}

.lightGrey
{
	color: #000000; 
	border: solid 2px #353535; 
	background: #929597; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#929597));
	background: -moz-linear-gradient(top,  #eeeeee,  #929597); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#929597');
}

.lightGrey:active
{
	color: #000000; 
	border: solid 2px #353535; 
	background: #929597; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#353535));
	background: -moz-linear-gradient(top,  #eeeeee,  #353535); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#353535');
}

.GradientGrid
{
	text-align: left; 
	padding:20px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,.2);
	border: 1px solid;
	color: #000000;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
}

.AutoServiceNewsGridBorder {
	Width: 93%;
	Height: 100%;
	Border-Style: Solid;
	Border-Color: black;
	Border-Width: 1px;
	padding: 10px 40px 10px 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,.2);
	border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee));
	background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee');
}

.AutoServiceNewsGrid {
	Width: 100%;
	Height: 85%;
	padding: 20px;
	text-align: left;
}

/*.lightGrey:hover 
{
	color: #ffffff; 
	background: #929597; 
	background: -webkit-gradient(linear, left top, left bottom, from(#929597), to(#353535));
	background: -moz-linear-gradient(top,  #929597,  #353535); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#929597', endColorstr='#353535');
}
.lightGrey:active
{
	color: #ffffff; 
	background: #929597; 
	background: -webkit-gradient(linear, left top, left bottom, from(#929597), to(#353535));
	background: -moz-linear-gradient(top,  #929597,  #353535); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#929597', endColorstr='#353535');
}*/


/* FORM ELEMENTS   
----------------------------------------------------------*/

input.textEntry 
{
	border: 0;
	outline: none;
	padding: 6px;
	border: 1px solid #999999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
}

input.passwordEntry 
{
	border: 0;
	outline: none;
	padding: 6px;
	border: 1px solid #999999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: inline;
    float: left;
    text-align: center;
    width: auto;
	padding: 0px 40px;
}

.loginDisplay 
{
	position: relative;
	display: inline-block;
	padding: 8px;
	top: 10px;
	margin-bottom: 0px;
	text-align: center;
	background: #C3C1C1;
	color: #ffffff;
	background-image: url('../Images/DarkBrushedAlum.png');
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

.Heading {
	font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.whiteLink 
{
	text-decoration:underline;
	color: white;
	cursor: pointer;
}

.whiteLink:hover 
{
	text-decoration:underline;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.blackLink 
{
	text-decoration:underline;
	color: black;
	cursor: pointer;
}

.blackLink:hover 
{
	text-decoration:underline;
	color: blue !important;
	font-weight: bold !important;
	cursor: pointer;
}

.blueLink 
{
	text-decoration:underline;
	color: blue;
	cursor: pointer;
}

.blueLink:hover 
{
	text-decoration:underline;
	color: blue !important;
	font-weight: bold !important;
	cursor: pointer;
}

.bs-store-locator {
	position: absolute;
	top: 20px;
	left: 800px;
}

.bs-header-divider {
	border: 1px #ffffff solid;
	border-right: 0;
	border-left: 0;
	line-height: 0px;
	width: 960px;
	text-align: center;
}

.bs-header-banner-img {
	padding: 0px;
	border-spacing: 0px;
}

.bs-menubar {
	clear: both;
	display: block;
	white-space: nowrap;
	min-height: 10px;
}

.bs-menu-table {
	display: inline-block;
	width: 800px;
}

.bs-menu-cell {
	width: 198px;
}

.bs-menu-spacer {
	width: 2px;
}

.bs-login-table {
	padding: 10px;
	width: 500px;
	left: 120px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.inline {
	display: inline;
}

.bs-login-error-cell {
	text-align: right;
	padding-right: 160px;
}

.bs-login-button-cell {
	text-align: right;
	padding-right: 150px;
}

.bs-login-help-cell {
	text-align: right;
	padding-right: 160px;
	padding-top: 10px;
}

.bs-help-text {
	position: relative;
	display: inline-block;
	padding: 6px;
	top: 20px;
	width: 720px;
}

.bs-hidden {
	display: none;
}

.bs-lost-vehicle-body {
	min-width: 100px;
	min-height: 100px;
	height: 95%;
	width: 95%;
	padding: 10px;
}

.bs-lost-vehicle-display {
	position: relative;
	top: 0px;
	padding: 20px;
	overflow: auto;
}

.bs-white-text {
	color: white;
}

.bs-height-50 {
	height: 50px;
}

.bs-height-400 {
	height: 400px;
}

.bs-font-bold {
	font-weight: bold;
}

.bs-font-18 {
	font-size: 18px;
}

.bs-width-5 {
	width: 5px;
}

.bs-width-10 {
	width: 10%;
}

.bs-width-20 {
	width: 20px;
}

.bs-width-35 {
	width: 35px;
}

.bs-width-80 {
	width: 80%;
}

.bs-width-110 {
	width: 110px;
}

.bs-width-120 {
	width: 120px;
}

.bs-width-180 {
	width: 180px;
}

.bs-width-320 {
	width: 320px;
}

.bs-width-345 {
	width: 345px;
}

.bs-width-400 {
	width: 400px;
}

.bs-width-600 {
	width: 600px;
}

.bs-my-vehicles-wrapper {
	padding: 0px;
	width: 100%;
}

.bs-auto-news-wrapper {
	padding: 10px 40px 30px 40px;
}

.bs-auto-news-content a:active,
.bs-auto-news-content a:link,
.bs-auto-news-content a:visited {
	text-decoration: none;
	font-size: 12px;
}

.bs-auto-news-content a:hover {
	text-decoration: underline;
}

.bs-auto-news-title {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-left: 0px solid #CCC;
}

.bs-auto-news-content img {
	height: 100px;
	float: left;
	padding-right: 20px;
}

.bs-auto-news-link {
	color: black;
}

.bs-auto-news-title-text {
	font-size: 20px;
}

.bs-auto-news-summary {
	font-size: 16px;
}

.bs-auto-news-read-more {
	float: right;
	color: blue;
}

.bs-full-width-block {
	width: 100%;
	display: block;
}

.bs-full-width {
	width: 100%;
}

.bs-padding-left-40 {
	padding-left: 40px;
}

.bs-padding-right-40 {
	padding-right: 40px;
}

.bs-padding-10 {
	padding: 10px;
}

.bs-float-right {
	float: right;
}

.bs-service-history-wrapper {
	padding: 10px 40px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin-top: -6px;
}

.bs-service-history-grid {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
	padding: 20px 0px;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,.2);
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
}

.bs-service-history-grid th,
.bs-service-history-grid td {
	font-size: 16px;
	word-wrap: break-word;
}

.bs-service-history-grid th {
	background-color: #CCCCCC;
	font-weight: bold;
}

.bs-print-button {
	width: 30px;
	height: 42px;
}

.bs-service-history-heading {
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	table-layout: fixed;
	width: 100%;
}

.bs-print-body {
	height: 100%;
	width: 1024px;
	padding: 10px;
	background-color: white;
}

.bs-print-header {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

.bs-print-grid {
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	font-size: 14px;
	background-color: white;
	text-align: left;
	padding: 10px 0px;
}

.bs-no-vehicle-wrapper {
	padding: 5px 50px;
}

.bs-no-vehicle-table {
	width: 100%;
	text-align: left;
	padding: 20px 0px;
}

.bs-scheduled-services-table {
	padding: 10px 10px 0px 35px;
}

.bs-scheduled-services-table td {
	vertical-align: top;
}

.bs-text-left {
	text-align: left;
}

.bs-maintenance-types-table {
	width: 100%;
}

.bs-intervals-list {
	height: 215px;
	min-height: 215px;
}

.bs-text-center {
	text-align: center;
}

.bs-scheduled-details-table {
	text-align: left;
	padding: 10px 0 20px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,.2);
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
}

.bs-details-heading {
	text-align: center;
	font-size: 18px;
	width: 100%;
	font-weight: bold;
}

.bs-scheduled-details-grid {
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding: 20px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,.2);
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
}

.bs-shop-locations-body {
	min-width: 100px;
	min-height: 100px;
	height: 620px;
	width: 600px;
	padding: 10px;
	overflow: hidden;
}

.bs-shop-locations-form {
	height: 600px;
	overflow: auto;
}

.bs-shop-locations-display {
	height: 550px;
	width: 540px;
	position: relative;
	top: 0px;
	padding: 20px;
	overflow: hidden;
}

.bs-scroll-box {
	overflow: auto;
	height: 300px;
	width: 100%;
}
