<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
*{outline: 0;}
* :focus {outline: 0;}
body{
  background: #F4F4F4 url(/images/layout/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size:cover;
  color:#000; font:14px Myriad-Pro, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,textarea{
  color:#000; font:14px Myriad-Pro, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div, p, a, ul, li, img, form, body, html, iframe {padding:0px; margin:0px;}
a{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #313131;
}
img{border:0px;}
.clear, .clr, .clr5, .clr10, .clr20{clear:both;height:0px;font-size:0px;line-height:0px;padding:0;margin:0;border:none;}
.clr5{height:5px}
.clr10{height:10px}
.clr20{height:20px}
.fr{float:right}
.fl{float:left}
h1{line-height:32px;font-size:32px;}
h2{line-height:24px;font-size:22px;}

#top{
  margin:0 auto;
  width: 1000px;
  height: 100px;
  position: relative;
}
#top .topemail{
  position:absolute;
  top:72px;
  left:0px;
  color:#a03e93;
}
#top .topemail a{
  color:#a03e93;
  font-size:12px;
  font-weight:bold;
  font-family: Arial;
}
#top .topemail a:hover{
  color: #000000;
}
#top .logo{
  padding-top:5px;
  float:left;
}
#top .headerbanner{
  width:600px;
  float:right;
  height:90px;
  margin:3px 0 0 0;
  overflow:hidden;
}

.soc-login{
  margin:2px 0 0 8px;
}
.soc-login-btn a{
  float:left;
}
.soc-login-btn a img{
  width:66px;
  height:24px;
}

/* popup login */

#login-form{
  border:2px solid #C0C0C0;
  padding: 5px 0 0 0;
  position:relative;
}
#login-form .input{
  padding: 5px 20px;
  font-size:13px;
  color:#000;
}
#login-form .input input{
  border:1px solid silver;
  width:300px;
  margin: 5px 0;
  color:#000;
  font-size:14px;
  padding:8px 6px;
}
#login-form .input a{
  margin: 0 5px 0 0;
}
#login-form .input .remember-me{
  width:10px;
}
.cancel-login{position:absolute;right:-18px;top:-14px;color:#7E7E88}
.cancel-login:hover{color:#000}

.login-overlay{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9999;
  opacity:.20;
  filter:alpha(opacity=20);
  background: #000000;
  display:none;
}
.login-overlay-content{
  z-index:9999999;
  position:fixed;
  top:180px;
  left:50%;
  margin-left:-180px;
  background:#F5F5F5;
  width:360px;
  display:none;
}
.login-overlay-content div.container{
  position:relative;
  width:380px;


}
#securelogin{
  display:none;clear:both;height:0px;font-size:0px;line-height:0px;padding:0;margin:0;border:none;
}

.large-login-bottom{
  background:url(/images/bg/tr-bg.png) repeat-x;
  padding:6px 0;
}
.large-login-bottom a.local-login{
  padding: 7px 6px 7px 30px;
  margin: 0 20px 0 0;
  color:#fff;
  font-weight:bold;
  background: url(/images/layout/popup-login-arrow.png) no-repeat left center;
}
.large-login-bottom a.local-login:hover{
  color:#000;
}
#loging-loading{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:999999;
    display: none;
    background: url(/images/loading.gif) no-repeat center;
}
/* popup login end */
/* inline login */
.large-login-menu{

}

.large-login-menu a{
  margin-right:20px;
}

/* inline login end*/
ul.chat-menu{
  list-style-type:none;
  padding:10px;
  float: right;
}

ul.chat-menu li{
  list-style-type:none;
  display: inline;
  padding:4px 6px;
}
ul.chat-menu li a{
  padding:4px;
  padding-left:22px;
  font-size:14px;
  font-weight:bold;
 /* background: url(/images/bg/icons/right.jpg) no-repeat left center;*/
}


#loadingform{
  position: absolute;
  top:0px;
  left:0px;
  width: 198px;
  height:60px;
  background: url(/images/loading.gif) no-repeat center;
  display: none;
  border: 0px solid;
}

.flags{
  position:absolute;
  top:5px;
  left:0px;
}

.registredusermenu{
  text-align:center;
  margin:0px;
  padding:0px;
}
.registredusermenu a{
  padding:0px;
  margin:0px 4px;
  font-size:11px;
}
.registration_table{
  width:100%
}

.registration_table tr td{

}
.registration_table tr td.key{
  text-align:right;
  width:35%;
  padding:4px 5px 0 0;
}
.registration_table tr td span.msg{
  font-size:11px;font-weight:bold;
  display:block;
}

.registration_table tr td input{
  border: 1px solid silver;
  width:200px;
  padding:4px 6px;
}
.header{
  background:url(/images/layout/headerbg.png);
  height:40px;
  width:1000px;
  margin:0 auto;
  position:relative;
}

.header .dateandnameday{
  float:left;
  width:235px;
  overflow:hidden;
  color: #ffffff;
  font-size:14px;
  line-height:18px;
  padding-left: 10px;
  padding-top:2px;
}
.header .iconmenu{
  padding:5px 10px 0 10px;
  float:right;
}
.header .iconmenu a{
  margin:3px 4px;
}
.header .mobmenu{
  margin: 0 0px 0 10px;
  border:1px solid #fff;
  border-top:none;
  height:39px;
  float:right;
  background: url(/images/layout/mobbg.png) repeat-x top;
}
.header .mobmenu .iphone{
  background: url(/images/layout/icons/iphone.png) no-repeat 8px center;
  padding: 11px 14px 10px 36px;
  font-size:18px;
  line-height:18px;
  display: inline-block;
}
.header .mobmenu .android{
  background: url(/images/layout/icons/android.png) no-repeat 8px center;
  padding: 11px 14px 10px 36px;
  font-size:18px;
  line-height:18px;
  display: inline-block;
}
.header .mobmenu .mob{
  background: url(/images/layout/icons/windows.png) no-repeat 8px center;
  padding: 11px 14px 10px 36px;
  font-size:18px;
  line-height:18px;
  display: inline-block;
}
.header .mobmenu .iphone:hover,.header .mobmenu .android:hover,.header .mobmenu .mob:hover{
  color:#616161;
}

.header .loginbtn{
  margin: 0 0px 0 0px;
  border:1px solid #fff;
  border-top:none;
  height:39px;
  color:#fff;
  float:right;
  width:180px;
  position:relative;
  background: url(/images/layout/loginbg.png) repeat-x top;
}

.header .loginbtn a.front-login-large-btn{
  background: url(/images/layout/icons/login_32px.png) no-repeat 8px center;
  padding: 11px 14px 10px 50px;
  font-size:18px;
  display:block;
  line-height:18px;
  color:#fff;
}
.header .loginbtn a.front-login-large-btn:hover{
  color:#C0C0C0;
}

