﻿.BoxBar {
	direction: rtl;
	text-align: right;
	background-color: #CAD8E9;
}
.BoxBarLeft {
	direction: rtl;
	text-align: left;
	background-color: #CAD8E9;
}

.MemberBar {
	
	direction: rtl;
	text-align: right;
	background-color: #FFB128;
}
.MemberBarLeft {
	direction: rtl;
	text-align: left;
	background-color: #FFB128;
}
.LastMinBar {
	direction: rtl;
	text-align: right;
	background-color: #D9D9D9;
}
.LastMinBarLeft {
	direction: rtl;
	text-align: left;
	background-color: #D9D9D9;
}

.InfoBar {
	direction: rtl;
	text-align: right;
	background-color: #808080;
}
.InfoBarLeft {
	direction: rtl;
	text-align: left;
	background-color: #808080;
}
.ServicesBar {
	direction: rtl;
	text-align: right;
	background-color: #6780B8;
}
.ServicesBarLeft {
	direction: rtl;
	text-align: left;
	background-color: #6780B8;
}

.LinkFont {
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: Red;
	text-decoration: underline;
	direction: rtl;	
}
.siteTitle {
	text-align: right;
	font-family: Tahoma;
	font-size: 8pt;
	color: #f78222;
	font-weight:bold;
	direction: rtl;
    text-decoration: underline;
}
  

.InputBox {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 70px;
	font-family:Tahoma;
	font-size:8pt;
}

.btnSubmit {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 70px;
	font-family:Tahoma;
	font-size:8pt;
	color:White;
	background-color:Orange;
}
.ComboBox {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 120px;
	font-family:Tahoma;
	font-size:8pt;
}
.ComboBoxShort {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 30px;
	font-family:Tahoma;
	font-size:8pt;
}
.ComboBoxLong {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 200px;
	font-family:Tahoma;
	font-size:8pt;
}


.TitleText {
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	color: #3B3B3B;
	text-align: justify;
	font-weight:normal;
	
}

.AlarmText {
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	color: #CC0000;
}

.RequiredText {
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:normal;
	color: Red;
}

.SuccessText {
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	color: Green;
}
.HotelSearchText {
	direction: rtl;
	font-family: Tahoma;
	font-size: x-small;
	font-weight:Bold;
	color: #336699;
	text-decoration:none;
}

.HotelSearchBarTitle {
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:bold;
	color: white;
}


.TDAlignCenter {
		text-align: center;
}
.hrHotelSearch {
	    height: 1px;
    	color: #C6E2FF;
    	width: 95%;
    	text-align:center;
}
.NoteText {
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	direction: rtl;	
	font-weight: normal;
}
.TextArea {
	border-style:solid;
	border-color: silver;
	border-width: 1px; 
	width: 200px;
	height:80px;
	font-family:Tahoma;
	font-size:8pt;
}
.InputButton {
	border-style:solid;
	border-color: silver;
	background-color:navy;
	border-width: 1px; 
	font-family:Tahoma;
	font-size:8pt;
	color:white;
}



A:hover
{
	text-decoration: underline;
}
.LinkFont A:hover
{
	color:#ffcc00;
}

