body {
 margin: 0; 
 padding: 0;
 font-family: Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
 background: #000 url(../../assets/images/background.jpg) repeat-x left top;
}
 
a {
 color: #006;
 background-color: transparent;
 text-decoration: none; 
 /*font-weight: bold;*/
 font-size: 10px;
} 

a:visited {
 color: #009;
 background-color: transparent;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
 background-color: transparent; 
}

a.button{
	border: 1px solid #95BFFF;
	padding: 2px 8px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
}

a.button:hover{
	background-color: #95BFFF;
	color: #fff;
	text-decoration: none;
}

/*** Added Disabled button By Muhammad Imran July 27, 2009 ***/
a.button_disabled{
	border: 1px solid #95BFFF;
	padding: 2px 8px;
	background-color: #fff;
	text-decoration:none;
	cursor:default;
	clear:both;
	outline:none;
}


#header {
 margin: 0;
 padding: 0;
}

#header_left {
 background-color: transparent;
 float: left;
 padding: 21px 0 0 32px;
 margin: 0
}

#header_right {
 background-color: transparent;
 float: right;
 text-align: right;
 padding: 35px 50px 20px 0;
 margin: 0
}

#footer {
 clear: both;
 margin: 4px 0 4px 0;
 padding: 0;
}

#footer p {
 font-size: 10px;
 color: #999;
 text-align: center;
}

#outer {
 margin: 30px 40px 0 40px;
}

img {
 padding:0;
 border: 0;
 margin: 0;
}

.nopad {
 padding:0;
 border: 0;
 margin: 0;
}

table {
/*background-color: #efefef;*/
}

th {
 /*background-color: #eee;*/
 font-weight: bold;
 padding: 6px;
 text-align: left;
}

#maintable{
 background-color: #fff;
 
}

#maintable{
	/*padding: 6px;*/
}


form {
 margin: 0;
 padding: 0;
}

.input {
 font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
 font-size: 11px;
 width: 300px;
 color: #333;
 border: 1px solid #B3B4BD;
 font-size: 11px;
 height: 2em;
 padding: 0;
 margin: 0;
}

.textarea {
 font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
 font-size: 12px;
 width: 400px;
 color: #333;
 border: 1px solid #B3B4BD;
 padding: 0;
 margin: 0;
}

.select {
 background-color: #fff;
 font-size:  11px;
 font-weight: normal;
 color: #333;
 padding: 0;
 margin: 0 0 3px 0;
}

.checkbox {
 background-color: transparent;
 padding: 0;
 border: 0;
}

.submit {
 background-color: #8B0D00;
 color: #FFF;
 font-weight: normal;
 border: 1px solid #000;
 margin: 6px 0 0 0;
 padding: 1px 5px 1px 5px;
}




#pagination{
	clear: both;
	display: block;
	margin: 10px;
	padding: 0px;
}
#paginatin:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#pagination ul{
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pagination ul li{
	display: inline;
	text-align: center;
	/*border: none;
	background-color: #8080ff;*/
	background: url(../images/pagingbg.jpg) no-repeat;
	background-position: center center;
	margin: 0px 1px 0px 0px;
	list-style-type: none;
	list-style-image: none;
	line-height: 22px;
	width: 22px;
	font-weight: bold;
	padding: 5px 3px 5px 1px;
	font-size: 12px;
	color: #000;
}

#pagination ul li.ends{
	padding: 5px 6px 5px 6px;
}

#pagination ul li a, #pagination ul li a:link, #pagination ul li a:visited{
	font-size: 12px;
	color: #fff;
	
}
#pagination ul li a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}



#maintable{
	border: none;
	width: 100%;
}
#maintable tr td{
	border: none;
	padding: 0px;
}

#maintable td.leftmenu, .suckerdiv ul{
	width: 185px;
}




#maintable td.leftmenu{
	padding: 10px 10px;
}



h1 {
 color: #000;
 font-size: 15px;
 font-weight: bold;
 margin: 10px 0px 5px 0px;
 padding: 0px 0px 6px 0px;
}





