body {
	margin: 0px;
	background:none transparent;
}

body .Content {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  color: black;
	width: 960px;
	position: relative;
}

table td,
table th {
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

p {
	line-height: 14px;
	margin: 0 0 10px;
	}

p, td	{
}

fieldset {
	border-style: none;
	border-bottom: 1px solid #E0E0E0;
	padding: 12px 0 14px;
	top: 0;
	}

hr {
	border-style: none;
	border-top: 1px solid #BABABA;
	}

td.Checkbox {
  text-align: right;
}

h1.Titel {
	clear: both;
	color: #000;
	font-size: 150%;
	font-family:	Arial, Helvetica, Sans-serif;
	padding: 0 2px 2px 8px;
	margin: 12px 0 2px;
	}

h2 {
	margin: 0px;
	padding: 0 0 8px;
	color: #000099;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

a:link,
a:visited,
a:hover, 
a:active {
  color: #000099;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
}

a.Knop:link,
a.Knop:visited,
a.button {
	padding-left: 13px;
	margin-top: 5px;
	background-image: url( ./media/buttons/go.gif );
	background-position: left -1px;
	background-repeat: no-repeat;
	color: #000099;
	display: block;
	font-weight: normal;
	font-style: normal;
	}

a.Knop:hover,
a.Knop:active {
	display: block;
	padding-left: 13px;
	margin-top: 5px;
	background-image: url( ../rabomyride/media/buttons/go.gif );
	background-position: left -1px;
	background-repeat: no-repeat;
	color: #FF6600;
	font-weight: normal;
	font-style: normal;
	}

img {
	border: 0px;
}

.Banner {
	margin-bottom: 10px;
}

input {
  font-size: 11px;
}

INPUT.button_go, IMG.button_go, IMG.button_goback, IMG.button_godown, IMG.button_mail, IMG.button_info, IMG.button_nogo {
	width: 9px;
	height: 16px;
	margin: 3px;
	border: 0px;
  vertical-align: middle;
}

input.button_submit	{
	display: none;
	}

a.button_submit	{
	margin-bottom: 12px;
	}

div.Top {
	margin-bottom: 2px;
}
	
.warning {
	color: #ff0000;
	font-weight: bold;
	}

.Clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.TextRight {
	text-align: right;
}

.TextLeft {
  text-align: right;
}

.Intro {
	margin-bottom: 12px;
	text-align: right;
	}

.Intro a.Knop {
	display: inline;
	}

.Intro a.Knop:link,
.Intro a.Knop:visited {
	padding-left: 13px;
	margin: 2px 0 0 10px;
	background-image: url( ./media/buttons/go.gif );
	background-position: left -1px;
	background-repeat: no-repeat;
	color: #000099;
	display: inline;
	font-weight: normal;
	font-style: normal;
	}

.Intro a.Knop:hover,
.Intro a.Knop:active {
	color: #FF6600;
	display: inline;
	font-weight: normal;
	font-style: normal;
	}

/* -------------------------------- menu ----------------------------------------------- */	
	
ul#MenuBoom {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
  border-bottom:6px solid #9A9896;
	border-top:1px solid #666666;
	clear:both;
	font-family:Verdana,Arial;
	font-size:11px;
	height:26px;
	margin:0;
	padding:0;
	width:100%;
	background-color: #147ee0;
	}

ul#MenuBoom li {
	border-right:1px solid #1174D2;
	color:#000;
	display:block;
	float:left;
	font-weight:bold;
	padding:0;
	}

ul#MenuBoom li a:link,
ul#bMenuBoom li a:hover,
ul#MenuBoom li a:active,
ul#MenuBoom li a:visited  {
	border-right:1px solid #DCD6D1;
	color:#FFFFFF;
	display:block;
	padding: 6px 11px;
	text-decoration:none;
	}

ul#MenuBoom li a:active,
ul#MenuBoom li.Active a:link,
ul#MenuBoom li.Active a:visited {
  background: url(./media/selected_bg.jpg) repeat-x;
  border-bottom-width: 0;
	padding-bottom: 8px;
}


/*---------------------------------------- submenu --------------------------------------*/

ul#SubMenuBoom 	{
	background-color:#9A9896;
	border-bottom:1px solid #FFFFFF;
	clear:both;
	font-size:90%;
	overflow:hidden;
	padding:0;
	width:100%;
	display:block;
	list-style-type:none;
	margin: 0;
	}

ul#SubMenuBoom li {
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	padding:0;
	}

ul#SubMenuBoom a	{
	border-left:1px solid #C4C3C2;
	color:#FFFFFF;
	display:block;
	font-size: 11px;
	font-family:Verdana,Arial;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:6px 0 6px -1px;
	padding:0 12px;
	text-decoration:none;
	}
	
ul#SubMenuBoom li.Active a,
ul#SubMenuBoom a:hover	{	
	color: black;
	font-weight: bold;
	}

	
