/**
 * Main styles
 */
html 
{
	overflow: auto;
}
html, body 
{
	margin: 0;
	border: none;
	min-width: 1024px;
	min-height: 768px;
}
body 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background: #fff url('gfx/horz/background.png') repeat-x scroll top right;
}
div#container 
{
	width: 1024px;
	height: 768px;
	background: #dddee1 url('gfx/horz/container.png') no-repeat scroll top left;
	position: absolute;
	top: 0px;
	right: 0px;
}
a 
{
	text-decoration: none;
	color: #000;
}
a:hover 
{
	text-decoration: underline;
}
p 
{
	margin: 2px 0 2px 0;
	padding: 0;
}

/**
 * Language select
 */
div#languageSelect 
{
	position: absolute;
	width: 180px;
	height: 50px;
	top: 665px;
	left: 80px;
}
div#languageSelect a 
{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
div#languageSelect a img 
{
	border: none;
}

/**
 * Level 1 buttons
 */
a.item_lvl1 
{
	position: absolute;
	font-size: 17px;
	width: 125px;
	height: 150px;
	line-height: 20px;
	z-index: 2;
	outline: none;
	white-space: nowrap;
}
a:hover.item_lvl1 
{
	text-decoration: none;
}
a.item_lvl1 img 
{
	border: none;
}
a.item_lvl1 img.arrow 
{
	position: absolute;
	left: -15px;
	top: 2px;
}
a.item_lvl1 img.overlay, a.item_lvl1 img.shade, a.item_lvl1 img.button 
{
	position: absolute;
	top: 23px;
	left: 0px;
	display: block;
	width: 125px;
	height: 125px;
}
a.item_lvl1 img.overlay 
{
	top: 21px;
	left: -2px;
	z-index: 5;
	opacity: 0;
}
a:active.item_lvl1 img.overlay 
{
	opacity: 1;
}
a.item_lvl1 img.shade 
{
	z-index: 4;
}
a.item_lvl1 img.button 
{
	z-index: 3;
	width: 120px;
	height: 120px;
	padding: 0 5px 5px 0;
}

/**
 * Level 2 buttons
 */
a.item_lvl2 
{
	position: relative;
	font-size: 17px;
	width: 125px;
	height: 150px;
	line-height: 20px;
	z-index: 2;
	outline: none;
	white-space: nowrap;
	float: left;
	margin: 15px 0 0 35px;
	color: #565D67;
}
a:hover.item_lvl2 
{
	text-decoration: none;
}
a.item_lvl2 img 
{
	border: none;
}
a.item_lvl2 img.arrow 
{
	position: absolute;
	left: -15px;
	top: 2px;
}
a.item_lvl2 img.overlay, a.item_lvl2 img.shade, a.item_lvl2 img.button 
{
	position: absolute;
	top: 23px;
	left: 0px;
	display: block;
	width: 125px;
	height: 125px;
}
a.item_lvl2 img.overlay 
{
	top: 21px;
	left: -2px;
	z-index: 5;
	opacity: 0;
}
a:active.item_lvl2 img.overlay 
{
	opacity: 1;
}
a.item_lvl2 img.shade 
{
	z-index: 4;
}
a.item_lvl2 img.button 
{
	z-index: 3;
	width: 120px;
	height: 120px;
	padding: 0 5px 5px 0;
}


/**
 * Level 3 buttons
 */
a.item_lvl3 
{
	position: relative;
	font-size: 14px;
	width: 87px;
	height: 100px;
	line-height: 16px;
	z-index: 2;
	outline: none;
	float: left;
	margin: 5px 20px 0 0;
	padding: 3px 5px 0 94px;
	color: #565D67;
	overflow: hidden;
}
a:hover.item_lvl3 
{
	text-decoration: none;
}
a.item_lvl3 img 
{
	border: none;
}
a.item_lvl3 img.overlay, a.item_lvl3 img.shade, a.item_lvl3 img.button 
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 92px;
	height: 92px;
}
a.item_lvl3 img.overlay 
{
	z-index: 5;
	opacity: 0;
}
a:active.item_lvl3 img.overlay 
{
	opacity: 1;
}
a.item_lvl3 img.shade 
{
	z-index: 4;
}
a.item_lvl3 img.button 
{
	z-index: 3;
	width: 92px;
	height: 92px;
	padding: 0 5px 5px 0;
}

/**
 * Navigation buttons
 */
a.navigationButton 
{
	display: block;
	border: none;
	position: absolute;
	width: 66px;
	height: 66px;
	outline: none;
	background: url('gfx/global/navigation/overlay.png') no-repeat;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}
a.navigationButton img 
{
	border: none;
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 56px;
	height: 56px;
}
a.navigationButton img.active 
{
	opacity: 0;
	z-index: 4;
}
a.navigationButton:active img.active 
{
	opacity: 1;
}
a.navigationButton img.inactive 
{
	z-index: 3;
}
a.navigationButton img.symbol 
{
	z-index: 5;
}
/* Position also */
a#nav_back 
{
	right: 860px;
	top: 698px;
}
a#nav_forward 
{
	right: 780px;
	top: 698px;
}
a#nav_home 
{
	right: 90px;
	top: 698px;
}

/**
 * Temperature and Time
 */
