/* style for calendar pic */
/* is used if home page has included calendar box */
/* is used in templates - '../plugin/home_calendar' and '../client_adv/calendar_pic_...'*/
#content1 {
	float: left;
}
#calendar {
	float: right;
	width: 210px;
}

#content1 span.text {
	display: none;	
}
#calendar span.text {
	display: none;	
}
#calendar_box {
	width: 194px;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-rigt: 4px;
	border: 0px solid #000000;
}