body.ExercisesDetailVenster div.InnerContent, body.GroupsVenster div.InnerContent	{
	border-top: 3px solid #ccc;
	background: #fff;
	padding: 12px;
	}

body.GroupsVenster div.GroupsVenster {
	border-top: none;
	background: transparent;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	}

div.GroupsDetails {
	margin-left: 10px;
	width: 400px;
}
	
.page_index .Items,
.GlossaryVenster .Items,
.ExercisesVenster .Items,
.GlossaryDetailVenster .Items,
.ExercisesCategoryVenster .Category,
.GlossaryItem .Detail,
.SupportVenster .Detail,
.SupportDetailVenster .Detail {
	width: 675px;
	margin-top: 10px;
}

.ExercisesCategoryVenster .Left .Items {
	margin-top: 0px;
	margin-left: 20px;
}

.InlogBox {
	width: 442px;
	float: left;
	background: #fff;
	border-top: 3px solid #ccc;
	padding: 12px;
	}

.Inloggen {
	border-bottom: 1px dotted #ccc;
	padding: 6px 8px 8px;
	}

.Inloggen input {
	border: 1px solid #E0E0E0;
	margin-left: 5px;
	}

.InlogBox .NieuwLid,
.InlogBox .Inloggen,
.InlogBox .Banner {
	margin-bottom: 10px;
}

.InlogBox .NieuwLid,
.InlogBox .Route_Demo {
	border-bottom: 1px dotted #ccc;
	padding: 6px 8px 8px;
	}

.FlashIntro {
	float: right;
	background: #fff;
	border-top: 3px solid #ccc;
	padding: 12px;
	}

/* PROGRAMMA SELECT (OOK 'ITEM' GEHETEN) */

.Content .Items {
	margin-top: 29px;
	}

.cat_community .page_index .Items,
.KnowHowVenster .Items {
	margin-top: 10px;
	}

.ForumList .Left	{
	width: 680px;
	}

.itemBox {
	border: 1px solid #E0E0E0;
  background: url( ./media/gradient_large.gif ) repeat-x #E0E0E0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.itemBox .Inner {
	border-top: 1px solid white;
	padding: 6px 8px 8px;
}

.Programs .Picture {
	margin-top: 29px;
}

.itemImage, .selectImage_index	{
	float: left;
	margin: -26px 0 0;
	border: 1px solid #cccccc;
	}

.selectImage_index, .selectImage_forum, .selectImage_groups, .selectImage_experts {
}

.selectImage_groups {
 	width: 120px;
	/*height: 150px;*/
	}

DIV.selectHeader, p.header, p.subHeader	{
	color: #000099;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 0 0 8px;
	}

div.selectHeader_groups	{
	margin-left: 139px;
}

.stretch_double DIV.selectHeader{
  
  }

div.singlecolumn	{
	width: 680px;
	}
  
.singlecolumn DIV.selectHeader	{
	margin: 0 0 0 108px;
	}

.singlecolumn div.itemBoxBody { 
     padding-left: 108px; 
     }

.itemBox ul, .itemBox ul li, .itemBox li  {
  list-style: none;
  margin: 0;
  padding: 0;
  }

x.singlecolumn div.itemBox {
	width: 600px; 
     }
     
div.itemBoxBody_groups	{
	padding-left: 145px;
}

/* END - PROGRAMMA SELECT */

/* KNOW-HOW */

img.video_icon {
	top: 3px;
	position: relative;
	}

/* END - KNOW-HOW */

.Left {
  float: left;
}

.Right {
	float: right;
}

.Homepage {
	width: 960px;
}

.Homepage .Left .Left {
	width: 183px;
	margin: 0 10px 0px 0;
}

.Homepage .Left .Right {
  width: 183px;
  margin: 0 0px 0px 0;
}

.Homepage .Right {
	width: 520px;
}

.Homepage .Right .Left {
  width: 300px;
	margin: 0 10px 10px 0;
	border: 0;
	padding: 0;
}

.Homepage .Right .Right {
  width: 210px;
	margin: 0 0 10px 0px;
	border: 0;
	padding: 0;
}

.Homepage .Right .Picture {
	width: 518px;
}

div.HoofdVenster {
	background: #fff;
	padding: 12px;
	border-top: 3px solid #ccc;
	}

.Venster {
	border: 1px solid #E0E0E0;
	background-image: url( ./media/gradient_large.gif );
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	margin-bottom: 10px;
	}

.Venster .Groot,
.Venster .Medium,
.Venster .Klein,
.Venster .Inner {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 6px 8px 8px;
	}

.Venster .Push {
	width: 4px;
	overflow: hidden;
	float: right;
}

.Venster .Inhoud {
	float: left;
}

.Homepage .Medium .Push,
.Homepage .Groot .Push {
	height: 293px;
}

.Homepage .Klein .Push {
  height: 295px;
}

