@CHARSET "UTF-8";

#calControl img,
#calContent img {
	display: block;
	margin: auto auto;
	text-align: center;
}

.callendarInline {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 0.8em;
	background-color: #080808;
	color: #f0f0f0;
	padding: 5px 10px 10px 10px;
}

.callendarInline a {
	text-decoration: none;
	color: #f0f0f0;
}

.callendarHeader {
	background-color: #909090;
	height: 20px;
	padding: 4px 0;
}

.callendarPrevYear,
.callendarPrevMonth,
.callendarNextMonth,
.callendarNextYear {
	float: left;
	width: 20px;
	text-align: center;
	font-weight: bold;
}

.callendarActual {
	float: left;
	width: 100px;
	text-align: center;
}

.clear {
	clear: both;
}

.calDayName {
	width: 24px;
	text-align: center;
}

.calWeekRow {
}

.calDayContent {
	background-color: #909090;
}

.calDayContent a {
	text-decoration: none;
	color: #e9efee;
	display: block;
	width: 24px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 0.8em;
	font-weight: bold;
}

.calDayContent a:hover {
	outline: 1px solid #17cdff;
	background-color: #239aff;
	color: white;
}

.calDayTraining a {
	color: #0e0e0e;
	background: #e8e005;
}

.calDayEmpty {
	width: 24px;
	height: 6px;
}

.calTodayContent a {
	color: white;
	border: 1px solid white;
	width: 22px;
}

#calContent {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	overflow: auto;
	margin: 5px 0px;
	height: 144px;
}

.callendarContent {
  text-align: center;
}


.calContentItem_odd {
  padding: 5px 0;
  text-align: center;
  background: #f0f3ff
}

.calContentItem_even {
	padding: 5px 0;
	text-align: center;
}

.calCItemDate {
	float: left;
	width: 100px;
	text-align: center;
}

.calCItemTitle {
	float: left;
	width: 300px;
}

.calCItemTitle a {
	text-decoration: none;
	color: #0e0e0e;
}

.calCItemTitleLink {
	text-decoration: none;
	color: #0e0e0e;
}

.calCItemPromo {
	float: left;
	width: 90px;
	text-decoration: blink;
	text-align: center;
	color: red;
}

.calCItemDofinansowanie {
	float: left;
	width: 90px;
	text-align: center;
	color: green;
}

.calCItemFull {
	float: left;
	width: 90px;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: white;
	background: #353131;
}

