@charset "utf-8";
/* CSS Document */

.EventCalender {
	float: left; 
	width: 100%; 
	margin-top: 30px;
}

.Tablebox {
	float: left; 
	width: 655px; 
	margin: 0 auto auto 0;
	background-color:#007FFF;
}

.tblCellHeader {
    border-bottom: solid 1px black; 
    width: 60px; 
    font-family:Arial, sans-serif; 
    font-size:12pt; 
    font-weight:bold; 
    color:#221E1F; 
    text-align: center;
    vertical-align: bottom
}

.tblCellText {
    text-align: left;
    font-family:Arial, sans-serif; 
    font-size:12pt; 
    font-weight: normal; 
    color:#221E1F;
}

.style1 {
	font-weight:bold; 
	font-size:14pt; 
    text-align:left;
	font-stretch: extra-expanded;
	background-color: #2A3F55;
	color:red;
}

.style2 {
	border-bottom: solid 1px black; 
	text-align: left;
	vertical-align: bottom;
}

.style3 {
	border-bottom: none;
    font-size:9pt; 
    font-weight:bold; 
    color:#001547;
}


