
.DomesticHotelsGrid
{
	border: solid 1px #1BA0CD;
	width: 100%;
}

.DomesticHotelsHeadersTable
{
	background-color:#99DFF8;
	height:21px;
	width:100%;
	
}

.DomesticHotelsGridItemHotelTitle
{
    width:140px;
    text-align:right;
    padding-right:5px;
    font-family: Arial ; 
	font-size: 12px; 
	color:black;

}

.DomesticHotelsGridItemHotel
{
    width:140px;
    text-align:right;
    padding-right:5px;
    font-family: Arial ; 
	font-size: 12px; 
	color:blue;
	font-weight:bold;
	cursor:hand;
}

.DomesticHotelsGridItemHotel:hover
{
    width:140px;
    text-align:right;
    padding-right:5px;
    font-family: Arial ; 
	font-size: 12px; 
	color:red;
	cursor:hand;
}

.DomesticHotelsGridItemHotel:visited
{
    width:140px;
    text-align:right;
    padding-right:5px;
    font-family: Arial ; 
	font-size: 12px; 
	color:blue;
	cursor:hand;
}

.DomesticHotelsGridItemHotel:A
{
    width:140px;
    text-align:right;
    padding-right:5px;
    font-family: Arial ; 
	font-size: 12px; 
	color:blue;
	cursor:hand;
}

.DomesticHotelsGridItemDate
{
    width:75px;
    text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}

.DomesticHotelsGridItemDateTitle
{
    width:75px;
    text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}


.DomesticHotelsGridItemStars
{
    width:80px;
    text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}

.DomesticHotelsGridItemBB
{
    width:70px;
    text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}

.DomesticHotelsGridItemBBTitle
{
    width:70px;
    text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}

.DomesticHotelsGridItemPrice
{
    width:110px;
     text-align:center;
    font-family: Arial ; 
	font-size: 12px; 
	color:Black;
}


.DomesticHotelsItems
{
	height:37px;	
}


.DomesticHotelsPrice
{
	font-family: Arial ; 
	font-size: 12px; 
	color: #a60203;
	font-weight:bold;
}

.DomesticHotelsPager
{
	text-align:center;
	background-color:#99DFF8;
	height:21px;
	width:100%;
	font-family: Arial ; 
	font-size: 12px; 
	font-weight:bold;
}
.SearchResultsGridHotelRemark
{
	direction:rtl;
	font-size:10px;
	font-weight:normal;
}