.Venster h2,
.Venster h3 {
	margin: 0px;
	padding: 0 0 8px;
	color: #000099;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.Homepage .Venster h3 {
	font-size: 13px;
}

.Homepage .Fietslogboek {
	margin-bottom: 10px;
}

.Homepage .MijnRoute .Inhoud {
	width: 165px;
}

.Homepage .MijnRoute p span {
	color: #FF6600;
	font-size: 12px;
	}

.Homepage .MijnFietsFotos .Inhoud {
	width: 146px;
}

.Homepage .MijnFietsFotos .Inhoud img {
	margin-bottom: 8px;
}

.Picture .Inner {
	padding: 0px;
}

td.GooglePosition	{
	border-left: 10px solid #fff;
	}

.Homepage ul.RoutesLijst {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Homepage ul.RoutesLijst li {
  padding: 0px;
  margin: 0px;
}

.Homepage ul.RoutesLijst li table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}

.Homepage ul.RoutesLijst li th,
.Homepage ul.RoutesLijst li td {
	text-align: left;
	padding: 0px;
	font-size: 10px;
}

.Homepage ul.RoutesLijst li th {
	width: 55px;
	text-align: right;
	color: #FF6600;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	}

.Homepage ul.RoutesLijst li th.Naam {
	width: 125px;
	text-align: left;
	}

.LogbookHolder {
	float: left;
	width: 685px;
	background: #fff;
	border-top: 3px solid #ccc;
	padding: 12px;
	padding-top: 2px;
}

#LogbookError {
  margin-top: 10px;
	width: 540px;
}

#LogbookError input.CloseButton {
}

#LogbookError #LogbookError_Title {
	color: #FF6500;
}

#LogbookError #LogbookError_Message {
	color: #FF6500;
	display: block;
}

#LogbookInfo {
	margin-top: 10px;
	}

#LogbookInfo .Inner p span {
	font-weight: bold;
	}

#LogbookInfo #TrainingsContainer ul.Options,
#LogbookInfo #TrainingsContainer ul.Options li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#LogbookInfo #TrainingsContainer ul.Options li div {
	display: none;
	margin-left: 20px;
}

.LogbookHolder .Left {
	width: 300px;
}

.LogbookHolder .Right {
	width: 320px;
}

.LogbookEmpty {
	line-height: 18px;
	}

.LogbookView .gValueField_td1,
.LogbookView .gTextField_td1,
.LogbookView .prop_3_td1,
.LogbookView .gUnorderedMenu_td1,
.LogbookView .gOrderedMenu_td1,
.LogbookView .prop_22_td1 {
	width: 140px;
	line-height: 18px;
	vertical-align: top;
	}

.LogbookEdit td {
	width: 110px;
	}

.LogbookEdit input	{
	width: 30px;
	}

.LogbookEdit .gTextField_td2 textarea {
	width: 440px;
	}

#logbook {
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
	}

#logbookContainer {
	float: right;
	width: 216px;
	height: 575px;
  background: #fff;
	border-top: 3px solid #ccc;
	padding: 12px;
	overflow: hidden;
}

.SupportChapter {
	margin-bottom: 10px;
}

.Forum h1 {
	margin: 0px;
	padding: 0 0 8px;
	color: #000099;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.Forum h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000099;
  font-size: 13px;
  font-weight: normal;
  margin: 0px; 
  padding: 0px;
}

.ForumList .KnoppenBalk {
	clear: both;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
	width: 680px;
	padding: 0px;
	}

.ForumList .KnoppenBalk .button_go {
	margin: 0px;
	margin-right: 3px;
}

