/* CSS Document */

body 
	
	{
	font-family:Arial;
	font-size:11px;
	padding:0px;
	margin:8px;
	background-color:#FFFFFF;
	}



.main-content 
	{
	margin:0px auto;
	padding:0px auto;
	width:800px;
	background-color:#FFFFFF;
	}



/** General styles **/
.fll {float:left;}
.flr {float:right;}

.b {font-weight:bold;}
.nb {font-weight:normal;}
.u {text-decoration:underline;}
.i {font-style:italic;}
.nu {text-decoration:none;}

.lh18 {line-height:18px;}
.lh25 {line-height:25px;}

.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.valt {vertical-align:top;}
.valb {vertical-align:bottom;}

.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}

.fc01 {color:#FFFFFF;}
.fc02 {color:#FF0000;}
.fc03 {color:#6892ba;}
.fc04 {color:#0b427a;}



.bo01 {border:1px solid #FFFFFF;}
.bo02 {border:1px solid #3CA2AC;}
.bo03 {border:1px solid #A1B2C5;}
.bo04 {border:1px solid #9496A5;}


.bor01 {border-right:1px solid #FFFFFF;}
.bor02 {border-right:1px solid #3CA2AC;}

.bob01 {border-bottom:1px solid #FFFFFF;}
.bob02 {border-bottom:1px solid #3CA2AC;}
.bob03 {border-bottom:1px solid #A1B2C5;}
.bob04 {border-bottom:6px solid #CC2228;}

.bol02 {border-left:1px solid #3CA2AC;}

.bgc01 {background:#FFFFFF;}
.bgc02 {background:#e8f4fc;} /*-- navigation Background color   */
.bgc03 {background:#13487c;} /*-- middle content area   */
.bgc04 {background:#9BCCD3;}

.bgc05 {background:#f0f0f0;}
.bgc06 {background:#E5E5E5;}
.bgc07 {background:#DCE3E9;}

.bgc08 {background:#e8f4fc;}
.bgc09 {background:#FFF9E3;}/*FFF8DC*/
.bgc10 {background:#FFFAE6;}

.bgc11 {background:#3CA2AC;}
.bgc12 {background:#D9E2ED;}
.bgc13 {background:#D2D7E2;}



.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mr03 {margin-right:3px;display: inline;}
.mr05 {margin-right:5px;display: inline;}

.ml05 {margin-right:5px;} 
.p05 {padding:5px;}
.p07 {padding:7px;}
.p10 {padding:10px;}
.p20 {padding:20px;}

.pt02 {padding-top:2px;}
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt50 {padding-top:50px;}
.pt80 {padding-top:80px;}

.pl05 {padding-left:5px;}
.pl04 {padding-left:4px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl50 {padding-left:50px;}
.pl70 {padding-left:70px;}
.pl90 {padding-left:90px;}

.pr05 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}
.pr50 {padding-right:50px;}

.pb10 {padding-bottom:10px;}
.pb05 {padding-bottom:5px;}
.pb50 {padding-bottom:50px;}

.w20 {width:20px;}
.w30 {width:30px;}
.w50 {width:50px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100 {width:100px;}
.w110 {width:110px;}
.w120 {width:120px;}
.w125 {width:125px;}
.w130 {width:130px;}
.w150 {width:150px;}
.w169 {width:169px;}
.w171 {width:171px;}
.w180 {width:180px;}
.w213 {width:213px;}
.w214 {width:214px;}
.w250 {width:250px;}
.w275 {width:280px;}
.w280 {width:280px;}
.w330 {width:330px;}
.w377 {width:380px;}
.w400 {width:400px;}
.w414 {width:414px;}
.w563 {width:570px;}
.w566 {width:566px;}
.w610 {width:610px;}
.w630 {width:630px;}
.w640 {width:640px;}
.w660 {width:660px;}
.w700 {width:750px;}

.wp2  {width:2%;}
.wp10 {width:15%;}
.wp15 {width:10%;}
.wp20 {width:20%;}
.wp30 {width:30%;}
.wp50 {width:50%;}
.wp55 {width:60%;}
.wp90 {width:90%;}
.wp80 {width:80%;}
.wp98 {width:98%;}
.wp100 {width:100%;}

.h25 {height:25px;}
.h62 {height:62px;}
.h40 {height:40px;}
.h36 {height:36px;}
.h32 {height:26px;}
.h93 {height:93px;}

.h193 {height:193px;}
.h255{height:255px;}
.h293{height:293px;}
.h288{height:288px;}
.h412{height:408px;}

.h33 {line-height:33px;}
.Lh32 {line-height:32px;}
.dsB{display: block;}


/** links **/


/*a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}
a:hover {color:#255A96; text-decoration:none;}*/

/* clear*/


.clear{clear:all;}
.clearL{clear:left;}
.clearR{clear: right;}



#navigation {
      float:left;
      width:100%;
      font-size:14;
      font-weight:bold;     
      line-height:normal;
      }
    #navigation ul {
	  margin:0;
	  padding:10px 10px 0 5px;
	  list-style:none;
      }
    #navigation li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navigation a {
      float:left;
      background:url("../images/navleft.gif") no-repeat left top;
      margin-right:0;
      padding:0px 0px 0px 8px;
      text-decoration:none;
      cursor: pointer;
      }
    #navigation a span {
      float:left;
      display:inline;
      background:url("../images/navright.gif") no-repeat right top;
      padding:3px 11px 4px 0px;
      color:#fff;
      margin-right:4px;
      cursor: pointer;
      text-align:center;
      }
    
    #navigation a:hover span {
      color:#2D4C7E;
      }









.breadcrumb

	{
		padding-left:10px;
		
			
	}



.breadcrumb, .breadcrumb a,  .breadcrumb a:active

	{
		text-align:left;
		font-weight:bold;
		line-height:33px;
		color:#6892ba;
		text-decoration:none;
		
			
	}
	
	
	
/*
.breadcrumb a:hover
		{color:#000;}
*/		


		
		


.middle_left_content
	
	{
	
	float:left;
	height:204px;
	width:365px;
	_width:383px;
	background-color:#13487c;
	color:#FFFFFF;
	padding:0px 0px 0px 18px ;	
	}

.middle_left_content div

	{
	color:#ffffff;
        font-size: 22px;
	font-weight:bold;
        padding-top:4px;
	padding-left:5px;
	// padding-bottom:4px;
	}

.middle_left_content span

	{
		//font-size:12px;
		//font-weight:lighter;
	}







.hotel_widget

		{
			float: left;
				
			width:566px;
			
		
		
		}

/*
.hotel_widget_tabs  

		{
	
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	width: 564px;

	
	
			
			
		}


.hotel_widget_tabs  ul


		{
	margin: 0px;
	padding: 0px;
	float: left;
	
			
		}
		

.hotel_widget_tabs li

		{
	list-style: none;
	width: 138px;
	line-height: 25px;
	background-image: url("../images/hotel_widgets_tabs.gif");
	background-position: 0 -126px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-right: 0px;
	text-align:center;
			
		}

.hotel_widget_tabs li a

		{
					
	text-decoration:none;
	color:#FFFFFF;
	background-position: 0 -126px;
	
	
	
}


.hotel_widget_tabs li a:hover

		{
		text-decoration:none;
		background-position: 100% -24px;
		

		}

.hotel_widget_tabs span


	{
		
	width: 137px;
	line-height: 25px;
	background-image: url("../images/hotel_widgets_tabs.gif");
	background-repeat: no-repeat;
	background-position:100% 0;
	
	float: left;
	
		
		
	}

.hotel_widget_tabs li a:hover span

	{
	width: 137px;
	line-height: 25px;
	background-position: 100% -25px;
	cursor:pointer;
	}

*/



.searc_widget

	{
		/*float:right;*/
		width:214px;		
		background-image:url("../images/search_tab.gif") ;
		background-repeat: no-repeat;
		background-position: top;
		margin-top:15px;
		margin-left:15px;
		
		
	}
.searc_widget p

	{
		font-family:Arial;
		font-size:11px;
		font-weight: bold;
		color: #000000;
	}
.searc_widget table


	{
		 width:100%;
		 border:0px;
		 color:#0b427a;
		 
	}
	
.searc_widget table select


	{
		 font-family:Arial;
		 font-size:11px;
		 font-weight:bold;
		 
		 
	}	
.searc_widget_input	

	{
		background-color:#C50009;
		font-family:Arial;
		font-size:11px;
		font-weight: bold;
		color: #ffffff;
		border:1px solid #000;

		
		
	}





.redTab

{

	
	width: 138px;
	line-height: 25px;
	background-image: url("../images/hotel_widgets_tabs_selected.gif");
	background-repeat: no-repeat;
	float: left;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	/*border-bottom:5px solid #CC2228;*/

}




.hotel_widget_tabs 

		{
	
	width: 138px;
	float: left;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	
		}

.hotel_widget_tabs  a

		{
	
	width: 138px;
	line-height: 25px;
	background-image: url("../images/hotel_widgets_tabs.gif");	
	background-repeat: no-repeat;
	float: left;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	
	
		}



.hotel_widget_tabs  a:hover

		{
	
	width: 138px;
	line-height: 25px;
	background-image: url("../images/hotel_widgets_tabs.gif");
	background-repeat: no-repeat;
	background-position: 100% -26px;
	background-repeat: no-repeat;
	float: left;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
		}


.hotel_widget a

		{
			
			line-height:25px;
			color:#ffffff;
			text-decoration:none;
			
			
		
		
		}













