.cssNavigationButton
{
	background-image:url("../Images/NavigationButton.png");
	/*
	BackColor="White" ForeColor="#1C5E55" 
	border-color: #C5BBAF;
	border-style: solid;
	border-width: 1px;*/
	font-family: Myriad Web Pro, Verdana;
	font-size: 13px;
	font-weight: bold;
	width: 121px; /* width: 124px;*/  /*  width: 120px; */
	height: 24px; /* height: 29px; */
	border-style: none;
	border-width: 0px;
	color: #144185; /*#545b8b; /* new */
}
.cssNavigationButtonSmall
{
	background-image:url("../Images/NavigationButtonSmall.png");	
	font-family: Myriad Web Pro, Verdana;
	font-size: 13px;
	width: 60px !important; /* width: 66px; */ /*: 120px; */
	height: 24px; /* height: 29px; */
	border-style: none;
	border-width: 0px;
	color: #144185;
}
.cssNavigationButtonBig
{
	background-image:url("../Images/NavigationButtonBig.png");
	/*
	BackColor="White" ForeColor="#1C5E55" 
	border-color: #C5BBAF;
	border-style: solid;
	border-width: 1px;*/
	font-family: Myriad Web Pro, Verdana;
	font-size: 13px;
	width: 160px; /* width: 66px; */ /*: 120px; */
	height: 24px; /* height: 29px; */
	border-style: none;
	border-width: 0px;
	font-weight: bold;
}
.cssNavigationButtonBig2
{
	background-image:url("../Images/NavigationButtonBig.png");
	/*
	BackColor="White" ForeColor="#1C5E55" 
	border-color: #C5BBAF;
	border-style: solid;
	border-width: 1px;*/
	font-family: Myriad Web Pro, Verdana;
	font-size: 12px;
	width: 160px; /* width: 66px; */ /*: 120px; */
	height: 24px; /* height: 29px; */
	border-style: none;
	border-width: 0px;
	font-weight: bold;
}
/* table */
.tblDataNew
{	
	/* background-color:  White; */ /* #e6e2d8;	 */
	width: 277px; /* 210px; */
	height: 143px;
}
.tblData tr td
{
	padding-left: 10px;
	padding-right: 10px;
}
.tblData tr td input
{
	width: 80px;
}
.tblData tr td img
{
	height: 24px; 
	width: 26px;
}
.tblData tr td span
{
	color: #00008B; 
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
}
#txtNights
{
	width: 18px;
	height: 16px; 
	font-size: 10px;
}

.userdetails_input
{
	width: 190px;
}

.opaque50
{
	opacity: 1;                    /* Firefox, Safari(WebKit), Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);      
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}
