body
{
}

#content #dienstregeling {
	width: 520px;
	overflow: hidden;
}

#content #dienstregeling p {
	margin-bottom: 0;
}

#content #dienstregeling .row {
	background-color: #f1f3f5;
}

#content #dienstregeling .heen {
	padding: 10px 10px 10px 30px;
	float: left;
	width: 126px;
	position: relative;
}

#content #dienstregeling .heen input {
	position: absolute;
	top: 10px;
	left: 10px;
}

#content #dienstregeling .heen label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

#content #dienstregeling .terug {
	padding: 10px 10px 10px 30px;
	float: left;
	border-right: 1px solid #fff;
	width: 126px;
	position: relative;
}

#content #dienstregeling .terug input {
	position: absolute;
	top: 10px;
	left: 10px;
}

#content #dienstregeling .terug label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

#content #dienstregeling .lijn {
	float: right;
	padding-bottom: 1px;
	width: 167px;
	padding: 10px;
}

#content #dienstregeling .lijn label {
	color: #e11602;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

/* obsolete */
#content #dienstregeling .lijn select {
	width: 100%;
}

#content #dienstregeling .lijn .ddlLine
{
	width: 100%;
}

#content #dienstregeling .datum {
	clear: left;
	width: 292px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 10px 10px 30px;
	overflow: hidden;
}

#content #dienstregeling .datum .label {
	font-weight: bold;
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}

#content #dienstregeling .datum .hiddenlabel
{
	display: none;
}

#content #dienstregeling .datum .select {
	float: left;
	margin-right: 6px;
}

#content #dienstregeling .top {
	padding: 10px;
	border-top: 1px solid #c6ced7;
	overflow: hidden;
	width: 500px;
}

#content #dienstregeling .top .toonresultaten {
	float: left;
	overflow: hidden;
	width: 320px;
}

#content #dienstregeling .top .toonresultaten label {
	font-weight: bold;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

#content #dienstregeling .top .toonresultaten select {
	float: left;
}

#content #dienstregeling .top .later {
	float: right;
}

#content #dienstregeling .top .later a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/triangle.png) no-repeat 0 3px;
	padding-left: 10px;
}

#content #dienstregeling table {
	width: 520px;
	background-color: #f1f3f5;
	border-bottom: 1px solid #c6ced7;
}

#content #dienstregeling table th {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #dienstregeling table td {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #dienstregeling table tr.odd {
	background-color: #fff;
}

#content #dienstregeling .bot {
	padding: 10px;
	overflow: hidden;
	width: 500px;
	background-color: #fff;
	color: #7b8ea3;
}

#content #dienstregeling .bot .legenda {
	float: left;
	overflow: hidden;
	width: 340px;
}

#content #dienstregeling .bot .toon {
	float: right;
}

#content #dienstregeling .bot .toon a {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/triangle.png) no-repeat 0 3px;
	padding-left: 10px;
}

