@charset "utf-8";
/* CSS Document */

.cal {
	background-color: #fff;
	color: #000;
	border: none;
	margin-top: 10px;
}

.cal tr th {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	background-color: #7e8aa3;
	border: 0;
	color: #fff;
	width: 14%;
	border: none;
}

.cal tr td {
	border: 0;
	vertical-align: top;
	color: #cc6600;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	text-align: center;	
	background-image: url(/img/cal/day_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.cal tr td.active {
	background-image: url(/img/cal/day_bg_ro.gif);
}

.bigcal tr td a, .bigcal tr td a:link, .bigcal tr td a:visited {
	color: #fff;
	text-decoration: none;
}

.bigcal tr td a:hover {
	color: #fff;
	text-decoration: none;
}

.bigcal tr td.last, .bigcal tr th.last {
	border-right: none;
}

.bigcal tr td {

}

.sidecal tr td {

}

#cal_legend {
	padding-top: 10px;
	text-align: right;
}

#cal_legend img {
	margin-left: 20px;
}

/* HANDLE SIMPLE CALENDAR */
.simplecal {
	color: #000;
	border: 0;
}

.simplecal tr th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	border-right: 2px solid #7e8aa3;
	border-bottom: 2px solid #7e8aa3;
	color: #7e8aa3;
	font-size: 16px;
	font-weight: bold;
	width: 13%;
}

.simplecal tr td {
	border: 0;
	border-right: 2px solid #7e8aa3;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	color: #8cc63f;
}

.simplecal tr td.last, .simplecal tr th.last {
	border-right: none;
}

.simplecal tr td.last {
	border-bottom: none;
}

.simplecal tr td a, .simplecal tr td a:link, .simplecal tr td a:visited {
	color: #f7941e;
	text-decoration: none;
}

.simplecal tr td a:hover {
	text-decoration: none;
}

.hiday {
	background-color: #f2ecc4;
	font-size: 18px;
}


/* MINI CALS */
.minical {
	float: left;
	background-image: url(/img/cal/minical_bg.gif);
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 8px;
	margin-right: 15px;
	color: #fff;
	text-align: center;
	width: 54px;
}

.minical2 {
	float: left;
	background-image: url(/img/cal/minical_side.gif);
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	color: #fff;
	text-align: center;
	width: 51px;
}

.calname {

}

.calmonth {

}

.caldate {
	text-align: center;
	color: #cc6600;
	font-weight: bold;
}

.calyear {

}

.calback {
	text-align: left;
}

.calnext {
	text-align: right;
}

#evt-img {
    float: left;
}
#evt-img img {
    margin-right: 10px; 
    margin-bottom: 10px;
    width:100px;
    border:none;
}
#evt-desc {
    display: inline;
}
