body {
	font-family: sans-serif;
}

.rd_maintitle {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.rd_mainsubtitle {
	font-size:14px;
	margin-top:6px;
	text-align:center;
}

.rd_radiobtn {
	margin-top: 0px;
	height: 11px;
	vertical-align: middle;
}

.rd_topbox {
	border: 3px solid #000;
	font-size:12px;
}

.rd_pr_leftcol {
  margin-top: 0px;
  width:140px;
  padding:5px;
	background:#ddd;
}

.rd_pr_leftcolhead {
  font-size:11px;
	text-align:center;
  font-weight: bold;
  padding:2px;
  border-bottom: 2px solid gray;
}

.rd_pr_maincol {
  margin-top: 20px;
  margin-left: 165px;
}

.rd_pr_mainheader {
  font-size:14px;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-bottom: 10px;  
}

.rd_topboxtitle {
	height:17px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	color:white;
	background: #000;
}

.rd_topboxinner {
	padding:3px;
}

#rd_routelist {
  height:109px;
	font-size: 12px;
  overflow: auto;
  border-top: 2px solid #ddd;
  padding:2px 3px 2px 4px;
  line-height:18px;
}

#rd_timetable {
	font-size: 12px;
  border: 4px solid #bbb;
	padding: 5px 8px 5px 8px;
  margin: 15px 10px 0px 10px;
}

.rd_tt_row {
  margin-top:10px;
  height: 15px;
}

.rd_tt_timept {
  background:#444;
  color:white;
  height:30px;
	font-weight:bold;
  padding-right:4px;
  text-align: right;
  line-height:13px;
}

.rd_tt_time {
	text-align: center;
  padding:0px 5px 0px 5px;  
}

.rd_tt_timeptcol {
  padding-right: 5px;
  float:left;
}

.rd_tt_timeptcolhead {
  height:8px;
  width:180px;
  margin-bottom:5px;
}

.rd_tt_times {
  float:left;
  width:100%;
  overflow-x: scroll;
}

.rd_rl_num {
	padding:0px 3px 0px 3px;
	background: black;
	color: white;
  font-weight:bold;
}

#rd_map {
	font-size: 12px;
  width: 600px;
  height: 400px;
  background: #eee;
  border: 1px solid black;
  margin-top:15px;
  text-align: center;
}

.rd_rl_dir {
	font-size:11px;
  font-weight: bold;
  color: gray;
  font-style: italic;
}

#rd_searchoptions {
	background:#ddd;
  height: 22px;
  padding: 4px 2px 2px 5px;
}

#rd_patternbox {
	float:right;
	border: 2px solid #999;
	background: #fff;
	width:180px;
	height:140px;
	padding: 0px;
	font-size: 12px;
}


.rd_slidebox {
	border: 2px solid #999;
	background: #fff;
	height:60px;
	padding:4px;
	font-size: 12px;
	text-align:center;
}

#rd_routegmap {
	border: 2px solid black;
	height: 400px;
}

.checklist {
    list-style: none;
    height: 142px;
    overflow: auto;
    width: 180px;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    height: 1%;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }