﻿
/*לוח שנה*/
#events .calendar-box{width:266px; float:right; border:solid 1px #DCDCDC;}
#events .calendar-box .hd{background:#DCDCDC; height:30px; color:#565655;  }
#events .calendar-box .hd #prev_month{display:block; cursor:pointer; margin-top:11px; width:11px; height:9px; float:right; background:url(../images/Icon/prev_month.jpg) no-repeat; margin-right:15px;}
#events .calendar-box .hd #header_month{display:block; font-weight:600; font-size:16px; padding-top:5px; width:210px; height:20px; text-align:center;  float:right;  }
#events .calendar-box .hd #next_month{display:block; cursor:pointer;  margin-top:11px; width:11px; height:9px; float:right; background:url(../images/Icon/next_month.jpg) no-repeat; margin-right:5px;}

#events .calendar-box li{width:38px; height:28px; cursor:pointer; float:right; text-align:center; padding-top:10px; font-size:16px;}
#events .calendar-box li.active{background:#DAE4E9; color:#3A5C6F; cursor:default; }

/*תיבת החיפוש*/
#events .filter-box{width:110px; float:right; padding-right:32px;}
#events .filter-box span{display:block; color:#565655; font-weight:600; margin-bottom:10px;}
#events .filter-box label{display:block; width:40px; float:right;}
#events .filter-box .line{margin-bottom:10px;}
#events .filter-box #SearchEventBtn { height:17px; padding-top:2px; cursor:pointer; display:block; width:47px; color:#fff; text-align:center;  background:url(../images/Button/light_blue_bg_btn.jpg) top repeat-x;}
/*נתונים*/
#events .events-data{ margin-top:23px; border-top:solid 1px #DCDCDC; padding-top:23px;}
#events .events-data li { margin-bottom:10px; background:url(../images/Icon/arrow.jpg) 3px right no-repeat; padding-right:20px; margin-right:3px;}
#events .events-data li h3{ padding-bottom:3px; font-weight:600; color:#565655;}
#events .events-data li h3 a,#events .events-data li h3 small {color:#565655; font-size:11px; font-weight:400; text-decoration:none;}

#events .events-data .image_box{width:133px; min-height:200px;  float:left; margin:5px;}
#events .events-data .image_box img{width:130px; height:170px;}
#events .events-data .image_box a{color:#A9A9A9; font-size:11px; text-decoration:none;}
#events .events-data .image_box div.title{color:#3A5C6F; }
#events .events-data .HasBigImage img{cursor:pointer;}
#events .events-data .HasBigImage  div.title{background:url(../images/Icon/big_image.jpg) center left no-repeat;}


#events  .GoToPage {width:300px; margin:0 auto; border:solid 2px #DCDCDC; font-size:14px; margin-top:50px; padding:20px 5px 20px 5px; text-align:center;}