﻿/* nederlandse wegen */
.roadSignA { float:left; background: url('/images/roadsign_red.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px; margin-right:5px; text-align:center; color:white; font-weight:bold;}
.roadSignN { float:left; background: url('/images/roadsign_yellow.gif') no-repeat;  width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:white; font-weight:bold; }
.roadSignE { float:left; background: url('/images/roadsign_green.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:white; font-weight:bold;}
.roadSignR { float:left; background: url('/images/roadsign_white.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:black; font-weight:bold;}
.roadSignUnknown { float:left; width:42px; height:16px; display:block; float:left; padding:8px 0px; margin-top:5px;  margin-right:5px; text-align:center; color:black; font-weight:bold;}

/* duitse wegen */
.roadSignA.de {	background: url('/images/roadsign_blue.gif') no-repeat; }
.roadSignB.de { float:left; background: url('/images/roadsign_yellow.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:white; font-weight:bold; }
.roadSignL.de { float:left; background: url('/images/roadsign_white.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:black; font-weight:bold; }
.roadSignS { float:left; background: url('/images/roadsign_white.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:black; font-weight:bold; }
.roadSignI { float:left; background: url('/images/roadsign_white.gif') no-repeat; width:42px; height:16px; display:block;  padding:8px 0px; margin-top:0px;  margin-right:5px; text-align:center; color:black; font-weight:bold; }

/* belgische wegen */
.roadSignA.be { 	color:black; 	background: url('/images/roadsign_white.gif') no-repeat;  }
.roadSignN.be { 	background: url('/images/roadsign_blue.gif') no-repeat;  }

.roadHeader { position:static;background-color:#DDECF4;padding:5px;margin-bottom:4px;color:#1b5476; height:30px;}
.roadMapLink { 	padding-right:14px;	color:#1b5476;	background:url('/images/arrow_down_blue.gif') no-repeat right 50%;	cursor:pointer;}
.roadMapLink_active { padding-right:14px;color:#1b5476;background:url('/images/arrow_up_blue.gif') no-repeat right 50%;cursor:pointer;}