.ForumList .KnoppenBalk td {
	margin: 0px;
	padding: 0px;
}
.ForumList .KnoppenBalk p {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

.ForumList .terug {
	text-align: left;
	}

.ForumList .reageer {
	text-align: right;
	}

.ForumList a.Knop {
	display: inline;
	}

.ForumList a.Knop:link,
.ForumList a.Knop:visited {
	padding-left: 13px;
	background-image: url( ./media/buttons/go.gif );
	background-position: left -1px;
	background-repeat: no-repeat;
	color: #000099;
	display: inline;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	}

.ForumList a.Knop:hover,
.ForumList a.Knop:active {
	color: #FF6600;
	display: inline;
	font-weight: normal;
	font-style: normal;
	}

.ForumOverzicht {
	clear: both;
	padding-top: 10px;
}

.ForumOverzicht table {
  border-collapse: collapse;
  border-spacing: 2px;
	width: 680px;
	}

.ForumOverzicht .CategorieMeerLink {
	margin-top: 10px;
}

.Forum_Categorie .Titel {
	margin: 0px;
	color: #000099;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding-left: 8px;
	padding-bottom: 8px;
	border-style: none;
	}

.Forum_Categorie thead th {
	text-align: left;
	font-size: 11px;
	color: #cccccc;
	border-bottom: 2px solid #E0E0E0;
	margin-bottom: 5px;
	line-height: 20px;
	}

.Forum_Categorie th.Datum{
	text-align: left;
	font-size: 11px;
	color: #cccccc;
	padding-left: 8px;
	}

.ForumOverzicht table td {
	border-bottom: 2px solid #E0E0E0;
	line-height: 22px;
	}

.ForumOverzicht table td.Datum {
	padding-left: 8px;
	width: 90px;
	color: #FF6600;
}

.ForumOverzicht table td.Onderwerp {
	width: 380px;
}

.ForumOverzicht table td.Posts {
	width: 30px;
	text-align: right;
	padding-right: 10px;
}

form.ForumNewDiscussion {
  width: 524px;
  padding: 16px 8px 8px;
  border: 1px solid #E0E0E0;
}

.ForumReply .Message,
.ForumList .Message {
	width: 660px;
	border: 1px solid #E0E0E0;
	background: url( ./media/gradient_forum.gif ) repeat-x #E0E0E0;
	margin: 0 0 10px;
	padding: 3px 8px 8px;
	}

div.ForumReply .Message {
	margin: 0px;
}

.ForumReply .Label_Subject,
.ForumReply .Label_Message {
	vertical-align: top;
	padding: 2px 8px 0 0;
	}

.ForumReply .Data_Subject .Subject {
	width: 550px;
	margin-bottom: 6px;
	}

.ForumReply .Data_Message .MessageText {
	width: 550px;
	margin-bottom: 10px;
	height: 150px;
	}

form.ForumReply {
	border: 1px solid #E0E0E0;
	padding:3px 8px 8px;
	width:660px;
}

.ForumReply .Label_Subject {
	width: 90px;
}

.ForumReply .Subject {
	width: 410px;
}

.ForumReply .MessageText {
	width: 410px;
}

.TopBalk .TerugLink {
	float: left;
	width:  395px;
	}

.TopBalk .ZoekLabel {
  float: left;	
	width: 100px;
	padding-top: 5px;
	text-align: right;
	}

.TopBalk .ZoekWaarde {
	padding-top: 2px;
  text-align: right;
	width: 200px;
	float: right;
	}

.Message .Inner {
	border-top: 1px solid white;
	padding: 6px 8px 8px;
	border-bottom: 1px solid white;
}

.Message .Header {
	width: 650px;
	padding: 0;
	text-align: left;
	}

.Message .Datum {
	color: #FF6600;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	width: 100px;
	}

.Message .Titel {
	color: #000099;
	padding: 0;
	}

.Message .Auteur {
	color: #000099;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding: 0;
	}

.Message .Body {
	padding: 5px 0 0 16px;
	}

.NieuwOnderwerp {
	margin-top: 8px;
	}

.CategoryNew .Label_Subject,
.CategoryNew .Label_Message {
	padding: 2px 8px 0 0;
	vertical-align: top;
	}

.CategoryNew .Data_Subject input {
	width: 400px;
	margin-bottom: 6px;
	}

.CategoryNew .MessageText {
	width: 420px;
	height: 150px;
	margin-bottom: 10px;
	}

.Box {
	border-top: 3px solid #ccc;
  padding: 12px;
	background-color: white;
	margin-bottom: 10px;
	position: relative;
}

#map_canvas {
  border: 1px solid #E0E0E0;
}

.WaypointList {
	width: 218px;
}

.Search {
	width: 218px;
	height: 600px;
}

.WaypointList h2 {
  margin: 0px;
  padding: 6px 0px 0px;
  color: #000099;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	}

.WaypointList .Inner {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.WaypointList .Push {
	width: 4px;
	overflow: hidden;
	float: right;
}

.WaypointList .Inner .Push {
	height: 626px;
  }

#HeightChart {
	background: #fff url( ./media/heightchard.gif ) no-repeat left;
	border: 1px solid #E0E0E0;
}

body.RouteDraw #HeightChart {
  background: #fff url( ./media/heightchard_large.gif ) no-repeat left;
}

.Route ul.Favorites {
  padding: 0px;
  margin: 0px;
  list-style-type: none;	
}

.Route ul.Favorites li {
	margin: 0;
	padding: 2px 0;
	}

.Route ul.Favorites li.Up {
  background-color: #E2E2E2;
}

.Route ul.Favorites a:link,
.Route ul.Favorites a:hover,
.Route ul.Favorites a:active,
.Route ul.Favorites a:visited {
  position: relative;
}

.Route ul.Favorites a .Description {
  padding-left: 10px;
	border: 1px solid red;
}

.Route ul.Favorites li a .span {
	top: 0px;
	border: 1px solid red;
	width: 150px;
	position: absolute;
	}

.Route ul.Favorites a .Distance {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 45px;
	text-align: right;
	}

.Route h6 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000099;
	}

