/* CSS Document */

body
	{
		font-family:Verdana;
		margin:0px;		
		background-image:url(../images/bg_body.jpg);
	}
img 
	{
		border:0px;		
	}
	
	
/*****************basic-teststyle*****************/
.bodyTxt
	{
		color:#849BA6;
		font-size:11px;
		text-align:justify;
	}
.iconTxt
	{
		color:#FFFFFF;
		font-size:11px;
		text-decoration:none;
	}		
.motelTxt
	{
		font-size:15px;
		color:#FFFFFF;
	}
.newsTitle
	{
		color:#C0C0C0;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}			
	
.galleryheading
	{
		color:#071d2a;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}			
.readmore
	{
		color:#849BA6;
		font-size:11px;
		text-decoration:underline;
	}
.copyright
	{
		color:#A5D0E4;
		font-size:11px;
		text-decoration:none;
	}	
.HeadTitle
	{
		color:#FFFFFF;
		font-size:12px;
		text-transform:uppercase;
	}
.whiteTitle
	{
		color:#FFFFFF;
		font-size:12px;	
		vertical-align:top;
		padding-top:15px;	
	        text-transform:uppercase;
		
	}
.newsInput
	{
		background-color:#08374D;
		border:1px solid #6D8997;
		font-family:Verdana;
		font-size:11px;
		width:185px;
		color:#839AA5;
	}
.enquiryInput
	{
		background-color:#094663;
		border:1px solid #6D8997;
		font-family:Verdana;
		font-size:11px;
		width:250px;
		color:#839AA5;
	}	
.nosizeInput
	{
		background-color:#094663;
		border:1px solid #6D8997;
		font-family:Verdana;
		font-size:11px;		
		color:#839AA5;
	}	
	
/*****************background-settings*****************/		
.Lshadow
	{	
		background-image:url(../images/bg_Lshadow.jpg);
		background-repeat:repeat-y;
		background-position:right;
		width:25px;
	}
.Rshadow
	{	
		background-image:url(../images/bg_Rshadow.jpg);
		background-repeat:repeat-y;
		background-position:left;
		width:25px;
	}	
.Headbg
	{
		background-image:url(../images/bg_logo.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		height:110px;	
	}	
.menuBg
	{
		background-image:url(../images/bg_menu.jpg);
		background-repeat:repeat-x;
		height:45px;
	}
.menuPadding
	{
		height:14px;
		padding-right:30px;
		padding-left:28px;	
		background-image:url(../images/menu_seperator.jpg);
		background-position:right;		
		background-repeat:no-repeat;
	}
.bodyBg
	{
		background-color:#08374D;
		background-image:url(../images/bg_bodyShadow.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		padding:20px 0px;
		width:952px;
	}
.botomBg
	{
		background:url(../images/bg_botom.jpg) repeat-x;
		height:74px;
	}	


/*****************Hyper link-styles*****************/
a.iconTxt:hover
	{
		color:#C5D5DC;
		font-size:11px;
		text-decoration:none;
	}
a.copyright:hover
	{
		color:#D4EAF4;
		font-size:11px;
		text-decoration:none;
	}	
a.newsTitle:active
	{
		color:#C0C0C0;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}
a.newsTitle:hover
	{
		color:#C0C0C0;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
	}
a.newsTitle:visited
	{
		color:#D4EAF4;
		font-size:11px;
		font-weight:bold;
		text-decoration:underline;
	}	
							
/****calender****/
	table.CalenderTbl {border-top: 1px solid #43687a; border-right: 1px solid #43687a; border-left: 1px solid #43687a;}
	.brderBtmRight {border-bottom: 1px solid #43687a; border-right: 1px solid #43687a;}
	.brderBtm {border-bottom: 1px solid #43687a;}
	.brderRgt {border-right: 1px solid #43687a;}
	.CalenderInput {border:1px solid #43687a; font-size:11px; color:#43687a;}
