/* CSS Document */
body,p{
margin:0;
padding:0;
}
body{background:#F7F7F7;}
img{border:0; float:left;}
.flt{float:left;}
.flr{float:right;}
.clr{clear:left;}
.ds{display:inline;}

#main_block{width:1000px;margin:auto;}
#top_block{ width:1000px; float:left; background:url(../images/tile.gif) repeat-x; padding-bottom:10px;}
#sub_block{width:1000px;margin:auto;}
#content_block{ width:900px; margin-left:50px; display:inline; float:left;}
#center_block{ width:615px; float:left;}
#right_block{ width:264px; float:left; margin:0 0 0 0; border-left:1px solid #D1D1D1; padding-bottom:20px;} 
#sub_block2{width:1000px;margin:auto;}
#footer_block{ width:1000px; background:#434343; float:left; padding-bottom:20px;}

/*top*/
.navi{ width:430px; float:left; margin-top:-200px; position:relative;}
a.navi_tx{ font:bold 12px Trebuchet MS; color:#fff; text-decoration: none; padding:0 10px;}
a.navi_tx:hover{ font:bold 12px Trebuchet MS; color:Navy; text-decoration: none; padding:0 10px;}
a.active { font:bold 12px Trebuchet MS; color:Navy; text-decoration: none; padding:0 10px;}
.navi2{ width:170px; float:right; margin:-200px 0 3px 0; position:relative;}
.hd{ color:#444241; font:bold 28px Georgia; float:left; margin:-160px 0 0 40px; width:800px;}
.spn{ width:500px; margin:-110px 0 0 40px;font:12px Georgia; float:left; color:#fff;} 
.get{ background:url(../images/get.gif) no-repeat right; width:175px; height:117px; float:right;margin:-75px 50px 0 0; }
.clk{ color:#FF6702;float:left;font: bold 12px Georgia; margin:90px 0 0 30px;}
.ttle{ color:#FF6702;float:left;font: bold 12px Georgia;}
/*content*/
.titl{ color:#BE8401; font: bold italic 22px Georgia; float:left; margin:20px 00px 0 0;}
.txt{ color:#272727; font:12px/18px Georgia; float:left; margin:10px 0 0 0; width:595px; text-align:justify;}
.modl{ width:554px;  float:left; padding-bottom:2px;}
.vw{ color:white;font:12px/18px Georgia;margin:20px 0 0 250px; float:left; text-decoration:none;}
.vw:hover{ color:Lime;font:12px/18px Georgia;margin:20px 0 0 250px; float:left; text-decoration:none;}


/*right*/
.titl2{ color:#00779C;font: bold italic 18px Georgia;float:left; margin:20px 0px 0px 0px;}
.dat{ background:url(../images/blt_dat.gif) no-repeat left; padding-left:20px;color:#272727; font:11px tahoma; float:left; text-decoration:underline; margin:10px 0 0 20px; width:200px;}
.txt_rt{ color:#272727; font:12px/18px Georgia; float:left; margin:10px 0 0 20px; width:250px; text-decoration:underline;}
.addr{ width:274px; margin:10px 0 0 10px; float:left;border-top:1px solid #D1D1D1;}

/*footer*/
.navi_f{ width:700px; margin:20px 0 0 200px; float:left;}
.lnk{ color:#fff; font:11px/18px Georgia; text-decoration:none; padding:5px 10px; float:left;}
.lnk:hover{ color:#cc0000; font:11px/18px Georgia; text-decoration:none; padding:5px 10px; float:left;}

.hoteltxt{
font:normal 24px/29px Arial, Helvetica, sans-serif;
color:#E9D46C;
background-color:inherit;
}

.RghtBg{
background-color:#5992A6;
color:inherit;
padding:16px 17px 0 17px;
}

.name{
font:bold 11px/16px Arial, Helvetica, sans-serif;
color:#cfcfcf;
background-color:inherit;
padding:0 0 0 0;
}

input.submit{
background:url(images/check_butt.gif) no-repeat right bottom;
width:128px;
height:19px;
cursor:pointer;
border:none;
padding:19px 0 0 128px;
margin-top:11px;
}

ul {list-style-image:url(images/Bullet.jpg);}



/**************************************date time *********/

.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
.red{ color:#F00; font-size:10px;}

#rej{display:none; border:1px solid red; width:250px; height:30px; position:absolute; background-color:#999; left:250px; top:60px;}

.menu { background-image:url(images/Roler.jpg); background-position:center; background-repeat:no-repeat; height:373px;}





fieldset{ border:1px solid #F90; width:80%;}


a.sidemenu{font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; color:#FF9900;}
a.sidemenu:hover{font-size:10px; font-weight:bold; text-decoration:none; color:#996600;}


/********************* side menu *********************/

div.banner {
  margin: 0;
  font-size:10px /*smaller*/;
  font-weight: bold;
  line-height: 1.5;
  text-align:left;
  position: fixed;
  top: 2em;
  left: auto;
  width: 148px;
  right: 2em; position:static;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #f3f2f0;
  color:#900;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #f3f2f0 }
div.banner a:first-child { border-top: none }
div.banner em { color: #900 }

div.banner a:link { text-decoration: none; color:#0066FF }
div.banner a:visited { text-decoration: none; color: #f00 }
div.banner a:hover { background: black; color: white }

.imgcnt{ float:none;}

a.nx{ font:bold 12px Trebuchet MS; color:Navy; text-decoration: none;}
a.nx:hover{ font:bold 12px Trebuchet MS; color:#00CCFF; text-decoration: none;}



#tdmnu1 a div{ 
	text-align:left;
 	vertical-align:bottom; 
	background-image:url(../images/MM1.gif);
	text-decoration:none; 
	color:#FFF; cursor:hand; height:23px; width:156px; 
	font-size:11px; font-weight:bold; font-family:tahoma, Arial, Verdana, trebuchet MS; 
	/*padding:5px 2px 5px 10px;*/text-indent:20px;
	}
#tdmnu1  a:hover div{ text-align:left; color:#020e83; background-image:url(../images/MM2.gif); width:156px; height:23px; font-size:11px; font-weight:bold;/*padding:5px 2px 5px 25px;*/text-indent:20px;}
