@charset "UTF-8";
/* CSS Document */

.price{width:inherit; border:#CCCCCC solid 1px;}
.priceTR{background:#CCCCCC;}

.conferenceImgContainer{width:130px; height:100px; padding-right:10px;}
.activitiesImgContainer{ float:right;  width:200px; padding-left:10px; padding-bottom:5px;}
.packagesImgContainer{ float:right;  width:200px; padding-left:10px; padding-bottom:5px;}
.newsImgContainer{ float:right;  width:300px; padding-left:10px; padding-bottom:5px;}
.hotelImgContainer{ float:right;  width:250px; padding-left:10px; padding-bottom:5px;}


.form{width:inherit;}

.submitBtn{background:url(../images/btns/submitBtn.png) center no-repeat; width:84px; height:29px;}
.submitBtnEN{background:url(../images/btns/submitBtnEN.png) center no-repeat; width:84px; height:29px;}
.saveBtn{background:url(../images/btns/saveBtn.png) center no-repeat; width:84px; height:29px;}
.loginBtn{background:url(../images/btns/loginBtn.png) center no-repeat; width:84px; height:29px;}

.optBtn{margin-right:5px; margin-bottom:5px;}
.optText{ margin-right:15px; margin-bottom:5px; font-weight:bold;}

.listContainer{width:100%;}
.date{  float:right; font-style:italic; font-weight:bold;}

ul#facebook {
	padding: 0px 0 10px 0;
	margin: 0;
	list-style: none;
}
 
ul#facebook img { margin-right: 20px; float:left; }
 
ul#facebook li {
	margin: 0 0 10px 0;
	padding:  0 0 10px 0;
	overflow: hidden;
	border-bottom: solid 1px #999;
}
 
ul#facebook li p {
	padding: 3px 0 3px 0;
	margin: 0;
	line-height: 18px;
}
 
ul#facebook a {
}
 
ul#facebook li a { color: #3B5998 !important; text-decoration: none; }

 
ul#facebook li a:hover { text-decoration: underline; }


/* ============================== */
/* !           MODAL              */
/* ============================== */


.mask {
	background: url(../images/alpha.png);
	position: fixed;
	z-index: 999;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow: scroll;
	display: none;
}

.modal {
	position: relative;
	width: 750px;
	display: none;
}

.modal a {
	background: #fff;
	padding: 5px 10px;
	margin-top: 10px;
	
	float: right;
}
