﻿.Link_Button
{
	float:left;
	margin-right:30px;
	border:none;
}
.click_here
{
	text-decoration:none;
	color:#b75842;
	font-weight:bold;
}
.click_here:hover
{
	text-decoration:underline;
}

.page_title
{
	color:#b75842;
	font-weight:bold;
	font-size:20px;
	text-transform:capitalize;
}
p
{
	padding-left:20px;
}

table#Form
{
	padding-left:20px;
	color:#b75842;
}
td.Title
{
	font-weight:bold;
	text-transform:capitalize;
	font-size:12px;
	vertical-align:top;
	text-align:right;
	text-transform: capitalize;
	width: 230px;
}
td .Input_Box
{
	border:solid 1px brown;
	width:200px;
}


/* for booking route */
/* RouteMap.aspx, RouteDetail.aspx ect */

#Area
{
	float:left;
	width:190px;
}
#Area ul li
{
	margin-bottom:12px;
	list-style-image:url("images/red_dot.gif");
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #b75844;
	cursor:pointer;
}
#Area ul li:hover
{
	list-style-image: url("images/green_dot.gif");
}	
#Area ul li.current
{
	list-style-image: url("images/green_dot.gif");
}
	
#Booking_Frame
{
	float:left;
	width:500px;
	height: 400px;
}


/* OnlinebookingDetails.aspx */
.Stop_Header
{
	background-color: #b75842;
	display:block;
}

.Stop_Title
{
	color: #b75842;
	border-bottom: solid 1px #b75842;
	border-top: solid 1px #b75842;
	font-weight:bold;
}
.Select_Stop
{
	color: #b75842;
	text-decoration:none;
  background-image: url("images/red_dot.gif");
  background-repeat:no-repeat;
  background-position:left center;
	text-transform:capitalize;
	padding-left:15px;
}
.Select_Stop:hover
{
  background-image: url("images/green_dot.gif");
}	


.End_InfoBlock
{
	width: 250px;
	float:left;
	color:Red;
	font-weight:bold;
}

.End_InfoTable
{
	width:240px;
	border:solid 1px #b75842;
	color:Black;
}

.End_Notice
{
	color:Red;
	font-weight:bold;
	font-size:11px;
	display:block;
}
.End_ConfirmInfo
{
	display:block;
	color:Black;
	font-weight:bold;
	font-size:11px;
}