/* NOTE: These are example styles to use. You can modify the styles as you
* NOTE: ...please and intergrate into your entire site.
*/

	table.tbl{
		padding: 2px;
	}

   .tbl_headercell tbody .tbl_headercell_dataRollOver{
      /* Rollover style on mouse over (Data) */
      background-color:#FFF;
      /* No mouseover color in this example - specify another color if you want this */
   }

   .tbl{
      font-family:arial;
      font-size:12px;
       /*width:400px;*/ 
      empty-cells: show;
   }

   .tbl td{
      margin:0px;
      padding: 4px 20px;
      empty-cells: show;
      border-bottom:1px solid #EAE9E1; /* Border bottom of table data cells */
      border-right:1px solid #EAE9E1;  /* Border bottom of table data cells */
      max-height:10px;
   }
   .tbl tbody{
      background-color:#FFF;
   }

   .tbl_headercell{
      /* Standard column header */
      border-top:2px solid #ECE9D8;
	  background-color: #000;
	  color: #fff;
   }

	/*Starts For Grid header link By Muhammad Imran: July 31, 2009*/
	.tbl_headercell a:link, .tbl_headercell a:visited{
		  background-color: #000;
		  color: #fff;
		  font-weight:bold;
		  font-family:arial;
		  font-size:12px;
	}
	.tbl_headercell a:hover {
		 color: #fff;
		 text-decoration: underline;
		 background-color: transparent;
	}
	/*Ends For Grid header link By Muhammad Imran: July 31, 2009*/

   .tbl thead{
      /*position:relative; */ ;
   }
   .tbl thead tr{
      /*position:relative; */
      top:0px;
      bottom:0px;
   }

   .tbl .scrollingContent{
      /*overflow:auto;*/
      overflow-y:auto;                    /* NOTE: Remove for no scrolling */
      overflow:-moz-scrollbars-vertical;  /* NOTE: Remove for no scrolling */
      width:100%;
      /* NOTE: Specify a required height for the scrollable table or remove for no scrolling 
      height:360px; */
	  border: 1px solid #999;
   }


#grid tr td{
	padding: 3px;
}

#grid td.actions{
	padding: 4px 10px 2px 2px;
	text-align: center;
}




table.headertable{
}
th.formSecHeader{
	text-align: left;
}

tr.row0 td{
	background-color: #efefef;
	text-align: center;
}
tr.row1 td{
	background-color: #fff;
	text-align: center;
}






div.dynamic{
	border:1px solid gray;
	/*width:100%;*/
	margin-bottom: 1em;
	padding: 10px;
	/*height: 460px;*/
	/*overflow-y: auto;*/
}

div.homepagedynamic{
	border:1px solid #000;
	width: 400px;
	margin-bottom: 1em;
	padding: 10px;
	height: 265px;
	overflow-y: auto;
	background-color: #000;
}

.black li a{
	background-color: #000;
	color: #fff;
}

#maintable td.contenttable{
	padding: 10px;
	height: 300px;
}
#contentcontainer{
	
}

#contentcontainer h2{
	margin: 15px 0px 2px 0px;
	padding: 3px 5px;
	display: block;
	background-color: #128FD1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#contentcontainer h3{
	margin: 20px 0px 3px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #41631F;
	border-bottom: 2px solid #87C54A;
}


table.formData{
	
}
table.formData tr {
	vertical-align: top;
	margin: 0;
}
table.formData tr th{
	background-color: #fff;
	text-align: left;
	font-weight: bold;
	width: 200px;
	padding: 4px 5px; 
	color: #000;
	font-size: 9px;
}
table.formData tr td{
	text-align: left;
	vertical-align: top;
	padding: 4px 5px;
}


table.headerTable{
	width: 100%;
}
table.headerTable tr td{
	padding: 4px 5px;
}



table.formData input[type='text']{
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #000;
	width: 200px;
}
table.formData input[disabled='disabled']{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000;
	width: 200px;
}

/* -Increase size of �Staff Description� field. (Added By Muhammad Imran)*/
table.formData .input_large[type='text']{
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #000;
	width: 400px;
}
/* -Increase size of �Property Description� field. (Added By Muhammad Imran)*/
table.formData .mceEditor{
	height:350px;
}


table.formData select{
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #000;
	/*width: 200px;*/
}

table.formData textarea{
	border: 1px solid #ccc;
	width: 400px;
	height: 140px;
	background-color: #efefef;
}


table.formdata h2{
	font-size: 120%;
	color: #009;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	display: block;
	/*background-color: #E3EEED;*/
	padding: 4px 20px;
}

table.formData select.numberlist{
	width: 60px;
}

table.inlineentry{
	width: 28%;
	float: left;
	border: 1px solid #c0c0c0;
	margin: 0px 5px 5px 0px;
}
table.inlineentry tr td{
	border: none;
}

