.no_records {
	font-style: italic;
	text-align: center;
}

.event_separator, .offer_separator {
	margin: 10px;
}
.hide
{
	display: none;
}
.show
{
	display: block;
}
.fLoat
{
	float: left;
}
.fRoat
{
	float: right;
}
.clickable
{
	cursor: pointer;
}
.notice-block
{
	width: 100%;
	padding-left: 50px;
}
.notice-block .left-block
{
	float: left;
	height: 48px;
	width: 48px;
}
.notice-block .right-block
{
	float: left;
}
.notice-block P
{
	margin: 0 0 5px 5px;
	padding: 0px;
}

/* Scroller Box */
.scrolContainer {
	width:225px;
	height:135px;
	overflow:hidden;
	position:relative;
	margin:0px;
	padding:0px;
	text-align: justify;
}
.scrolContainer .offer-item
{
	height: 135px;
}

/* Scoller Box */

/***Box for messages on all pages project ***********************/
.status_msg{
	width: 370px;
	margin: 10px auto; 
	background: url(../images/status-msg-ctr.gif) repeat-y left top;
}
.status_msg .top{
	height: 5px;
	background: url(../images/status-msg-top.gif) no-repeat left top;
}
.status_msg .btm{
	height: 5px;
	background: url(../images/status-msg-btm.gif) no-repeat left bottom;
}
.status_msg .cont{
	background: url(../images/ico-status-msg.gif) no-repeat 10px 5px;
	padding: 5px 10px 5px 30px;
	color: #9E8447;
	overflow: hidden;
}
/******************************************************************/
.selectHotel, .selectLanguage, .selectPage, .selectGroup
{
	width: 100%;
}
.separator10px
{
	margin: 10px;
}
.additionalBlockLeftPanel
{
	border-bottom:1px solid #D9D8D5;
}

INPUT, SELECT {
	/*border: 2px solid #D9D8D5;*/
}
.button {
	/*border: 2px solid #005f69;*/
}
.cancel {
	margin-left: 20px;
}

.grid
{
	background-color:#fff;
}
.grid tr td
{
	padding: 5px;
}
.grid tr .grid_head, .grid_head
{
	background-color:#C2EAEC ! important;
	font-weight:bold;
}

.nav_left_bottom_admin
{
	background: url(../images/left-box-bottom.gif) no-repeat bottom left; 
	overflow:hidden;
	width: 250px; 
	height:10px;
	margin-top: 10px;
}

.refreshDisabled
{
	border: 1px solid gray;
}
.refreshEnabled
{
	border: 2px solid black;
}

.alignCenter
{
	text-align: center;
}

.fRow
{
	background-color: #E3EBF2;
}
.sRow
{
	background-color: #F0F0F0;
}

.addLink
{
	font-weight: bold;
	margin: 5px;
}

.pageTitleAdmin
{
	margin-bottom: 10px;
}
.row_div
{
	border-bottom: 1px solid #D9D8D5;
	width: 220px;
	padding-bottom: 5px;
}

.book_form
{
	border: none;
}
.b_element
{
	border: 1px solid #024e88;
}
/*** JqueryUI ***/
.ui-datepicker
{
	z-index: 100;
}
.ui-datepicker-trigger
{
	position: absolute;
	top: 95px;
	left: 220px;
}

/*** Common backend styles ***/
.backend
{
	background-image: none;
	background-color: #fff;
}
.backend #add-item-btn
{
	/*margin-left: 20px;*/
}
.backend TEXTAREA
{
	width: 580px;
}
.backend .nav_left_bg
{
	 margin-top: 40px;
}
.backend .right
{
	padding-top: 40px;
}
.backend .admin-page-input
{
	width: 400px;
}
.backend .notice
{
	color: #A70F26;
	font-weight: bold;
}

/*** Menu items ***/
#add-item-form
{
	/*padding: 0 0 20px 20px;*/
	padding: 0 0 20px;
}

