﻿/* busline.aspx中的设置 */
BODY.busLineSearchBody
{
	color: #676767;
}
/* 头表格中的布局 */
TABLE.TableMainHeadLayer
{
	z-index: 10;
	left: 3px; 
	top: -1px;
	width: 100%;
	height: 140px;
	border-right: #9dcedc 1px solid;
	border-top: #9dcedc 1px solid;
	border-left: #9dcedc 1px solid;
	border-bottom: #9dcedc 1px solid;
}
TABLE.TableMainHeadLayer #headTD
{
	height:18px;
}
.headTableTDTable
{
	position:absolute; 
	left: 10px; 
	top: 43px;
	width: 290px;
	height: 18px;
	font-size: 13px;
	color: #008bbf;
}
TABLE.TableMainHeadLayer #roadNameTD
{
	height: 18px;
}
TABLE.TableMainHeadLayer #priceTD
{
	height: 18px;
}
TABLE.TableMainHeadLayer #sepeTimeTD
{
	height: 18px;
}
TABLE.TableMainHeadLayer #introTD
{
	height: 40px;
	vertical-align:top;
}

/* 主要的数据表格 */
TABLE.TableMainBodyLayer
{
	z-index: 11;
	left: 7px;
	top: 205px;
	width: 270px;
	position: absolute;
	height: 200px;
	border-right: #9dcedc 1px solid;
	border-top: #9dcedc 1px solid;
	border-left: #9dcedc 1px solid;
	border-bottom: #9dcedc 1px solid;
}
TABLE.TableMainBodyLayer #menuTD
{
	height:18px;
}

TABLE.TableMainBodyLayer #upLineTR
{
	height:200px;
}
TABLE.TableMainBodyLayer #upLineTR #upLineDiv
{
	width: 270px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
TABLE.TableMainBodyLayer #downLineTR
{
	height:200px;
	display:none;
}
TABLE.TableMainBodyLayer #downLineTR #downLineDiv
{
	width: 270px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
TABLE.dataListTable
{
	width:270px;
}
TABLE.dataListTable TD
{
	height:20px;
}
TD.dotUnderLine
{
	border-bottom: #8b8b8b 1px dashed;
}
BODY.stationTostation
{	margin-left: 0px;
	margin-top: 0px;
	background-image: url(Images/Background/searchBG.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
DIV.startStation_top
{
	left: 10px;
    top: 43px;
	width:284px;
	height:23px;
	border: 1px solid #9dcedc;
	background-image:url(../Hired/images/BuslineSearchTop.jpg);	
	background-repeat:repeat-x;
	line-height:23px;
	font:"宋体" 13px #028abc;
	font-weight:bold;
	position:absolute;
}
DIV.startStation_top #startStation_top_table
{
	width:100%;
	
}

DIV.startStation_top #startStation_top_table #startStation_top_table_TD
{
	text-align:center;
	vertical-align:middle;
	height: 18px;
	width: 16%;
}
DIV.startStation_top #startStation_top_table #startStation_top_table_TD1
{
	text-align:left;
	height: 18px;
	width: 84%;
	color:#008BBE;
	vertical-align:middle;	
}
DIV.startStation_top #startStation_top_table #startStation_top_table_TD #startStation_top_table_TD_img
{
	width:13px;
	height:10px;
}
/*
.startStation_main
{
  left: 10px; 
  top: 76px; 
  width: 284px; 
  height: 45px;
  border: 1px solid #9dcedc;
  OVERFLOW:scroll;
  position:absolute;
}
*/
DIV.startStation_main
{
	left: 10px; 
	top: 76px; 
	width: 284px; 
	height: 45px;
	border: 1px solid #9dcedc;
	OVERFLOW:scroll;
	position:absolute;
}
.Buslinesearch
{
	position:absolute; 
	color:#008bbf;
	left: 240px; 
	top: 450px;
}

.BusLineSearchDiv
{
	width:270px;
	height:141px;
	position:absolute; 
	left: 8px; 
	top: 62px;
	overflow-x:hidden;
	overflow-y:auto	
}