body {
	background-image: url(App_Images/page_bg.gif);
	margin-top: 1px;
	margin-left: 0px;
}

/* Tables */
table.border {
	width: 100%;
	border: 1px;
	border-style: solid;
	border-color: Black;
}

table.justborder {
	border: 1px;
	border-style: solid;
	border-color: Black;
}

td.ybg {
	background-image: url(App_Images/ybg.gif);
	background-repeat: repeat-x;
	font-family: Arial Rounded MT Bold;
	color: #191970;
	font-size: 13px;
	padding: 2px;
}

td.ybgl {
	background-image: url(App_Images/ybg.gif);
	background-repeat: repeat-x;
	font-family: cursive;
	color: #191970;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}

td.lbbg {
	background-image: url(App_Images/lbbg.gif);
	background-repeat: repeat-x;
	font-family: Arial Rounded MT Bold;
	color: Navy;
	font-size: 13px;
	padding: 2px;
}
td.hlb {
	background-image: url(App_Images/hlb.gif);
	background-repeat: repeat-x;
	font-family: Arial Rounded MT Bold;
	color: Navy;
	font-size: 16px;
	height: 33px;
	padding: 2px;
}

td.hdb {
	vertical-align: baseline;
	background-image: url(App_Images/hdb.gif);
	background-repeat: repeat-x;
	font-family: Times New Roman;
	font-weight: bold;
	color: Navy;
	font-size: 16px;
	color: White;
	padding: 2px;
}

td.hdbl {
	vertical-align: baseline;
	background-image: url(App_Images/hdb.gif);
	background-repeat: repeat-x;
	font-family: Times New Roman;
	font-weight: normal;
	color: Navy;
	font-size: 16px;
	color: White;
	padding: 2px;
}

td.wbg {
	background: White;
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px;
}

td.bbg {
	background: #E0E9F4;
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px;
}

/* End Tables */

/* Links */
a.tinylink {
	text-decoration: none;
	color: #0560a6;
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
}

a.tinylink:hover{
	text-decoration: underline;
	color: #A5050D;
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
}
/* End Links */


/* Text */
.lbltext {
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.btext {
	font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.lblhead {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #FF8C00;
}

.lblbold {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

.dealernameheader {
	font-family: Edwardian Script ITC;
	font-size: 55px;
	color: #8B0000;
}


/* Buttons */
.button {
	background: #6495ED ;
	border: 1px;
	border-style: solid;
	border-color: Maroon;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-style: normal;
 font-size: 12px;
}
.buttonedit {
	background: #DEB887;
	border: 1px;
	border-style: solid;
	border-color: Maroon;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-style: normal;
 font-size: 12px;
}

.buttondel {
	background: #FFA07A;
	border: 1px;
	border-style: solid;
	border-color: Maroon;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-style: normal;
 font-size: 12px;
}


/* End Buttons */
.txtbox {
	background: White;
	border: 1px;
	border-color: Silver;
 	border-style: solid; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.listbox {
	background: White;
	border: 1px;
	border-color: Silver;
 	border-style: solid; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

