/* styles for home calendar */
#homecalendar ul{list-style-type:none;padding:0 0 0 10px;}

#homecalendar table {
	padding-left:0.5em;
	padding-top:0.5em;
	padding-bottom:0em;
	border-top: 0.1em dotted #888888;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#homecalendar table a{
	text-decoration:none;
	color: #666666;
	padding: 0.4em;
	display: block;
}
#homecalendar table a.noEvents {
	background: #fff;
	font-weight: bold;
	color: #4E4D4D;
	}
	
#homecalendar table a.hasEvents {
	background: #f5e7fa;
	font-weight: bold;
	color: #4E4D4D;
	position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none
}

#homecalendar table a.hasEvents:hover{z-index:25; background-color:#f5e7fa}

#homecalendar table a.hasEvents span{
    position: absolute;
	left:-9999em;
	}

#homecalendar table a.hasEvents:hover span{ /*the span will display just on :hover state*/
    text-align:left;
    top:1.4em; left:0em; width:15em;
    border:1px solid #E5E3D6;
    background-color:#fff; 
	color:#000;
	font-weight:100;
    }

/*#homecalendar table a.hasEvents:hover span ul, #homecalendar table div ul {list-style-type:disc; padding:0 0 0 5px;}*/
	
#homecalendar table a.hasEvents:hover, #homecalendar table a.hasEvents:active{
	color:#fff;
	background:#91288F;
}

#homecalendar table th a {
	color: #ffffff;
}
#homecalendar table th a:hover {
	background: #91288F;
	text-decoration: underline;
}
#homecalendar table td.preMonth a, #homecalendar table td.postMonth a {
	color: silver;
}
#homecalendar table h2{
	color:#B69305;
	font-size:100%;
	text-align: left;
	margin: 0em 2em -1.2em 1.4em;
}

#homecalendar table {
	border-collapse: collapse;
	/*border: 1px solid #E5E3D6;
	font-size: 100%;*/
	margin-top:-1.2em;
}

#homecalendar table th {
	font-weight: bold;
	color: #FFFFFF;
	background: #91288F;
	width: 14.5%;
	border-top: 0.1em solid #91288F;
	border-right: 0.1em solid #D5D7D6;
	border-bottom: 0.1em solid #D5D7D6;
	border-left: 0.1em solid #91288F;
	padding: 0.4em 0.5em;
}
#homecalendar table td {
	border: 0.1em solid #E5E3D6;
	padding: 0em;
	margin: 0em;
}
#homecalendar table caption {
	display:none;
}
#homecalendar table #year {
	color: #91288F;
	text-align:left;
}
#homecalendar table #month {
	color: #91288F;
	text-align:left;
}
#homecalendar table #categoriesBox, #homecalendar table #filterBox, #homecalendar table #calendarSearchBox {
	display: none;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 z-index:25;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
 width: 200px;
}
.notedefault {
 padding: 3px;
 border: 1px solid #E5E3D6;
 background-color: #f5e7fa;
 color: #4E4D4D;
 text-align:left;
}
.notedefault ul li{
 padding: 2px;
 }
 
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #E5E3D6;
 background-color: #f5e7fa;
 color: #4E4D4D;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 25px;
}

/* Headings within notes */
.notedefault h5 {
 text-align:center;
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: 91288F;
}

