div.callendarContainer{
	border: 1px #999999 solid;
	background-color: #fff;
	margin: 0 0 25px 0;
}

/*Ponizej znajduje się stylowanie dla navigatora kalendarza*/
table.callendarNavig{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.callendarNavig th.cNavLeftYear{
	width: 15px;
	text-align: center;
}

table.callendarNavig th.cNavLeftYear a{
	color: #000;
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;	
}

table.callendarNavig th.cNavLeftMonth{
	width: 12px;
	text-align: center;
}

table.callendarNavig th.cNavLeftMonth a{
	color: #000;
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;	
}

table.callendarNavig th.cNavCenter{
	font-size: 14px;
	color: #22406a;
	font-weight: 700;
	padding: 5px 0px;
	font-family: tahoma, sans-serif;
}

table.callendarNavig th.cNavRightMonth{
	width: 12px;
	text-align: center;
}

table.callendarNavig th.cNavRightMonth a{
	color: #000;
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
}

table.callendarNavig th.cNavRightYear{
	width: 15px;
	text-align: center;
}

table.callendarNavig th.cNavRightYear a{
	color: #000;
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
}

table.datePicker{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.datePicker th{
	text-align: center;
	color: #bbbbbb;
	font-size: 10px;
	font-weight: 700;
	padding: 5px;
}

table.datePicker td{
	text-align: center;
	padding: 5px;
	color: #dedede;
	font-size: 15px;
	font-weight: 700;
}

table.datePicker td a{
	text-decoration: none;
	color: #4a9ed3;
}

table.datePicker td.fullBooked{
	color: #adadad;
}

table.datePicker td.fullBooked .bookedText{
	position: relative;
}

table.datePicker td.fullBooked .bookedImage{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	color: red;
	width: 100%;
	text-align: center;
}
/*ukrywanie popupow*/
.hide{
	display: none;
}

div.dayContainer{
	position: relative;
}

div.dayContainer a:hover{
	text-decoration: none;
	color: #4A9ED3;
}

div.dayContainer div.popup{
	border: 1px #000 solid;
	width: 230px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	position: absolute;
	top: 7px;
	left: -220px;
	background-color: #fff;
}

.zIndexLow{
	z-index: 1;
}

.zIndexHigh{
	z-index: 100;
}

div.dayContainer div.popup div.close{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 10px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}

div.dayContainer div.popup div.close a{
	text-decoration: none;
	color: #000 !IMPORTANT;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	position: relative;
	left: -5px;
	top: 5px;
}

div.dayContainer div.popup h3{
	padding: 10px;
	margin: 0;
	color: #22406A;
	font-size: 13px;
	display: block;
	border-bottom: 1px #000 solid;
}

div.dayContainer div.popup a.clickBooked{
	font-size: 13px;
	font-weight: 500;
}

div.dayContainer div.popup table.popupHourList{
	width: 200px;
	margin: 10px auto 10px auto;
	display: block;
	
}

div.dayContainer div.popup table.popupHourList td{
	padding: 0;
}

div.dayContainer div.popup table.popupHourList td.hour{
	text-align: right;
	color: #22406A;
	font-size: 13px;
}

div.dayContainer div.popup table.popupHourList td.separate{
	padding: 0px 5px;
	color: #22406A;
}

div.dayContainer div.popup table.popupHourList td.link{
	color: #de0000;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
}

div.dayContainer div.popup table.popupHourList td.link a{
	color: #23ba0a;
}

.dateSelected{
	color: #0000ad !IMPORTANT;
}

.hourSelected{
	font-size: 11px !IMPORTANT;
	color: #0000AD !important;
}
/*
div.callendarContainer table{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

div.callendarContainer td{
	padding: 0px 4px 10px 4px;
	text-align: center;
	color: #dedede;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}

div.callendarContainer th.title{
	color: #22406a;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
	font-weight: 700;
}

div#root div#content div#contentItem div#rightContent div.callendarContainer td a{
	color: #4a9ed3;
	text-decoration: none;
}


div#root div#content div#contentItem div#rightContent div.callendarContainer th{

	text-align: center;
	color: #bbbbbb;
	font-size: 10px;
	font-weight: 700;
}

div#root div#content div#contentItem div#rightContent div.callendarContainer th.arrow{
	width: 10px;
}

div#root div#content div#contentItem div#rightContent div.callendarContainer th a{
	text-decoration: none;
	color: #bbbbbb;
}

div#root div#content div#contentItem div#rightContent div.callendarContainer th a.year{
	font-size: 8px;
	position: relative;
	top: -1px;
	padding: 0 3px 0px 3px;
}

div#root div#content div#contentItem div#rightContent div.callendarInfoContainer{
	width: 203px;
	height: 50px;
	border: 1px #999999 solid;
	background-color: #fff;
	margin: 0 0 22px 0;
}

div.dayContainer{
	position: relative;
}

div.dayContainer div.popup{
	border: 1px #000 solid;
	width: 230px;
	height: 300px;
	position: absolute;
	top: 7px;
	left: -220px;
	background-color: #fff;
}

.zIndexLow{
	z-index: 1;
}

.zIndexHigh{
	z-index: 100;
}

div.dayContainer div.popup div.close{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 10px;
	height: 10px;
	border: 1px #000 solid;
	font-size: 10px;
	line-height: 10px;
}

div.dayContainer div.popup div.close a{
	text-decoration: none;
	color: #000 !IMPORTANT;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	position: relative;
	left: 1px;
	top: -1px;
}

div.dayContainer div.popup h3{
	padding: 10px;
	margin: 0;
	color: #22406A;
}
.hide{
	display: none;
}

*/
