
/*	блок найближчих подій */

 div#calendarComingSoon {
	max-height: 270px;
	width: 250px;
	overflow: hidden;	
	margin-top: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
 }
 
  
 /*	найближчі події	*/
 
 a.comingSoonItem {
	display: block;
	/*font-size: 14px;*/
	font-weight: bold
 }

 
/*	блок, в якому динамічно відображено календар */ 
 
 div#calendarSmall {
	display: block;
	margin-left: 35px;
	margin-bottom: 5px;
 }





/*		САМ КАЛЕНДАР		*/


 /*	назва місяця в календарі	*/
 
 a#calendarHeading {
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 15px;
 } 
 
/*	дні тижня	*/ 
 
 .calendar_column_h {
 	width: 23px;
 	height: 17px;
 	border: 1px #aae solid;
	text-align: center;
	background-color: #f0f0ff;
 } 
 
/*	звичайні дні	*/

 .calendar_column {
 	height: 18px;
 	border: 1px #ccf solid;
	text-align: right;
	background-color: #eef;
 }
 
/*	дні з подіями	*/

 .calendar_hasevent_column {
	cursor: pointer;
 	height: 18px;
	border: 1px #ccf solid;
 	text-align: right;
	background-color: #fbfbff;
 }

/*	поточний день	*/ 
 
 #calendar_currentday {
 	color: #229;
 	background-color: #ddf;
	font-weight: bold;
 }
 
/*	попередній-наступний місяць	*/

 a.calendarBottomLink {
	
 }
 
 
 
 
 /*	загальний список подій зі стрілочками	*/
 
 div.calendar_event {
	margin-top: 15px;
	margin-bottom: 15px;
 }
 
 a.calendarItem {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	padding-left: 16px;
	background: url('../../images/cal2/arrow.gif') 0 4px no-repeat; 
	color: #005;
 }
 
 /*	подія, що випала	*/
 
 div.eventContent {
	margin-left: 50px;
 } 
