.calendar_container 
{
	width: 313px;
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
}
.calendar_container .c_left {
	float: left;
	width: 14px;
	height: 250px;
	background-image: url(../../media/calendar/frame/left.gif);
}
.calendar_container .c_top_new 
{
	width: 311px;
	float: left;
	background-image: url(../../media/calendar/frame/top.gif);
	height:14px;
	
}

.calendar_container .c_center {
	float: left;
	width: 300px;	
	min-height: 250px;
	background-color:#E5E9F7;
	border-right:1px solid #D6C2F1;
	border-left:1px solid #D6C2F1;
	/*background-image: url(../../media/calendar/frame/center.gif);*/
	padding-left: 9px;
}
.calendar_container .c_right {
	float: left;
	width: 14px;
	height: 250px;
	background-image: url(../../media/calendar/frame/right.gif);
}
.calendar_container .c_bottom_new 
{
	width: 311px;
	float: left;
	background-image: url(../../media/calendar/frame/bottom.gif);
	height:14px;
	
}
.single_box {
	float: left;
	width: 39px;
	height: 32px;
	margin: 2px 1px 0px 1px; 
}
.white_bg {
	background-color: #ffffff;
}
.days {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.dates {
	color: #000000;
	text-align: right;
	margin-top: 18px;
	padding-right: 2px;
}
.dates span{
	color: #6E53C5;
}
.icn_bg_meeting {
	background-image: url(../../media/calendar/icons/icn_meeting.gif);
	background-repeat: no-repeat;
}
.calendar_buttons {
	float: left;
	width: 100%;
	display:inline;
	
}
.calendar_btn {
	float: left;
	margin-top: 12px;
	display: inline;
	cursor: pointer;
}
.calendar_btn .left {
	background-image: url(../../media/buttons/lightblue/blue_button.gif);
	background-position: 0px 0px;
	float: left;
	height: 27px;
	width: 8px;
}
.calendar_btn .center {
	background-image: url(../../media/buttons/lightblue/blue_button.gif);
	background-position: 0px -27px;
	color: #6371B3;
	float: left;
	display:inline;
	font-size: 11px;
	height: 27px;
	line-height: 20px;
	padding: 0px 5px;
	text-align: center;
	width: 70px;
	
}
.calendar_btn .center a {
	color: #6371B3;
}
.calendar_btn .right {
	background-image: url(../../media/buttons/lightblue/blue_button.gif);
	background-position: 0px 27px;
	float: left;
	height: 27px;
	width: 8px;
}
.calendar_notes
{
	
	width: 280px;
	height: 40px;
	margin:10px auto;
	overflow-y: scroll;
	overflow-x: hidden;	
	color: #6371B3;
	font-size: 12px;
	line-height:15px;
	
	
	
}
.calendar_notes p
{
	margin:0px;
	padding:0px;
	text-align:right;
	direction:rtl;
	padding-right:5px;
	
}
.calendar_notes_bg 
{
	float: right;
	width: 311px;
	height: 60px;
	
	background-color: #E5E9F7;
}

.event_container {
	float: left;
	width: 100%;
	margin-top: 5px;
	display: none;
}
.event_container .title {
	float: left;
	width: 100%;
}
.event_container .title table {
	direction: rtl;
}
.event_container .title table tr td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 99px;
	height: 30px;
}
.event_container .events {
	float: left;
	width: 100%;
	height: 80px;
	overflow-y: auto;
	overflow-x: hidden;
	/*border-top: 1px solid #3E4E96;
	border-bottom: 1px solid #3E4E96;
	border-right: 1px solid #3E4E96;*/
	border: 1px solid #374484;
	
}
.event_container .events br{
	display:none;
	
}
.event_container .events table {
	direction: rtl;
	width: 100%;
	height: 20px;	
	overflow:hidden;
	
}
.event_container .events table tr.odd {
	background-color: #ffffff;
	height:20px;
	overflow:hidden;
}
.event_container .events table tr.even {
	background-color: #f6f7fb;
	height:20px;
	overflow:hidden;
}
.event_container .events table  td {
	color: #000000;
	font-size: 12px;
	text-align: center;
	width: 90px;
	height:20px;
	border-left: 1px solid #000000;
	overflow:hidden;
	padding:0px 3px 0px 3px;
}
.event_container .events table  td  p{

	padding:0px;
	margin:0px;
}
.event_container .events table tr td a:link, .event_container .events table tr td a:visited, 
.event_container .events table tr td a:hover, .event_container .events table tr td a:active {
	color: #000000;
	text-decoration: underline;
}