table.seasonentry{
	width: 100%;
}

div.debug{
	display: block;
	border: 1px solid #0f0;
	padding: 4px;
}
div.debug2{
	font-size: 10px;
}


div.datetime{
	white-space: nowrap;
	*float:left;
}

div.datetime select{
	width: 60px;
}


div.checkboxlist{
	height: 200px;
	display: block;
	overflow-y: scroll;
	border: 1px solid #c0c0c0;
}

ul.checkboxlist{
	margin: 0px;
	padding: 0px;
}

ul.checkboxlist li{
	display: inline;
	width: 32%;
	float: left;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	list-style-type: none;
	list-style-image: none;
}


div.currentselection{
	font-size: 90%;
}

div.ratesheader{
	clear: both;
	display: block;
}


div.inlinerate{
	display: block;
	clear: both;
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 2px;
	padding: 10px 0px;
	font-size: 10px;
}

div.inlinerate input[type='text']{
	width: 75px;
}

div.inlinerate input.tiny{
	width: 20px;
}

table.formData .tinytext, #seasonentries .tinytext{
	width: 40px;
}

#seasonentries .tinytext2{
	width: 55px;
}

table.formData .mediumtext, .mediumtext{
	width: 100px;
}
table.formData .largetext, .largetext{
	width: 200px;
}

.price{
	text-align: right;
}

div.rates0{
}
div.rates1{
	
}

div.inlinerate label{
	padding: 0px 5px;
}

div.label{
	float: none;
	display: inline;
	padding-right: 5px; 
}

div.inlinerate select{
	width: 40px;
	padding-left: 5px;
}


#bookingcontainer{
	border: 1px solid #0D3065;
	background-color: #E7ECF3;
	/*height: 235px;
	width: 831px;*/
	margin-bottom: 4px;
}
#bookingtable{		
	width: 831px;	
}

#bookingtable tr th{
	width: 100px;
}

#bookingtable tr th, #bookingtable tr td{
	padding: 5px;
	background-color: transparent;
}

#bookingtable tr td.header{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/boookingheaderbg.jpg);
	padding: 4px;
}

#bookingtable input[type='text'], #bookingtable select{
	width: 100px;
	background-color: #fff;
	border: 1px solid #7F9DB9; 
}
#bookingtable textarea{
	height: 60px;
	width: 250px;
	background-color: #fff;
	border: 1px solid #7F9DB9;
}
#bookingtable label{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#loader{
	height: 200px;
	padding: 10px;
}
#loader2{
	padding: 10px;
	background-color: #fff;
	border: 2px solid #000;
}


.tooltip{
	width: 200px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:center;
}
.tooltip span.top{
	padding: 30px 8px 0;
    background: url(../images/bt.gif) no-repeat top;
}

.tooltip b.bottom{
	padding:3px 8px 15px;color: #548912;
    background: url(../images/bt.gif) no-repeat bottom;
}


#adminhomecontainer{
	background-color:#2F3237;
	*float:left;
}

#adminhomecontainer:after, #adminhome4:after, #adminhome3:after, #adminhome2:after, #adminhome1:after {
    content: '.';
	clear:both;
    display: block;
    visibility: hidden;
    height: 0;
}

#adminhome4, #gridfilter4{
	background: url(../images/admin_tl.jpg) no-repeat top left;
	*float:left;
}

#adminhome3, #gridfilter3{
	background: url(../images/admin_tr.jpg) no-repeat top right;
	*float:left;
}

#adminhome2, #gridfilter2{
	background: url(../images/admin_bl.jpg) no-repeat bottom left;
	*float:left;
}

#adminhome1, #gridfilter1{
	background: url(../images/admin_br.jpg) no-repeat bottom right;
	padding: 30px;
	*float:left;
	width:100%;
}


#admin_left{
	float: left;
}

#admin_right{
	float: left;
}

#adminbuttons{
	width: 426px;
	padding: 0px;
	margin: 0px;
}

#adminbuttons li{
	list-style-type: none;
	float: left;
	margin: 0px 4px 2px 0px;
}

#footer{
	display: block;
	text-align :center;
	font-size: 10px;
	color: #666666;
}







#gridfilter{
	display: inline-block;
	padding: 5px;
	*padding: 5px 0px 0px 0px;
	color: #fff;
}

