form {
	margin: 0px;
}

img {
	border: 0px;
}

a, div {
	font-family: Trebuchet MS, Times New Roman, Times;
}

div.vehicle, div.vehicleHover {
	display: inline;
	float: left;
	cursor: pointer;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: #E5F0F9;
	border: 1px solid #CCCCCC;
}

div.vehicleHover {
	background-color: #FFFFFF;
}

input.button {
	height: 22px;
	background-color: #ABCDEF;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #8090B0;
}

.select, input.text, textarea.text {
	font-family: Verdana,Arial;
	font-size: 10px;
}

.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 {
	color: #0066CC;
	cursor: pointer;
}

.pageNumbersUnselected:hover {
	color: #000000;
}

.pageNumbersSelected {
	font-weight: bold;
	cursor: default;
}

.actionTag {
	padding: 2px 5px;
	font-family: Verdana,Arial;
	font-size: 10px;
	cursor: pointer;
	border: 1px solid #9AAFE5;
	line-height: 18px;
	color: #0066CC;
	background-color: #E0F0FF;
	text-decoration: none;
}

.actionTag:hover {
	border: 1px solid #16387C;
	color: #16387C;
	text-decoration: none;
}

.noPicture {
	border: 1px solid #9AAFE5;
	background-color: #FFFFFF;
	color: #9AAFE5;
	text-align: center;
}

.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, .title3 {
	font-family: Trebuchet MS, Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
	color: #00548F;
	margin-bottom: 10px;
}

.title2 {
	font-weight: bold;
	color: #00548F;
	margin-bottom: 10px;
}

.title3 {
	font-size: 16px;
}

.tabs {
	width: 100%;
	height: 65px;
	background: url(../images/tabs_list.jpg) left top no-repeat;
}

.tab {
	font-family: Trebuchet MS, Times New Roman, Times;
	width: 115px;
	padding-top: 6px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.mainPic {
	width: 280px;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #E0E0E0;
	overflow: hidden;
}

.listPic {
	width: 150px;
	height: 112px;
	cursor: pointer;
	border: 1px solid #E0E0E0;
	overflow: hidden;
}

.messageBoxInfo, .messageBoxError, .messageBoxXml {
	width: 400px;
	padding: 5px;
	border: 2px outset #FFFFFF;
}

.messageBoxInfo, .messageBoxXml {
	background-color: #F0F0FF;
}

.messageBoxError {
	background-color: #FFF0F0;
}

.messageBoxXml {
	width: 715px;
}