/* CSS Document */

body
{
	margin: 12px;
	background-color:#E6E9FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.layout
{
	font-size: 1px;
}

.maintextcars
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

.maintext
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 7px;
	/* position:relative;
	left:-2px; */
}

.formerror
{
	border: 1px solid #FF0000;
	background-color: #DDDDFF;
}

.invisible
{
	width: 0px;
	height: 0px;
	font-size: 0px;
}

.addcar
{
	background-color: #E8F4FF;
}

/* Small Text Class */
.small_text
{
	font-size: small;
}

/* Car Attribute Text Properties */
.car_attr_text
{
	font-size: small;
}

/* Offset Modify Image (The little blue square with the plus) */
.modify_image_offset
{
	position:relative;
	left:50px
}

.news_time
{
	font-weight:bold;
	color:#790000;
}

.news_text
{
	font-style:italic;
}

.text_light
{
	color: #666666
}

.expand_text
{
	font-size: small;
	color:#990000;
}

.formerror
{
	border: 1px solid red;
	background-color:#FFB48C;
}

.DropDownLeft
{
	background-color:#FFFFFF;
	Position:fixed;
	top:12px;
	left:10px;
	height:auto;
	max-width:125px;
	text-align:center;
	font-size:12px;
	line-height: 14px;
}
.DropDownRight
{
	background-color:#FFFFFF;
	Position:fixed;
	top:12px;
	right:10px;
	height:auto;
	max-width:125px;
	text-align:center;
	font-size:12px;
	line-height: 14px;
}