﻿.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: lightsteelblue;
}

.vehicleDetailsLeftCell
{
	border-right: solid .5px #e0e0e0; 
	border-bottom: solid .5px #e0e0e0;
}
.vehicleDetailsRightCell
{
	border-bottom: solid .5px #e0e0e0;
}

.menu_on a 
{
	color: navy;
}

.changeStore TABLE
{
	background-color:whitesmoke;
	border:solid 1px #e0e0e0;
	font-size:10pt;
}

.changeStore TH
{
	background-color: lightsteelblue;
	font-weight:normal;
}

.actionLink
{
	font-size: 9pt;
	padding-right: 3px;
	padding-left: 3px;
}

.subtleText
{
	font-size: 9pt;
}

.statusMessage
{
	font-size: small;
	color: navy;
	background-color: #ffffcc;
}

.alertMessage
{
	font-weight: bold;
	font-size: small;
	color: red;
	background-color: #ffffcc;
}

.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;
}
