﻿/* home calendar */
.calendar-small {
	clear: both;
	float: left;
	margin: 20px 0 30px 0;
	width: 220px;
	overflow: hidden;
	font-family: Verdana;
	color: #1A6581;
	font-size: 11px;
}
.ms-WPBody .calendar-small a {
	text-decoration: none;
}
.calendar-small .cal-head{
	width: 210px;
	height: 19px;
	text-align: center;
	background-image: url('/_catalogs/masterpage/VBParentsAssets/images/webparts/home_calendar/cal-head.gif');
	background-position: left top;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}
.calendar-small .cal-head a.prev,
.calendar-small .cal-head a.next {
	display: inline;
	overflow: hidden;
	clear: none;
	float: left;
	width: 8px;
	height: 10px;
	margin: 5px 5px;
	background-color: #fff;
	background-image: url('/_catalogs/masterpage/VBParentsAssets/images/webparts/home_calendar/left-arrow.gif');
}
.calendar-small .cal-head a.next {
	float: right;
	background-image: url('/_catalogs/masterpage/VBParentsAssets/images/webparts/home_calendar/right-arrow.gif');
}
.calendar-small .cal-head a.prev:hover,
.calendar-small .cal-head a.next:hover{
	background-position: 0 -10px;
}
.calendar-small .cal-head span.current-month {
	display: block;
	clear: none;
	float: left;
	width: 170px;
	height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.calendar-small div.day {
	width: 24px;
	height: 18px;
	padding: 6px 0 0 0;
	clear: none;
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	font-weight: bold;
}
.calendar-small .row-days {
	width: 189px;
	margin: 0 14px 3px 17px;
}
.calendar-small .row-days-events {
	clear: both;
	display: inline;
	float:left;
	height: auto;
	width: 190px;
	margin: 10px 10px 20px 17px;
	border-bottom: #fff solid 1px;
	overflow-x: hidden;
	overflow-y: auto;
}
.calendar-small .row-days-events p {
	width: 175px;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #555;
	background-color: #DBF2F6;
}
.calendar-small .row-days-events a,
.calendar-small .row-days-events a:link,
.calendar-small .row-days-events a:active,
.calendar-small .row-days-events a:visited,
.calendar-small .row-days-events a:hover {
	text-decoration: underline;
	color: #555;
}
.calendar-small .row-days-events a:hover {
	text-decoration: none;
	color: #555;
}
.ms-WPBody .row-days-events a:hover {
	text-decoration: underline;
}
.calendar-small .row-days-events p.t {
	font-size: 12px;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #1A6581;
	background: none;
}
.calendar-small .row-days-events .time {
	margin-right: 15px;
}
.calendar-small .row-days a {
	display: inline;
	clear: none;
	float: left;
	width: 22px;
	height: 18px;
	padding: 4px 0 0 0;
	margin: 0 3px 3px 0;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: #fff solid 1px;
	color: #1A6581;
	font-size: 10px;
}
.calendar-small .row-days a.other-month{
	background-color: #fff;
	border: #fff solid 1px;
	color: #999;
	font-weight: normal;
}
.calendar-small .row-days a.active-day{
	font-weight: bold;
	border: #eee solid 1px;
}
.calendar-small .row-days a.current-day{
	color: #333;
	xbackground-color: #e6e6e6;
	border: #55C7DA solid 1px;
}
.calendar-small .row-days a.selected-day{
	color: #fff;
	background-color: #55C7DA;
	border: #CCEEF4 solid 1px;
}
.calendar-small .row-days a:hover {
	color: #1A6581;
	background-color: #CCEEF4;
}