/* New CSS designed by Mudassar Ijaz */
#filterHeader{
	float:left;
	padding: 5px;
	*padding: 5px 0px 0px 0px;
	color: #fff;
	font-size:14px;
}
#filterCenter{
	float:left;
	padding: 5px;
	*padding: 5px 0px 0px 0px;
	color: #fff;
	width:640px;
	*width:685px;
}
#filterRight{
	float:right;
	padding: 5px;
	*padding: 5px 0px 0px 0px;
	color: #fff;
}
#displayfilters{
	clear:both;
	width:100%;
}
#gridfilter table{
	background-color: #000;
}
#gridfilter table tr th{
	background-color: inherit;
	color: #666;
}
#gridfilter table tr td{
	color: #fff;
	font-size: 12px;
}
#gridfilter4{
	margin: 0px 0px 10px 0px;
	background-color: #2F3237; /*#2F3237;*/ /*#000*/
}
#gridfilter1{
	padding: 0px;
}
#gridfilter label{
	padding: 0px 5px;
	float:left;
}

#gridfilter div.filterelement{
	white-space: nowrap;
	float: left;
	height: 25px;
	width:210px;
}
#gridfilter input[type="text"]{
	width: 100px;
	height: 20px;
	border:0px;
	float:left;
}
#gridfilter select{
	width: 100px;
}
#gridfilter label{
	float: right;
}
#gridfilter div.label{
	width: 100px;
	float: left;
	*float: none;
	font-size:13px;
}
.datepicker{
	float:left;
	width:100px;
	white-space:nowrap;
}
#gridfilter input[type="checkbox"]{
	float: left;
}





img.thumb{
	width: 94px;
	height: 70px;
}

#imagelist .image{
	
}
#imagelist .virtual_tour{
	
}
#imagelist{
	clear: both;
}
#imagelist img{
	border: 2px solid #fff;
}

#imagelist, #imagelist ul.imagelist { 
  list-style-type: none;
  margin:0;
  padding:0;
}

#imagelist li, #imagelist ul.imagelist li {
	float: left;
 	font:13px Verdana;
 	margin: 0px 5px 5px 0px;
 	cursor:move;
 	background-color: #000;
 	padding: 5px;
}
div.dropmarker {
  height:6px;
  width:200px;
  background: url(/js/scriptaculous/dropmarker.png) left top;
  margin-top:-3px;
  margin-left:-5px;
  z-index:1000;
  overflow: hidden;
}


div.expander{
	background-color:#CCCCCC;
	text-align: right;
	border: 1px solid #999999;
	margin: -6px -6px 0px -6px;
	cursor: pointer;
}




#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*width: 300px;*/
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 0px 2px 2px 0px;
	/*width: 33px;
	height: 28px;*/
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	/*background-color: #eeeeff;*/
}

div.imageform{
	background-color: #000;
	padding: 4px;
	/*width: 270px;*/
	margin-bottom: 2px;
	z-index: 500;
}
div.imageforminner{
	padding: 4px;
	background-color: #fff;
	/*width: 250px;*/
	/*height: 100px;*/
}

div.imageform table.formdata tr th{
	width: 100px;
}

div.imageform select, div.imageform input[type="text"]{
	width: 190px;
}

div.imageform textarea{
	height: 60px;
	width: 190px;
}

div.imageforminner img{
	border: 1px solid #000;
}

#uploader{
	padding: 3px 0px 5px 0px;
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 10px;
}

#uploader input[type="file"]{
	width: 500px;
}

#boxholder h2{
	background-color: inherit;
	color: #000;
}

#boxholder ul li{
	list-style-image: url(../images/calendar.jpg);
	line-height: 22px;
}

.error{
	color: #f00;
}

#reviews table.reviewlist{
	width: 100%;
	border: 1px solid #000;
}
#reviews table.reviewlist th{
	width: inherit;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-align: center;
}
#reviews table.reviewlist td{
	text-align:center;
	padding: 3px 5px;
}

#reviewcontainer{
	border: 1px solid;
}

div.notice{
	border: 1px solid #FF9900;
	background-color: #FFEFAE;
	padding: 10px;
	text-align: center;
	margin: 5px 0px;
	font-size: 10px;
}

.note{
	font-size: 10px;
}

#logout{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}

#logout a:link, #logout a:visited{
	color: #fff;
	text-decoration: none;
}
#logout a:hover{
	color: #999;
	text-decoration: underline;	
}

fieldset label{
	display: block;
	float: left;
	width: 150px;
}
	/* End layout CSS */
	
