
/* 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;}

/* 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;}

/* DETAIL PAGE */

	.detail_headerText			{font-size : 11px; font-weight : bold; color : #000f60; background-color : #BDC4F2}
	.detail_headerBullet		{background-color : #0F26AB}
	.detail_productHeader		{color : #8998E6;}
	.detail_border				{background-color : #8d97dc;}

/* START PAGE */

	.start_dividerText			{color : #8998E6;}
	.start_dividerTextGray		{color : #8D8D8D;}
	
/* 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;  : #000f60; background-color : #BDC4F2}
	.map_border					{background-color : #8d97dc;}

/* 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;}

/* LINKS */

	/* normal link */
	a							{font-family : Arial; color : #000f60; text-decoration : none;}
	a:hover						{color : #3b56e6;}
	
/* 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;}
	
/* 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.background.gif);
									background-position : right bottom;
									background-repeat : no-repeat;
									padding-top : 0px;
									padding-right : 5px;
									padding-bottom : 1px;
									padding-left : 3px;	
									border-top : 1px solid #556a9f;
									border-right : 0px;
									border-bottom : 0px;
									border-left : 1px solid #556a9f;
								}
	a.button:hover				{color : #000f60;}
	