@charset "utf-8";
/* CSS Document */

#calendar {
	width:623px; 
	margin-top:15px;
	position:relative;
}

.mainCalendarItem, .mainCalendarItemR {
	display:inline; float:left;
	width:285px;
	height:230px;
	margin-left:20px;
	position:relative;
}
.mainCalendarItemR {
	display:inline;
	float:right;
	margin-left:0px;
	margin-right:20px;
}

.seeCalendar {
	position:absolute;
	right:0px;
	bottom:0px;
}


.calendarItem, #calendarForm {
	width:578px;
	height:auto !important; 
	min-height:170px;
	height:170px;
	border:1px solid #dedede;
	margin-top:30px;
}

#calendarForm {
	display:none;
}

.calendarDate, .calendarWeight, .calendarPressure, .calendarDesc {
	display:inline; float:left;
}

.calendarDate {
	width:150px;
	height:170px;
	background:url(../img/kalendarzItemBg.jpg) no-repeat center top;
}	

.calendarDescTitle {
	text-align: center;
	font-weight:bold;
	color:#ae83b8;
}

.calendarDescCont {
	margin:10px;
	font-size:11px;
	color:#666666;
	text-align:left;
}

.calendarbDate {
	font-size:18px;
	height:58px;
	line-height:58px;
	text-align: center;
	font-weight:bold;
	color:#ae83b8;
}

 .calendarWeight, .calendarPressure {
 	width:213px;
	font-size:18px;
	height:58px;
	line-height:58px;
	text-align: center;
	font-weight:bold;
	color:#ae83b8;
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
 }
 
 .calendarBtns {
 	position:absolute;
	right:10px;
	bottom:10px;
 }
 
 .calendarDesc {
 	width:426px;
	height:auto !important; 
	min-height:112px;
	height:112px;
	border-left:1px solid #dedede;
	position:relative;
	padding-bottom:30px;
 }
 
 
 .dateYear {height:15px; color:#FF0000; font-weight:bold; font-size:16px; text-align:right; margin-right:20px; margin-top:25px;}
 .dateDay {height:75px; color:#000000; font-weight:bold; font-size:75px; text-align:center; line-height:75px; }
 .dateMonth {height:30px; color:#FF0000; font-weight:bold; text-align:center; font-size:20px; line-height:30px;}
.dateHour {
	color:#666666;
	font-size:10px;
	margin-left:13px;
}
