/* Calendar */
div.calBoxContainer {
	background-color: #E3E3E3;
	width: 213px;
}

td.cal-header {
	padding: 1px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

td.cal-cell {
	height: 22px;
	width: 26px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #D9D9D9;
	text-align: center;
	border: 1px #AEAEAE solid;
}

td.cal-empty-cell {
	height: 22px;
	width: 26px;
	font-size: 10px;
	text-align: center;
	background-color: #AEAEAE;
}

td.cal-cell-busy {
	height: 22px;
	width: 26px;
	font-weight: bold;
	background-color: #3D569F;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px #AEAEAE solid;
	cursor: pointer;
}

td.cal-cell-today {
	height: 22px;
	width: 26px;
	background-color: #C50016;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 1px #AEAEAE solid;
}

td.cal-cell-busy-today {
	height: 22px;
	width: 26px;
	font-weight: bold;
	font-size: 10px;
	background-color: #C50016;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	border: 1px #AEAEAE solid;
	cursor: pointer;
}

td.cal-main-header {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-transform: uppercase;
}

a.cal-btn-prev {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/MAIN_playerPrevBtn.png") top left no-repeat;
}

a.cal-btn-next {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/MAIN_playerNextBtn.png") top left no-repeat;
}

a.cal-btn-prev-next:hover {
	text-decoration: underline;
}

div.calendarFloatingEventList {
	color: #FFFFFF;
	font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
}

/* team page calendar */
div.ajaxEventList {
	font-size: 11px; 
	padding-left: 10px; 
	padding-top: 10px;
}
div.ajaxEventList div.line {
	line-height: 20px;
	font-size: 12px;
	width: 435px;
}
div.ajaxEventList div.sepline {
	width: 100%;
	margin-bottom: 3px;
	border-top: 1px dotted #000000;
}

div.ajaxEventList div.greySepline {
	width: 100%;
	margin-bottom: 3px;
	border-top: 1px dotted #c9c9c9;
}

div.ajaxEventList div.line div.time {
	float: left;
	color: #000000;
	width: 60px;
}
div.ajaxEventList div.line div.info1 {
	float: left;
	color: #FF0000;
	width: 120px;
}
div.ajaxEventList div.line div.info2 {
	float: left;
	color: #0000FF;
	width: 120px;
}
div.ajaxEventList div.line div.descr {
	float: left;
	color: #000000;
	width: 135px;
}