.welcome{
  background: url(/images/layout/icons/login_32px.png) no-repeat 146px 5px;
  padding: 11px 32px 10px 5px;
  font-size:18px;
  display:block;
  line-height:18px;
  color:#fff;
  cursor:pointer;
  position:relative;
}
.welcom-menu{
  display:none;
  position:absolute;
  left:-1px;
  top: 39px;
  z-index:99;
  border:1px solid #fff;
  background: #a553a2;
}
.welcom-menu a{
  padding: 11px 5px 10px 5px;
  font-size:18px;
  display:block;
  line-height:18px;
  color:#fff;
  cursor:pointer;
  width:170px;
}
.welcom-menu a:hover{
  color:#000;
}

/* top menu */
.topmenu{
  width:1000px;
  height:56px;
  margin: 0 auto;
  background:url(/images/layout/menu/menubg.png) no-repeat top center;
}
.topmenu ul{
  width:1000px;
  height:55px;
  padding: 1px 0 0 0;
}
.topmenu ul li{height:55px;float:left; list-style-type: none;position:relative;}
.topmenu ul li a{text-shadow:5px 5px 5px #000000;border-right:1px solid #005d27; color:#fff; text-decoration:none; font-size:20px; text-align:center; display: block; line-height:20px; padding:17px 5px 18px 5px;}
.topmenu ul li a:hover{ color:#000;text-decoration:none;}
.topmenu ul li a:hover {}
.topmenu ul li ul{
  position:absolute;
  left:0px;
  top:54px;
  display:none;
  float:left;
  z-index:9999999999;
}
.topmenu .parnet-menu-active{
  background: #8e498c url(/images/layout/object/vipobjectbg.png) repeat-x top;
}

.topmenu ul li ul li{
  background: #8e498c;
  text-align:left;
}
.topmenu ul li ul li a{
  border:none;
  width:220px;
  font-size:16px;
  display:block;
  text-align:left;
}

/* top menu end */

/* vip objects */
.topobjects{
  width:1000px;
  height:330px;
  overflow:hidden;
  padding: 0px 0px 10px 0px;
  background: url(/images/layout/vipobjectsbg.png) repeat-x top;
}
.carousel{
  display:none;
  height:290px;
}

.topobjects h1{
  padding: 0 0 10px 10px;
  margin:0;
  font-size:20px;
  padding: 10px 0 10px 46px;
  text-shadow: 2px 2px 2px #939393;
}
.vip-object-item a{
  position:relative;
}
.vip-object-title{
  padding:10px;
  background: #91468d url(/images/layout/object/vipobjectbg.png) repeat-x top;
  color:#fff;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  font-size:16px;
  text-align:center;
}
.vip-object-title a:hover{
  color:#000;
}
/* vip objects end */

/* content */
.content-output{
  background: url(/images/layout/contentbg.png);
  padding:20px 10px 20px 10px;
}
.left-column{
  width:680px;
  padding:0px 20px 0px 0;
  float:left;
}
.left-column h1, .content-output h1{
  margin:0;
  padding:0px 0;
  font-size:22px;
  line-height:26px;
}
.right-column{
  width:260px;
  padding:0px 0 0px 10px;
  float:left;
}

/* options-front */
.options-front{
  background: url(/images/layout/contentbg.png);
}
.poll-front{
  float:left;
  width:430px;
  position:relative;
}
.poll-title{
  background: url(/images/layout/contentbg.png);
}
.poll-title h1, .tabs-title h1{
  margin:0;
  font-size:20px;
  padding:10px 20px;
}
.poll-title h1{
  background:url(/images/layout/icons/poll_topic.png) no-repeat 10px center;
  padding: 10px 0 10px 46px;
  text-shadow:2px 2px 2px #939393;
}
.poll-front .poll-content{
  width:430px;
  height:330px;
  background:#3c3c3c;/* url(/images/layout/pollbg.png);*/
}

.poll h2{
  color:#fff;
  padding:10px;
  margin:0;
  font-weight:normal;
}
#pollContent{
  position:relative;
}

.poll-chart{
  width:240px;
  height:210px;
  position:absolute;
  right:0px;
  top:00px;
  overflow: visible;
}
.poll-questions{
  float:left;
  padding:10px;
  font-size:13px;
}
.poll-questions a{
  color:#fff;
  height:19px;
  line-height:19px;
  font-size:14px;
  padding: 4px 4px 4px 0;
  display:block;
}
.poll-questions a span{
  background:#FF6600 url(/images/layout/vote-btn-bg.png) no-repeat right center;
  margin-right:6px;
  padding:1px 16px 1px 2px;
}
.poll-questions a:hover{
  color:#C0C0C0;
}
.poll-questions a:hover span{
  color:#000;
}

.pollmenu a{
  color:#fff;
  float:right;
  font-size:14px;
  font-weight:normal;
  margin: 0 10px 0 0px;
}
.pollmenu a:hover{
  color:#C0C0C0
}


/* poll */

.poll .radio, .poll label {
	margin: 1px 1px;
}
.poll .pollmodalwindow{
    width:200px;
    height:150px;
    z-index:99;
    display:none;
    background:#ECF3DE;
}

#pollhidebutton{
    margin-top:40px;
    display:none;
}

.poll span a{
    font-size:10px;
    font-style: normal;
    color: #808080;
}
.poll span a:hover{
    font-size:10px;
    color: #000000;
}

