/*                  Running Routes aanvullingen op bestaande classes; titelbar, menu en footer                */

html, body	{
	overflow: hidden;
	}

#mapcontainer {
	position: relative;
	float: right;
	background: #FFFFFF;
	top: 151px;
	border-top: 1px solid #CBCED3;
}

#map {
	position: relative;
	top: 28px;
	float: right;
	border: solid 1px #CBCED3;
	width: 900px;
	height: 700px;
}

#twittermap {
	position: relative;
	top: 0px;
	float: right;
	border: solid 1px #CBCED3;
	width: 900px;
	height: 700px;
}

div#header	{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(media/background_header.jpg) repeat-x #000000;
	height: 86px;
	width: 100%;
	text-align: left;
	}
	
.pagetitle	{
	position: absolute;
	top: 86px;
	left: 0px;
	width: 100%;
	background: url(media/photos/photo_17.jpg) no-repeat;
	}

div#menu	{
	position: absolute;
	background: url(media/background_wrapper_personal.gif) repeat-y;
	height: 100%;
	top: 151px;
	left: 0px;
	}

div#footer	a {
	 color: #000000;
	}

/*                  Running Routes specifieke classes; content                */

#toolsDiv {
	padding: 5px;
	overflow: hidden;
	background-color: white;
	margin-bottom: 5px;
	text-align: left;
	display: block;
	width: 600px;
	border-bottom: 1px solid #CBCED3;
	}

#navTweetsDiv {
	display: block;
	position: relative;
	top: 27px;
	width: 100%;
	}

#toolsDiv #toolsWrapper	{
	margin: 0px 0px 0px 10px;
	}

#toolsDiv #toolsWrapper img 	{
	cursor: pointer;
	border: 1px solid #CBCED3;
	margin: 0px 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	}
	
#toolsDiv #toolsWrapper img:hover, #toolsDiv #toolsWrapper img.sticky	{
	border: 1px solid #000000;
	position: relative;
	top: 1px;
	left: 1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	}

fieldset {
	width: 280px;
	border: none;
	}

fieldset label  {
	float: left;
	width: 120px;
	clear: both;
	}

fieldset input,select  {
	width: 100px;
	text-align: left;
	}

fieldset input.breed  {
	width: 290px;
	text-align: left;
	}

fieldset input.chk  {
	width: 20px;
	text-align: left;
	}

#filter {
	position: absolute;
	top: 75%;
	display: none;
	clear: both;
	border: 1px solid;
	}
	
 #alert {
 	position: absolute;
	height: 20px;
  width: 120px;
	left: 190px;
	top: 310px;
 	margin: 0px;
 	padding: 0.2em;
 	background: #ff8400 url(media/loader.gif) no-repeat;
 	border: 1px solid #aaa;
 	font-size: 9px;
	color: #fff;
	z-index: 9999;
 	}
  
 body.loading #alert { 
 	display: block;
 	}

 body.standby #alert { 
 	display: none;
 	}

.verberg {
	display: none;
	}

div#printroute {
	display: none;
	}

th.waypointHeaderCell	{
	cursor: pointer;
	}

td.waypointCell	{
	border-bottom: 1px solid #CBCED3;
	color: #000000;
	cursor: pointer;
	}

th.waypointHeaderCell	{
	padding: 5px;
	color: #FFFFFF;
	background-color : #8F8F8F;
	text-transform: uppercase;
	font-size: smaller;
	margin-top: 100px;
	border-right: 1px solid #c1c1c1;
	}

.rotoggle	{
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	float: right;
	}

p#tableTitle	{
	color: #000000;
	}
	
#klapInUit	{
	position: absolute;
	top: 35%;
	left: 1px;
	width: 13px;
	height: 156px;
	cursor: pointer;
	}

#sidebar, #routeinfo	{
	overflow: hidden;
	background: #ffffff url(media/routes/background_sidebar.gif) repeat-x top;
	border-left: 1px solid #CBCED3;
	padding: 0px 20px;
	}

#routeinfo {
	xoverflow: hidden;
	background: #f8f8f8 none;
	border-top: 1px solid #CBCED3;
	border-bottom: 1px solid #CBCED3;
	overflow: auto;
}

#routeinfo h2 {
		margin-top  : 1em;
}

#routeResults	{
	overflow: auto;
	}

#resultTabel  {
  margin-bottom: 50px;
  }

