#calendar2 td,
#calendar td {
	font-family: Arial, sans-serif;
}

.term-start{ color:green;}
.import-date{ color:yellow;}
.payment-date{ color:blue;}

#calendar2,
#calendar {
	width: 100%;
	height: 100%;
float:left;
overflow:hidden;
}

.day .red a:hover,
.day .red a,
.day .red,
.red{
 color:#FEA0A1;
}

.calhead div{
display:inline;
}

.year-style a,
.year-style{
font-size: 18px;
color: #6D6D6D;
	font-weight: normal;
padding-right: 10px;
background:#383735;
}

.month-style a,
.month-style{
font-size: 18px;
color: #FE7201;
	font-weight: normal;
padding-right: 5px;
background:#383735;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
}

#calback2 {
	clear: both;
	width: 100%;
	height: 100%;
}


.cal {
	width: 280px;
	border: 0px solid #CCC;
	margin: 0 auto;
}

.cal a {

}



.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;  
padding:0px;
height:27px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {

}

.dayhead td {
	text-align: center;
	font-weight: bold;
	color: #C9C9C9;
	font-size: 14px; 
	height: 18px;
padding-top:3px;
padding-right:9px;
background:#FFFFFF;
}

.dayrow {
	height: 13px;
}

.dayrow td {
	width: 14%;
	font-size: 13px;
	padding: 0px;
	border: 0px solid #DDD;
	text-align: center;
	height: 13px;
background:#FFFFFF;
}

.day {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #C9C9C9;
}

.event-style,
.event-style a,
.event-style a:hover,
.day a:hover,
.day a{
	text-align: center;
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.dayover {
	font-size: 12px;
	color: #646464;
}

.dayout {
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 0px solid #727260;
	border-bottom: 0px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	border-bottom: 0px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}