/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Container Styling, stolen from main.css hahaha! */
	#midEtkinlikTakvimiDaysContainer {
		width: auto;
		height:100%;
	}
	.midEtkinlikTakvimiDay {
		width:26px;
		height:100%;
		float:left;
	}
	.midEtkinlikTakvimiDayName {
		width:26px;
		height:17px;
		text-align:center;
		float:left;
		padding-top:12px;
		
	}
	.midEtkinlikTakvimiDayIndex {
		width:17px;
		height:13px;
		text-align:center;
		float:left;
		display:inline;
		
		margin-left:5px;
		color: #FFFFFF;
	} 
	
 /* common styling */
.balloon { 
margin-left:-2px;
margin-top:-7px;
color:#fff;
float:left;
display:inline;
}

.balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}

.balloon ul li {
float:left;
margin:5px;
width:17px;
height:20px;
border:none;
}

.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000000; 
width:16px; 
height:21px;
text-align:left;
}

.balloon ul li dl {
display:none;
position:absolute;
padding-top:30px;
@padding-top:35px;
}

#tipContainer {
border:0;
padding-bottom:4px;
border-collapse:collapse;
font-size:1em;
}

.balloon dd {color:#000; font-size:1em; border:none; background:url(../img/bgCalendarBalloon.gif) no-repeat bottom left; width:216px; height:45px; cursor:pointer; text-align:center; }

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#fff; 
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
display:block;
color:#000;
top:-75px;
left:-79px;
cursor:default;
}
