﻿.vehicleDetailsPopup
{
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:10px;
	font-size: 11px;
	font-family: Tahoma;
}

.vehicleDetailsTable
{
	border:solid 1px #e0e0e0; 
	font-family:Tahoma;
	font-size:10pt;
}

.vehicleDetailsHeader
{
	background-color: #203F78;
	color:White;
}

.vehicleDetailsLeftCell
{
	border-right: solid .5px #e0e0e0; 
	border-bottom: solid .5px #e0e0e0;
	white-space:nowrap;
}
.vehicleDetailsRightCell
{
	border-bottom: solid .5px #e0e0e0;
	border-right: solid .5px #e0e0e0;
	white-space: nowrap;
}

.menu_on a 
{
	color:Black;
}

.changeStore TABLE
{
	background-color:whitesmoke;
	border:solid 1px #e0e0e0;
	font-size:10pt;
}

.changeStore TH
{
	background-color: #203F78;
	font-weight:normal;
	color:White;
}

.actionLink
{
	font-size: 9pt;
	padding-right: 3px;
	padding-left: 3px;
}

.subtleText
{
	font-size: 9pt;
}

.statusMessage
{
	font-size: small;
	color: #000000;
	background-color: #99CCFF;
}

.instructionText
{
	font-size: small;
	font-family: Arial;
	background-color: #CCCCFF;
}

.imageReorderList li
{
	list-style: none;
	background-color: #FFFFCC;
	color: #669999;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
	font-size: small;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.imageReorderList .dragObject
{
	cursor: move;
}

.imageReorderList .reorderDestinationTable
{
	border-style: dashed; 
	border-color:Gray; 
	border-width: thin; 
	height:100%; 
	width:100%;
}

.imageReorderList .reorderOriginTable
{
	height:100%; 
	width:100%;
}

.NoticeMessage
{
	color: Red;
	font-weight:bold;
	background-color: #FFFFCC;
}

.closeButton
{	
	cursor: pointer;
}

.makeStyle
{
	text-transform: uppercase;
}

.modelStyle
{
	text-transform: uppercase;
}