/* Default CSS Stylesheet for a new Web Application project */


.navbutton
{
	border-right: white thin outset;
	border-top: white thin outset;
	font-size: 9pt;
	border-left: white thin outset;
	cursor: hand;
	color: white;
	border-bottom: white thin outset;
	font-family: Arial, Verdana, Tahoma, 'Microsoft Sans Serif';
	background-color: black;
	text-decoration: none;
}
.splash
{
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana, Tahoma, 'Microsoft Sans Serif';
	background-color: black;
}
.appTableBorder
{
	border-right: #104A7A 1px solid;
	padding-right: 5px;
	border-top: #104A7A 1px solid;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #104A7A 1px solid;
	line-height: 20px;
	padding-top: 5px;
	border-bottom: #104A7A 1px solid;
	font-family: Arial, Verdana, Tahoma, 'Microsoft Sans Serif';
	letter-spacing: normal;
	background-color: #ffffff;
}
.appLinkButton2
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: blue;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	height: 13px;
	text-decoration: none;
	text-align: center;
}
.appLinkButtonOver2
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: red;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	height: 13px;
	text-decoration: none;
	text-align: center;
}
.appLinkButton
{
	font-size: 12px;
	cursor: hand;
	color: white;
	font-family: Arial, Tahoma, Verdana;
	height: 13px;
	background-color: #104A7A;
	text-align: center;
	text-decoration: none;
}
.appLinkButtonOver
{
	font-size: 12px;
	cursor: hand;
	color: black;
	font-family: Arial, Tahoma, Verdana;
	height: 13px;
	background-color: #A5C6F7;
	text-align: center;
	text-decoration: none;
}
.appControlText
{
	background-color: white;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}
.appDataGrid
{
	border: solid 1px #0a246a;
	padding-right: 0px;
	padding-bottom: 1px;
	background-color: white;
}
.appTableCell
{
	padding-right: 2px;
	padding-left: 4px;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	height: 16px;
	background-color: white;
}
.appContentText
{
	padding-right: 2px;
	padding-left: 4px;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	height: 16px;
	background-color: white;
}
.appDataList
{
	border: 1px solid #0a246a;
	cursor: hand;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma;
	font-size: 12px;
	color: #0a246a;
	text-decoration: none;
	height: 13px;
}
.cntrlDealerName
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	text-decoration: none;
}
.cntrlDealerInfo
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	text-decoration: none;
}
.cntrlCopyrightInfo
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Arial, 'Microsoft Sans Serif' , Tahoma, Verdana;
	text-decoration: none;
}
.errorMSG
{
	font-weight: normal;
	font-size: 10px;
	color: red;
	font-family: Arial, Verdana, Tahoma, 'Microsoft Sans Serif';
	letter-spacing: normal;
	background-color: #ffffff;
}
