
/* ALL PAGES */
	body 						{font-family : Arial; font-size : 11px; background-color : #ffffff;}
	tr, td 						{font-family : Arial; font-size : 11px;}	
	.title						{font-family : Arial; font-size : 18px; line-height : 20px; color : #0F26AB;}
	.subtitle					{font-family : Arial; font-size : 11px; font-weight : bold; color : #000F60;}
	.subtitle_black				{font-family : Arial; font-size : 11px; font-weight : bold; color : #000000;}
	.subtitle_grey				{font-family : Arial; font-size : 11px; font-weight : bold; color : #8D8D8D;}
	.error						{color : #CC0000; font-weight : bold;}				
	.blue						{color : #000f60;}
	
	.imgBullet					{background-image: url(../images/bullet_vtna.gif); 
				                 background-position : center center; 
				                 background-repeat: no-repeat;
				                 width : 13; height : 6;}
	.imgHR						{background-image: url(../images/results_hr_vtna.gif);
					             width : 360; height : 8;}  					             
	img.bullet					{background-image: url(../images/bullet_vtna.gif);
						         background-position : center center;
						         background-repeat : no-repeat; 
						         width : 13; height : 6;}     
	.imgHR_Route				{background-image: url(../images/directions_hr_vtna.gif);
		                         Height : 7; }				             
    /* LINKS */	
	a							{font-family : Arial; color : #000f60; text-decoration : none;}
	a:hover						{color : #3b56e6;}
	
	/* BUTTON */
	a.button					{
									color : #000f60;
									font-size : 10px;
									font-weight : normal;
									text-decoration : none;
									text-transform : lowercase;
									background-color : #f0f4fd;
									background-image : url(../Images/button.bckgrd.vtna.gif);
									background-position : right bottom;
									background-repeat : no-repeat;
									padding-top : 0px;
									padding-right : 5px;
									padding-bottom : 0px;
									padding-left : 3px;	
									border-top : 1px solid #556a9f;
									border-right : 0px;
									border-bottom : 0px;
									border-left : 1px solid #556a9f;
								}
	a.button:hover				{color : #0000EE;}
						             
/* FORM */
	form						{margin : 0x 0px 0px 0px}
	input						{font-family : Arial; font-size : 11px;}
	select						{font-family : Arial; font-size : 11px;}
	
/* RESULT PAGE */
	.result_address				{color : #4E4E4E;}
	.result_distance			{font-size : 10px; color : #000000;}
	.result_typelabel			{font-size : 10px; color : #000f60; font-family : Arial;}

/* DETAIL PAGE */
	.detail_headerText			{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	.detail_headerBullet		{background-color : #0F26AB}
	.detail_productHeader		{color : #9C9C9C;}
	.detail_border				{background-color : #8d97dc;}	
	.detail_infoText			{font-size : 10px; font-weight : normal; color : Gray; }	                      			                   				      

/* START PAGE */
	.start_dividerText			{color : #8998E6;}
	.start_dividerTextGray		{color : #8D8D8D;}
	.start_header				{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	
/* DEALER DOWNLOAD */
	.all_header					{font-size : 11px; font-weight : bold; color : #000f60; 
		                         background-color : #BDC4F2; padding : 2px;}
	.all_ColumnText				{color : #8998E6; font-weight : bold;}
	.all_SortedColumn			{background-color : #CCCCFF;}
	.all_DataCells				{border-right: 1px solid #ABABAB;
								 border-bottom: 1px solid #ABABAB; }	
	.all_AlternatingRow			{background-color: #D9D9D9}
	.all_HeadingCellHover		{background-color: #CCCCFF;}   
	.all_RowHeader				{background-color: #999999; 
	                             border: 1px solid gray; 
                                 border-top-color: #E6E6E6; 
                                 border-left-color: #E6E6E6; 
                                 padding:5px;}
    /*Grid*/
	.Grid 						{border: 1px solid #57566F; 
                                 border-bottom: 2px solid #57566F; 
                                 background-color: #FFFFFF;
                                 cursor: hand; 
                                }	
			
/* POCKET PC */
	.pocketPC_subtitle			{font-family : Arial; font-size : 13px; font-weight : bold; color : #0F26AB;}

/* MAP PAGE */
	.map_headerText				{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	.map_border					{background-color : #8d97dc;}
	.map_address				{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	table.map                   {background-color : #8d97dc; width : 560; } 
	.map_td						{background-color : #8D97DC; }
	                /* cellspacing="1" cellpadding="0" width="560" */

/* ROUTE PAGE */
	.route_headerText			{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	.route_border				{background-color : #8d97dc;}
	.route_tableItem			{background-color : #ffffff;}
	.route_tableAlternatingItem	{background-color : #EBEEFF;}
	.route_tableDivider			{background-color : #B5BEEF;}
	
/* PAGER */
	tr.pager td 				{margin-top : 10px; padding-top : 3px; text-align : right; line-height : 11px;}
	tr.pager a					{margin-left : 3px; text-decoration : none; color : #7e849d;}
	tr.pager a:hover			{color : #3b56e6;}
	tr.pager a.Selected			{text-decoration : underline; color : #3b56e6;}
	tr.pager span				{margin-left : 3px;}
	
/* TREEVIEW (for HOO) */
.tvHeader
{	
	font-size : 11px; font-weight : normal; color: #000f60; background-color : White;    
	cursor : hand;
	width : 100%;	
	padding-left : 20px;
	padding-right : 7px;
}
					/*background-image : url(../images/long_hr_gray.gif);*/
.tvHeaderHover
{	
	font-size : 11px; color : #3b56e6; background-color : White;    
	cursor : hand;
	padding-left : 20px;
	padding-right : 7px; 	
}
/*
.tvHeaderSelect
{
	font-size : 11px;  background-color : White;    
	cursor : hand;
	width : 220px;
	background-image : url(../images/long_hr_gray.gif);
	background-repeat : no-repeat;
	background-position : center center;
} */

.tvHeaderHoverSelect
{
	font-size : 11px; color : #3b56e6; background-color : White;    
	cursor : hand;
	width : 220px;
/*	background-image : url(../images/long_hr_gray.gif);
	background-repeat : no-repeat;
	background-position : center center; */
	padding-left : 20px;
	padding-right : 7px; 	
}

/*
.tvHeaderRow
{
	width : 100%;	
	background-position : left center; 
	background-repeat : no-repeat;		
}

.tvNode
{
	background-color: White;
	font-size : 10px; font-weight : normal; color: Black;			
}

.TreeNode
{
  font-family: verdana;
  font-size: 11px;  
  font-weight : normal; 
  color : #9C9C9C;
} 

.TreeNodeRow
{
  height: 10px;  
  padding: 3px;    
}

.HoverTreeNodeRow
{
  background-color: #CCCCCC;
  height: 10px;  
  padding: 3px;    
}

.SelectedTreeNodeRow
{
  background-color: #000000;
  height: 10px;  
  padding: 3px;
  color: #FFFFFF;
  background-image : url(../images/long_hr_gray.gif);
}  */


	