.Route .Search .Titel,
.Route .Search .Trefwoord,
.Route .Search .Afstand,
.Route .Search .Lengte,
.Route .Search .Moeilijkheidsgraad,
.Route .Search .Thema {
	position: absolute;
	left: 10px;
	width: 218px;
}

.Route .Search .Trefwoord .Inner,
.Route .Search .Afstand .Inner,
.Route .Search .Lengte .Inner {
  height: 42px;
}

.Route .Search .Titel .Inner {
	height: 24px;
	padding-top: 61px;
	background-image: url( ./media/routes/zoeken_klein.jpg );
	background-repeat: no-repeat;
}

.Route .Search .Trefwoord {
	top: 102px;
  background-position: 0 -47px;
}

.Route .Search .Trefwoord .Inner input {
	margin-top: 5px;
	}

.Route .Search .Afstand {
  top: 167px;
  background-position: 0 -112px;
}

.Route .Search .Lengte {
  top: 232px;
	background-position: 0 -177px;
}

.Route .Search .Afstand #distanceLabel,
.Route .Search .Lengte #lengthLabel {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  text-align: right;
}

.Route .Search .Moeilijkheidsgraad {
  top: 297px;
  background-position: 0 -297px;
	}

.Route .Search .Moeilijkheidsgraad .Inner {
	padding: 0px;
	height: 140px;
}

.Route .Search .Thema .Inner {
	padding: 0px;
	height: 161px;
}

.Route .Search .Thema {
  top: 446px;
  background-position: 0 -391px;
}

.Route .Search .Moeilijkheidsgraad h6,
.Route .Search .Thema h6 {
	padding: 6px 8px 8px;
}

.Search ul.SelectList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 220px;
}

.Search ul.SelectList li {
  margin: 0px;
	padding-top: 3px;
  padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: right;
	color: #7d7f7e;
	cursor: pointer;
}

.Search .SelectList li:hover {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #88c1f9;
  border-bottom: 1px solid #88c1f9;
}

.Search .SelectList li.Activated {
	background-color: #88c1f9;
	border-top: 1px solid #b1ceeb;
	padding-top: 3px;
	color: #000;
	}

.SliderControl {
	margin-top: 10px;
	width: 204px;
	height: 9px;
	position: relative;
  cursor: default;
	background: #88c1f9 url(./media/slidercontrol_backg.gif) no-repeat;
	}

.SliderControl .Slider {
  width: 185px;
  height: 9px;
  overflow: hidden;
	cursor: default;
	background: #000099 url(./media/slidercontrol_slider.gif) no-repeat;
	}

.SliderControl .Handler {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	margin-top: -3px;
	width: 5px;
  cursor: pointer;
	background: #3b6ab5 url(./media/slidercontrol_handler.gif) no-repeat;
	}

#MessageControl {
	border: 1px solid black;
	width: 300px;
	padding: 5px;
	position: absolute;
	background-color: white;
}

#MessageControl span {
	padding-left: 5px;
	padding-right: 5px;
}

/* Rabowindow in GMaps */
#RaboWindow {
	width: 230px;
	margin-left: 60px;
	margin-top: 50px;
}

#RaboWindow * input,
#RaboWindow * select {
  color: black;
}

#RaboWindow .SaveNewRouteForm #Name,
#RaboWindow .SaveNewRouteForm #Description,
#RaboWindow .SaveNewRouteForm #Zipcode,
#RaboWindow .SaveNewRouteForm #Place,
#RaboWindow .SaveNewRouteForm #Region,
#RaboWindow .SaveNewRouteForm #Distance,
#RaboWindow .SaveNewRouteForm #CountryCode {
	width: 115px;
}

#RaboWindow .SaveNewRouteForm select {
  width: 120px;
}

#RaboWindow_contents {
	background-color: #ff7e00;
	color: white;
	margin: 0;
	padding: 0;
	}

#RaboWindow_contents .Description{
	font-weight: bold;
	}

#RaboWindow_contents a:link,
#RaboWindow_contents a:visited {
	color: #000099;
	}

#RaboWindow_contents a:hover,
#RaboWindow_contents a:active {
	color: #FFF;
	}

#RaboWindow textarea {
	width: 222px;
	}

#RaboWindow_tl {
  width: 20px;
	height: 20px;
	background: url( ./media/InfoWindow/tl.png );
}

#RaboWindow_t {
	height: 20px;
  background: url( ./media/InfoWindow/t.png );
}

#RaboWindow_tr {
  width: 20px;
  height: 20px;
  background: url( ./media/InfoWindow/tr.png );
}

#RaboWindow_l {
  width: 20px;
  background: url( ./media/InfoWindow/l.png );
}

#RaboWindow_r {
  width: 20px;
  background: url( ./media/InfoWindow/r.png );
}

#RaboWindow_bl {
  width: 20px;
  height: 44px;
  background: url( ./media/InfoWindow/bl.png );
}

