﻿@import url("hotel.css");
@import url("form.css");
@import url("misc.css");
@import url("search.css");

body
{
	/*text-align: center; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003463; 
}

/*for document reading*/
h1
{
	font-size: 18px;
	font-weight: bold;
}

h2 
{	
	font-size: 14px;
	font-weight: bold;	
}

h3 
{	
	font-size: 12px;
	font-weight: bold;
}

h4
{	
	font-size: 11px;
	font-weight: bold;
}

h5 
{	
	font-size: 10px;
	font-weight: normal;
}

h2, h3, h4, h5
{
	margin-top:0px;
    margin-bottom: 0px;
    padding-bottom:0px;
}

/*///////////////////////*/
/*font size style*/
.p7p
{	
	font-size: 7pt;	
}

.p8p
{	
	font-size: 8pt;	
}

.p8pb
{	
	font-size: 8pt;	
	font-weight: bold;
}

.p9p
{	
	font-size: 9pt;		
}

.p9n
{	
	font-size: 9px;
	font-weight: normal;
}

.p10n
{
	font-size: 10px;
	font-weight: normal;
}

.p10b
{
	font-size: 10px;
	font-weight: bold;
}

.p11n
{
	font-size: 11px;
	font-weight: normal;
}

.p11b
{
	font-size: 11px;
	font-weight: bold;
}

.p12n
{
	font-weight: normal; 
	font-size: 12px; 
}

.p12b
{
	font-weight: bold; 
	font-size: 12px; 
}

.p14n
{
	font-weight: normal; 
	font-size: 14px; 	
}

.p14b
{
	font-weight: bold; 
	font-size: 14px; 	
}

.p16n
{
	font-weight: normal; 
	font-size: 16px; 	
}

.p16b
{
	font-weight: bold; 
	font-size: 16px; 	
}

.p18b
{
	font-weight: bold; 
	font-size: 18px; 		
}

.p20n
{
	font-weight: normal; 
	font-size: 20px; 		
}

.p20b
{
	font-weight: bold; 
	font-size: 20px; 		
}

.p2
{
	margin-top:0px;
    margin-bottom: 0px;    
}
/*///////////////////////*/

/*font color style*/
.cv1
{
	/*Blue*/
	color: #16387C;
}

.cv2
{
	/*Maroon*/
	color: #990000;
}

.cv3
{
	/*White*/
	color: #FFFFFF;
}

.cv4
{
	/*Black*/
	color:#000000; 		
}

.cv5
{
	/*Orange*/
	color:#FF6600;	
}

.cv6
{
	/*Red*/
	color:#FF0000;		
}

.cv7
{
	/*Green*/
	color:#006600;			
}

.cv8
{
	/*Gray*/
	color:#999999;			
}
/*///////////////////////*/

a
{
    color: #003463; 
    text-decoration:underline; 
}

a:hover
{
    color: #003463; 
    text-decoration:underline; 
}

.hrline1
{
    color: #CCCCCC; 
    height:1px;	
}

.breakline
{
    border-top-style: dashed; 
    border-top-color:#CCCCCC; 
    border-top-width: 1px;  
    width:100%;
    height:1px;
    overflow:hidden;
    margin: 5px 0px 5px 0px;       
}  

.breakline2
{
    border-top-style: solid; 
    border-top-color:#003463; 
    border-top-width: 1px;  
    width:95%;
    height:5px;
    overflow:hidden;    
    margin: 5px 1px 1px 0px;     	
}


/*Hotel Listing Style Control*/
.GrdHeader
{           
    font-weight: bold; 
    font-size: 11px;   
    color: #FFFFFF;    
    text-align:left;                                 
}

.GrdRow
{
    font-weight: normal; 
    font-size: 11px;   
    background-color:#F7F6F3;  
    color: #003463; 
}

.GrdHotelName
{
    font-weight: bold; 
    font-size: 11px;       
}

.GrdHotelDesc
{
    font-weight: normal; 
    font-size: 11px;   
}

.GrdHotelLoc
{
    font-weight: bold; 
    font-size: 10px; 
}

.GrdHotelRating
{
    font-weight: bold; 
    font-size: 11px; 
    color: red;
}

.GrdHotelRate
{
    font-weight: bold; 
    font-size: 11px; 
}

#ddCulture
{
	border: 1px solid gray;	
}

	.tabhotels
	{
    		background-color: #5296BD;
	}

	.tabhotels h3	
	{
    		color:#FFFFFF;
    		text-decoration: none;
	}



/*//////////////////*/





