#bigcalendar {
        font-family: 'helvetica neue' helvetica, georgia, verdana, arial, 'Times New Roman', sans-serif;
	color: #333333;
	font-size: medium;
  	padding: 0px 50px 30px 50px;
	text-align: center;
}

#bigcalendar table {
	table-layout: fixed;
	padding: 1px;
	border-collapse: collapse;
	border: 0px solid #666666;
	width: 100%;
}

#bigcalendar caption {
	color: #334D55;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	line-height: 150%;
}

#bigcalendar th {
	text-align: center;
        padding: 2px;
	border: 0px solid #666666;
	font-weight: normal;
	width: 14.2857%;
}

#bigcalendar td {
	text-align: left;
        padding: 2px;
	border: 1px solid #666666;
	line-height: 120%;
	white-space: normal; 
	overflow: hidden;
	vertical-align: top;
	font-size: small;
	width: 14.2857%;
	height: 95px;
}

p.topbar {
        margin-left: 10px;
        padding-left: 10px;
        text-align: center;
	color: #334D55;
        font-size: 24px;
	font-weight: bold;
}	

