html, body { 
		background:#ffffff;
		font-family: verdana;
		font-size: 12px;
		}

td {padding: 0.25em 1px; vertical-align:top;}

td, tr, th, select, textarea, span {
	font-family: verdana;
	font-size: 12px;
	vertical-align:middle;
}
.p13 {
	font-size: 13px;
	text-align: left;
}
.p13c {
	font-size: 13px;
	text-align: center;
}
.p13r {
	font-size: 13px;
	text-align: right;
}
.p10 {
	font-size: 10px;
	text-align: left;
}
.p10c {
	font-size: 10px;
	text-align: center;
}
.p9c {
	font-size: 9px;
	text-align: center;
}
.p11c {
	font-size: 11px;
	text-align: center;
}
.p10r {
	font-size: 10px;
	text-align: right;
}
a {
	font-size: 11px;
	color: #800000;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

.prawo {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.closed {
	background-color:#FF0000; 
	color:#FFFFFF; 
	font-style: italic; 
	font-weight: bold;
}
.sel {
	color:#0000FF; 
	font-weight: bold;
	text-decoration: underline;
}
.szare {
	background-color: #cfcfcf;
}

.selected_szare {
	background-color: #cfcfcf;
}

.highlight {
	background-color: #E6E6FA;
	font-weight: bold;
}

.highlightinvis {
	background-color: #E6E6FA;
	font-weight: bold;
	color: red;
	font-style: italic;
}

.invis {
	color: red;
	font-style: italic;
}

a.calendar {
	font-size: 20px;
}

a.clickable {
	cursor: pointer;
}

div.time-picker {
  position: absolute;
  height: 200px;
  width:5em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}

.tp_error {
    border:1px solid red;
	color:red;
  }