div#temperatureTimeInfo 
{
 	position: absolute;
 	width: 76px;
 	height: 35px;
 	top: 723px;
 	right: 930px;
 	color: #666;
 	text-align: left;
}
div#temperatureTimeInfo div#temperature 
{
 	font-size: 14px;
 	margin-left: 2px;
}
div#temperatureTimeInfo div#time 
{
 	font-size: 18px;
 	letter-spacing: 3px;
}
div#temperatureTimeInfo div#time span.indicator 
{
 	margin: 0 3px 0 3px;
}
 
 /**
  * Styles for all views
  */
div#blueHeading 
{
	width: 806px;
	height: 27px;
	background: url('gfx/horz/blueBar.png') no-repeat;
	position: absolute;
	top: 135px;
	left: 80px;
	padding: 10px 0 0 20px;
	white-space: nowrap;
}
div#blueHeading a 
{
	font-size: 18px;
	padding: 0 10px 0 3px;
	display: inline;
	position: relative;
	color: #6c6c6c;
	top: -2px;
	outline: none;
}
div#blueHeading a:hover.lastItem 
{
	text-decoration: none;
}

/**
 * Styles for sendinfo
 */
div#sendInfo 
{
	width: 450px;
	height: 82px;
	position: absolute;
	top: 602px;
	left: 420px;
	background: url('gfx/horz/sendInfo.png') no-repeat;
}
div#sendInfo.longArticle 
{
	left: 250px;
}
div#sendInfo div.header 
{
	padding: 10px 0 0 20px;
	font-size: 19px;
	color: #666;
}
div#sendInfo div.header span.arrows 
{
	margin-right: 10px;
}
div#sendInfo div.sendOptions a 
{
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	padding: 7px 0 0 0;
	margin: 8px 0 0 30px;
	font-size: 19px;
	color: #666;
	background: url('gfx/global/elements/yellowButton.png') no-repeat;
	outline: none;
}
div#sendInfo div.sendOptions a:hover 
{
	text-decoration: none;
}
div#sendInfo div.sendOptions a img 
{
	border: none;
	float: left;
	position: relative;
	top: -7px;
	opacity: 0;
}
div#sendInfo div.sendOptions a:active img 
{
	opacity: 1;
}

/**
 * Styles for keypad
 */
