table, tr, p, div {
	table-layout: auto;
}

a.cal_link {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a.cal_link_active {
	text-decoration: none;
	color: #ffffff;
}
a.cal_link_today {
	text-decoration: none;
	color: #CC0000;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}

table.month
{
	table-layout: fixed;
}

.month {
	border-style: none;
	background-color: #cccccc;
	text-align: center;		
}

.month td
{
	border: 2px solid #CCCCCC;	
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #635849;
	border-style: outset;
	border-width:1px;	
	width: 140px;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #635849;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	width: 30px;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #cccccc;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: verdana;
	width: 30px;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
	color: #aaaaaa;	
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #000000;
	height:20px;
	width:20px;
	padding-top: 2px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-color: #E4E4E4;
	height:20px;
	width:20px;
	padding-top: 2px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF0000;
	color: #ffffff;
	height:20px;
	width:20px;
	padding-top: 2px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
	padding-top: 2px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #000000;
	height:20px;
	width:20px;
	padding-top: 2px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