#calculator	{
	background: #FFFFFF;
	padding: 5px;
	font-size: smaller;
	}

#calculator a	{
	color: #ffffff;
	padding: 1px;
	background: #385ca1;
	border: 1px solid #123370;
	}
	
#calculator a:hover	{
	}	

#currentDist	{
	font-weight: bold;
	}
	
#currentSpeed	{
	font-weight: bold;
	}
	
P#routeName	{
	color: #375CA2;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	}	

th P#routeName	{

	}

.waypointImg	{
	xborder: 1px solid;
	xmargin: 3px 6px 3px 0px;
	}
 
.waypointTable tr td img	{
	width: 25px;
	height: 19px;
	padding: 2px 2px 8px 2px;
	background: #FFFFFF;
	border: 1px solid #ADADAD;
	border-right: 1px solid #656565;
	border-bottom: 1px solid #656565;
	margin: 4px 4px 4px 4px;
	cursor: pointer;
	}	

.waypointTable tr th img.waypointImg	{
	width: 110px;
	padding: 5px 5px 20px 5px;
	background: #FFFFFF;
	border: 1px solid #ADADAD;
	border-right: 1px solid #656565;
	border-bottom: 1px solid #656565;
	margin: 4px 4px 4px 4px;
	}	

p#tableTitle	{
	text-align: left;
	margin: 10px 0px;
	font-weight: normal;
	xborder: 1px solid #00FF00;
	}
		
#statusDraw	{
	color: #FFFFFF;
	background: #FF8400;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #B55E00;
	font-weight: bold;
	font-size: smaller;
	}
	
.rating	{
	font-size: 10px;
	color: #818181;
	}

#zoekFrm, #zoekFrm input	{
	font-size: 11px;
	}

#zoekFrm  {
  width: 100%
  }

#calculator	{
	border: 1px solid #CBCED3;;
	font-size: smaller;
	}		

#heightImage {
		position : relative;
		top : -188px;	
		left: -6px;
	  display: block;
}
form.importForm {
	margin: 0;
}

#flickrDiv {
	background: #FFFFFF;
	border-right: 1px solid #CBCED3;
	border-bottom: 1px solid #CBCED3;
	padding: 0.2em;
	overflow: auto;
}

#flickrDiv h2 {
  width: 85px;
	overflow: hide;
}

#flickrDiv img.closebt {
	border: 0px none ; 
	margin: 0px; 
	padding: 0px; 
	-moz-user-select: none; 
	cursor: pointer; 
	z-index: 10000;
	position: absolute; left: 86px; top: 5px; width: 12px; height: 12px;
}

#flickrBody.waiting {
	height : 40px;
  width  : 100px;
 	background: #fff url(media/loader.gif) no-repeat 95% 55%;
}

#flickrImgDiv {
		width: 250px;
		height: 270px;
}

#streetview img.closebt {
	border: 0px none ; 
	margin: 0px; 
	padding: 0px; 
	-moz-user-select: none; 
	cursor: pointer; 
	position: absolute; 
  left: 486px; top: 5px; width: 12px; height: 12px;
}

#streetviewbody {
	height: 200px;
	width: 500px;
}

#streetviewbody.waiting {
 	background: #fff url(media/loader.gif) no-repeat 95% 55%;
	height: 200px;
	width: 500px;
}

#routeextras img {
		padding: 0.2em;
}

#routeextras  {
	border-bottom: 1px solid #CBCED3;
}

#tweetsTimeline {
	font-size: 12px;
	height: 55px;
	background: #284580 url(media/routes/background_tweetstimeline.gif) repeat-x;
}

#tweetsTimeline span.tweetmoment {
		background: #aabbcc;
		display: inline-block;
		width: 80px;
		height: 22px;
		background: #fff url(media/routes/background_tweetmoment.gif) no-repeat;
		font-weight: bold;
		position: relative;
		left: -5.0em;
		top: 25px;
		margin-right: 4px;
		padding: 7px 0 0 7px
	  visibility: visible !important;
		opacity: 0.4 !important;
		filter:alpha(opacity=60) !important;
}

#tweetsTimeline span.tweetmoment.active {
	visibility: visible !important;
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}

#tweetsTimeline span.tweetdag {
	color: #fff;
		display: inline-block;
		width: 5em;
		height: 17px;
		padding: 4px 0 0 10px;
		position: relative;
		top: -4px;
		background: url(media/routes/tweetdag_divider.gif) no-repeat left top;
}
