
/* DO NOT PUT SITE-SPECIFIC RULES IN HERE */



html, body, form {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}
body {
	font-size: 12px;
	margin:0 auto;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-size:20px;
	margin-bottom:14px;
}

h2 {
	font-size:16px;
	margin-bottom:1em;
	color:#333;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

input[type=text], input[type=password], textarea, select {
	font-size:1em;
	border:1px solid #bbb;
	width:200px;
	margin-bottom:2px;
}
label.error, span.error, div.error {
	border:1px solid #c00;
	background-color: #fdc;
	color:#c00;
	font-weight:normal;
	padding: 2px 5px;
	margin:0 0 0 5px;
	line-height:1.4em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	white-space:nowrap;
	position:relative;
	z-index:150;
}
div.error { margin:0; text-align:center; }
input.error { border-color:#c00; background-color: #fdc; font-weight:normal; }
input.long-textbox, select.long-textbox { width:99%; }
input.short-textbox { width:110px; }
input.number, select.number { width:50px; }
input.date { width:195px; text-align:center; }
textarea.richtext {
	height:100px;
	width:500px;
}

label {
	display:block;
	margin-bottom:3px;
}
.checkbox label {
	display:inline;
}
.checkbox input {
	display:inline;
	width:auto;
}


img {
	border:none;
	vertical-align:middle;
}

hr {
	background:none;
	border:none;
	border-bottom:1px solid #999;
	height:0px;
	clear:both;
	padding:1em 0 0 0;
	margin:0 0 1em 0;
	margin:1em 0 1em 0 !justIE;
	padding:0 !justIE;
}

ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}

li {
	margin:0;
	padding:0;
	_height:0; /* IE6- Bug Fix */
	vertical-align: bottom; /* IE6- Bug Fix */
}

small {
	font-size:11px;
}

big {
	font-size:1.2em;
}

/*a:link, a:visited, */
a, a:hover {
	text-decoration:none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
}

table {
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}
table tr {
	margin:0;
	padding:0;
}
table th, table td {
	margin:0;
	border:none;
	vertical-align:top;
}
table th {
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}

fieldset {
	border:1px solid #ccc;
	padding:10px 15px 20px 15px;
	padding:0 15px 20px 15px !justIE;
	margin-bottom:1.5em;
	margin-top:0;
	padding-top:1px !justIE;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
legend {
	line-height:17px;
	padding:2px 5px;
	margin:0;
	margin:0 0 15px 0 !justIE;
	font-weight:bold;
}

.panel {
	padding:10px;
	text-align:center;
	background-color:#f1f1f1;
	color:#285a8e;
	border:1px solid #285A8E;
}

button, input[type=button], input[type=submit], .button {
	font-size:10px;
	line-height:21px;
	padding:3px 7px;
	text-transform:uppercase;
	color:#fff !important;
	background-color:#4b830c;
	border:1px solid #4b830c;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif;
}
button, .button {
	padding:0 10px;
}
button.small_button, input[type=button].small_button, input[type=submit].small_button, a.small_button {
	font-size:9px;
}

.highlight {
	color:#b03f21;
}

/* dealer bar masthead bar */
.userPanel {
	overflow:hidden;
	padding:0 17px;
	line-height:30px;
	border-bottom:1px solid #555;
	background:url(/img/white-opacity-90.png);
	-webkit-box-shadow: 0px 0px 8px 0px #555;
	-moz-box-shadow: 0px 0px 8px 0px #555; 
	box-shadow: 0px 0px 8px 0px #555;
	z-index:1;
	position:relative;
}

/* jQuery UI Overrides */
.ui-inline-icon {
	text-indent:-1000em;
	padding-left:16px;
	overflow:hidden;
	background-image: url("/js/jquery-ui/images/ui-icons_cd0a0a_256x240.png");
}

div.placeholder { /* Used for development */
	background-color:#ddd;
	text-align:center;
	overflow:hidden;
	position:relative;
} div.placeholder div { position:absolute; overflow:visible; top:45%; left:0px; height:1em; width:100%; font-size:1.3em; color:#999; }


