﻿.balloonstyle {
position:absolute;
top: -500px;
left: 0;
padding: 15px;
visibility: hidden;
border:1px solid black;
/*
font:normal 12px Verdana;
*/
line-height: 133%;
z-index: 100;
background-color: white;
width: 225px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead {
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

.balloonstyle {
    text-align: left;
}

.balloonstyle ul {
    margin-top: 8px;
    margin-bottom: 0;
    font-family:Verdana;
}

.balloonstyle li {
    margin-left: 5px;
    padding-bottom: 0.33em;
    vertical-align: middle;
    font-weight: normal;
    width: 100%;
    font-family:Verdana;
}

.ECal {
    margin: 10px;
    margin-left:25px;
}

.ECalTitle {    
    color:#d2d4e0;
    background-color:#70a0ae;
    font-weight:bold;
    font-family:Verdana;
    font-variant:small-caps;
}

.ECalToday {
    background-color: #98de54;
}

.EList {
	color:black;
    font-family:Verdana;
}

.EList h3 {
    font-weight: bold;
    text-decoration: underline;
    margin-left:15px;
    font-family:Verdana;
}

.EList ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left:25px;
    font-family:Verdana;
}

.EList li {
    list-style-type: square;
    margin-left: 5px;
    line-height: 133%;
    font-family:Verdana;
}
.OnMouseBck {
   background-color:gray;
}
.Titlebck {
background-color:#BBD367 ;
}

.Cheader {
    color:black;
    font-variant:small-caps;
}
.Cnp {
    color:black;
}
.CdC {
    color:black;
}
.Ce {
    color:black;
}
.Ce a:link {
 font-weight:bold;
 color:#98de54;
 text-decoration:underline;
}
.Ce a:visited {
 font-weight:bold;
 color:#98de54;
 text-decoration:underline;
}
.Ce a:hover {
 font-weight:bold;
 color:#98de54;
 text-decoration:underline;
}

.We {
    color:black;
}
.month {
    color:black;

}


