body {
	direction:rtl;
}
.calendarTable  , .calendarTable  td{
	font-family:Tahoma;
	font-size:10pt;
}

.calendarTable .boxesTitle {
	background-color: #c0d3e2;
	text-align:center;
	padding:2px;
	margin-bottom: 3px;
}

.calendarTable .eventsTableHead {
	background-color: #88a6ca;
	text-align: center;
}
.calendarTable .eventsTableHead td{
	padding:2px;
}

.calendarTable .visibleHints{
	color: #7c7c7c;
}

.calendarEventCategoryItemBox {
  cursor:move;
  /*float:right*/
}

.calendarEventCategoryDragable {
    z-index: 0;
    opacity: 0.99999;
    cursor:move;
}

.calendarEventCategoryIcon {
    display:;
}

.calendarEventCategoryName {
    display:none;
    
    padding:4px;
    text-align:right;
    font-size:smaller;
}

.calendarEventTypeItemBox img{ 

}

.calendarEventFriendName {
    font-size:11px;
    font-weight:;
    color:#0000FF;
	height:25px;
}

.calendarFriendItemBox {
    cursor:move;
    padding:4px;
    text-align:right;
    
/*
    z-index: 0;
    opacity: 0.99999;
    top: 0px;
    left: 0px;
    
    padding-top:5px;
*/
}
.calendarFriendItemBox img{ 
}

.calendar-loading {
    margin-top: 0px;
    /*display: none;*/
    opacity:0.0;
    filter: alpha(opacity=00);
    -moz-opacity: 0.0;
}

.calendarEventRowBox {
    margin-bottom:4px;
    border:1px solid #88a6ca;
}


.calendarEventRowDragable {
    cursor:move;
}


.calendarRecycleBinHovered img{
    width:55px;
    height:55px;
}

.calendarFriendsHover {
    background-color:#F0F0FF;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */
 
.calendarToolbar img { behavior: url(calendar/interface/css/iepngfix.htc) }
 
.calendarEventFriendRowBox {
    border:1px dashed lime;
    width:112px;
    _width:122px;
    float:right;
    padding:3px;
    text-align:center;
    margin-top:3px;
    margin-left:4px;
	height:115px;
}

.calendarEventFriendRowDragable {
    cursor:move;
}


b {
    font-size:9px;
}

.calendarEventCategoriesBox {
    margin-bottom:4px;
    border:1px solid #88a6ca;
	width: 110px;
	padding:3px;
	text-align:center
}

.calendarFriendsBox {
    margin-bottom:4px;
    border:1px solid #88a6ca;
	min-width: 110px;
	padding:3px;
	text-align:center
}
