/* Reset all CSS */


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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}

/* End Reset */


body {
	margin:0;
	padding:0;
	background:#505050 url('/images/bg.gif');
	background-repeat:repeat
}
img {
	border:0
}
strong {
	font-weight: bolder;
}

ul {
	width:90%;
	padding-left:35px;
	color:black;
	text-decoration:none;
	font:13px/1.3em geneva, arial, sans-serif
}
.headerDiv {
	text-align: center;
}
.headerDiv .Helpdesk {
	position: relative;
	z-index: 2000;
	left: 0px;
	text-align: left;
	width: 102px;
	height: 87px;
	float: left;
	margin-right: -102px;
}


ol {
	width:90%;
	padding-left:35px;
	color:black;
	text-decoration:none;
	font:13px/1.3em geneva, arial, sans-serif
}
#center {
	height:100%;
	min-width:520px;
	background:#FFF;
	padding-top:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}
#border {
	border-style:solid;
	border-color:black;
	border-width:2px;
	border-top:none;
	border-bottom:none;
	min-width:150px;
	width:100%;
	height:100%;
	background:#FFF;
	margin-top:0;
	padding-top:0
}
#menu {
	width:100%;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:9px;
	padding-bottom:11px;
	background:transparent url('/images/menua.gif') repeat-x top
}
#menu a:link {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent url('/images/taba.gif') no-repeat top right;
	font:16px geneva, arial, sans-serif;
	padding:9px 15px 11px 6px
}
a img {
	border:0
}
#menu a:visited {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent url('/images/taba.gif') no-repeat top right;
	font:16px geneva, arial, sans-serif;
	padding:9px 15px 11px 6px
}
#menu a:active {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent url('/images/tab2a.gif') no-repeat top right;
	font:16px geneva, arial, sans-serif;
	padding:9px 15px 11px 6px
}
#menu a:hover {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent url('/images/tab2a.gif') no-repeat top right;
	font:16px geneva, arial, sans-serif;
	padding:9px 15px 11px 6px
}
#logo {
	width:100%;
	height:50px;
	min-width:400px;
	background:#FFF url('/images/back.png') repeat
}
h1 {
	font:16px/1.3em arial, sans-serif;
	font-weight:bold;
	color:black;
	text-indent:5px;
	background:white url('/images/bar.gif') no-repeat center left
}
h2 {
	font:16px/1.3em arial, sans-serif;
	font-weight:bold;
	color:black;
	text-indent:15px;
	width:100%;
	background:white url('/images/bar.gif') no-repeat center left
}
h3 {
	font:16px/1.3em arial, sans-serif;
	font-weight:bold;
	color:black;
	text-indent:16px;
	width:100%;
	background:white url('/images/bar.gif') no-repeat center left
}
#main {
	width:100%;
	float:left;
	background:#FFF
}
p.companyname {
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	font-style:italic;
	color:#f4f4f4;
	font:33px/1.2em "arial black", geneva, sans-serif;
	margin:0
}
p {
	width:97%;
	padding-left:15px;
	color:black;
	text-decoration:none;
	font:13px/1.3em geneva, arial, sans-serif
}
a:link {
	color:#000076;
	text-decoration:none;
	font:13px geneva, arial, sans-serif
}
a:visited {
	color:#000076;
	text-decoration:none;
	font:13px geneva, arial, sans-serif
}
a:active {
	color:#000076;
	text-decoration:none;
	font:13px geneva, arial, sans-serif
}
a:hover {
	color:#000076;
	text-decoration:none;
	font:13px geneva, arial, sans-serif
	border: 1px solid #000000;
}
.twoleft {
	width:48%;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:10px;
	float:left
}
.tworight {
	width:48%;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:10px;
	float:right
}
#footer {
	/*background:#e5e5e5 url('/images/footershadow.png') repeat-x;*/
	margin-top:10px
}
p.footer {
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
	background:transparent;
	font:10px geneva, arial, sans-serif
}
p.footer a:link {
	color:black;
	text-decoration:none;
	font:10px geneva, arial, sans-serif
}
p.footer a:visited {
	color:black;
	text-decoration:none;
	font:10px geneva, arial, sans-serif
}
p.footer a:active {
	color:black;
	text-decoration:none;
	font:10px geneva, arial, sans-serif
}
p.footer a:hover {
	color:black;
	text-decoration:underline;
	font:10px geneva, arial, sans-serif
}
p.code {
	width:90%;
	font-size:13px;
	margin-left:30px;
	background:#e5e5e5
}
#menu a.active {
	color:#FFF;
	text-decoration:none;
	background:transparent url('/images/tab2.gif') no-repeat top right;
	font:16px geneva, arial, sans-serif;
	padding:9px 15px 11px 6px
}
#navtwo {
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	background-repeat:repeat-x;
	background-color: #000000;
	background-image: url(../images/menu.gif);
}
#navtwo a:link {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent center right;
	font:11px geneva, arial, sans-serif;
	padding:1px 15px 1px 6px
}
#navtwo a:visited {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent center right;
	font:11px geneva, arial, sans-serif;
	padding:1px 15px 1px 6px
}
#navtwo a:active {
	color:#FFF;
	text-decoration:none;
	display:inline;
	background:transparent center right;
	font:11px geneva, arial, sans-serif;
	padding:1px 15px 1px 6px
}
#navtwo a:hover {
	display:inline;
	color:#FFF;
	text-decoration:none;
	background:transparent center right;
	font:11px geneva, arial, sans-serif;
	padding:1px 15px 1px 6px
}
.right {
	float:right
}
h1 + h2 {
	margin-top:10px
}
h1 + h3 {
	margin-top:10px
}
p + p {
	margin-top:0;
	margin-bottom:0
}
.caps {
	font-variant:small-caps;
	font-size:11px;
	margin-bottom:14px
}
#loginForm    {
	width: 350px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#centerForm    {
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#centerTable    {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#centerTable TD   {
	width: 175px;
}
.logout {
	background-color: #CCCCCC;
	text-align: center;
	width: 550px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px dashed #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 25px;
	padding-bottom: 25px;
}
.logout a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-color: #DDDBBB;
	border: 1px solid #000000;
	padding: 2px;
}
#myPRE {
	white-space: pre;
	clear: both;
	font-family: "Courier New", Courier, monospace;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #356AA0;
}
.tableHeaderReferrer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #91A629;
}
.greenButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #009933;
	padding: 2px;
	border: 1px solid #000000;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