#RaboWindow_b {
  height: 44px;
  background: url( ./media/InfoWindow/b.png );
}

#RaboWindow_br {
  width: 20px;
  height: 44px;
  background: url( ./media/InfoWindow/br.png );
}

#RaboWindow_beak {
  width: 162px;
  height: 44px;
	margin-left: 20px;
	margin-top: -44px;
  background: url( ./media/InfoWindow/beak.png );
}

#RaboWindow_close {
	width: 16px;
  height: 16px;
  margin-left: -15px;
	margin-top: 10px;
  background: url( ./media/InfoWindow/close.png );
	cursor: pointer;
}

#DrawControl {
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	padding-left: 5px;
}

#DrawControl #Distance {
  font-size: 12px;
}

#DrawControl a:link,
#DrawControl a:hover,
#DrawControl a:active,
#DrawControl a:visited {
	position: relative;
	margin-right: 5px;
}

#DrawControl img {
	border: 1px solid white;
}

#DrawControl a:hover img,
#DrawControl a:active img,
#DrawControl a.Active:link img,
#DrawControl a.Active:hover img,
#DrawControl a.Active:active img,
#DrawControl a.Active:visited img {
	border: 1px solid black;
}

.PartnerFinder .Search {
  position: relative;
  width: 220px;
  height: 620px;
}

.PartnerFinder h6 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #000099;
  }

.PartnerFinder .Search .Venster {
  position: absolute;
  left: 0px;
  width: 218px;
}

.PartnerFinderVenster .Left  .Inner {
  width: 664px;
}

.PartnerFinder .Search .Venster .Inner {
  height: 42px;
}

.PartnerFinder .Search .Titel .Inner {
  height: 31px;
	padding: 6px 8px 0;
	}

.PartnerFinder .Search .Trefwoord {
  top: 49px;
  background-position: 0 -49px;
}

.PartnerFinder .Search .Trefwoord .Inner input {
  margin-top: 5px;
  }

.PartnerFinder .Search .Afstand {
  top: 117px;
  background-position: 0 -117px;
}

.PartnerFinder .Search .Afstand #distanceLabel {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  text-align: right;
}

.PartnerFinder .Search .Gender {
  top: 185px;
	height: 85px;
}

.PartnerFinder .Search .Gender .Inner {
	padding: 0px;
	height: 83px;
}

.PartnerFinder .Search .Gender .Inner h6,
.PartnerFinder .Search .Training .Inner h6,
.PartnerFinder .Search .Snelheid .Inner h6 {
	padding-left: 8px;
	padding-top: 6px;
}

.PartnerFinder .Search .Training {
	top: 280px;
  height: 127px;
}

.PartnerFinder .Search .Training .Inner {
  padding: 0px;
  height: 125px;
}

.PartnerFinder .Search .Snelheid {
  top: 417px;
}

.PartnerFinder .Search .Snelheid .Inner {
  padding: 0px;
  height: 105px;
}

.PartnerFinder .Search .Uitleg {
	top: 534px;
}

.PartnerFinder .Search .Uitleg .Inner {
	height: 70px;
}

/* Popup  */

h1.popup {
	color: white;
	font-weight: normal;
	font-size: 19px;
	background: transparent url(./media/rs_nav_bg.jpg) repeat-x scroll 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 0 2px 2px 8px;
	margin: 0 0 2px;
	}

#content_programs,
#content_know-how,
#content_home {
	padding: 6px 8px 8px;
	}

/* Sponsor editor  */

p.sponsor_button {
	margin: 0 0 4px;
	}

.Sponsor_Editor #Editor {
	height: 373px;
	width: 754px;
	margin-left: 75px;
	position: relative;
	overflow: hidden;
}

.Sponsor_Editor .Style {
	height: 373px;
  position: relative;
}

.Sponsor_View .Template {
	position: relative;
	overflow: hidden;
}

.Sponsor_Mail .Left,
.Sponsor_Mail_Send .Left,
.Sponsor_Sponsor_List .Left,
.Sponsor_Stop .Left,
.Sponsor_Stop_Send .Left,
.Sponsor_Registration .Left,
.Sponsor_Registration_Send .Left {
	width: 385px;
}

.Sponsor_Mail .Right,
.Sponsor_Mail_Send .Right,
.Sponsor_Sponsor_List .Right,
.Sponsor_Stop .Right,
.Sponsor_Stop .Right,
.Sponsor_Stop_Send .Right,
.Sponsor_Registration .Right,
.Sponsor_Registration_Send .Right {
	width: 366px;
}

.Sponsor_Homepage .Left,
.Sponsor_Homepage .Center {
  width: 310px;
	float: left;
	}

.Sponsor_Homepage .Left p,
.Sponsor_Homepage .Center p,
.Sponsor_Homepage .Right p {
	width: 280px;
}

