form {
	margin: 0px;
}

img {
	border: 0px;
}

hr, .hr {
	height: 1px;
	margin: 6px 0px;
	border: none;
	border-top: 1px solid #4E9ECB;
}

div.vehicle, div.vehicleHover
{
	cursor:pointer;
	padding:6px;
	margin:6px 0 0 6px;
	border:1px solid #FCF6E8;
}

div.vehicleHover {
	background-color: #fefbf6;
	border: 1px solid #CCCCCC;
}

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 #4E9ECB;
	line-height: 18px;
	color: #4E9ECB;
	background-color: #EDF5FA;
	text-decoration: none;
}

.actionTag:hover {
	border: 1px solid #16387C;
	color: #16387C;
	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 #C0C0C0l;
}

.cell {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.title, .title2, .title3 {
	font-weight: bold;
	color: #014681;
	margin-bottom: 10px;
}

.title2 {
	margin-top: 10px;
}

.title3 {
	font-size: 16px;
}

.title4 {
	color: #4E9ECB;
	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: #4E9ECB;
}

.mdxTabSelected {
	color: #7F7F7F;
}

.mainPic {
	width: 280px;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #4E9ECB;
	overflow: hidden;
}

.listPic {
	width: 60px;
	height: 45px;
	cursor: pointer;
	overflow: hidden;
}

.galleryPic {
	width: 250px;
	height: 187px;
	margin-bottom: 5px;
	border: 1px solid #4E9ECB;
	overflow: hidden;
}

.smallPic {
	width: 90px;
	height: 68px;
	border: 1px solid #0f4c7b;
	overflow: hidden;
}

.miniPic {
	width: 80px;
	height: 60px;
	border: 1px solid #4E9ECB;
	overflow: hidden;
}

.noPicture {
	color: #4E9ECB;
	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;
}