﻿
 /**
  * SILESIA  - calendar.css
  */

fieldset.jcalendar {
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
border:none;
font-size:10px;
text-align:center;
}

div.jcalendar-wrapper {
border:none;
}

div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
border:none;
font-size:12px;
font-family:'Trebuchet MS', Arial;
}

div.jcalendar-selects select {
font-size:90%;
border:none;
}

div.jcalendar table {
background:#a1a5a9;
color:#000;
margin:.3em auto;
border:none;
}

div.jcalendar table th {
background:#baf4b0;
border:none;
}

div.jcalendar table td {
background:#f9f9f9;
padding:0;
width:2.2em;
border:none;
}

div.jcalendar table th.weekend {
background:#439447;
border:none;
color:white;
text-align:center;
}

div.jcalendar table td.weekend {
background:#baf4b0;
border:none;
}

div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
border:none;
}

div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
font-weight:700;
border:none;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#468b3a;
color:#fff;
padding:0;
border:none;
}

div.jcalendar table td a.selected {
background:#439447;
color:#fff;
border:none;
}

div.jcalendar-links {
margin:.4em;
text-align:center;
border:none;
}

div.jcalendar-links a {
padding:.2em .4em;
border:none;
color:black;
text-decoration:none;
font-family:'Trebuchet MS', Arial;
font-weight:bold;
}

/**
 * new callendar by Piotrek Suszalski
 */

div.days{
	width: 34px;
	height: 16px;
	text-align: center;
	float: left;
	border: 1px solid #E0E0E0;
	margin: 1px;
	padding: 2px 1px 1px 1px;	
}

div.noMonth{
	width: 36px;
	height: 18px;
	text-align: center;
	float: left;
	margin: 1px;
	padding: 2px 1px 1px 1px;
}

div.eventDay {
	cursor: pointer;
	background-color: #6FC6FF;
	font-weight: bold;
	color: #000000;
}

div.noActive  {
	background-color: #FFFFFF;
	color: #333333;
}

div.weekDays{
	width: 36px;
	height: 17px;
	font-weight: none;
	text-align: center;
	float: left;
	margin: 2px;
}

div.tytulKalendarz{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.switchKalendarz{
	float: left;
	line-height: 25px;
	cursor: pointer;
    font-size:20px;
    width:25px;
    text-align:center;
}


div.switchKalendarz_right{
	float: left;
	line-height: 25px;
	cursor: pointer;
    font-size:20px;
    width:25px;
        text-align:center;
}
div.nazwaMiesiaca{
	width: 90px;
	float: left;
	font-weight: bolder;
	text-align: center;
	line-height: 25px;
        padding:0 10px 0 10px;
}

#kalendarzWydarzenia {
	clear: both;
	margin-left: 5px;
}

p.kalendarzWydarzenia{
	margin-top: 5px;
}

p.kalendarzData {
	text-align: center; 
	font-weight: bold;
	margin: 10px 0px;
}

p.kalendarzWydarzenia a {
	color: #707070;
	text-decoration: none;
}
