#sweeyaCalendarPopup{
	display:none;
	position: absolute;
	background: url("/images/box/oblak.png") no-repeat;
	width: 414px;
	height: 424px;
}

/********** SWEEYA CALENDAR OUTPUT - backend  **********/
table.sweeya_calendar div.singleEvent{
  background: #FF9F2F;
  margin: 1px;
  padding: 1px;
  color:white;
  font-size: 11px;
  border-right: 3px solid #FF4A00;
}



table.sweeya_calendar{
	
	border: 1px dashed gray;
}

table.sweeya_calendar td,table.sweeya_calendar th{
 width: 110px;
 height: 110px;
 margin: 2px;
 background: #f0f0f0;
}

table.sweeya_calendar th{
	background: #ddd;
	height: 30px !important;
}

table.sweeya_calendar td.calendarTitle{
	background: #408FCF;
	color: white;
	height: 30px !important;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;

}

table.sweeya_calendar div.singleEventDetails, table.sweeya_calendar div.singleEventCalendarName
{
	display: none;
}

/********** SWEEYA CALENDAR OUTPUT - frontend  **********/
table.fcal{
	width: 240px;
	
	border:2px solid #DDDDDD;
	
}

.fcal th, .fcal td{
	text-align: center;
	padding: 2px;
	
}
.fcal th{
	background: #ddd;
}

.fcal td.calendarTitle{
	background: #969593;
	color: white;
	text-align: center;
	padding: 6px 0;
	font-size: 22px !important;
	font-weight: bold;
}
.fcal .calendarEvents{
	display:none;
}
.fcal .events1{
	font-weight: bold;
	background: url("/images/frontend/date_event.png") no-repeat right;
}

#sweeyaCalendarPopup .singleEvent{
	font-size: 12px;
	margin-bottom: 12px;
	background: #EFEFEF;
	padding: 3px;
}

#sweeyaCalendarPopup .singleEventDetails{
	font-size: 10px;
}

#sweeyaCalendarPopup .singleEventCalendarName{
	font-size:10px;
	font-style: italic;
	background:#CD261E;
	color:white
}
div#sweeyaCalendarPopupClose, .fcal .events1, #next_month_link, #prev_month_link{
	cursor: pointer;
}

div#sweeyaCalendarPopupClose{
	margin-top: 100px;
	margin-left: 380px;
}

div#sweeyaCalendarPupupContent{
	height: 250px;
	width: 380px;
	padding: 12px;
	overflow-y: auto;
	
}

/**************** Fancy Date ************************/

div.fancy_date{
	width: 80px;
	text-align: center;
	height: 82px;
	
}

div.fancy_date {
	
	font-size: 12px;
	font-family: tahoma;
	background: url('/images/frontend/fancy_date.png') no-repeat;
}

div.fancy_date_day{
	margin-top: 14px;
	font-size: 32px;
	line-height: 120%;
	
	
}




div.fancy_date_month{
	padding-top: 6px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
