/* CSS Document */

.main {
width:280px;
border:1px solid #776F55;
text-align: center;
}

.month {
background-color: #3F5265;
font:bold 12px "Trebuchet MS";
color:white;
height: 30px;
padding: 4px;
text-align: center;
}

.daysofweek {
background-color:gray;
font:bold 12px "Trebuchet MS";
color:white;
padding: 2px;
text-align: center;
}

.days {
font-size: 11px;
font-family:"Trebuchet MS";
color:black;
background-color: lightyellow;
padding: 2px;
text-align: center;
}

.days #today{
font-weight: bold;
color: #FFFFFF;
background-color: #FF0000;
padding: 3px;
text-align: center;
font-size: 12px;
}


.org_calendar{
	width: 270px;
	border: 0px solid #FF0000;
	height: auto;
	margin-top: 10px;
	text-align: center;
	margin-left: 5px;
}