.poll .results {
	color: #fff;
	text-align: left;
	padding: 10px;
}
.poll .empty-bar {
	color: #fff;
	background: #ddd8d4;
	margin:0;
	position: relative;
    padding:0;
    height:14px;
}
.poll .empty-bar div.bar-count {
	float:right;
    height:14px;
    font-size:14px;
    line-height:14px;
    padding:0;
    margin:0;
    color:#000000;
	z-index: 100019;
}
.poll .bar {
	background: #fd8294;
	float: left;
	text-align: left;
	color: #fff;
    height:14px;
    font-size:14px;
    line-height:14px;
    padding:0;
    margin:0;
	z-index: 10002;
}
.poll .color1 {background: #FF0F00;}
.poll .color2 {background: #FF6600;}
.poll .color3 {background: #FF9E01;}
.poll .color4 {background: #FCD202;}
.poll .color5 {background: #B0DE09;}
.poll .color6 {background: #04D215;}
.poll .color7 {background: #0D8ECF;}
.poll .color8 {background: #0D52D1}
.poll .color9 {background: #2A0CD0;}
.poll .color10 {background: #8A0CCF;}

.poll .msg {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
    text-align:center;
	font-weight: bold;
}

/* poll end */


.tabs-front{
  float:left;
  width:570px;
}
.tabs-title{
  background: url(/images/layout/contentbg.png);
  height:52px;
}
.tabs-title ul li{
  list-style-type: none;
  float:left;
  margin:0;
  background:url(/images/layout/tabsbg.png) no-repeat left center;
}
.tabs-title ul li.active{
  background:url(/images/layout/tabsbg_active.png) no-repeat left center;
}

.tabs-title ul li a h1{
  margin:0;
  text-align:left;
  padding: 10px 0px 10px 41px;
  width:149px;
  background: url(/images/layout/icons/news.png) no-repeat 5px center;
  text-shadow: 2px 2px 2px #939393;
}
.tabs-title ul li.last-blogs a h1{
  background: url(/images/layout/icons/pencil.png) no-repeat 5px center;
}
.tabs-title ul li.last-events a h1{
  background: url(/images/layout/icons/calendar.png) no-repeat 5px center;
}

.tabs-front .tabs-content{
  height:310px;
  padding:0 20px 20px 20px;
  overflow:hidden;
  background: url(/images/layout/tabbg.png);
}
.tabs-front .tabs-content div{
  display:none;
}
.tabs-front .tabs-content div:first{
  display:block;
}

.tabs-front .tabs-content h2{
  margin:0;
  color:#fff;
}
.tabs-front .tabs-content a{
  display:block;
  color:#fff;
  font-size:16px;
  margin:10px 0;
}
.tabs-front .tabs-content a span{
  color:#dadada;
  margin: 0 5px 0 0;
}
.tabs-front .tabs-content a:hover{
  color:#dadada;
}

/*  */

.leftmenu{
  border: 0px solid;
}
.leftmenuheader{
  height:25px;
  font-weight:bold;
  padding-left:28px;
  padding-top:10px;
  color: #000000;
  font-size:13px;
  background: url(/images/bg/left_menu_top.jpg) no-repeat top;
}

#leftmenulist ul{

}
#leftmenulist li{
  list-style-type:none;
  margin: 3px 3px;
}
#leftmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:24px;
  border: 0px solid;
  color: #323232;
}
#leftmenulist li a:hover,#leftmenulist li a.active{
  background: url(/images/bg/left_menu_active.jpg) no-repeat center;
  font-weight:bold;
  color: #000000;
}
#leftmenulist ul.leftsubmenu{
  margin-left:20px;
  display:none;
}
#leftmenulist ul.leftsubmenu li a:hover, #leftmenulist ul.leftsubmenu li a.active{
  background: url(/images/bg/left_sub_menu_active.jpg) no-repeat center;
  font-weight:bold;
  color: #000000;
}
.secondleftmenuheader{
  font-weight:bold;
  padding-left:38px;
  padding-top:4px;
  margin-left: 5px;
  margin-top: 5px;
  color: #000000;
  font-size:13px;
  background: url(/images/bg/leftbottommenu.jpg) no-repeat left center;
}
#secondleftmenulist ul{

}
#secondleftmenulist li{
  list-style-type:none;
  margin: 3px 3px;
  margin-left:30px;
}
#secondleftmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:8px;
  background: url(/images/bg/icons/smallbullet.jpg) no-repeat left center;
  border: 0px solid;
  color: #323232;
}
#secondleftmenulist li a:hover,#secondleftmenulist li a.active{
  font-weight:bold;
  color: #000000;
}

#rightmenulist ul{

}
#rightmenulist li{
  list-style-type:none;
  float: left;
  margin: 3px 3px;
  width: 236px;
  border: 0px solid;
}
#rightmenulist li a{
  display: block;
  padding: 2px 8px;
  padding-left:2px;
  font-size:13px;
  padding-right:0px;
  border: 0px solid;
  color: #323232;
}
#rightmenulist li a:hover,#rightmenulist li a.active{
  font-weight:bold;
  color: #000000;
}

/* top search box */
.topsearchform{
  width:1000px;
  margin:0 auto;
}
.topsearchform .inputlayout{
  float:left;
  width: 320px;
  background: url(/images/layout/headerbg.png);
}
.topsearchform .inputlayout-divider{
  width:20px;
  float:left;
}
.topsearchform input{
  padding:13px 15px;
  width:214px;
  float:left;
  color: #fff;
  font-size:18px;
  background:none;
  border:none;
}
.topsearchform .buttonsearch{
  float:right;
}

.topsearchform .buttonsearch a{
  display: block;
  width:47px;
  height:43px;
  padding: 2px 14px;
  background: url(/images/layout/icons/search.png) no-repeat center;
}
.topsearchform .buttonsearch a:hover{
  color: #000000;
}

/* top search box end */


.video3d-layout{
  float:left;
  height:40px;
  width:200px;
  text-align:left;
  padding: 0 0 0 40px;
}
.video3d-layout img{
  width:100px;
  height:34px;
}


.video3d-layout-close{
  float:right;
  width:200px;
  text-align:right;
  padding:1px 40px 1px 0;
}
.video3d-layout-close a{
  padding: 12px 0 12px 60px;
  text-align: left;
  font-size:18px;
  display: block;
  line-height:18px;
  text-transform: uppercase;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0.2em 0.2em 0.10em #999999;
  background: url(/images/icons/back_48px.png) no-repeat left top;
}


#content{
  margin:0 auto;
  width: 1000px;
  position:relative;
}
.slide-like-box{
  position: absolute;
  left: -90px;
  top: 0px;
  width: 80px;
  border: 1px solid silver;
  text-align: center;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  border-radius: 6px;
  margin-top: 140px;
}
.slide-add-object{
  border-radius: 6px 6px 0 0;
  text-align:center;
  color:#fff;
  font-weight:bold;
  background:#993366;
  padding:0px 0 0px 0;
}
.slide-add-object a{
  color:#fff;
  border-radius: 6px 6px 0 0;
  padding:10px 0 10px 0px;
  display:block;
}

.slide-add-object a:hover{
  background:#662244;
}

/*.add-object{
  position:absolute;
  left:-55px;
  top:0px;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');
  transform: rotate(270deg) ;
  -webkit-transform: rotate(270deg) ;
  -moz-transform: rotate(270deg) ;
  -o-transform: rotate(270deg) ;
  -ms-transform: rotate(270deg) ;
}
.add-object a{
  color:#fff;
  font-size: 22px;
  text-shadow:5px 5px 5px #666666;
  display:block;
  line-height: 22px;
  padding: 10px 20px 15px 20px;
  background: #a553a2;
  border: 2px solid #fff;
}
.add-object a:hover{
  color:#000;
}*/

