﻿/* GreenTetradTheme */
/* styles for elements in dest */

#map
{	
	width: 610px;
	float:left;
	margin: 0px 0px 20px 10px;
	position: relative;
}

#destDetail #destNotes
{
	width: 350px;
	float: right;
}

#route_and_time
{
	float: left;
	width: 60%;
}

#route_and_time table
{
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

#route_and_time table th
{
	border-right: #56b953 1px solid;
	border-top: #56b953 1px solid;
	font-weight: normal;
	border-left: #56b953 1px solid;
	border-bottom: #56b953 1px solid;
	background-color: white;
}

#route_and_time table td
{
	border-right: #56b953 1px solid;
	border-top: #56b953 1px solid;
	border-left: #56b953 1px solid;
	border-bottom: #56b953 1px solid;
	background-color: #EBFAE7;
	text-align: left;
	padding-right: 5px;
}

/* style for label */
#germany, #britain, #france, #ireland, #spain,
#portugal, #switzerland, #italy, #austria, #czech,
#poland,        slovakia, #hungary, #croatia, #bosnia,
#greece, #sweden, #norway, #finland, #denmark,
#romania, #netherlands, #belgium, #luxembourg,
#slovenia
{
	position: absolute; font-size: 10px; height: 19px;
}

#germany
{
	top: 311px; left: 263px;	
}

#britain
{
	top: 286px;	left: 166px; right: 586px;	
}

#france
{
	top: 385px; left: 181px;	
}

#ireland
{
	top: 258px; left: 107px;	
}

#spain
{
	top: 466px; left: 96px;	
}

#portugal
{
	top: 460px; left: 27px;
}

#switzerland
{
	top: 384px; left: 231px;
}

#italy
{
	top: 448px; left: 294px;	
}

#austria
{
	top: 372px; left: 313px;	
}

#czech
{
	top: 342px; left: 302px;	
}

#poland
{
	top: 308px; left: 356px;	
}

#slovakia
{
	top: 354px; left: 367px;	
}

#hungary
{
	top: 382px; left: 357px;	
}

#croatia
{
	top: 404px; left: 337px;	
}

#bosnia
{
	top: 424px; left: 349px;	
}

#greece
{
	top: 504px; left: 405px;	
}

#sweden
{
	top: 182px; left: 314px;	
}

#norway
{
	top: 156px; left: 268px;	
}

#finland
{
	top: 130px; left: 398px;	
}

#denmark
{
	top: 237px; left: 265px;	
}

#romania
{
	top: 393px; left: 420px;	
}

#netherlands
{
	top: 296px; left: 215px;	
}

#belgium
{
	top: 320px; left: 207px;
}

#luxembourg
{
	top: 345px; left: 191px;
}

#slovenia
{
	top: 391px; left: 313px;	
}