/*** Menu-Pages Rel Page ***/
#menu-pages-rel-form
{
}
#menu-pages-rel-form UL, LI, OL
{
	margin: 0;
	padding: 0;
}
#menu-pages-rel-form .pages-rel-item
{
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	padding: 2px 2px;
	background-color: #F9F9F9;
}
#menu-pages-rel-form .rel-page-wrap
{
	width: 300px;
}
#menu-pages-rel-form .pages-list
{
	list-style: none;
	list-style-position: inside;
	min-height: 50px;
}
#menu-pages-rel-form .action-btn-block
{
	margin-top: 15px;
}

/*** Languages page ***/
#update-languages-list
{
}
#update-languages-list UL,
#update-languages-list LI,
#update-languages-list OL
{
	margin: 0;
	padding: 0;
}
#update-languages-list .languages-list
{
	list-style-type: none;
	list-style-position: inside;
}
#update-languages-list .lng-item
{
	margin-top: 5px;
	padding: 2px 0 2px 5px;
}
#update-languages-list .action-btn
{
	margin-top: 5px;
}

/*** Hotel map page ***/
#update-hotel-map
{
}
#update-hotel-map LABEL
{
	font-size: 12px;
	font-weight: bold;
}
#update-hotel-map .action-btns
{
	margin-top: 10px;
}
#update-hotel-map .map_contents
{
	width: 600px;
}
#update-hotel-map .mapElement
{
	width: 600px;
}

/*** Hotel map public side ***/
.get-direction-block
{
    margin-bottom: 10px;
}

/*** Pages managment ***/
.pages-list-wrap
{
}
.pages-list-wrap UL,
.pages-list-wrap LI,
.pages-list-wrap OL
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}
.pages-list-wrap .pages-list-items LI
{
	padding: 3px 5px;
	margin-bottom: 5px;
}
.pages-list-wrap .pages-list-items LI A
{
	margin-left: 10px;
}
.pages-list-wrap .pages-actions
{
	float: right;
}
#add-page-form .admin-page-input
{
	width: 400px;
}

/*** Photo gallery ***/
.admin-photo-gallery
{
}
.admin-photo-gallery UL,
.admin-photo-gallery OL,
.admin-photo-gallery LI
{
	padding: 0;
	margin: 0;
}
.admin-photo-gallery .photo-actions-btns
{
	height: 20px;
}
.admin-photo-gallery #sort_container
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.admin-photo-gallery #sort_container LI
{
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 150px;
	height: 150px;
	font-size: 12px;
	text-align: center;
}
.admin-photo-gallery #sort_container A
{
	font-size: 12px;
	padding: 0px;
}

/*** Footer pages rel ***/
#footer-pages-rel-form
{
}
#footer-pages-rel-form UL,
#footer-pages-rel-form OL,
#footer-pages-rel-form LI
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
#footer-pages-rel-form .pages-rel-item
{
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	padding: 2px 2px;
	background-color: #F9F9F9;
}
#footer-pages-rel-form .rel-page-wrap
{
	width: 300px;
	border: 1px solid #DBEDF9;
}
#footer-pages-rel-form .pages-list
{
	list-style: none;
	list-style-position: inside;
	min-height: 50px;
}
#footer-pages-rel-form .action-btn-block
{
	margin-top: 15px;
}
#footer-pages-rel-form .padding-5px
{
	padding: 25px 5px 5px;
}
#footer-pages-rel-form .block-title
{
	padding: 3px;
}

/*** Social Links ***/
.backend .sociallinks-list,
.backend .sociallinks-list LI
{
	margin: 0;
	padding: 0;
}
.backend .sociallinks-list LI
{
	list-style-type: none;
	list-style-position: inside;
}
.backend .sociallinks-list .link-item
{
	margin-bottom: 5px;
	padding: 3px 5px;
	height: 16px;
}
.backend .sociallinks-list .block-title
{
	float: left;
}
.backend .links-actions
{
	float: right;
	margin-right: 10px;
}

/* Users Comments */
.backend #users_comments_form TEXTAREA
{
    height: 300px;
}
.backend #users_comments_form .ui-datepicker-trigger
{
    position: absolute;
    top: 795px;
    left: 177px;
}

/* pager */
.pager
{
    margin-top: 10px;
    font-size: 12px;
}
.pager .num_page
{
	padding-right: 3px;
}
