
/*CAUSES CURSOR TO DISPLAY A HAND OVER ROWS FOR VISUAL SELECTION AND CONFIRMATION*/
.RowLink{ cursor: auto}


a {
text-decoration:none;
color:#0C428A;
}

a:visited {
	padding: inherit;
	border-bottom: inherit;
	width: inherit;
	color: inherit;
	background: inherit;
}


.Menu_Label {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d5ab0;
	font-weight: bold;
}
.Menu_Option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
.Table_Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d5ab0;
	font-weight: bold;
	font-size:12px;
}
.Dealership_Information {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d5ab0;
	font-weight: bold;
	font-size:14px;
}
.Table_Form_Label {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	font-size:12px;
}
.Form_Element {
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	background-color:#2d5ab0;
}
.SmallRedText {
	color: #A80000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Form_Element_Gray {
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	background-color:#7F7F7F;
}
.SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: inherit;
	cursor: hand;
}


.TitleResult {font-size: 12px; font-weight: bold; color: #0000CC}
.listTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#293494;
	font-weight:bold;
	}
	

	
DIV.button {
	padding:3px 0px 2px 13px;
	border-bottom:1px solid #ceaa42;
	width:132px;
	color:#293494;
	background:#ffe3a5;
	}
	
DIV.selectedButton {
	padding:3px 0px 2px 13px;
	border-bottom:1px solid #ceaa42;
	width:132px;
	color:#293494;
	background:#ffffff;
	}
	
DIV.button2 {
	padding:3px 60px 2px 8px;
	border-bottom:1px solid #ceaa42;
	width:77px;
	color:#293494;
	background:#ffe3a5;
	}
	

/** Custom Settings **/
.siteHeader {  height:128px; text-align:center;}
.bodyContent {  height:500px; width:1117px;text-align:center}
.pageView {  }
/*******************/

/** Custom Row Settings **/
div.RadGrid_Default .rgRow:hover, 
div.RadGrid_Default .rgAltRow:hover
{ 
	cursor: hand;
	font-weight:bold;
 }

div.RadGrid_Default .rgRow
{
	
}

/*******************/

/*** Custom Tabs ***/
LI.rtsLI
{ float:left;
	margin:0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}

IMG.rtsImg
{
	border-style: none;
}

A.rtsLink
{
	padding:6px 0px 0px 0px;	
}


.rtsTxt
{
	position:relative;
	top:-26px;
	left:42px;	
	font-weight: bold;
	font-family:Arial;
	font-size:12px;
	color: #FFFFFF;
	display: inline-block;
}



/*******************/