/* tooltip classes */
.toolTipWindow {
	float: left;
	width: 120px;
	position: absolute;
	
}
.toolTipWindow .topRow{
	float: left;
	clear: both;
}
.toolTipWindow .topRow .left{
	float: left;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/top_left.png');	
}
.toolTipWindow .topRow .center{
	float: left;	
	height: 17px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/top_bg.png');	
}
.toolTipWindow .topRow .right{
	float: left;
	width: 23px;
	height: 17px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/top_right.png');	
}
.toolTipWindow .middleRowRightBg{				
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.toolTipWindow .middleRowRightBg .middleRowRightBgDiv{	
	background-image: url('../../media/calendar/tooltip/right_bg.png');	
	background-repeat: repeat-y;
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 1000px;	
}
.toolTipWindow .middleRowRightBg .middleRowLeftBg{
	background-image: url('../../media/calendar/tooltip/left_bg.png');	
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	clear: both;
	background-color: #ffffff;
}
.toolTipWindow .bottomRow{
	float: left;
	clear: both;
}
.toolTipWindow .bottomRow .left{
	float: left;
	width: 17px;
	height: 21px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/bt_left.png');	
}
.toolTipWindow .bottomRow .center{
	float: left;	
	height: 23px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/bt_bg.png');	
}
.toolTipWindow .bottomRow .right{
	float: left;
	width: 24px;
	height: 23px;
	overflow: hidden;
	background-image: url('../../media/calendar/tooltip/bt_right.png');	
}
.toolTipWindow .middleRowRightBg .middleRowLeftBg .toolTip_content{
	float: right;
	width: 64px;
	direction: rtl;
}
.tt_details {
	text-align: right;
	color: #0000000;
	font-weight: normal;
}
.tt_details span{
	font-weight: bold;
}


.calendar_notes_top
{
	float: right;	
	margin: 10px 0px 0px 0px;
	display: inline;
}
.calendar_notes_top_left
{
	background:transparent url(../../media/calendar/frame/note_top_left.gif) top left no-repeat;
	width:4px;
	height:4px;
	float:left;
	display:inline;
	line-height:4px;
	font-size:1px;	
	
}
.calendar_notes_top_middle
{
	height:4px;
	background-color:#E5E9F7;
	float:left;	
	display:inline;
	line-height:4px;
	font-size:1px;	
}
.calendar_notes_top_right
{
	background:transparent url(../../media/calendar/frame/note_top_right.gif) top right no-repeat;
	width:4px;
	height:4px;
	float:left;
	display:inline;
	line-height:4px;
	font-size:1px;
}
.calendar_notes_bottom
{
	float: right;	
	margin: 0px 00px 10px 0px;
	display: inline;
}
.calendar_notes_bottom_left
{
	background:transparent url(../../media/calendar/frame/note_bottom_left.gif) top left no-repeat;
	width:4px;
	height:4px;
	float:left; 
	display:inline;
	line-height:4px;
	font-size:1px;
	
}
.calendar_notes_bottom_middle
{
	height:4px;
	background-color:#E5E9F7;
	float:left;	
	display:inline;
	line-height:4px;
	font-size:1px;
}
.calendar_notes_bottom_right
{
	background:transparent url(../../media/calendar/frame/note_bottom_right.gif) top right no-repeat;
	width:4px;
	height:4px;
	float:left;
	display:inline;
	line-height:4px;
	font-size:1px;
}

/* start zohar add */

.day
{
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	padding-right: 2px;
	background-color: #ffffff;
	
	width: 39px;
	height: 32px;
	
	
	/*margin: 2px 1px 0px 1px;*/
	border: 2px #E5E9F7;	
	border-top:solid 1px #E5E9F7; 
}
.day td
{
	margin:0px;
}

.othermonthday
{
  background-color:#E5E9F7;
  color: #E5E9F7;
}

.month
{
  border-collapse:collapse;
  border:solid 1px #E5E9F7;  
 
}
.year
{
  border-collapse:collapse;
  border:solid 1px #E5E9F7;  
 
}

.title
{
  background-color:#334290;
  background-image:url(images/title_bg.gif);
  border: none;
  border-bottom-width: 0px;
}

.title TD
{
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:3px;
}

.nextprev
{
  cursor:pointer;
  padding:1px 3px 3px 3px;
}

.TodayDay
{
	color:#6E53C5;
}

.dayheader
{
  background-color:#E5E9F7;
  background-image:url(images/header_bg.gif);
  color:#000000;
  font-family:Verdana;
  font-size:18px;
  font-weight: bold;
  text-align:center;
  border-top:solid 1px #E5E9F7;
  border-left:solid 1px #E5E9F7;
  border-bottom:solid 1px #E5E9F7;
  border-right:solid 1px #E5E9F7;
  padding: 4px;
  
}

/* end zohar add */