#articlesBody ul{
  margin-left:30px;
  padding-left:20px;
}
#left{
  float:left;
  width: 220px;
  border: 0px solid;
  background: #D7D7D7;
}
#right{
  float:right;
  width: 200px;
  border: 0px solid;
  padding-top:10px;
}
#middle{
  width: 560px;
  border: 0px solid;
  float:left;
  padding: 10px;
}
.pagetitle{
  padding:4px 0px 4px 20px;
  color: #2F2929;
  font-weight:bold;
  background: url(/images/bg/icons/bullet.jpg) no-repeat left center;
}
.pagetitle_object{
  padding:4px 0px 4px 20px;
  color: #238704;
  font-weight:bold;
  font-size:13px;
  background: url(/images/bg/icons/bullet_green.jpg) no-repeat left center;
  float: left;
}

.objectshits{
  margin-top:3px;
}
.reservation, .booking, .balticmiles{
  margin-right:12px;
}
.reservation a{
    background: url(/images/icons/reservation.gif) no-repeat left center;
    padding: 0px 0px 0px 43px;
    display:block;
    width:83px;
    height:38px;
    color:#ffffff;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: Tahoma;
}
.balticmiles a{
    background: url(/images/icons/pins.jpg) no-repeat left center;
    padding: 0px 0px 0px 0px;
    display:block;
    width:123px;
    height:25px;
    color:#ffffff;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: Tahoma;
}

.gametitle{
  padding:2px 4px;
  height:30px;
  line-height:16px;
}
.gametitle a{
  font-size:11px;
  font-weight: bold;
  padding-left:16px;
  background: url(/images/bg/icons/bullet_green.jpg) no-repeat left center;
}
.gametitle a:hover{
  text-decoration: underline;
}
/* footer */
.footer-wrap{
  background:url(/images/layout/footerbg.png);
}
#bottommenu{
  margin: 10px 0px;
  padding-bottom:10px;
  float: left;
}
#bottommenu ul{
  list-style-type: none;
}
#bottommenu li{
  list-style-type: none;
  display: inline;
  padding: 5px 10px;
}
#footer{
  margin:0 auto;
  width: 980px;
  position: relative;
  padding: 30px 10px;
  color: #fff;
  font-size:14px;
}
#footer .development{
  float: right;
  margin: 10px 0px;
  padding-bottom:10px;
}
#footer a{
  color: #fff;
}
#footer a:hover{
  color: #C0C0C0;
}
#footer .footer-box{
  float:left;
  width:260px;
  padding: 20px 30px;
}
.fb-container {
  width: 258px;
  height:364px;
  overflow: hidden;
}
.fb-container &gt; div {
  margin: -1px 0px 0px -1px;
}
/* footer end */



.searchinmap{
  border-top:5px solid #238504;
  padding-top:3px;
  padding-bottom:3px;
  margin-top:10px;
}
.searchinmap a{
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/searchinmap.jpg) no-repeat left center;
}
.searchinmap a:hover{
  color: #000000;
}
.searchinmapimage{
  text-align:center;
  margin: 0 auto;
  padding-bottom:10px;
}

.lastitems{
  margin: 5px 0px;
  border-top:5px solid #000;
  padding-top:3px;
  padding-bottom:3px;
}
.last-tweets h3{
  background: none;
}


.lastpoll{
  padding-bottom:3px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/advert.jpg) no-repeat left center;
}

.lastadvert a{
  padding:5px 0px;
  padding-left:24px;
  font-size:16px;
  color: #000;
  text-transform: uppercase;
  /*background:url(/images/bg/icons/advert.jpg) no-repeat left center;*/
}
.lastadvert a:hover{
  color: #000000;
}
.lastforum a{
  padding:5px 0px;
  padding-left:24px;
  font-size:16px;
  color: #000;
  text-transform: uppercase;
  /*background:url(/images/bg/icons/forum.jpg) no-repeat left center;*/
}
.lastforum a:hover{
  color: #000000;
}
.lastvideo a{
  padding:2px 0px;
  padding-left:24px;
  color: #238504;
  text-transform: uppercase;
  background:url(/images/bg/icons/video.jpg) no-repeat left center;
}
.lastvideo a:hover{
  color: #000000;
}

.lastadvertlist div a, .lastvideotitle a, .lasttopiclist a{
  font-size:14px;
}
.lastadvertlist div a:hover, .lastvideotitle a:hover, .lasttopiclist a:hover{
  color: #000000;
}
.lasttopiclist span a{
  color: #238504;
  margin-left:3px;
}
.lasttopiclist span a:hover{
  color: #000000;
}


.playmusicbutton{
  text-align:center;
  padding: 2px 0px;
  width:100px;
  height:30px;
  margin: 0 auto;
}
.objectaddbutton{
  padding: 0px 0px;
  width:150px;
  margin: 0 auto;
  height:40px;
  overflow:hidden;
}
/*.objectaddbutton a{
  background: url(/images/bg/objectbutton.jpg) no-repeat left center;
  padding: 0px 0px;
  padding-left:34px;
  border: 0px solid;
  height:40px;
  font-size:11px;
  display: block;
  color: #333333;
}
.objectaddbutton a:hover{
  color: #000000;
}*/


.topnewsblogs{
  width:268px;
  float:left;
  border:0px;
}
.topnewsblogs a{
  padding-left: 22px;
  margin: 3px 0px;
  font-size:12px;
  display: block;
  color: #4F4F4F;
  background: url(/images/bg/icons/comment.jpg) no-repeat left center;
}
.topnewsblogs a:hover{
  color: #000000;
}






/* video */
.videolistitem{
  width:160px;
  margin:0 0 20px 0;
  padding:5px;
}

.videotext{
  font-size:14px;
}
.videoimage{
  width:160px;
  height:120px;
}
.videotitle{
  height:60px;
  padding:5px;
  color:#fff;
  font-size:14px;
  background: url(/images/layout/tabbg.png)
}

.videofile{
  width:310px;
  float:right;
  border: 0px solid;
}

