@charset "utf-8";
/* CSS Document */

.tab_bus{
	background:url(../images/transpoartation/bus.png) no-repeat;
	}
.tab_bus.actived{
	background:url(../images/transpoartation/bus_over.png) no-repeat;
	}
.tab_minibus{
	background:url(../images/transpoartation/minibus.png) no-repeat;
	}
.tab_minibus.actived{
	background:url(../images/transpoartation/minibus_over.png) no-repeat;
	}
.tab_mtr{
	background:url(../images/transpoartation/mtr.png) no-repeat;
	}
.tab_mtr.actived{
	background:url(../images/transpoartation/mtr_over.png) no-repeat;
	}
.tab_lightrail{
	background:url(../images/transpoartation/light_rail.png) no-repeat;
	}
.tab_lightrail.actived{
	background:url(../images/transpoartation/lightrail_over.png) no-repeat;
	}
	
.tab_cross{
	background:url(../images/transpoartation/cross.png) no-repeat;
	}
.tab_cross.actived{
	background:url(../images/transpoartation/cross_over.png) no-repeat;
	}
	
.adress_name{
		color:#f979a9 !important;
		text-align:right;
		margin-right:-20px;
		padding:5px 0;
		}
	.adress_name span{
		color:#f979a9 !important;
		padding:0 20px;
		}
	.adress_name span a{
		color:#f979a9 !important;
	}
.Unid_Circu{
	color:#666;
	text-align:right;
	margin-right:-20px;
	padding:5px 0 20px 0;
	}
	.Unid_Circu span{
		padding:0 20px;
		}
	.Unid{
		background:url(../images/transpoartation/yellow_liststyle.png) no-repeat 10px center;
		}
	.Circu{
		background:url(../images/transpoartation/green_liststyle.png) no-repeat 10px center;
		}
	.special{
		background:url(../images/transpoartation/red_liststyle.png) no-repeat 10px center;
		}
	.busy{
		background:url(../images/transpoartation/blue_liststyle.png) no-repeat 10px center;
		}
	.overnight{
		background:url(../images/transpoartation/purple_liststyle.png) no-repeat 10px center;
		}
	.table_title{
		width:970px;
		height:40px;
		line-height:40px;
		padding:0 20px;
		background:url(../images/transpoartation/table_title_bg.png) no-repeat;
		color:#fff;
		font-size:13px;
		}
	.traffic_list{
		width:1010px;
		border-left:1px solid  #d6d6d6;
		
		}
		.traffic_list th{
			text-align:left;
			padding:8px 20px;
			color:#fff;
			background:#ffb6d1;
			}
		.traffic_list td{
			text-align:left;
			padding:8px 20px;
			border-bottom:1px solid #d6d6d6;
			color:#666;
			}
			th.border_right{
				border-right:1px solid #ffdbe8;
				}
			td.border_right,th.border_right2{
				border-right:1px solid #d6d6d6;
				}
.backToTop_btn{
	text-align:right;
	padding:8px 0;
	margin-bottom:40px;
	color:#666;
	}
	.backToTop_btn a{
		color:#666;
		background:url(../images/transpoartation/back_to_top.png) no-repeat 0 center;
		padding:0 0 0 20px; 
		}
		.backToTop_btn a:hover{
			color:#f979a9;
			}