fieldset{
	font-size: 11px;
}

fieldset.login{
	width: 400px;
	height:110px;
	/*margin: 0px auto;*/
	margin: 0px 290px;
	border: 1px solid #87C54A;
	background: url(../images/loginbg.jpg) repeat-x center left;
}

fieldset.login input[type='text'], fieldset.login input[type='password']{
	border: 1px solid #87C54A;
	width: 235px;
}

fieldset.login a.button:link, fieldset.login a.button:visited, fieldset.login a.button:active{
	border: 1px solid #87C54A;
	color: #fff;
	background-color: #87C54A;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
	line-height: 20px;
	display: block;
	float: right;
}

.login_button{
	height: 26px;
	color: #fff;
	background-color: #87C54A;
	font-size: 12px;
	float: right;
	border: 1px solid #87C54A;
	margin:5px 5px 0px 0px;
	*margin:-1px 5px 0px 0px;
	font-weight: bold;
}

fieldset.login a.button:hover{
	background-color: #fff;
	color: #87C54A;
}

fieldset.login p{
	margin: 0px 0px 5px 0px;
}

fieldset.login label{
	font-weight: bold;
	color: #000;
}

div.noimage{
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

p.loginbuttons{
	 /*padding: 0px 0px 0px 150px;*/
}

div.filename{
	position: relative;
	color: #000;
	margin-top: -23px;
	font-size: 8px;
}

img.loader{
	/*visibility: hidden;*/
}


#higherarchyList{
	/*height: 188px;
	border: 1px solid #333;*/
	overflow-x: auto;
	overflow-y: auto;
	margin: 5px 2px;
}
#higherarchySubList, div.higherarchylist{
	float: left;
}

#higherarchySubList select, div.higherarchylist select, #higherarchyList select{
	width: auto;
	/*height: 160px;*/
	float: left;
	margin: 2px;
}


div.higherarchyinternal{
	float: left;
}

div.higherarchyinternal input[type='text']{
	width: 90px;	
	margin-left: 2px;
}

div.higherarchyinternal img{
	margin: 0px;
	padding: 0px;
}

.emptylist{
	min-width: 120px;
}


/* Starts To show/hide buttons on tab switch (Comment and Btn Divs added By Muhammad Imran August 21, 2009)*/
.tophead_btn_container{
	width:45%;
	float:left;
	margin-right:0px;
	margin-left:400px;
	right:0px;
}
.tophead_btnNormal{
	right:0px;
	margin-right:0px;
	width:60px;
	padding:0px;
	float:left;
	padding-left:2px;
}
.tophead_btnReset{
	right:0px;
	margin-right:0px;
	width:100px;
	padding:0px;
	padding-left:2px;
	float:left;
}
/* Ends To show/hide buttons on tab switch (Comment and Btn Divs added By Muhammad Imran August 21, 2009)*/

/* Starts Help/Instructions Popup related style */
.bstyle{
	display: none;position: absolute;top: 0%;left: 0%;width: 100%;height: 100%;background-color:#666666;z-index:1001;-moz-opacity: 0.8;
	opacity:.80;filter: alpha(opacity=80);
}

.wstyle {
/*	display: none;position: absolute;top: 5%;left: 17%;width: 70%;height: 90%;padding: 2px;border: 3px solid #000000;*/
	display: none;position: absolute;top: 45%;left: 55%;width: 30%;height: 30%;padding: 2px;border: 3px solid #000000;
	background-color: white;z-index:1002;overflow: auto; padding-left:10px;
}

.lnk_close{
 	border:thick; border:1px solid red;color:#FFFFFF; background:#FF0000; font-size:18px;
}
/*Ends Help/Instructions Popup related style*/

.help{
	font-size: 20px;
}

.lnk_help {
 color: #006;
 background-color: transparent;
 text-decoration: none;
 font-weight: bold;
}
.lnk_help img{
	margin-bottom:-6px;
}


/*Ends By Muhammad Imran*/








div.higherarchyinternal a:link, div.higherarchyinternal a:visited{
	text-decoration: none;	
}
div.higherarchyinternal a:hover{
	text-decoration: none;
	font-weight: bold;
}


input.smallbutton{
	padding: 0px;
	margin: 0px;
}


div.hierarchytext, label.latitude{
	display: inline;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

input.maplauncher{
	width: 100px;
}

.grouped{
	border: 1px solid #128FD1;
	margin-top: -4px;
	padding: 5px 0px;
}


