/* ovulation calendar header */
#ovulation-header-container {
 	background:url(images/ikonice/kalendar_ovulacije_op_vrh.jpg) no-repeat top;
 	width:680px;
 	height:200px;
}
#ovulation-header-title {
	 font-size:25px; 
	 line-height:26px; 
	 padding-bottom:20px;
}
#ovulation-subscription {
	width:450px;
	height:110px;
}
#ovulation-email {
	padding-top:10px;
}
#ovulation-email form {
	margin:0;
	padding:0;
}
#ovulation-print-control {
	padding:10px 0px 0px 10px;
}
#ovulation-print-control form {
	margin:0;
	padding:0;
}

/* ovulation calnedar */
#ovulation-calendar-table {
	 text-align:center;
	 border-right:1px solid #e6e7e9; 
	 border-bottom:1px solid #e6e7e9;
}
#ovulation-calendar-table th { 
	width:96px;
	padding-bottom:5px;
}
#ovulation-calendar-table td { 
	border-left:1px solid #e6e7e9; 
	border-top:1px solid #e6e7e9; 
	background-color:#fefefe; 
	text-align:center;
}
#ovulation-calendar-table div.calendar-date { 
	position:absolute; 
	left:3px; 
	top:3px;
	font-size:12px; 
	color:#999999;
}
#ovulation-calendar-table div.calendar-day { 
	position:relative; 
	height:96px; 
	width:96px;
}

/* help tooltips */
#overlay1, #overlay2 {
	visibility:hidden;
	margin:0;
	padding:0;
}
td.tt-content {
	padding:5px 10px 5px 10px;
	background-color:#EF5B7C;
	color:#fff;	
	font-size:11px;
}

#overlay1 {
	position:absolute;
	top:30px;
	left:160px;
	width:120px;
}
#overlay2 {
	position:absolute;
	top:35px;
	left:180px;
	width:170px;
}