.KT_tngtable {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 3px;
}


/*
	Button
*/

a.boldbuttons{
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(/images/roundedge-green-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
}

a.boldbuttons span{
	background: transparent url('/images/roundedge-green-right.gif') no-repeat top right;
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
}

a:hover.boldbuttons{ /* Hover state CSS */
	color: #FFFF99;
	text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	padding-left: 5px;
	float: left;
}


/*
Ajax Message Box
*/

.messagebox{
 position:absolute;
 width:80px;
 margin-left:10px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:10px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
 font-size:10px;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:10px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
 font-size:10px;
}

.mydebug{
	white-space: pre;
}

.TDButton {
	font-weight:bold;
	color:#003399;
}

#DealerInfo * {
	background-image: none;
	text-indent: 0px;
}
#DealerInfo {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-indent:0px;
}#DealerInfo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.2em;
}
#DealerInfo h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#DealerInfo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.evenRow, .evenRow a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFF88;
	font-size: 11px;
}
.oddRow, .oddRow a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFF88;
}
.hiliteRow, .hilite, .hiliteRow a:visited{
	background-color: #FFBD66;
	font-size: 11px;
}
.red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.deleted, .deleted td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-decoration: line-through !important;
}
.headerWidth {
	width: 125px;
}
#centerTable .infoWidth {
	width: 150px;
}
.boldCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
#main  .callDealer   {
	font-size: 16pt;
	color: #F79421;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 75px;
}
#main .dealerCall, #main .dealerCall a {
	font-size: 16pt;
	color: #F79421;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 50px;
}
#main .dealerCall a {
	text-decoration: underline;
	color: #D17207;
}
#main  .Ad   {
	font-size: 14pt;
	color: #F79421;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main  .Adhead   {
	font-size: 18pt;
	color: #F79421;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main  .Ad2   {
	font-size: 12pt;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.clean-ok{
	border:1px solid #006600;
	color:#006600;
	padding:4px;
	text-align:center;
	background-color: #33CC00;
}
.clean-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.errorInput {
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
}
.newUserMessage{
	margin-top: 10px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#menu #emailDealer{
	color: #66FF33;
}