div#keyPadContainer 
{
	position: absolute;
	width: 370px;
	height: 430px;
	z-index: 20;
	right: 327px;
	top: 170px;
	visibility: hidden;
}
div#keyPadContainer div.keyPadHeader 
{
	width: 345px;
	height: 42px;
	background: url('gfx/global/elements/keyPadTop.png');
	font-size: 17px;
	color: #666;
	padding: 6px 10px 6px 15px;
}
div#keyPadContainer div.keyPadHeader a 
{
	display: block;
	height: 22px;
	width: 22px;
	background: url('gfx/global/elements/closeButton.png');
	float: right;
	margin: 2px;
	outline: none;
}
div#keyPadContainer div.keyPadBottom 
{
	width: 370px;
	height: 368px;
	background: url('gfx/global/elements/keyPadBottom.png');
	margin-top: 8px;
}
div#keyPadContainer div.keyPadBottom input 
{
	width: 296px;
	height: 44px;
	background: url('gfx/global/elements/keyPadInput.png');
	border: none;
	margin: 20px 27px 10px 27px;
	padding: 13px 5px 13px 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 36px;
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons  
{
	width: 215px;
	left: 84px;
	position: relative;
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons a 
{
	display: block;
	float: left;
	width: 51px;
	height: 51px;
	margin: 4px 8px 4px 8px;
	font-size: 36px;
	color: #666;
	background: url('gfx/global/elements/keyPadButton.png');
	text-align: center;
	line-height: 51px;
	outline: none;
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons a.active 
{
	background: url('gfx/global/elements/keyPadActive.png');
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons a.delButton 
{
	line-height: 42px;
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons a.okButton 
{
	font-size: 24px;
}
div#keyPadContainer div.keyPadBottom div.keyPadButtons a:hover 
{
	text-decoration: none;
}


/**
 * Styles for keyBoard
 */
div#keyBoardContainer 
{
	position: absolute;
	width: 805px;
	height: 430px;
	z-index: 20;
	right: 130px;
	top: 180px;
	visibility: hidden;
}
div#keyBoardContainer div.keyBoardHeader 
{
	width: 780px;
	height: 42px;
	background: url('gfx/horz/keyBoardTop.png');
	font-size: 17px;
	color: #666;
	padding: 6px 10px 6px 15px;
}
div#keyBoardContainer div.keyBoardHeader a 
{
	display: block;
	height: 22px;
	width: 22px;
	background: url('gfx/global/elements/closeButton.png');
	float: right;
	margin: 2px;
	outline: none;
}
div#keyBoardContainer div.keyBoardBottom 
{
	width: 805px;
	height: 368px;
	background: url('gfx/horz/keyBoardBottom.png');
	margin-top: 8px;
}
div#keyBoardContainer div.keyBoardBottom input 
{
	width: 754px;
	height: 44px;
	background: url('gfx/horz/keyBoardInput.png');
	border: none;
	margin: 20px 15px 10px 15px;
	padding: 13px 5px 13px 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 36px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons 
{
	clear: left;
	width: 800px;
	left: 0px;
	position: relative;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons.row2 
{
	left: 10px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons.row3 
{
	left: 20px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons.row4 
{
	left: 36px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons a 
{
	display: block;
	float: left;
	width: 51px;
	height: 51px;
	margin: 4px 7px 4px 7px;
	font-size: 36px;
	color: #666;
	background: url('gfx/horz/keyBoardButton.png');
	text-align: center;
	line-height: 51px;
	outline: none;
	text-transform: uppercase;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons a.active 
{
	background: url('gfx/horz/keyBoardActive.png');
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons a.delButton 
{
	line-height: 42px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons a.okButton 
{
	font-size: 24px;
	margin: 4px 7px 4px 7px;
}
div#keyBoardContainer div.keyBoardBottom div.keyBoardButtons a:hover 
{
	text-decoration: none;
}

 /**
  * Styles for category (view)
  */
div#categoryUpperContainer 
{
	width: 787px;
	height: 98px;
	background: url('gfx/horz/upperContainer.png') no-repeat;
	position: absolute;
	top: 174px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	color: #565D67;
}
div#categoryLowerHeading 
{
	width: 807px;
	height: 20px;
	position: absolute;
	top: 305px;
	left: 80px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
	color: #6c6c6c;
}
div#categoryLowerHeading img 
{
	float: left;
}
div#categoryLowerContainer 
{
	width: 827px;
	height: 365px;
	background: url('gfx/horz/lowerContainer.png') no-repeat;
	position: absolute;
	top: 325px;
	left: 80px;
}

/**
 * Styles for combi (view)
 */
div#combiContainer 
{
	width: 827px;
	height: 365px;
	position: absolute;
	top: 325px;
	left: 80px;
}

/**
  * Styles for multi (view)
  */
 div#multiContainer 
{
	width: 827px;
	height: 365px;
	position: absolute;
	top: 174px;
	left: 80px;
}


/**
  * Styles for sidebar (view)
  */
 div#sidebarPictureContainer 
{
	width: 328px;
	position: absolute;
	top: 210px;
	left: 80px;
}
div#sidebarPictureContainer div.header 
{
	background: url('gfx/horz/roundBoxTop.png');
	text-align: right;
	height: 16px;
	padding: 4px 10px 0 0;
}
div#sidebarPictureContainer div.header img 
{
	margin-right: -2px;
}
div#sidebarPictureContainer div.content 
{
	background: url('gfx/horz/roundBoxMiddel.png');
	height: 185px;
	padding: 2px 10px 2px 10px;
	overflow: hidden;
	text-align: center;
}
div#sidebarPictureContainer div.footer 
{
	background: url('gfx/horz/roundBoxBottom.png');
	font-size: 1px;
	height: 10px;
}
div#sidebarMapContainer 
{
	width: 328px;
	position: absolute;
	top: 450px;
	left: 80px;
}
div#sidebarMapContainer div.header 
{
	border-top: #ffd966 1px solid;
	background: url('gfx/horz/greyBackground.png');
	text-align: right;
	height: 15px;
	padding: 5px 10px 0 0;
}
div#sidebarMapContainer div.header img 
{
	margin-right: -2px;
}
div#sidebarMapContainer div.content 
{
	background: url('gfx/horz/greyBackground.png');
	height: 185px;
	padding: 2px 10px 2px 10px;
	overflow: hidden;
	text-align: center;
}
div#sidebarMapContainer div.footer 
{
	background: url('gfx/horz/greyRounded328.png');
	height: 25px;
}
div#sidebarContentContainer 
{
	width: 470px;
	position: absolute;
	top: 210px;
	left: 430px;
}
div#sidebarContentContainer div.header { 
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
div#sidebarContentContainer div.content { 
	font-size: 14px;
	color: #666;
}
div#sidebarContentContainer div.address { 
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}


/**
  * Styles for largemap (view)
  */
 div#largemapPictureContainer 
{
	width: 328px;
	position: absolute;
	top: 210px;
	left: 80px;
}
div#largemapPictureContainer div.header 
{
	background: url('gfx/horz/roundBoxTop.png');
	text-align: right;
	height: 16px;
	padding: 4px 10px 0 0;
}
div#largemapPictureContainer div.header img 
{
	margin-right: -2px;
}
div#largemapPictureContainer div.content 
{
	background: url('gfx/horz/roundBoxMiddel.png');
	height: 440px;
	padding: 2px 10px 2px 10px;
	text-align: center;
}
div#largemapPictureContainer div.content div.description 
{
	text-align: left;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
div#largemapPictureContainer div.content div.address 
{
	text-align: left;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
div#largemapPictureContainer div.content div.description div.heading 
{
	font-weight: bold;
	margin-bottom: 3px;
}
div#largemapPictureContainer div.footer 
{
	background: url('gfx/horz/roundBoxBottom.png');
	font-size: 1px;
	height: 10px;
}
div#largemapMapContainer 
{
	width: 450px;
	position: absolute;
	top: 210px;
	left: 420px;
}
div#largemapMapContainer div.header 
{
	border-top: #ffd966 1px solid;
	background: url('gfx/horz/greyBackground.png');
	text-align: right;
	height: 15px;
	padding: 5px 10px 0 0;
}
div#largemapMapContainer div.header img 
{
	margin-right: -2px;
}
div#largemapMapContainer div.content 
{
	height: 280px;
	padding: 2px 10px 2px 10px;
	overflow: visible;
	text-align: center;
	background: url('gfx/horz/greyBackground.png');
}
div#largemapMapContainer div.footer 
{
	background: url('gfx/horz/greyRounded450.png');
	height: 39px;
}


 /**
  * Styles for weather (view)
  */
div#weatherUpperContainer 
{
	width: 787px;
	height: 98px;
	background: url('gfx/horz/upperContainer.png') no-repeat;
	position: absolute;
	top: 174px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	color: #565D67;
}
div#weatherLowerContainer 
{
	width: 827px;
	height: 380px;
	padding-top: 5px;
	background: url('gfx/horz/lowerContainer385.png') no-repeat;
	position: absolute;
	top: 305px;
	left: 80px;
	text-align: center;
}

 /**
  * Styles for freestyle (view)
  */
div#freeStyleContainer 
{
	width: 787px;
	height: 515px;
	background: url('gfx/horz/largeContainer.png') no-repeat;
	position: absolute;
	top: 174px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	color: #565D67;
}
 /**
  * Styles for article (view)
  */
div#articleContainer 
{
	width: 787px;
	height: 505px;
	background: url('gfx/horz/largeContainer.png') no-repeat;
	position: absolute;
	top: 174px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	color: #565D67;
	overflow: hidden;
}

/**
 * Styles for longArticle (view)
 */
div#longArticleContainer 
{
	width: 787px;
	height: 505px;
	background: url('gfx/horz/largeContainer.png') no-repeat scroll 0px -85px;
	position: absolute;
	height: 420px;
	top: 174px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	color: #565D67;
	overflow: hidden;
}
div#longArticleContainer div#scrollingContainer 
{
	position: relative;	
}
a#longArticleScrollUp, a#longArticleScrollDown 
{
	display: block;
	position: absolute;
	right: 70px;
	width: 50px;
	height: 50px;
	outline: none;
}
a#longArticleScrollUp 
{
	top: 200px;
	background: url('gfx/global/elements/arrowUp.gif');
}
a#longArticleScrollDown 
{
	top: 540px;
	background: url('gfx/global/elements/arrowDown.gif');
}

/**
 * Styles for maps
 */
div#mapContainer 
{
 	width: 820px;
 	height: 480px;
	position: absolute;
	top: 176px;
	left: 82px;
	z-index: 2;
	overflow: hidden;
 }
 div#mapContainer img 
{
 	width: 820px;
 	height: 480px;
 	position: absolute;
 	left: 0px;
 	top: 0px;
 }
 div#mapOverlay 
{
 	width: 820px;
 	height: 480px;
	position: absolute;
	top: 176px;
	left: 82px;
	z-index: 3;
 }
 div#mapOverlay a 
{
 	display: block;
 	width: 272px;
 	height: 159px;
 	border: none;
 	border-right: #000 1px solid;
 	border-bottom: #000 1px solid;
 	float: left;
 	outline: none;
 	cursor: pointer;
 	background: url('gfx/blank.gif');
}
div#mapOverlay a.leftborder 
{
	border-left: #000 1px solid;
}
div#mapOverlay a.topborder 
{
	border-top: #000 1px solid;
}
div#mapLegend 
{
 	width: 120px;
	position: absolute;
	top: 180px;
	left: 86px;
	z-index: 5;
	background: #fff;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: #000 1px solid;
	font-size: 11px;
 }
div#mapLegend.taxa 
{
	width: 140px;
}
div#mapLegend img 
{
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
}
div#mapLegend br 
{
	clear: left;
}
div#mapHelper 
{
	width: 150px;
	position: absolute;
	top: 630px;
	left: 735px;
	z-index: 4;
	background: #fff;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: #000 1px solid;
	font-size: 11px;
 }
 div#mapZoomOverlay 
{
 	width: 810px;
 	height: 470px;
	position: absolute;
	top: 190px;
	left: 96px;
	z-index: 4;
	overflow: hidden;
	text-align: right;
	border: #000 1px solid;
	padding: 5px;
	visibility: hidden;
	background-repeat: no-repeat;
	cursor: pointer;
 }
div#mapZoomOverlay a img 
{
  	border: none;
}

/**
 * Styles for trainList
 */
div.trainListing 
{
 	width: 100%;
 	overflow: hidden;
 	margin: 0;
}
div.trainBoard a.next 
{
	display: block;
	position: absolute;
	right: 20px;
	top: 440px;
	background: url('gfx/global/inContainerNext.png') no-repeat;
	width: 62px;
	height: 62px;
	outline: none;
}
div#trainLegend 
{
 	clear: left;
 	overflow: hidden;
}
div#trainLegend div 
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
}
div.trainListing div.trainItem 
{
 	clear: left;
 	overflow: hidden;
 	padding: 2px 0 2px 0;
 	height: 20px;
}
div.trainListing div.trainItem div 
{
	float: left;
	margin-right: 5px;
}
div.trainListing div.trainItem.uneven 
{
 	background: #eee;
}
div#trainLegend div.time, div.trainListing div.trainItem div.time 
{
 	width: 55px;
}
div#trainLegend div.train, div.trainListing div.trainItem div.train 
{
 	width: 120px;
}
div.trainListing div.trainItem div.train img 
{
	margin: 0 5px 0 5px;
}
div#trainLegend div.to, div.trainListing div.trainItem div.to 
{
 	width: 200px;
}
div#trainLegend div.status, div.trainListing div.trainItem div.status 
{
 	width: 150px;
}
div#trainLegend div.notes, div.trainListing div.trainItem div.notes 
{
 	width: 200px;
}
div.trainListing div.trainItem div.number 
{
 	width: 50px;
 	color: #999;
}
div.trainListing div.trainItem div.delay 
{
 	padding-left: 72px;
 	color: #f00;
}
div.trainListing a 
{
 	font-size: 16px;
	color: #6C6C6C;
}
 /**
 * Styles for flightList
 */
div#flightListing 
{
 	height: 460px;
 	overflow: visible;
 }
div.flightBoard a.next 
{
	display: block;
	position: absolute;
	right: 20px;
	top: 440px;
	background: url('gfx/global/inContainerNext.png') no-repeat;
	width: 62px;
	height: 62px;
	outline: none;
}
div#flightListing div.flightItem 
{
 	clear: left;
 	overflow: hidden;
 	padding: 2px 0 2px 0;
 	height: 20px;
 }
div#flightListing div.flightItem br 
{
 	clear: left;
 }
div#flightListing div.flightItem div 
{
	float: left;
	margin-right: 5px;
 }
div#flightListing div.flightItem.uneven 
{
 	background: #eee;
 }
div#flightListing div.flightItem div.scheduleTime 
{
 	width: 50px;
 }
div#flightListing div.flightItem div.expectedTime 
{
 	width: 75px;
 }
div#flightListing div.flightItem div.airport 
{
 	width: 200px;
 }
div#flightListing div.flightItem div.airline 
{
 	width: 200px;
 }
 div#flightLegend 
{
 	clear: left;
 	overflow: hidden;
 }
 div#flightLegend div 
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
 }
 div#flightLegend div.scheduleTime 
{
 	width: 50px;
 }
 div#flightLegend div.expectedTime 
{
 	width: 75px;
 }
 div#flightLegend div.airport 
{
 	width: 200px;
 }
 div#flightLegend div.airline 
{
 	width: 200px;
 }
 div#flightLegend div.planeId 
{
 	width: 100px;
 }
 
/**
 * Styles for knud
 */
 div#knud 
{
 	position: absolute;
 	right: 10px;
 	top: 710px;
 }
 div#knud a 
{
 	outline: none;
 }
 div#knud a img 
{
 	border: none;
 }
 div#aboutBox 
{
 	width: 550px;
 	position: absolute;
 	top: 200px;
 	right: 250px;
 	visibility: hidden;
 	z-index: 30;
 	opacity: 0.9;
 }
 div#aboutBox a 
{
 	color: #00f;
 	text-decoration: underline;
 }
 div#aboutBox div.header { 
 	height: 16px;
 	background: url('gfx/horz/roundBox550Top.png');
 }
 div#aboutBox div.middel { 
 	background: url('gfx/horz/roundBox550Middel.png');
 	width: 530px;
 	padding: 10px;
 	font-size: 14px;
 }
 div#aboutBox div.middel img { 
 	margin: 0 20px 0 20px;
 }
 div#aboutBox div.bottom 
{
 	font-size: 1px;
 	height: 10px;
 	background: url('gfx/horz/roundBox550Bottom.png');
 }
 div#aboutBox a.close 
{
 	position: absolute;
 	right: 10px;
 	top: 10px;
 	outline: none;
 }
 div#aboutBox a.close img 
{
 	border: none;
 }
 
 /**
 * Styles for alertBox
 */
 div#alertBox 
{
 	width: 328px;
 	position: absolute;
 	top: 320px;
 	right: 350px;
 	visibility: hidden;
 	z-index: 300;
 	opacity: 0.9;
 }
 div#alertBox.lower 
{
 	top: 430px;
 }
 div#alertBox div.header { 
 	height: 16px;
 	background: url('gfx/horz/roundBoxTop.png');
 }
 div#alertBox div.middel { 
 	background: url('gfx/horz/roundBoxMiddel.png');
 	width: 308px;
 	padding: 30px 10px 20px 10px;
 	font-size: 14px;
 	text-align: center;
 }
 div#alertBox div.bottom 
{
 	font-size: 1px;
 	height: 10px;
 	background: url('gfx/horz/roundBoxBottom.png');
 }
 div#alertBox a.close 
{
 	position: absolute;
 	right: 10px;
 	top: 10px;
 	outline: none;
 }
 div#alertBox a.close img 
{
 	border: none;
 }
 
/**
 * Styles for busses
 */
div#categoryLowerContainer.busMap img 
{
	position: relative;
	top: 30px;
	left: 10px;
	border: none;
}
div#busListing div.busLegend 
{
	clear: left;
	overflow: auto;
	padding: 2px 0 2px 0;
	width: 100%;
}
div#busListing div.busLegend div 
{
	float: left;
	margin-right: 5px;
}
div#busListing div.busLegend div.busId 
{
	width: 30px;
	text-align: left;
	padding: 0 5px 0 5px;
}
div#busListing div.busLegend div.destination 
{
	width: 150px;
}
div#busListing div.busItem 
{
	clear: left;
	overflow: auto;
	padding: 2px 0 2px 0;
	width: 100%;
}
div#busListing div.busItem div 
{
	float: left;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
}
div#busListing div.busItem.uneven 
{
	background: #eee;
}
div#busListing div.busItem div.busId 
{
	font-size: 18px;
	padding: 0 3px;
	width: 30px;
	text-align: left;
}
div#busListing div.busItem div.destination 
{
	width: 140px;
	padding: 0 5px;
}
div#busListing div.busItem div.departures 
{
	width: 560px;
}
div#busListing div.busItem div.departures span 
{
	padding: 0 2px;
	float: left;
	font-size: 13px;
}
div#busListing div.busItem div.departures span.next 
{
	background: #ff0;
}

/**
 * Styles for routebusses
 */
div.routeBusList 
{
	
}
div.routeBusList a 
{
	display: block;
	float: left;
	width: 48%;
	margin: 10px 1% 10px 1%;
}
div.routeBusList a span.id 
{
	color: #666;
	font-weight: bold;
	padding-right: 5px;
}
div#routeBusScheduleContainer 
{
	width: 820px;
	height: 515px;
	position: absolute;
	top: 174px;
	left: 80px;
	padding: 0;
	font-size: 16px;
	color: #565D67;
	overflow: hidden;
}
div#routeBusScheduleContainer img 
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#routeBusScrollUp, a#routeBusScrollDown 
{
	display: block;
	position: absolute;
	right: 70px;
	width: 50px;
	height: 50px;
	outline: none;
}
a#routeBusScrollUp 
{
	top: 200px;
	background: url('gfx/global/routeBusSchedule/arrowUp.gif');
}
a#routeBusScrollDown 
{
	top: 620px;
	background: url('gfx/global/routeBusSchedule/arrowDown.gif');
}


/**
 * Styles for DR News
 */
div#container.drNews 
{
	background: #dddee1 url('gfx/horz/dr_container.png') no-repeat scroll top left;
}
div#drFreeStyleContainer 
{
	width: 787px;
	height: 535px;
	position: absolute;
	top: 130px;
	left: 80px;
	padding: 10px 20px 0 20px;
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
}
div#drFreeStyleContainer div#drHeader 
{
	width: 650px;
	height: 46px;
	background: #ef3d2e url('gfx/global/dr/upperLogo.png') no-repeat scroll 0px 0px;
	padding-left: 130px;
	padding-top: 20px;
	font-size: 27px;
	font-weight: bold;
}
div#drFreeStyleContainer div#drHeader.sports 
{
	background: #81c240 url('gfx/global/dr/upperLogo_sports.png') no-repeat scroll 0px 0px;
}
div#drFreeStyleContainer div#drFooter 
{
	background: #ef3d2e url('gfx/global/dr/lowerLogo.png') no-repeat scroll 0px 0px;
	width: 780px;
	height: 28px;
	position: absolute;
	right: 27px;
	top: 510px;
}
div#drFreeStyleContainer div#drFooter.sports 
{
	background: #81c240 url('gfx/global/dr/lowerLogo_sports.png') no-repeat scroll 0px 0px;
}
div#drFreeStyleContainer a.next 
{
	display: block;
	position: absolute;
	right: 56px;
	top: 492px;
	background: url('gfx/global/inContainerNextDark.png') no-repeat;
	width: 62px;
	height: 62px;
	outline: none;
}
div#drFreeStyleContainer div.article 
{
 	clear: left;
 	overflow: hidden;
 	width: 752px;
 	height: 175px;
 	margin-top: 8px;
 	padding-top: 18px;
 	padding-right: 28px;
}
div#drFreeStyleContainer div.article br 
{
 	clear: left;
}
div#drFreeStyleContainer div.article div 
{
	margin-right: 5px;
}
div#drFreeStyleContainer div.article.uneven 
{
 	border-top: 2px #fff solid;
}
div#drFreeStyleContainer div.article div.imageCredit 
{
	float: right;
	font-size: 11px;
}
div#drFreeStyleContainer div.article div.tstamp 
{
	margin-top: 8px;
	font-size: 11px;
}
div#drFreeStyleContainer div.article div.image 
{
	float: right;
 	width: 200px;
 	font-size: 12px;
 	margin-left: 5px;
}
div#drFreeStyleContainer div.article div.image img 
{
	width: 200px;
	height: 150px;
}
div#drFreeStyleContainer div.article div.title 
{
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}
div#drFreeStyleContainer div.article div.abstract 
{
	font-size: 20px;
	margin-bottom: 2px;
}

/**
 * Styles for busses Realtime
 */
div#bussesRealtimeContainer 
{
	width: 400px;
	height: 80px;
	position: absolute;
	right: 600px;
	top: 3px;
	visibility: hidden;
}
div#bussesRealtimeContainer div.upperListing, div#bussesRealtimeContainer div.lowerListing 
{
	height: 35px;
	clear: left;
}
div#bussesRealtimeContainer div img 
{
	margin: 6px 0 5px 0;
	float: left;
}
div#bussesRealtimeContainer div div 
{
	float: left;
	height: 15px;
	color: #5f6162;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 3px 8px 3px;
}
div#bussesRealtimeContainer div div.min 
{
	margin-right: 7px;
}
div#bussesRealtimeContainer div div.numberContainer 
{
	width: 22px;
	height: 22px;
	padding: 6px;
	margin: 0 5px 0 5px;
	font-size: 18px;
	text-align: center;
}
div#bussesRealtimeContainer div.upperListing div.numberContainer 
{
	background: url('gfx/global/busRealtime/yellowBoxUpper.png');	
}
div#bussesRealtimeContainer div.lowerListing div.numberContainer 
{
	background: url('gfx/global/busRealtime/yellowBoxLower.png');
}


/**
 * Styles for keyBoard for mailer
 */
div#buttonContainer 
{
	width: 820px;
	height: 250px;
	margin-top: 8px;
	margin-left: -16px;
	overflow: visible;
	position: relative;
}
div#buttonContainer div.keyBoardButtons 
{
	clear: left;
	position: relative;
	width: 820px;
}
div#buttonContainer div.keyBoardButtons.row2 
{
	left: 10px;
}
div#buttonContainer div.keyBoardButtons.row3 
{
	left: 20px;
}
div#buttonContainer div.keyBoardButtons.row4 
{
	left: 36px;
}
div#buttonContainer div.keyBoardButtons a 
{
	display: block;
	float: left;
	width: 51px;
	height: 51px;
	margin: 4px 7px 4px 7px;
	font-size: 36px;
	color: #666;
	background: url('gfx/horz/keyBoardButton.png');
	text-align: center;
	line-height: 51px;
	outline: none;
	text-transform: uppercase;
}
div#buttonContainer div.keyBoardButtons a.active 
{
	background: url('gfx/horz/keyBoardActive.png');
}
div#buttonContainer div.keyBoardButtons a.delButton 
{
	line-height: 42px;
}
div#buttonContainer div.keyBoardButtons a.okButton 
{
	font-size: 24px;
}
div#buttonContainer div.keyBoardButtons a:hover 
{
	text-decoration: none;
}

/**
 * Styles for postCards
 */
div#freeStyleContainer.postCardListing 
{
	text-align: center;
}
div#freeStyleContainer.postCardListing a 
{
	outline: none;
}
div#freeStyleContainer.postCardListing a img 
{
	margin: 20px;
	border: none;
}
div#freeStyleContainer div#inputFieldsContainer 
{
	height: 250px;
	overflow: hidden;
}
div#freeStyleContainer div#inputFieldsContainer.sendPostcard div 
{
	height: 26px;
}
div#freeStyleContainer div#inputFieldsContainer.sendPostcard div.image 
{
	float: left;
	margin-right: 10px;
	width: 140px;
	height: auto;
}
div#freeStyleContainer div#inputFieldsContainer.sendPostcard div span 
{
	display: block;
	width: 140px;
	margin-right: 10px;
	position: relative;
	float: left;
}
div#freeStyleContainer div#inputFieldsContainer.sendPostcard div input 
{
	width: 620px;
	font-size: 16px;
	font-family: verdana;
	border: #666 1px solid;
}
div#freeStyleContainer div#inputFieldsContainer.sendPostcard div textarea 
{
	border: #666 1px solid;
	width: 620px;
	height: 150px;
	font-size: 16px;
	font-family: verdana;
	overflow: auto;
}

/**
 * Styles for comment
 */
div#commentContainer 
{
	right: 100px;
	top: 160px;
	width: 820px;
	z-index: 40;
	position: absolute;
	padding: 5px;
	visibility: hidden;
	opacity: 0.95;
}
div#commentContainer div#commentHeader 
{
	height: 42px;
	background: url('gfx/horz/commentTop.png');
	font-size: 17px;
	color: #666;
	padding: 6px 10px 6px 15px;
	margin-bottom: 5px;
}
div#commentContainer div#commentHeader a 
{
	display: block;
	height: 22px;
	width: 22px;
	background: url('gfx/global/elements/closeButton.png');
	float: right;
	margin: 2px;
	outline: none;
}
div#commentInput 
{
	width: 820px;
	height: 398px;
	background: url('gfx/horz/commentBottom.png');
	overflow: hidden;
}
div#commentInput a 
{
	outline: none;
}
div#commentInput div#inputFieldsContainer 
{
	height: 140px;
	overflow: hidden;
}
div#commentInput div#inputFieldsContainer div textarea 
{
	border: #666 1px solid;
	width: 800px;
	height: 120px;
	font-size: 16px;
	font-family: verdana;
	margin: 8px 10px 0px 10px;
	overflow: auto;
}
div#commentInput div#buttonContainer 
{
	margin-left: -5px;
}


/**
 * Styles for pictures
 */
div#freeStyleContainer div#inputFieldsContainer 
{
	height: 250px;
	overflow: hidden;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div.videoCapture 
{
	float: left;
	border: #666 1px solid;
	width: 320px;
	height: 240px;
	margin-right: 5px;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div span 
{
	display: block;
	width: 140px;
	margin-right: 10px;
	position: relative;
	float: left;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div input 
{
	width: 292px;
	font-size: 16px;
	font-family: verdana;
	border: #666 1px solid;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div textarea 
{
	float: left;
	border: #666 1px solid;
	width: 445px;
	height: 138px;
	font-size: 16px;
	font-family: verdana;
	overflow: auto;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div.controls a 
{
	display: block;
	float: left;
	width: 150px;
	height: 51px;
	margin: 3px 7px 4px 7px;
	font-size: 18px;
	color: #666;
	background: url('gfx/global/elements/rectButton.png');
	text-align: center;
	line-height: 51px;
	outline: none;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div.controls a.takeNewSnapshot 
{
	visibility: hidden;
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div.controls a.active 
{
	background: url('gfx/global/elements/rectButtonActive.png');
}
div#freeStyleContainer div#inputFieldsContainer.sendPicture div.controls a:hover 
{
	text-decoration: none;
}


/**
 * Styles for video
 */
div#freeStyleContainer div#inputFieldsContainer 
{
	height: 250px;
	overflow: hidden;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.videoCapture 
{
	float: left;
	border: #666 1px solid;
	width: 320px;
	height: 240px;
	margin-right: 5px;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div span 
{
	display: block;
	width: 140px;
	margin-right: 10px;
	position: relative;
	float: left;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div input 
{
	width: 292px;
	font-size: 16px;
	font-family: verdana;
	border: #666 1px solid;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div textarea 
{
	float: left;
	border: #666 1px solid;
	width: 445px;
	height: 138px;
	font-size: 16px;
	font-family: verdana;
	overflow: auto;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls a 
{
	display: block;
	float: left;
	width: 150px;
	height: 51px;
	margin: 3px 7px 4px 7px;
	font-size: 18px;
	color: #666;
	background: url('gfx/global/elements/rectButton.png');
	text-align: center;
	line-height: 51px;
	outline: none;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls a.stopCapture 
{
	visibility: hidden;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls div#recording 
{
	display: none;
	float: left;
	width: 80px;
	height: 51px;
	margin: 3px 7px 4px 7px;
	font-size: 18px;
	color: #f00;
	line-height: 51px;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls div#videoAttached 
{
	display: none;
	float: left;
	width: 180px;
	height: 51px;
	margin: 3px 7px 4px 7px;
	font-size: 18px;
	color: #666;
	line-height: 51px;
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls a.active 
{
	background: url('gfx/global/elements/rectButtonActive.png');
}
div#freeStyleContainer div#inputFieldsContainer.sendVideo div.controls a:hover 
{
	text-decoration: none;
}
/**
 * Styles for bicycleParking
 */
div.bicycleParking div#flashMap 
{
	overflow: hidden;
	height: 525px;
	width: 827px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/**
 * Styles for shockwave movies (traffic fun)
 */
div#freeStyleContainer div#shockwave.trafficFun 
{
	width: 580px;
	border: #000 1px solid;
	margin: 70px auto;
}
/**
 * Styles for b-game 
 */
div#freeStyleContainer div.bGame 
{
	width: 749px;
	height: 404px;
	margin: 55px auto;
}
/**
 * Styles for takeTheChance
 */
div#freeStyleContainer div.takeTheChance 
{
	width: 560px;
	height: 420px;
	margin: 45px auto;
}
/**
 * Styles for bicycleRoutePlanner
 */
iframe#bicycleRoutePlanner 
{
	width: 818px;
	height: 500px;
	border: #ccc 2px solid;
	position: absolute;
	top: 174px;
	left: 80px;
}

/**
 * Styles for portVision
 */
iframe#portVision 
{
	width: 827px;
	height: 525px;
	border: #ccc 0px solid;
	position: absolute;
	top: 174px;
	left: 79px;
}

/**
 * Styles for question
 */
div#freeStyleContainer div.question 
{
 	font-size: 14px;
 	display: none;
}
div#freeStyleContainer div.question h2 
{
 	font-size: 16px;
}
div#freeStyleContainer div.question a.prev 
{
	display: block;
	background: url('gfx/global/inContainerPrev.png') no-repeat;
	width: 62px;
	height: 62px;
	outline: none;
	float: right;
}
div#freeStyleContainer div.question a.next 
{
	display: block;
	background: url('gfx/global/inContainerNext.png') no-repeat;
	width: 62px;
	height: 62px;
	outline: none;
	float: right;
}


/**
 * Styles for portImages
 */
div#portImageContainer 
{
	text-align: center;
}
a#portImageForward 
{
	top: 420px;
	right: 20px;
}
a#portImageBack 
{
	top: 420px;
	right: 740px;
}
/**
 * Styles for flashPortRoute
 */
div.flashPortRoute div#flashMap 
{
	overflow: hidden;
	height: 390px;
	width: 480px;
	margin: 50px auto;
}

/**
 * Styles for flashSaver
 */
div#flashSaverContainer 
{
	background: #fff;
	width: 1024px;
	height: 768px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	visibility: hidden;
	display: none;
}
div#flashSaverContainer div#flashSaver
{
	width: 1024px;
	height: 768px;
}

img#d2dloading
{
	width: 355px;
	height: 355px;
	margin-left: 250px;
	margin-top: 5px;
}