.message{color: #F06B00;font-size:14px;width:100%;text-align:center;}
#loadingForm{
    border: 0px solid #C0C0C0;
    width:216px;
    padding-left:2px;
    margin-bottom:10px;
    height: 215px;
    display: none;
    background-image: url("/images/loading.gif");
    background-color:  #E5E5E5;
    background-position: center;
    background-repeat: no-repeat;
}
.loadingobjectimage{
  display:none;
  background: url("/images/loading.gif") no-repeat center;
  z-index: 9;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

.warning{
    font-size:13px;
    color:red;
    font-weight:bold;
    padding: 2px 6px;
}

/* objektu saraksts */

.listcontainer {
  margin:8px 0px;
  width:980px;
  padding:10px;
  background:url(/images/layout/object/objectbg.png) repeat-x top;
}

.listcontainer .listimage{
  float: left;
  width:310px;
  margin:3px;
  border:2px solid #fff;
}
.listcontainer .listimage a{
  display:block;
  height:258px;
  position:relative;
}
.listcontainer .listimage a img{
  height:258px;
  margin:0;
  padding:0;
}

.listcontainer .listimage a span{
  display:block;
  width:145px;
  height:145px;
  position:absolute;
  top:-5px;
  left:-5px;
}

.listcontainer .listimage a img {
  width:310px;
  margin:0;
  padding:0;
}

.videocontainer{
  width:204px;
  float:left;
  border: 0px solid #FF0000;
  margin-right:10px;
  margin-bottom:0px;
}
.videocontainer img{
  border: outset 2px #839F27;
}

.listcontainer .listdetails{
  float: left;
  width: 650px;
  padding:0 0 0 10px;
  font-size:14px;
}
.listcontainer h1{
  color:#414140;
  font-size:24px;
  line-height:30px;
}
.listcontainer .listtitle a {
  font-size:14px;
  font-weight:bold;
}
.listcontainer .listtitle a:hover{
  color:#000000;
}

.listcontainer ul {
  margin:0px;
  margin-left:10px;
  margin-top:0px;
  padding:0px;
}
.listcontainer li {
  list-style:none;
  color: #282828;
}
.listcontainer .listinfo {
  padding-left: 10px;
  padding-bottom: 10px;
}

.listcontainer .moreinfo {
  float: right;
  padding:8px 8px 4px 5px;
}
.listcontainer .moreinfo a{
  background: url(/images/bg/icons/moreinfo.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}
.listcontainer .objectvideo {
  float: left;
  padding:8px 12px 4px 5px;
}
.listcontainer .objectvideo a{
  background: url(/images/layout/icons/camera_26px.png) no-repeat left;
  padding:4px 0px 4px 32px;
}
.listcontainer .object3dvideo {
  float: left;
  padding:8px 12px 4px 5px;
}
.listcontainer .object3dvideo a{
  background: url(/images/layout/icons/film2_26px;.png) no-repeat left;
  padding:4px 0px 4px 32px;
}
.listcontainer .objectwebcamera {
  float: left;
  padding:8px 0px 4px 5px;
}
.listcontainer .objectwebcamera a{
  background: url(/images/layout/icons/webcam_26px.png) no-repeat left;
  padding: 4px 0 4px 32px;
}
.listcontainer .foodmenu {
  float: left;
  padding:8px 0px 4px 5px;
}
.listcontainer .foodmenu a{
  background: url(/images/layout/icons/restaurant_26px.png) no-repeat left;
  padding:4px 0px 4px 32px;
}
.listcontainer .objectgift {
  float: left;
  padding:8px 12px 4px 4px;
}
.listcontainer .objectgift a{
  background: url(/images/layout/icons/gift_26px.png) no-repeat left;
  padding:4px 0px 4px 32px;
}

.objectcontacts{
  padding-left: 20px;
}
.objectcontacts p{
  padding:5px 0;
}

.objectcontacts ul{
  list-style-type: none;
  padding-top:10px;
}

.objectcontacts li{
  margin-left: 0px;
}
#objectcontainer{
  width:680px;height:510px;position:relative;
}
.special-offer-container{
  position:relative;
}

#special-offer{
  position:absolute;
  left:0;
  top:0;
  background:url("/images/layout/object/bonus.png") no-repeat scroll left top transparent;
  width:;
  height:0;
  display: block;
  height: 145px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 145px;
  z-index:0;
}
.special-offer-text{
  float:right;
  z-index:99999;
  text-align: justify;
  width:540px;
  padding: 10px 10px 10px 130px;
  font-size:16px;
  background: url(/images/layout/contentbg.png);
  min-height:125px;
}
.special-offer-close{
  position:absolute;
  right: -15px;
  top:-15px;
}
.special-offer-close a{
  display:block;
  width:30px;
  height:30px;
  background:url(/images/layout/fancy_closebox.png) no-repeat center;
}

/* komentؤپri */
.unvisible{
  display:none;
}

.loadingcommentform{
  display:none;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: url(/images/loader_question.gif) no-repeat center;
  z-index: 99999;
}
#commentformbody{
  position:relative;
}

#commentslist{
  margin:10px 0px;
}
#commentslist .gallerycomment {
  border: 0px solid #000000;
}
#commentslist .commenttitle{
  font-size:15px;
  float:left;
}
#commentslist .commentdate{
  font-size:15px;
  float:right;
}
#commentslist .commenttext{
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  background: #F5F5F5;
  padding: 15px 10px 15px 10px;
}
.commentnumbering{
    border: 0px solid;
    clear:both;
    padding:4px 4px;
    width: 562px;
    background: #F4F4F4;
    margin:20px 0px;
}
.commentnumbering .passivecommentpage a{
    color: #000000;
    font-size:12px;
    font-weight:bold;
}
.commentnumbering .passivecommentpage a:hover{
    color: #808080;
    font-size:12px;
    text-decoration: underline;
    font-weight:bold;
}
.commentnumbering .activecommentpage{
    color: #FF6600;
    margin-top: 0px;
    font-size:12px;
}

.comment{
  font-size:12px;
  border: 0px solid;
  margin:8px 0px;
  width:560px;
  color: #616161;
}

.comment_form_text .input{
  border: 1px solid #999999;
  width: 210px;
  padding: 4px 6px;
  font-size:13px;
}

.comment_form_text textarea{
  border: 1px solid #999999;
  width: 666px;
  padding: 4px 6px;
  font-family: Arial;
  font-size:14px;
}

.comment_form_text .code{
  border: 1px solid #999999;
  width: 40px;
  padding: 4px 6px;
  font-size:14px;
}
/* komwentؤپru beigas */

/* ievada kؤ¼إ«du paziإ†ojumu tabulas */
#tableMessage{
  background: #66CC66;
  color: #FFFFFF;
  font-weight:bold;
  height:30px;
  border-top: 2px double #009933;
  border-bottom: 2px double #009933;
  padding:4px 4px;
}
#tableErrorMessage{
  background: #FF5E5E;
  color: #FFFFFF;
  font-weight:bold;
  height:30px;
  border-top: 2px double #FF0000;
  border-bottom: 2px double #FF0000;
  padding:4px 4px;
  margin-bottom:8px;
  margin-top:8px;
}


.divider{
    clear: both;
    height:4px;
    padding: 4px 0px;
    border: 0px solid;
    background: url(/images/divider.gif) repeat-x center;
}


