.container  .px-30  a, .container .px-28 a {
	text-decoration: none;
	color: #020106;
}
#sidebar #calendar-info #container .container a {
	text-decoration: none;
}

#calendar-info #container .container .px-30 {
	margin: auto 0px;
	font: bold 90% "Century Gothic", Verdana, Arial;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #070220;
	border-bottom: 1px solid #FFF3D6;
}
#calendar-info #container .container .px-28 {
	margin: auto 0px;
	font: bold 90% "Century Gothic", Verdana, Arial;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #070220;
}
#body #main-content #main-info #px-210 #calendar-info #container .container img.week {
	border-top: 2px solid #E6A202;
	border-bottom: 2px solid #E6A202;
}
.red {
	border: 1px solid #FF0000;
}

.legend-red {
	background: #ff9696;
}
.legend-orange {
	background: #FDE4A6;
}
.legend-yellow {
	background: #A27F52;
}
.legend-green {
	background: #7BD69B;
}
.legend-blue {
	background: #779FF9;
}
.legend-purple {
	background: #D393F4;
}
.legend-d-orange {
	background: #FF7D0A;
}


#box-months {
	background: #0F0065;
	margin: 20px 15px 20px 0px;
	border-top: 1px solid #5A5EB9;
	border-right: 1px solid #5A5EB9;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.col-50  .legend {
	height: 8px;
	width: 90%;
	margin-right: 10%;
	margin-top: 2px;
}

#box-types {
	background: #0F0064;
	margin: 0px 0px 20px;
	border-top: 1px solid #5A5EB9;
	border-right: 1px solid #5A5EB9;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#body #info #info-full #calendar-info #px-294 #event-info {
	border-style: none;
}
#body #info #info-full #px-294 #event-info {
	border-style: none;
}
/* start of Tooltip css code here */

a.pop-up {
	position:relative;           /*this is the key*/
	z-index:24;
}
.pop-up em {
	font-size: 90%;
	font-style: normal;
}

a.pop-up:hover {
	z-index:25;
}
a.pop-up span{
	display: none;  /* hide the span text using this css */
	font-weight: normal;
}

a.pop-up:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 10px;
	left: 15px;
	z-index:30;
	padding: 5px;
}

.legend-red a.pop-up:hover span{
	border: 1px solid #FF5555;
	background: #FFCACA;
}
.legend-yellow a.pop-up:hover span{
	border: 1px solid #BD833C;
	background: #E6CDAE;
}
.legend-green a.pop-up:hover span{
	border: 1px solid #3DC26B;
	background: #C8EED6;
}
.legend-blue a.pop-up:hover span{
	border: 1px solid #064FE6;
	background: #B4C9FC;
}
.legend-d-orange a.pop-up:hover span{
	padding: 4px;
	border: 1px solid #F17301;
	background: #FEC896;
}

.container .px-120    {
	padding-top: 2px;
	height: 140px;
	border-bottom: 2px solid #FFFFFF;
}
.container .px-118 {
	padding-top: 2px;
	height: 138px;
}
.px-118 .calendar-text, .px-120 .calendar-text {
	text-align: left;
	font-size: 80%;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.calendar-text a {
	color: #000000;
}
#body #main-content #calendar-info #main-info-1-column #column-2-background #px-860 #container .container {
	background: #FEF5DE;
}
#list-info .underline {
	border-bottom: 2px solid #FFFFFF;
}
#list-info .text-extra-small a {
	color: #FFFFCC;
	font-weight: bold;
}
#list-info .legend-red:hover{
	background: #FFCACA;
}
#list-info .legend-yellow:hover{
	background: #E6CDAE;
}
#list-info .legend-green:hover{
	background: #B3E8C7;
}
#list-info .legend-blue:hover{
	background: #B4C9FC;
}
#list-info .legend-d-orange:hover{
	background: #FEC896;
}
.padding-30l-20r {
	padding: 0px 20px 0px 30px;
	background: #160B6B;
}
