.terminarz_nav_button {
	text-align: center;
	border: 0px none;
	background: none;
	font-weight: bold;
	color: #03712A;
	cursor: pointer;
}

.terminarz_day_names {
	font-weight: bold;
	text-align: center;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	font-size:0.75em;
}

.terminarz_day_names_year {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.terminarz_day_cell {
	border: 1px solid #56cb70;
	background-color: #CCFFCC;
	padding: 3px;
	/*font-size: 10px;*/
	font-size:0.75em;
	cursor: pointer;
	width:3em; height:4.5em;
}

.terminarz_day_cell_year {
	border: 1px solid #5FD195;
	background-color: #BFE8C6;
	padding: 1px;
	/*font-size: 12px;*/
	cursor: pointer;
}

.terminarz_day_cell_year,
.terminarz_day_cell_empty_year {
	width: 17px;
	height: 17px;
}

.terminarz_current_day {
	background-color: pink;
	border: 1px solid #FF8888!important;
}

.terminarz_current_day_year {
	border: 2px solid red;
}

.terminarz_day_cell, 
.terminarz_day_cell_empty {
/*	width: 86px;
	height: 95px;*/
}

.terminarz_day_number {
	text-align: center;
	font-weight: bold;
	/*font-size: 12px;*/
	color: #236644;
}

.terminarz_day_number_year {
	font-weight: bold;
	/*font-size: 14px;*/
	color: #60D095;
	text-align: center;
}

.terminarz_day_cell td,
.terminarz_day_cell a,
.terminarz_day_cell a:hover {
	/*font-size: 10px;*/
}

.terminarz_day_view {
	/*width: 500px;*/
}

.terminarz_day_view_week {
	width: 80px;
}

.terminarz_week_view_links,
.terminarz_week_view_day_name
{
	background-color: #BFE8C6;
	border: 1px solid #5FD195;
}

.terminarz_week_view_day_name {
	color: #03712A;
}

.terminarz_single_day_hour {
	text-align: center;
	width: 25px;
}

table.terminarz_day_view .terminarz_single_day_content td,
table.terminarz_day_view .terminarz_single_day_content a,
table.terminarz_day_view .terminarz_single_day_content a:hover
{
	/*font-size: 12px;*/
}

table.terminarz_day_view table {
	/*background-color: #BFE8C6;
	border: 1px solid #5FD195;*/
}

.terminarz_single_day_content, 
.terminarz_single_day_hour
{
	background-color: #BFE8C6;
	border: 1px solid #5FD195;
}

table.terminarz_day_view table td,
.terminarz_single_day_hour {
	/*color: #60D095;*/
	font-weight: bold;
	font-size:0.75em;
}

table.terminarz_day_view .terminarz_single_day_content {
	width: 500px;
}

table.terminarz_day_view_week .terminarz_single_day_content {
	width: 55px;
}

.terminarz_week_cell {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	/*font-size: 10px;*/
	font-size:0.75em;
	cursor: pointer;
	white-space: nowrap;
}

.terminarz_top_mini {
	height: 9px;
	background-image: url(../images/templates/agent/backgrounds/terminarz_mini_top.jpg);
	background-repeat: no-repeat;;
}

.terminarz_bottom_mini {
	height: 9px;
	background-image: url(../images/templates/agent/backgrounds/terminarz_mini_bottom.jpg);
	background-repeat: no-repeat;;
}

.terminarz_left_mini {
	width: 9px;
	background-image: url(../images/templates/agent/backgrounds/terminarz_mini_left.jpg);
	background-repeat: repeat-y;
}

.terminarz_right_mini {
	width: 9px;
	background-image: url(../images/templates/agent/backgrounds/terminarz_mini_right.jpg);
	background-repeat: repeat-y;
}

.terminarz_day_names_year_mini, 
.terminarz_day_cell_mini {
	text-align: center;
}

.terminarz_day_cell_mini {
	cursor: pointer;
}

.terminarz_day_names_year, 
.terminarz_day_names_year_mini {
	font-weight: bold;
	color: #B2B2B2;
}

.terminarz_sunday {
	color: #FE605F;
}

.terminarz_saturday {
	color: #009744;
}

.terminarz_current_day_year_mini {
	font-weight: bold;
	background-color: #DAF2DC;
	border: 2px solid #C1E9C7;
}

.terminarz_single_day_content {
	cursor: pointer;
}
