﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
element.style {
    display: inline-table !important;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General Styles */

body {
    background-color: #FFF;
}

td, div, label {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    display: inline;
}

h1 {
    background-image: url('images/ToyotaLeadtheWay.jpg');
    background-repeat: no-repeat;
    width: 161px;
    height: 51px;
    text-indent: -9999px;
    margin: 9px 18px 7px 17px;
    display: block !important;
}

h2 {
    font-size: 14px;
    color: #454545 !important;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 16px;
}

a:link, a:active, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #BC0000;
    text-decoration: none;
}

label {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

/* General */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.darkGreyTxt {
    color: #333;
}

.margin6px {
    margin: 6px;
}

.lightGreyBG {
    background-color: #E5E5E5;
}

.width299 {
	width: 298px;
}

.toyota, a.toyota {
    color: #BC0000;
}

.orangeTxt {
    color: #EB5401;
}

.orangeTxt label {
    color: #EB5401;
}

.paddingTB6px {
    padding: 6px 0 6px 0;
}

.padding10px {
    padding: 10px;
}

.clear {
    clear: both;
}

/*Modal Popup*/
.modalBackground {
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;
	position: fixed;
}

.modalPopup {
	background-color:#FFFFFF;
	border: 1px solid #7f7f7f;
	padding:0px;
	width:250px;
	position: fixed;
}

.modelHead {
    background-image: url('images/modelHeader.jpg');
    background-repeat: repeat-x;
    border-bottom: 1px solid #7f7f7f;
    height: 46px;
    padding: 6px;
    font-size: 14px;
}

.modelFooter {
    background-image: url('images/modelFooter.jpg');
    background-repeat: repeat-x;
    border-top: 1px solid #7f7f7f;
    height: 15px;
    padding: 6px;
}

/*Modal Popup*/

.modalPopupOther {
	background-color:#FFFFFF;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	padding:0px;
	width:250px;
	position: fixed;
}

.modelHeadOther {
    background-image: url('modal/borderTopCenter.png');
    background-repeat: repeat-x;
    padding: 15px 6px 6px 6px;
    font-size: 14px;
    height: 21px;
}

.modelFooterOther {
    background-image: url('modal/borderBottomCenter.png');
    background-repeat: repeat-x;
    height: 21px;
}