﻿.RouteMapWebPartAllArea
{
	color: Black;
	background: white url(images/main_bgr.jpg) repeat-y top left;
}
.RouteMapWebPartHeaderPrint
{
}
.RouteMapWebPartBodyPrint
{
	color: Black;
	border-left: solid 2px #D6D3D6;
	border-right: solid 2px #D6D3D6;
}
.RouteMapWebPartFooterPrint
{
	background: transparent url(images/print_footer.jpg) no-repeat top left;
}
.RouteMapWebPartOptionsTableHeader
{
	background: transparent url(images/options_header.png) no-repeat top left;
}
.RouteMapWebPartOptionsTableBody
{
	background: transparent url(images/options_bgr.png) repeat-y top left;
}
.RouteMapWebPartOptionsTableCellMiddle
{
	border-left: solid 1px #C6C3C6;
	border-right: solid 1px #C6C3C6;
}
.RouteMapWebPartOptionsTableFooter
{
	background: transparent url(images/options_footer.png) no-repeat top left;
}
.RouteMapWebPartTextOrange
{
	color: #FF8600;
}
.RouteMapWebPartMap
{
	border: solid 1px white;
}
.RouteMapWebPartMapPrint
{
	border: solid 1px #D6D3D6;
}
.RouteMapWebPartResultTab
{
	background: transparent url(images/tab.png) no-repeat top left;
}
.RouteMapWebPartResultHeader
{
	background: transparent url(images/list_header.png) no-repeat top left;
}
.RouteMapWebPartResultHeaderPrint
{
	background: transparent url(images/list_print_header.png) no-repeat top left;
}
.RouteMapWebPartResultBody
{
	border-left: solid 1px #D6D3D6;
	border-right: solid 1px #D6D3D6;
	background-color: White;
	color: Black;
}
.RouteMapWebPartResultBodyPrint
{
	background: transparent url(images/list_print_bgr.png) repeat-y top left;
}
.RouteMapWebPartResultFooter
{
	background: transparent url(images/list_footer.png) no-repeat bottom left;
}
.RouteMapWebPartResultFooterPrint
{
	background: transparent url(images/list_print_footer.png) no-repeat bottom left;
}
.RouteMapWebPartResultDirectionsTable th
{
	background-color: #F7F7F7;
}
.RouteMapWebPartResultDirectionsRowWayPoint td
{
	color: #FF8600;
	border-bottom: solid 1px #FF8600;
}
.RouteMapWebPartResultDirectionsRowEven
{
	background-color: #F7F7F7;
}
.RouteMapWebPartResultDirectionsCell1, .RouteMapWebPartResultDirectionsCell2
{
	color: #9C9A9C;
}
.RouteMapWebPartResultDirectionsCell3, .RouteMapWebPartResultDirectionsCell15
{
	color: #BFBFBF;
}

/* -------------------------
	CONTROLS
---------------------------*/
.RouteMapWebPartTextBox, .RouteMapWebPartTextBoxSmall, .RouteMapWebPartTextBoxShort
{
	border: solid 1px #636163;
	color: Black;
}
.RouteMapWebPartButton
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/button_search.png) no-repeat center center;
}
.RouteMapWebPartButtonPrint
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/icon_print.png) no-repeat center center;
}
.RouteMapWebPartButtonAdd
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/button_via.png) no-repeat center center;
}
.RouteMapWebPartButtonVerify
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/button_check.png) no-repeat center center;
}
.RouteMapWebPartButtonChange
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/button_edit.png) no-repeat center center;
}
.RouteMapWebPartButtonDel
{
	color: White !important;
	border: solid 0px transparent !important;
	background: transparent url(images/button_delete.png) no-repeat center center;
}
.RouteMapWebPartDropDown, .RouteMapWebPartDropDownSmall
{
	border: solid 1px #636163;
	color: Black;
}