.Sponsor_Homepage .Right {
	float: right;
	width: 310px;
}

.Sponsor_Mail .Emailddresses {
	width: 300px;
	height: 100px;
	}

.Sponsor_Sponsor_List .Right ul {
  list-style: none;
	}

.Sponsor_View .Style_Clickable {
	cursor: pointer;
}

.Sponsor_Preview .Left {
	width: 375px;
}

.Reasons {
  list-style: none;
	padding-left: 8px;
	padding-top: 4px;
	}

.Reason_Specification {
	width: 300px;
	}


.Video {
	text-align: left;
}

.Video h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
}

#bmi, #run, #burn	{
	background: #f17a20;
	}

#PhotoPlayer,
#MyPhotoPlayer {
	position: relative;
	width: 190px;
	height: 295px;
  overflow: hidden;
}

#MyPhotoPlayer,
#MyPhotoPlayer .ScrollerItem {
	height: 135px;
	width: 150px;
}

body.cat_proteam div.HoofdVenster {
	border-top: 0px;
	padding: 0px;
}

body.cat_proteam div.page_index div.Left .RSS_Feed {
	border-top: 3px solid #CCCCCC;
	width: 498px;
	padding-left: 12px;
	padding-top: 12px;
}

body.cat_proteam div.page_index div.Left .RSS_Feed h4,
body.cat_proteam div.page_index div.Left .RSS_Feed p.Description,
body.cat_proteam div.page_index div.Left .RSS_Feed p.Information {
	margin: 0px;
  padding: 0px;
}