.loginMessage{
  width:200px;
  margin:0 auto;
}


.labelDiv{
  width:200px;
  border: 0px solid;
  float:left;
  font-size:13px;
  margin: 2px 0px 2px 4px;
  padding: 0px 4px 2px 0px;
  text-align:right;
}
.inputDiv{
  width: 462px;
  text-align:left;
  float:left;
  margin: 2px 4px 2px 0px;
  padding:0px 4px 2px 0px;
}
.inputDiv input{
  border: 1px solid #C0C0C0;
  padding:3px 3px;
  font-size:13px;
  width:200px;
}

#registerForm .profileimage{
  width:150px;
  text-align: center;
  position: relative;
  float: left;
  border: 0px solid #000;
  padding-top:10px;
}
#registerForm .profileimage img{
  padding:5px;
  border: 1px solid silver;
}
#registerForm .profileimage span{
  padding:10px 0 40px 0;
  width:150px;
  display: block;
}
#registerForm .profileimage .profileimage-delete{
  position:absolute;
  bottom:8px;
  right:15px
}
#registerForm .profileimage .profileimage-delete a{
  background: url(/images/icons/delete_16px.png) no-repeat left center;
  padding-left: 22px;
}
#registerForm .loadingprofileimage{
  padding:28px 4px;
  width:140px;
  text-align: center;
  background: url(/images/loading.gif) no-repeat center;
}


.buttonDiv{
  width:100%;
  padding:12px 0px 0px 0px;
  margin:20px 0px 0px 0xp;
  float:left;
  text-align: center;
}

#articlesBody table{
  border-collapse: collapse;
  width:100%;
}

#articlesBody td{
  padding:4px;
  border-collapse: collapse;
  border-color:1px solid #666666;
  font-size:14px;
}


/* krustvؤپrdu mؤ«klu saraksts */
.nogame{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  margin:40px;
}
.crosswordhelp{
  border: 0px solid #330066;
  margin: 10px;
}

.crosswordhelp a{
  font-size:14px;
  color: #CC0000;
}
.crosswordhelp a:hover{
  color: #000000;
}
.crossword_list{
  float:left;
  width:320px;
  padding:10px;
}
.crossword_title{
    padding:0px;
    margin:0px;
    padding-left:5px;
    clear:both;
}

.crossword_title a{
  font-size:16px;
}
.crossword_title a:hover{
    color: #000000;
}
.crossword_list .image{
    width: 105px;
    height:100px;
    overflow:hidden;
    margin-left:5px;
    margin-right:5px;
    text-align: center;
    float:left;
}
.crossword_list .image a{
    padding:0px;
    margin:0px;
}
.cw_say{
  padding-top:14px;
}
.crossword_list .descr{
    width: 205px;
    height:100px;
    position: relative;
    float: left;
}
.crossword_list ul{
    padding: 0px;
    margin: 0px;
    margin-left:0px;
    padding-left:0px;
}
.crossword_list li{
  margin:2px 0px 2px 4px;
  padding:0px;
  list-style-type: none;
  color: #323232;
}



.crossword_competitions{
  background:url(/images/layout/vipobjectsbg.png) repeat-x top;
}

.crossword_categories_list{
  border: 0px solid;
  color:#CC0000;
  height:34px;
  padding:3px 0px 4px 4px;
}
.crossword_categories_list a{
  font-weight:bold;
  color: #3366CC;
}
.crossword_categories_list a:hover{
  color: #808080;
}
.crossword_categories_list div{
  color: #939393;
  font-size:11px;
  margin-left: 15px;
  border: 0px solid;
  width:160px;
}
/* krustvؤپrdu mؤ«klas beigas */




.fieldcontainer{
    border:1px solid #E6E6E6;
    padding:20px 9px;
    margin:15px 0px;
    width:540px;
    position:relative;
    text-align: left;
}
.fieldcontainer input.inputfield, .fieldcontainer textarea.inputfield{
    border:1px solid #C0C0C0;
    width:530px;
    padding: 3px;
    font-size:13px;
}
.fieldcontainertitle {
    position: absolute;
    margin-top:-32px;
    margin-left:0px;
    font-weight: normal;
    font-size:13px;
    padding:2px 8px;
    border: 0px solid;
    background: #ffffff;
}
.addbutton{
    border: 0px solid #669933;
    float:right;
}
.addbutton a{
    background: url(/images/bg/addbutton.jpg) no-repeat left center;
    font-size:14px;
    padding: 11px 0px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    border: 0px solid #F06B00;
}
.addbutton a:hover{
    color: #C0C0C0;
}
.addbutton a span{
    background: url(/images/bg/addbutton_right.jpg) no-repeat right center;
    padding:11px 8px;
}
.objectfieldcontainer{
    padding:0 0 0px 0px;
    margin:0 0 0px 0px;
    width:680px;
    position:relative;
    text-align: left;
}
.objectfieldcontainer #image-container a{
  display:inline-block;
}
.objectfieldcontainer .ui-tabs-anchor span{
  font-size:11px;
}

.objectfieldcontainer input.inputfield, .objectfieldcontainer textarea.inputfield{
    border:1px solid #C0C0C0;
    width:500px;
    padding: 3px;
    border-radius:6px;
}
.objectfieldcontainer select.selectfield, .objectfilter select.selectfield{
    border:1px solid #C0C0C0;
    padding: 3px;
    font-size:13px;
    border-radius:6px;
}
.objectfieldcontainertitle {
    position: absolute;
    margin-top:-32px;
    margin-left:0px;
    font-weight: bold;
    font-size:14px;
    padding:2px 8px;
    border: 0px solid;
    background: #ffffff;

}
#objectcontainer img{
  z-index:0;
  position:absolute;
  left:0;
  top:0;
}

.imageleftnav a{
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:100%;
  display:block;
  z-index:99999;
  cursor:pointer;
}
.imagerightnav a{
  position:absolute;
  left:50%;
  top:0;
  width:50%;
  height:100%;
  display:block;
  z-index:99999;
  cursor:pointer;
}
.imageleftnav a, .imagerightnav a{
  display:block;
  height:100%;
}
.imageleftnav a:hover{
  background:url(/images/g_left_arrow.gif) no-repeat left center;
}
.imagerightnav a:hover{
  background:url(/images/g_right_arrow.gif) no-repeat right center;
}

.objectdesciption{
    margin-top:10px;
    font-size:14px;
}
.objectdesciption ul li{
  list-style-type:none;
}

.fieldPrice{
    color: #669966;
    font-size:12px;
    font-weight: bold;
}
.fieldSms{
    color: #003300;
}

