form {
	margin: 0px;
}

img {
	border: 0px;
}

hr, .hr {
	height: 1px;
	margin: 6px 0px;
	border: none;
	border-top: 1px solid #7bcfc1;
}

div.vehicle, div.vehicleHover {
	display: inline;
	float: left;
	cursor: pointer;
	padding: 10px;
	margin: 0px 10px 10px 0px;
}

div.vehicleHover {
	padding: 9px;
	background-color: #dff3f1;
	border: 1px solid #CCCCCC;
}

input.button, input.buttonHover {
	font-family: Verdana,Arial;
	font-size: 10px;
	padding: 1px 2px 2px 2px;
	border: 1px solid #198e7c;
	color: #198e7c;
	background-color: #EFEFEF;
	cursor: pointer;
}

input.buttonHover {
	border: 1px solid #000000;
	color: #000000;
}

input.checkbox {
	margin-right: 5px;
}

input.text {
	height: 14px;
}

select, input.text, textarea.text {
	font-family: Verdana,Arial;
	font-size: 10px;
	width: auto;
}

.buttonInactive {
	border: 1px solid #C2D3FC;
	color: #C2D3FC;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.pageNumbersUnselected, .pageNumbersSelected {
	font-family: Verdana,Arial;
	font-size: 10px;
	text-align: center;
}

.pageNumbersUnselected {
	cursor: pointer;
}

.pageNumbersUnselected:hover {
	color: #D00000;
}

.pageNumbersSelected {
	font-weight: bold;
	cursor: default;
}

.actionTag {
	padding: 2px 5px;
	font-family: Verdana,Arial;
	font-size: 10px;
	cursor: pointer;
	border: 1px solid #198e7c;
	line-height: 18px;
	color: #198e7c;
	background-color: #EFEFEF;
	text-decoration: none;
}

.actionTag:hover {
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}

.cell, .head, .headPress, .head2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 2px;
}

.head, .headPress {
	background-color: buttonface;
	cursor: pointer;
}

.head {
	border-top: 1px outset #FFFFFF;
	border-bottom: 1px outset #FFFFFF;
	border-right: 1px outset #FFFFFF;
}

.headPress {
	border-top: 1px inset #FFFFFF;
	border-bottom: 1px inset #FFFFFF;
	border-right: 1px inset #FFFFFF;
}

.head2 {
	background-color: buttonface;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.cell {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.title, .title2, .title3 {
	font-size: 12px;
	font-weight: bold;
	color: #198e7c;
	margin-bottom: 10px;
}

.title2 {
	margin-top: 10px;
}

.title3 {
	font-size: 16px;
}

.title4 {
	color: #198e7c;
	font-weight: bold;
}

.mdxTabs {
	width: 100%;
	height: 30px;
	background: url(../images/bg_title2.gif) repeat-x;
}

.mdxTab, .mdxTabSelected {
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
}

.mdxTabSelected {
	color: #198e7c;
}

.mainPic {
	width: 280px;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #198e7c;
	overflow: hidden;
}

.listPic {
	width: 150px;
	height: 112px;
	cursor: pointer;
	border: 1px solid #198e7c;
	overflow: hidden;
}

.galleryPic {
	width: 250px;
	height: 187px;
	margin-bottom: 5px;
	border: 1px solid #198e7c;
	overflow: hidden;
}

.smallPic {
	width: 120px;
	height: 90px;
	border: 1px solid #198e7c;
	overflow: hidden;
}

.miniPic {
	width: 80px;
	height: 60px;
	border: 1px solid #198e7c;
	overflow: hidden;
}

.noPicture {
	color: #198e7c;
	text-align: center;
}

.messageBoxInfo, .messageBoxError, .messageBoxXml {
	width: 400px;
	padding: 5px;
	border: 2px outset #FFFFFF;
}

.messageBoxInfo, .messageBoxXml {
	background-color: #F0F0FF;
}

.messageBoxError {
	background-color: #FFF0F0;
}

.messageBoxXml {
	width: 715px;
}