﻿html, body {direction: rtl; text-align: right;}


.nobr {white-space: nowrap;}

#result td 
{
	border: solid 1px #c9d4d8;
}

.navlist
{
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #000;
}

.navlist ul, .navlist li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navlist li
{
	float: right;
	position: relative;
}

.navlist a:link, .navlist a:visited
{
	display: block;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

.navlist a:hover, .navlist a.current
{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

.navlist .sub
{
	display: none;
	position: absolute; 
	top: 21px; 
	right: 0px;
}

.navlist .sub ul li
{
	float: none;
	text-align: right;
	margin: 0;
	width: 120px;
}


.navlist .sub a:link, .navlist .sub a:visited
{
	float: none;
	background-color: #eee;
	padding: 3px;
	border: solid 2px #fff;
	margin: 0;
}

.navlist .sub a:hover
{
	border-right: solid 4px #000;
}

legend
{
	color: #1b4284;
}

h4
{
	font-weight: bold;
	color: #1b4284;
	margin-bottom: 0.75em;
}


.spacer
{
	font-size: 1px;
}

.itemWrapper
{
	float: right;
}

.leftOnDoorDates .itemWrapper { float: none; }

.item
{
	font-weight: bold;
	text-align: right;
}