/* bloga/ziإ†u pievienoإ،anas izvؤ“lne */
.topnewsblogmenu ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
}
.topnewsblogmenu ul li{
    list-style-type: none;
    padding:5px;
    margin:0px;
    width:130px;
    text-align: center;
    float: left;
}
.topnewsblogmenu ul li a{
    padding:2px;
    margin:0px;
    display: block;
    background: url(/images/bg/topnewsblog.gif) no-repeat center;
}
.topnewsblogmenu ul li a:hover{
    font-weight: bold;
    color:#000000;
}









/* google kartes info logs */
.google-map-info-window{
    width:340px;
}
.google-map-info-window .image{
    float: left;
    width: 80px;
    height:60px;
    overflow:hidden;
    padding:5px;
    margin:5px;
    border: 1px solid silver;
}
.google-map-info-window .description{
    font-size:11px;
}
.google-map-info-window .details{
    float:left;
    border-top:1px solid #C0C0C0;
    padding-top:4px;
    margin-top:4px;
    margin-bottom:5px;
    font-size:11px;
    width:100%;
}
.google-map-info-window .more-info, .google-map-info-window .statistics{
    float:right;
    font-size:10px;
    font-weight:bold;
}
.google-map-info-window .statistics{
    float: left;
}

.google-map-info-window .objectgift {
  float: left;
  padding:8px 4px 4px 4px;
}
.google-map-info-window .objectgift a{
  background: url(/images/bg/icons/gift.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}


.google-map-info-window .objectvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.google-map-info-window .objectvideo a{
  background: url(/images/bg/icons/video.jpg) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .object3dvideo {
  float: left;
  padding:8px 4px 4px 5px;
}
.google-map-info-window .object3dvideo a{
  background: url(/images/bg/icons/3dvideo.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .objectwebcamera {
  float: left;
  padding:8px 0px 4px 5px;
}
.google-map-info-window .objectwebcamera a{
  background: url(/images/bg/icons/webcamera.png) no-repeat left;
  padding:4px 0px 4px 24px;
}
.google-map-info-window .foodmenu {
  float: left;
  padding:8px 0px 4px 5px;
}
.google-map-info-window .foodmenu a{
  background: url(/images/bg/icons/foodmenu.gif) no-repeat left;
  padding:4px 0px 4px 24px;
}

/* google kartes info logs end */

table.deals{
  width:100%;
  border-collapse: collapse;
  border:1px solid silver;
}
table.deals tr{
  border-collapse: collapse;
}
table.deals tr th, table.deals tr td{
  padding:4px;
  border:1px solid #E4E4E4;
  /*text-align: center; */
}
table.deals tr th{
  background: #EEEEEE;
  padding: 8px;
}

.btnBack {
    background: url("/images/coupons/btn_back.png") no-repeat scroll 50% 50% transparent;
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 12px 0px 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #848484;

    border:0px solid silver;
}
.btnBack a{
  color:#fff;
  display:block;
  width: 228px;
    height: 30px;
    line-height: 30px;
}
.btnBack a:hover{
  color:#E4ECDA;
}



a.btn-resizable{
  background: url("/images/coupons/btn_back_left.png") no-repeat left center;
  padding: 0 0px 0 8px;
  color: #FFFFFF;
  text-decoration: none;
  display:block;
}
a.btn-resizable span{
  padding:8px 8px 8px 0px;
  margin: 0 0px 0 0px;
  color:#fff;
  display:block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  text-align:center;
  background: url("/images/coupons/btn_back_right.png") no-repeat right center ;
}

a.btn-resizable:hover span{
  color:#000;
}
.btn-centred{
  width:auto;
  max-width:200px;
  text-align:center;
}

/* custom tabs */
.custom-tabs ul{
  padding:0;
  margin:0;
}

.custom-tabs ul li{
  display:inline;
  list-style-type: none;
  margin:0 2px;
}
.custom-tabs ul li a{
  display:inline-block;
  padding:8px;
  background:#E6E6E6;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.custom-tabs ul li a.cutom-tab-active{
  font-weight:bold;
}
.custom-tabs div{
  background:#E6E6E6;
  padding:4px;
  margin: 0 2px 2px 2px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.custom-tabs div textarea{
  width:562px;
  height:80px;
  resize:vertical;
  border:1px solid silver;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


/* pasؤپkumu kalendؤپrs */
.loadingeventsubcat{
    background: url(/images/loader_question.gif) no-repeat center;

}

table.adminlist {
	border-spacing: 0px;
	color: #505050;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: left;
	background: #F3F3F3;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration:underline; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr {  background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 { background: #f9f9f9; border-top: 1px solid #fff; }


table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td {background: #fff;  }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tbody td {padding:4px;margin:4px;border-bottom: 0px solid #C0C0C0; border-top: 1px solid #C0C0C0; }

table.adminlist tbody td a{color: #505050;}
table.adminlist tbody td a:hover{color: #000000;}

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th {border-top: px solid #C0C0C0; text-align: center; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 16px; text-align: center; }

table.adminlist tbody tr.row10 { background: #F0F0F0; border-top: 1px dotted #fff; }
table.adminlist tbody tr.row20 { background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row10 td {padding: 12px 4px; background: #EFEFEF url(/jvs/MultiDatesPicker/css/images/ui-bg_fine-grain_10_eceadf_60x60.png); border-top: 1px dotted silver; }
table.adminlist tbody tr.row20 td {padding: 12px 4px; background: #fff; border-top: 1px dotted silver; }




table.adminlist tr.eventheading td { padding: 4px; }

table.adminlist tr.eventheading td {
	text-align: left;
	background: #F3F3F3 url(/images/bg/tr-bg.png);
	color: #fff;
    font-size:14px;
	border-bottom: 1px solid #238704;

}

.eventcategorytitle{
    float:left;
    width:125px;
    font-size:16px;
    font-weight:normal;
}
.eventcategorytitle a{
    color: #FF6600;
    font-weight: normal;
}
.eventcategorytitle a:hover{
    color: #000000;
}
.eventweekday{
    color: #669966;
    font-size:14px;
    font-weight:normal;
}
.eventmonthday{
    color: #323232;
    font-size:14px;
    font-weight:normal;
}

.eventcontainer{
  position:relative;margin-top:10px;padding: 5px;border:1px solid #C0C0C0;
}
.eventcontainerlabel{
  position:absolute;top:-8px; color: #C0C0C0; font-weight: bold; font-size:11px;left:10px;padding:0px 3px;background: #FFFFFF;;
}

table.adminlist tbody td div.eventname a{

}
table.adminlist tbody td div.eventname a:hover{
  color: #000000;
}
/* advertlist fro adverts */


table.advertlist{

}
table.advertlist tbody tr{

}
table.advertlist tbody td{
    margin:0px;
    padding:4px;
}
div.advertlist {
    background: #F5F5F5;
    margin:10px 0px;
    padding:0px;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}
.advertcategory{
    margin:2px 0px;
}
.advertcategory a{
    font-size:12px;
    color:#808080;
    font-weight:normal;
}
.advertcategory a:hover{
    font-size:12px;
    color:#000000;
}
table.advertlist textarea{
  width:340px;
  border: 1px solid #999999;
  padding:4px 4px 4px 6px;
}
.advertlist input{
  width:240px;
  border: 1px solid #999999;
  padding:4px 4px 4px 6px;
  position:relative;
  top:-4px;
}
table.advertlist .inputselect{
  padding:4px 4px 4px 6px;
  border: 1px solid #999999;
  position:relative;
  top:-4px;
}
/* adminlist fro adverts */
table.admintable .inputselect{
  padding:4px 4px 4px 6px;
  border: 1px solid #999999;
  position:relative;
  top:-4px;
}
table.admintable td{
  padding:4px;
}

.eventcategory{

}
.eventmoredetails a{
  font-weight:normal;
  font-size:11px;
  color: #808080;
  font-style:italic;
}
.eventmoredetails a:hover{
  font-weight:normal;color: #000000;
}
.eventdetails{
  font-size:12px;
}
.eventdetails b{
  font-size:12px;
  color: #4D4D4D;
  padding:4px;
}


table.eventsessionslist {
	border-spacing: 0px;
	color: #3F3F3F;
    background: #FFFFFF;
}
table.eventsessionslist td,
table.eventsessionslist th { padding: 4px; }
table.eventsessionslist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.eventsessionslist thead a:hover { text-decoration:underline; }

table.eventsessionslist thead th img { vertical-align: middle; }

table.eventsessionslist tbody th { font-weight: bold; }

table.eventsessionslist tbody tr {  background-color: #fff;  text-align: left; }
table.eventsessionslist tbody tr.row { background: #f9f9f9; border-top: 1px solid #fff; }

table.eventsessionslist tbody tr.row:hover td  { background-color: #ffd ; }

table.eventsessionslist tbody tr td {background: #fff;  }
table.eventsessionslist tbody tr.row td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.eventsessionslist tbody td {padding:4px;margin:4px;border-bottom: 0px solid #C0C0C0; border-top: 1px solid #C0C0C0; }

table.eventsessionslist tfoot tr { text-align: center;  color: #333; }


.event-info{
  width:325px
}

.event-info ul{
  padding:20px;
}
.event-info ul li{
  margin-left:0px;
  padding: 5px 0 4px 24px;
  list-style-type: none;
  background: url(/images/icons/events/default.png) no-repeat left 5px;
}
.event-info ul li.ev-time{background: url(/images/icons/events/time.png) no-repeat left 5px;}
.event-info ul li.ev-contacts{background: url(/images/icons/events/contacts.png) no-repeat left 5px;}
.event-info ul li.ev-web{background: url(/images/icons/events/web.png) no-repeat left 5px;}
.event-info ul li.ev-email{background: url(/images/icons/events/email.png) no-repeat left 5px;}
.event-info ul li.ev-phone{background: url(/images/icons/events/phone.png) no-repeat left 5px;}
.event-info ul li.ev-address{background: url(/images/icons/events/address.png) no-repeat left 5px;}
.event-info ul li.ev-link{background: url(/images/icons/events/link.png) no-repeat left 5px;}

.event-info ul li input{
  border:1px solid silver;
  color:#3F3F3F;
  width:164px;
}

.event-info .event-image{
  padding: 12px;
  text-align:center;
  width:300px;
}
.event-info .event-image img{
}

.event-description{
  width:370px;
  padding:24px 10px 10px 10px;
}
.event-description img{
  margin:5px;
  padding:5px;
}
.event-details{
  margin: 5px 0px;
  background:#fff;
  position:relative;
}
.event-details p br, .event-details br{
  line-height:2px;
  height:0px;
  clear: both;
  content: "";
  padding:1px;
  display:block;
  margin:2px;
  font-size:0px;
  position:relative;
}
.event-details p{
  padding:4px;
}
.event-details .close-event a{
  position:absolute;
  right:-8px;
  top:-16px;
  display:block;
  font-weight:bold;
  padding:4px;
  cursor: pointer;
}

.events-filter input, .events-filter select{
  border:1px solid silver;
  border-radius:6px;
  padding:4px 6px;
  margin: 0 0 0 0px;
  width:200px;
}

.events-filter{
  padding:0px 5px 10px 5px;
  text-align:center;
  margin: 5px 20px 0 0;
}
.events-filter h2{

}
.events-filter #date {
  font-size:8.4pt;
}

/* pasؤپkuma kalendؤپra beigas */

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#000;
    padding:5px;
    border:1px solid #000;
    border-radius: 6px;
    font-size:14px;
    display:none;
    max-width: 300px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    padding:1px 1px;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(/images/layout/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(/images/layout/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
.hidden{display:none;}

@font-face {
	font-family: 'Myriad-Pro';
	src: url('/fonts/MyriadPro-Regular/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
	src: url('/fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
	     url('/fonts/MyriadPro-Regular/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/fonts/MyriadPro-Regular/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  display: inline-block;
  overflow:hidden;
  cursor: pointer;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  font-size: 200px !important;
  cursor: pointer;
  height:100%;
  width:100%;
  padding:0;
}
.fileinput-button input::-webkit-file-upload-button{
  cursor: pointer;
}

/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License &lt;http://www.opensource.org/licenses/mit-license.php&gt;
*/

.fileinput-button {
	position: relative;
}
.fileinput-button span {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
    padding:4px 20px;
    box-sizing:border-box;
    display:block;
    cursor: pointer;
}
.fileinput-button:hover .fileinput-button span {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
    cursor: pointer;
}

.fileinput-button span.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.fileinput-button-queue {
	margin-bottom: 1em;
}
.fileinput-button-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px 20px 10px 10px;
}
.fileinput-button-error {
	background-color: #FDE5DD !important;
}
.fileinput-button-queue-item .cancel a {
	background: url('uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
    position: relative;
    top:-7px;
    right:-18px;
	width: 16px;
}
.fileinput-button-queue-item.completed {
	background-color: #E5E5E5;
}
.fileinput-button-progress {
	background-color: #E5E5E5;
	margin-top: 0px;
	width: 100%;
}
.fileinput-button-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
#some_file_queue{
  margin-bottom: 4px;
}

.fileName, .data{
  display:none;
}


.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display:none;
}


.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
  background-color: #5cb85c;
}


/* Fixes for IE &lt; 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
</pre></body></html>