body.cat_proteam div.page_index div.Left .RSS_Feed p.Information {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

a.rss:link,
a.rss:hover,
a.rss:active,
a.rss:visited {
	display: block;
	padding-left: 20px;
	background-image: url( ./media/rss.gif );
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	padding-top: 2px;
}

body.cat_proteam div.page_index div.Right .LatestVideo {
	border-top: 3px solid #CCCCCC;
	width: 423px;
	padding-right: 12px;
  padding-top: 12px;
}

body.cat_proteam div.page_index div.Right .PhotoGallery {
	width: 423px;
  padding-right: 12px;
  padding-top: 12px;
}

body.cat_proteam div.page_archive div.Left .VideoArchive {
	width: 446px;
	padding-left: 12px;
  padding-top: 12px;
	border-top: 3px solid #CCCCCC;
}

body.cat_proteam div.page_archive div.Left .VideoArchive div.Thumb {
	margin-right: 0px;
}

body.cat_proteam div.page_archive div.Left .VideoArchive div.Right {
	float: right;
}

body.cat_proteam div.page_archive div.Right .PhotoArchive {
	width: 464px;
	padding-top: 12px;
	border-top: 3px solid #CCCCCC;
}

body.cat_proteam div.page_archive div.Thumb {
	width: 207px;
	margin-right: 23px;
	height: 155px;
	float: left;
}

body.cat_proteam div.page_archive div.Thumb .Title {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

body.cat_proteam div.page_archive div.Introduction {
	width: 207px;
  margin-right: 23px;
  height: 155px;
  float: left;
	text-align: right;
}

body.cat_proteam div.page_archive div.Introduction h3,
body.cat_proteam div.page_archive div.Introduction p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

body.cat_proteam div.page_archive hr {
  clear: both;
}

body.cat_proteam div.page_archive .RiderNr_1 div.Introduction,
body.cat_proteam div.page_archive .RiderNr_1 div.Thumb {
	height: 135px;
}

body.cat_proteam div.page_archive .Riders {
	border-bottom: 1px dotted #CCCCCC;
	height: 290px;
	margin-bottom: 19px;
}

body.cat_proteam div.page_rider-profile div.Rider {
  width: 588px;
  padding-top: 12px;
  border-top: 3px solid #CCCCCC;
  padding-left: 14px;
}

body.cat_proteam div.page_rider-profile div.Rider .Left {
	width: 193px;
}

body.cat_proteam div.page_rider-profile div.Rider .Right {
	width: 390px;
}

body.cat_proteam div.page_rider-profile div.Rider h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #495297;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

body.cat_proteam div.page_rider-profile div.Rider table th {
	color: #373D93;
	text-align: right;
	width: 135px;
	padding-right: 10px;
	font-weight: bold;
}

body.cat_proteam div.page_rider-profile div.Rider table th,
body.cat_proteam div.page_rider-profile div.Rider table td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

body.cat_proteam div.page_rider-profile div.Rider .Profile {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.cat_proteam div.page_rider-profile div.Rider .Images .Thumb {
	float: left;
	width: 160px;
	height: 160px;
}

body.cat_proteam div.page_rider-profile .Riders {
	width: 306px;
  padding-top: 12px;
  border-top: 3px solid #CCCCCC;
	padding-left: 14px;
	padding-right: 10px;
}

body.cat_proteam div.page_rider-profile .Riders .Inner {
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

body.cat_proteam div.page_rider-profile .Riders ul,
body.cat_proteam div.page_rider-profile .Riders ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

body.cat_proteam div.page_rider-profile .Riders ul {
	overflow: hidden;
}

body.cat_proteam div.page_rider-profile .Riders ul li {
	height: 136px;
}

body.cat_proteam div.page_rider-profile .Riders ul li a:link,
body.cat_proteam div.page_rider-profile .Riders ul li a:hover,
body.cat_proteam div.page_rider-profile .Riders ul li a:active,
body.cat_proteam div.page_rider-profile .Riders ul li a:visited {
	color: #495297;
	width: 283px;
	height: 131px;
	display: block;
}

body.cat_proteam div.page_rider-profile .Riders ul li a:hover,
body.cat_proteam div.page_rider-profile .Riders ul li.Active a {
	background-image: url( ./media/proteam/active-rider.png );
	color: white;
}

body.cat_proteam div.page_rider-profile .Riders ul li img {
	float: left;
	padding-left: 12px;
	padding-top: 23px;
}

body.cat_proteam div.page_rider-profile .Riders ul li span {
	float: right;
	width: 194px;
	padding-top: 23px;
}

body.cat_about-us a.Nav_Up,
body.cat_about-us a.Nav_Down,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Up,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Down {
	display: block;
	width: 283px;
	height: 20px;
	background-image: url( ./media/proteam/riders-up.gif );
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

body.cat_about-us a.Nav_Down,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Down {
	background-image: url( ./media/proteam/riders-down.gif );
}

body.cat_about-us a.Nav_Up:active,
body.cat_about-us a.Nav_Up:hover,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Up:active,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Up:hover {
	background-image: url( ./media/proteam/riders-up-active.gif );
}

body.cat_about-us a.Nav_Down:active,
body.cat_about-us a.Nav_Down:hover,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Down:active,
body.cat_proteam div.page_rider-profile .Riders a.Nav_Down:hover {
	background-image: url( ./media/proteam/riders-down-active.gif );
}

body.cat_about-us #Feed_Feed1 {
	width: 382px;
}

body.cat_about-us #Feed_Feed1 a.Nav_Up,
body.cat_about-us #Feed_Feed1 a.Nav_Down {
	width: 382px;
}

body.cat_about-us #Feed_Feed2 {
	width: 515px;
}

body.cat_about-us #Feed_Feed2 a.Nav_Up,
body.cat_about-us #Feed_Feed2 a.Nav_Down {
	width: 515px;
}

body.cat_about-us div.Feed ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

body.cat_about-us div.Feed h3,
body.cat_about-us div.Feed p {
	margin: 0px;
	padding: 0px;
	color: black;
}

body.cat_about-us div.Feed h3 {
	font-weight: bold;
}

body.cat_about-us div.Feed p.Information {
	font-style: italic;
	font-weight: bold;
}

body.cat_about-us div.Feed div.ScrollerItem {
}

body.cat_about-us div.Left {
	width: 384px;
}

.MijnFavorieteRoutes {
	width: 181px;
}

body.cat_about-us div.VideoPlayer .Inner {
	height: 327px;
	overflow: hidden;
}

body.cat_about-us div.PhotoPlayer .Inner {
  height: 327px;
  overflow: hidden;
}

body.cat_about-us div.PhotoPlayer div.ScrollerItem {
	width: 190px;
	height: 295px;
}

body.cat_proteam .page_archive .HoofdVenster {
	background-image: url( ./media/proteam/archive-background.jpg );
}

.BreadCrumbs {
	float: left;
	width: 450px;
}

.BreadCrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.BreadCrumbs ul li {
	float: left;
	padding: 5px;
}

.BreadCrumbs ul li span {
	display:block;
	font-weight:normal;
	margin-top:5px;
	font-style: italic;
	margin-left: 10px;
}

ul.Intro {
	float: right;
	width: 460px;
	margin: 0px;
	list-style-type: none;
	padding: 10px;
}

ul.Intro li {
	display: inline;
}

ul.Intro li a.button {
	display: inline;
	margin-left: 10px;
}

.cat_programs .Left {
	width: 680px;
}

.Prompt {
	margin: 10px;
	padding: 10px;
	border: 3px solid #147EE0;
}

form.LoginForm {
  margin: 0px;
  padding: 0px;
  width: 300px;
}

form.LoginForm .Input {
  display: block;
  padding: 1px;
  width: 300px;
}

form.LoginForm .Label,
form.LoginForm .Value {
  display: block;
  width: 150px;
  float: left;
}

form.LoginForm .Label {
  width: 130px;
  clear: both;
  display: block;
}

form.LoginForm .Value input {
  width: 150px;
}

form.LoginForm ul.Buttons {
  clear: both;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.HomeVenster div.Banner {
	padding-left: 6px;
}

