@CHARSET "UTF-8";

.errors {
    color: red;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.table-tier td.disabled{
	background-color: #f4f4f4;
}

input.btn-join {
	display: block;
	background-image: url(../images/btn-join.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 87px;
	height: 39px;
	text-align: center;
	font-size: 22px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin: 10px auto;
	border: 0px;
	cursor: pointer;
}
input.btn-join:hover {
	background-image: url(../images/btn-join-over.gif);
}
.disabled input.btn-join,
.disabled input.btn-join:hover {
	background-image: url(../images/btn-join-disabled.gif);
}

.mastercard {
	background-image: url(../images/card-master.jpg);
}
.americanexpress {
	background-image: url(../images/card-amex.jpg);
}

/* venues add widget */
.venue-add-widget {
    /*width: 500px;*/
    /*padding: 5px;*/
    overflow: hidden;
}

.venue-header {
    
}


.venue-add-widget .venue-label {
	width:450px;
	float:left
}

.widget-add-btn {
	float:right;
	width:280px;
}

.widget-add-btn-rooms {
	float:right;
	width:180px;
	
}



.tab-content .widget-add-btn {
	float:right;
	width:230px;
}

.tab-content .widget-add-btn-rooms {
	width:175px !important;
}

.tab-content .room-facility-grid-row.row-title {
	margin-left:30px !important;
}

.onedit .tab-content .room-facility-grid-row.row-title {
	margin-left:10px !important;
}




.venue-title {
    /*float: left;*/
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 3px 10px;
}

.venue-btn {
/*    float: right;*/
    padding: 3px 0px 3px 10px;
    text-align: left;
    line-height: 41px;
}

.venue-label {
    font-size: 12px;
    /*font-weight: bold;*/
    padding: 3px 0px 3px 30px;
    float: left;
    /*width: 200px;*/
}

.venue-element {
    background-color: #eaeaea;
    margin-bottom: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.venue-input-text {
    width: 400px !important;
}

.venue-input-text input {
	width: 380px;
}

.venue-input {
    float: left;
    padding: 5px 15px;
    width: 625px;
}

.onedit .venue-input {
    width: 390px;
}



.venue-inp {
    /*width: 350px;*/
}

.venue-show {
    visibility: visible;
}

.venue-hide {
    height: 0;
    visibility: hidden;
}

/* Checkboxes with prices */
.display-none {
    display: none;
}

.display-block {
    display: block;
}
/**************************/

/****** Rooms facility widget ******/
#room-facility-grid {
    /*border: 1px solid black;*/
}

.room-facility-grid-row {
    text-align: center;
    margin: 0 0 10px 30px;
}

input.room-facility-checkbox {
margin-left:10px !important;
margin-top:12px !important;
}
.row-title {
    font-weight: bold;
    text-align: center;
    clear: both;
}

.row-item {
    float: left;
    min-height: 15px;
    width: 130px;
}
.church .row-item {
    width: 110px;
}

.onedit .church .row-item {
    width: 110px;
}

.church .row-item.item-last{
    width: auto;
}


.row-item input{
    margin: 5px 0;
}
.row-item input.sm {
	width: 50px;	
}
.row-item input.md {
	width: 100px;	
}
.item-last {
    width: 100px;
}
/****** End of Rooms facility widget ******/
/**************************/


/***** Mootools Dialogs Css *********/
.MooDialog {
	background: #fff;
	color: black;
	padding: 10px;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.MooDialogTitle {
	padding-top: 40px;
}
.MooDialog .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 3px 20px;
	background: #b7c4dc;
	border-bottom: 1px solid #a1aec5;
	font-weight: bold; 
	text-shadow: 1px 1px 0 #fff;
	color: black;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	text-align: center;
}
.MooDialog .close {
	background: url(/images/dialog-close.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	top: 5px;
	right: 5px;
	position: absolute;
}
.MooDialog .buttons {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.MooDialog .MooDialogAlert, .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt, .MooDialog .MooDialogError {
	background: url(/images/dialog-warning.png) no-repeat;
	padding-left: 40px;
	min-height: 40px;
}
.MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt {
	background: url(/images/dialog-question.png) no-repeat;
}
.MooDialog .MooDialogError {
	background: url(/images/dialog-error.png) no-repeat;
}

.MooDialog .buttons input{
	height: 25px;
	border: none;
	cursor:pointer;
	background: url(../images/btn-black-25x90.png) no-repeat left top;	
	color:#fff;
	width:90px;
	margin:0 5px;
	
}

.MooDialog .MooDialogMail {
	background: url(/images/dialog-question.png) no-repeat;
}
/************ END ******************/

/***** Rating CSS *****/
.rabidRating { 
	/*position: relative;*/ 
}

.rabidRating .wrapper {	
	cursor: pointer;
	background: #ccc;
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 110px;
	height: 25px;
}

.rabidRating span {
	/*position: relative;*/
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('/images/rating/hearts.png') no-repeat center;
}

.rabidRating .ratingFill {
	background-color: #EC008C;
}

.rabidRating .ratingVoted {
	cursor: default;
	background-color: #0069ff;
}

.rabidRating .ratingActive {
	background-color: #ffa800;
}

.rabidRating .ratingText {
	color: #000;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('/images/rating/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}

/******** END ********/


.viewer_review {

}

.viewer_review .title{
	padding-top:10px;
}

.viewer_review .category_title{
	display: block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	background-position: left 3px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom:1px solid black;
	color:#EE299E;
	padding-bottom:4px;
	font-weight: bold;
	cursor: pointer;
}
.viewer_review .plus{
	background-image: url(../images/ico-plus.gif);
}

.viewer_review .minus{
	background-image: url(../images/ico-minus.gif);
}

.viewer_review .suppliers{
	padding-bottom:10px;
	/*display: none;*/
}

.viewer_review .sup_info{
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	min-height: 100px;
}

label.overTxtLabel {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #EC008C;
	padding-top: 5px;
	width: 150px;
	float:left;
}

.advanced-mask {
	padding:20px;
	text-align:center;
}

.mask {
	background-color:#FFFFFF;
	background-image:url("../images/ajax-loader.gif");
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.6;
}

.ul.tabs li a, .ul.tabs li a:visited {font-size: 12px;}






.rooms-header {
	background-image: url(../images/filter-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 678px;
	height: 32px;
	line-height: 32px;
    font-size: 12px;
}


.rooms-header div, .rooms-row div {
    float: left;
    margin-right: 5px;
    text-align: center;
}


.rooms-header div {
    padding: 0 5px;
}

.rooms-row div{
    padding: 5px;
}

.rooms-col1{width:120px; margin-left:10px;}
.rooms-col2{width:70px;}
.rooms-col3{width:70px;}
.rooms-col4{width:120px;}
.rooms-col5{width:160px;}

.rooms-col6{width:70px;}
.rooms-col7{width:100px;}
.rooms-col8{width:127px;}
.rooms-col9{width:90px;}
.rooms-col10{width:170px;}

.rooms-devider{
	border-bottom: 1px solid #ccc;
	height:2px;
	font-size:0;
}




.spec-opt {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.spec-opt-name {
    float: left;
    padding: 10px;
    width: 350px;
    /*background:#f0f0f0;
	border-right:1px solid #ccc;
        */
}

.spec-opt-value {
    padding: 10px;
	float: left;
    width: 150px;
	font-weight:bold;
    color:#ec008c;
}


.spec-opt-center{
	width: 550px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:0px auto;
	background:#fff url(../images/spec-opt-center-bg.gif) repeat-y left top;
}


.spec-opt-col1, .spec-opt-col2{
	float: left;
	width: 339px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.spec-opt-col2{
	border-left:none;
}



.spec-opt-table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	display:table;
}

.spec-opt-table td, .spec-opt-table th{
	padding: 10px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.spec-opt-table th{
    background:#f0f0f0;
    width:260px;
    font-weight:normal;
    text-align:left;
}

.spec-opt-table td{
	font-weight:bold;
    color:#ec008c;
    width:60px;
}


.transport .form-row-element{
	margin-left:50px;
	margin-bottom:5px;
	padding-right:0px;
}

.form-row-element .transport label {
	float:left;
}


.table-tier tr.join td{
/*	padding-top:40px;*/
}


.payment-full-year {
	position:relative;
	top:-70px;
}

.payment-full-year-cont {
	position:absolute;
	width:650px;
	top:0;
	left:220px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#EC008C;
	
	
	
}


/*

.table-tier tr.join {
postion:relative;
}

.payment-full-year {
	position:absolute;
	top:0;
	left:0;
	margin:0px 30px 30px 260px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#EC008C;
	
	
}

	*/
	
	
.safe-payments-logo {
	position:absolute;
	right:0;
	top:0;
}

.contact-select-role {
	border:1px solid #ccc;
	padding:10px;
	margin:0px auto 20px;
	background:#fff;
}

.contact-title {
	font-size:14px;
	font-weight:bold;
	color:#EC008C;
	margin-bottom:5px;
	text-align:center;
}

.contact-select-role .form-row-element{
	margin:0px auto;
}

.contact-select-role .form-element-radio {
	margin:0px 10px;
}


input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(../images/datepicker/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(../images/datepicker/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}

.home-congratulations-message {
	/*display:none;*/
	font-size:16px;
	line-height:1.6;
	text-align: justify;
}

.home-congratulations-message .home-congratulations-message-title {
	font-size:18px;
	color:#EC008C;
	text-align:center;
	
}


.type-home .home-congratulations-message {
	display:block;
}


/*************** FILE UPLOADER *******************/
/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
.upl a:hover, .upl a.hover {
	color: red;
}

.upl-status {
	padding: 10px 15px;
	/*width: 90%;*/
	border: 1px solid #eee;
}

.hide {
	display: none;
}

.upl-status .progress {
	background: url(../images/uploader/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

.upl-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}



.files-list {
	list-style: none;
	/*width: 630px;*/
	margin: 0;
}

.files-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../images/uploader/failed.png) no-repeat 4px 4px;
}

.files-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../images/uploader/file.png) no-repeat 4px 4px;
	overflow: auto;
}
.files-list li.file.file-uploading {
	background-image: url(../images/uploader/uploading.png);
	background-color: #D9DDE9;
}
.files-list li.file.file-success {
	background-image: url(../images/uploader/success.png);
}
.files-list li.file.file-failed {
	background-image: url(../images/uploader/failed.png);
}

.files-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
.files-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
.files-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}

.files-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 186px;
}

.onedit .file-remove {
	margin-right: 6px;
}

/* Fx.Scroll.Carousel */
div#carousel {
	overflow: hidden;
	background-color:#EC008C;
}

div#carousel div.inner {
	width: 3000px;
	overflow: hidden;
}

div#carousel div.inner > div {
	float: left;
	width: 494px;
}
.buttons {
	/*float:right;*/
}

.buttons a {
	color: #ffffff;
	text-decoration: none;
}

.oneline-gray {
	background-image:url("../images/roundbox-1line.gif");
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	height:40px;
	padding-left:20px;
	padding-top:8px;
}
.category_title{
	cursor: pointer;
}

.pleft {
	height:20px;
}

.pleft label{
	padding-left: 10px;
	width: 210px;
	font-weight: normal;
}

.green{
	color:green;
	font-weight:bold;
}

.divtable{
	width: 410px; 
	margin:0; 
	padding:0;
}

.divtable .titem{
	width: 200px;
	float: left;
	height:19px;
}

.divtable .yes{
	background-color:transparent;
	background-image:url("/images/tick.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
	width:95%;
}

.container.type-home  .home-maincolumn, .new-front-style .home-maincolumn{
	width: 680px;
	float:left;
	margin-top:10px;
}

.container.type-home  .home-sidebar{
	width: 236px;
	float:right;
	margin-top:10px;
}

.new-front-style .home-maincolumn{
	width: 700px;
	float:left;
	margin-top:10px;
}

.new-front-style .home-sidebar{
	width: 216px;
	float:right;
	margin-top:10px;
}


/* main column  boxres */


.home-mainbox{
	margin-bottom:30px;
}


.home-mainbox  h3{
	border-bottom: 1px solid #EC008C;
	font:18px Arial;
	height: 26px;
	white-space: nowrap;
	color: #EC008C;
	margin:10px 0;
}

.home-mainbox-col-item {
	float:left;
	/*margin-right:20px;
	width:155px;*/
	margin-right:9px;
	width:163px;
}
.home-mainbox-col-item.last{
	margin:0px;
}
.home-mainbox-col-item img{
	padding:3px;
	background-color:#fff;
	border:1px solid #c8c8c8;
	margin: 0 0 5px 0;
	max-width:156px;
}

.home-mainbox-item-img{
	float:left;
	margin-right:20px;
	width:160px;
}

.home-mainbox-item-img img{
	padding:3px;
	background-color:#fff;
	border:1px solid #c8c8c8;
	margin:0 0 5px 0;
	max-width:147px;
}

.price .home-mainbox-item-img img{
	max-width: 216px;
}

.price .home-mainbox-item-img {
	width: 229px;
}

.home-mainbox-col-item div{
	text-align: justify;
}

.home-hhm .home-mainbox-col-item div{
	overflow: hidden;
	max-height:153px;
	padding-right: 1px;
}

a.home-mainbox-more {
	margin:5px 0 0 0;
	float:right;
}


.home-mainbox-item {
	margin-bottom:20px;
}



.home-mainbox-item-info{
	float:left;
	width: 500px;
	text-align: justify;
}


a.home-mainbox-more {
	margin:5px 0 0 0;
	float:right;
}

.price .home-mainbox-col-item{
	width: 223px;
}

.price .home-mainbox-col-item img{
	max-width: 216px;
}

.price .home-mainbox-item-info{
	width: 680px;
}

/*** side boxes **************************************/
.home-sidebox {
	background-image: url(../images/homesidebox-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom:10px;
	width:236px;
}
.home-sidebox .top {
	background-image: url(../images/homesidebox-title-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 20px;
}
.home-sidebox .top .title{
	float: left;
	background-image: url(../images/userhomebox-title-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 0 0 10px;
}

.home-sidebox .top .title h3{
	float: left;
	background-image: url(../images/userhomebox-title-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 10px;
	white-space: nowrap;
	color: #EC008C;
	font-weight: bold;
}

.home-sidebox .cont {
	padding: 12px;
	position: relative;
	font-size:11px;
}

.home-sidebox .cont  img{
	padding:3px;
	background-color:#fff;
	border:1px solid #c8c8c8;
	margin:0 0 5px 0;
	max-width:201px;
	
}

.home-sidebox .cont  img.f-l{
	margin:0 5px 5px 0;
}

.home-sidebox .cont  img.f-r{
	margin:0 0 5px 5px;
}

.home-sidebox .cont ul{
	margin-left: 5px;
}


/* find us */
.home-sidebox-findus {
	margin: 0 0 20px;
}
.ico-twitter {
	background: url(../images/ico-twitter.png) no-repeat left top;
	width: 42px;
	height:42px;
	cursor:pointer;
	border:0;
	display:block;
	float:left;
	margin: 0 5px;
}
.ico-blog{
	background: url(../images/blog-icon.png) no-repeat left top;
	width: 42px;
	height:42px;
	cursor:pointer;
	border:0;
	display:block;
	float:left;
	margin: 0 5px;
}


.ico-fb {
	background: url(../images/ico-fb.png) no-repeat left top;
	width: 42px;
	height:42px;
	cursor:pointer;
	border:0;
	display:block;
	float:left;
	margin: 0 5px;
}

.ico-in {
	background: url(../images/ico-in.png) no-repeat left top;
	width: 42px;
	height:42px;
	cursor:pointer;
	border:0;
	display:block;
	float:left;
	margin: 0 5px;
}

