#content .main-content .scrollpane {
	width: 900px;
	overflow: visible;
}

#content .main-content .scrollpane .pad {
	margin: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.main-content .calnav {
	position: absolute;
	top: -23px;
	right: 15px;
	color: #555;
}

.main-content .calnav a {
	position: relative; 
	top: 0px;
	padding: 10px;
	color: #174685;
	text-transform: uppercase;
	font-size: 10px;
}

.main-content .calnav a:hover {
	color: #A6111E;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.month th {
	color: #777;
	letter-spacing: 1px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CCDDEE;
}

.month td {
	position: relative;
	overflow: hidden;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCDDEE;
}

.month td.col-7 {
	border-width: 0 0 1px 0;
}

.month td ul {
	margin-top: 10px;
}

.month td ul li.cal-1 a {
	color: #660033;
}

.month td ul li.cal-2 a {
	color: #336633;
}

.month .V9 { 
	position: relative;
	z-index: 2;
}

.month .G10 { 
	position: absolute;
	font-size: 44px;
	color: #E1E1E1;
	z-index: 1;
	margin: -5px 0 0 70px;
	padding: 0;
	font-weight: bold;
	letter-spacing: -7px;
	background-color: none;
	line-height: 37px;
	width: 55px;
	overflow: hidden;
}

.month td.col-7 .G10 { 
	margin-left: 67px;
	overflow: visible;
}

.month .monthoff .G10 {
	color: #E7E7E7; 
}
