
.calendar_h1 {
	padding-top: 20px;
	font-size: 18px;
	}
#calendartable {
	border-collapse: separate;
	border: 2px solid rgba(0,0,0,0);
	border-width: 0px 1px 1px 0px;
	font-size: 12px;
	width:100%;
	vertical-align:middle;
	font-family: "OpenSans";
	font-size: 16px;
	
	color: #435969

	
}
#calendartable td, th {
	height: 25px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
	
	
	position: relative;
}
#calendartable th {
	height: 25px;
	width: 25px;
	font-weight: bold;
	font-size: 10px;
}
#calendartable td:hover, th:hover {
	background-position: 0px -81px;
	
}
#calendartable td.date_has_event{
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: #f87f01;
}
#calendartable td.date_has_event:hover {
	background-position: 162px -82px;
}
#calendartable td.padding {

}
#calendartable td.today {
	background-position: 82px 0px;

}
#calendartable td.today:hover {
	background-position: 82px -82px;
}
.events {
	position: relative;
}


.events ul:after{
	display:block;
	content:"";
     width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(241,243,241,1);
    border-bottom: 15px solid transparent;
    position:absolute;
    top:50%;
    margin-top:-8px;
 
    right:-10px;


}
.photo_album_tumb:hover .photo_txt, .photo_thumb:hover .photo_txt{
	    height: 58%;
    display: block;
    padding: 45% 10px 0px 10px;
    left: 0;
    bottom: 0;
    right:0;
    text-decoration:underline;


}
.column4.alphaomega {
    display: none;
}
.photo_txt a:hover, .photo_txt  a:hover{
text-decoration:none;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 9999;
	padding: 15px;
	  box-shadow: -1px 2px 9px -5px #000000;
	width: 200px;
	list-style: none;
	  background-color: rgba(241,243,241,1);
	
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;

}
.events li span.title {
	font-weight: bold;
	color: #374b5a;
	font-family: "RalewayBold";
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: underline;

}

.pics1 {
height: 300px;
width: 300px;
padding:0;

overflow: hidden;
}