body {
	background: white;
	margin: 5px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #4F5155;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	cursor: pointer;
}

h1 {
	color: #999;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 2px 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #444;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 0;
}

h3 {
	color: #444;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

form div {
	clear: left;
	margin-top: 5px;
	background: #f9f9f9;
	text-align: left;
}

form div label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

form fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 10px;
}

option {
	
}

table tr.hover {
	background: rgb(240, 230, 220);
}

table tr.marked {
	background: rgb(240, 230, 220);
}

tr.bckgr:nth-child(even) {
	background: rgb(240, 240, 240);
}

tr.bckgr:nth-child(odd) {
	background: #F7F7F7;
}

th {
	background: rgb(210, 220, 230);
}

/* CALENDAR */
#calendar-m table tr.hover,
#calendar-w table tr.hover,
#calendar-d table tr.hover {
	background: transparent;
}

#calendar-m table tr.marked,
#calendar-w table tr.marked,
#calendar-d table tr.marked {
	background: transparent;
}
/*
#calendar-m table td:hover,
#calendar-w table td:hover,
#calendar-d table td:hover {
	background: rgb(220, 230, 240);
}
*/
#calendar-m table td.hover,
#calendar-w table td.hover,
#calendar-d table td.hover {
	background: rgb(220, 230, 240);
}

#calendar-m table td.marked,
#calendar-w table td.marked,
#calendar-d table td.marked {
	background: rgb(240, 230, 220);
}

#calendar-m {
	margin: 0 auto 0 auto;
	padding: 0;
}

#calendar-m table {
	width: 98%;
	border: 0;
	margin: 0;
	padding: 0;
	border-right: solid 1px rgb(220, 220, 220);
	border-bottom: solid 1px rgb(220, 220, 220);
}

#calendar-m table th { /*border: solid 1px rgb(220,220,220);*/
	border: none;
	background-color: #336699;
	color: white;
	padding: 0;
	height: 20px;
}

#calendar-m table th a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}

#calendar-m table th a:hover {
	text-decoration: underline;
	background-color: rgb(67, 136, 204);
}

#calendar-m table td {
	border: solid 1px gray;
}

#calendar-m table tr.week td {
	border: none;
	background-image: url('/images/tlo_szare2.gif');
	color: gray;
	border-left: solid 1px rgb(220, 220, 220);
	width: 100px;
}

#calendar-m table tr.day td {
	border: none;
	border-left: solid 1px rgb(220, 220, 220);
	border-top: solid 1px rgb(220, 220, 220);
	/*width: 100px;*/
}

#calendar-m .event {
	padding: 3px;
	font-size: 11px;
}

#calendar-m .event p {
	background: rgb(240, 240, 240);
	border: 1px solid rgb(220, 220, 220);
	padding: 3px;
	margin: 1px;
}

#calendar-m .event p span {
	font-weight: bold;
}

#calendar-w {
	margin: 0 auto 0 auto;
	padding: 0;
}

#calendar-w table {
	width: 98%;
	border: 0;
	border-right: solid 1px rgb(220, 220, 220);
	border-bottom: solid 1px rgb(220, 220, 220);
}

#calendar-w table th { /*border: solid 1px rgb(220,220,220);*/
	border: none;
	background-color: #336699;
	color: white;
	padding: 0;
	height: 20px;
}

#calendar-w table th a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}

#calendar-w table th a:hover {
	text-decoration: underline;
	background-color: rgb(67, 136, 204);
}

#calendar-w table td {
	border: solid 1px gray;
}

#calendar-w table tr.week td {
	border: none;
	background-image: url('/images/tlo_szare2.gif');
	color: gray;
	border-left: solid 1px rgb(220, 220, 220);
	width: 100px;
}

#calendar-w table tr.day td {
	border: none;
	border-left: solid 1px rgb(220, 220, 220);
	border-top: solid 1px rgb(220, 220, 220);
	/*width: 100px;*/
}

#calendar-w .event {
	padding: 3px;
	font-size: 11px;
}

#calendar-w .event p {
	background: rgb(240, 240, 240);
	border: 1px solid rgb(220, 220, 220);
	padding: 3px;
	margin: 1px;
}

#calendar-w .event p span {
	font-weight: bold;
}

#calendar-d {
	margin: 0 auto 0 auto;
	padding: 0;
}

#calendar-d table {
	width: 98%;
	border: 0;
	border-right: solid 1px rgb(220, 220, 220);
	border-bottom: solid 1px rgb(220, 220, 220);
}

#calendar-d table th { /* border: solid 1px gray; */
	border: none;
	background-color: #336699;
	color: white;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

#calendar-d table th a { /* display: block; */
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	line-height: 20px;
}

#calendar-d table th a:hover {
	text-decoration: underline;
	background-color: rgb(67, 136, 204);
}

#calendar-d table td {
	border: solid 1px gray;
}

#calendar-d table tr.week td {
	border: none;
	background-image: url('/images/tlo_szare2.gif');
	color: gray;
	border-left: solid 1px rgb(220, 220, 220);
	width: 100px;
}

#calendar-d table tr.day td {
	border: none;
	border-left: solid 1px rgb(220, 220, 220);
	border-top: solid 1px rgb(220, 220, 220);
	/*width: 300px;*/
}

#calendar-d .event {
	padding: 3px;
	font-size: 11px;
}

#calendar-d .event p {
	background: rgb(240, 240, 240);
	border: 1px solid rgb(220, 220, 220);
	padding: 3px;
	margin: 1px;
}

#calendar-d .event p span {
	font-weight: bold;
}

#calendar-m table tr.day td.today,
#calendar-w table tr.day td.today,
#calendar-d table tr.day td.today {
    border: solid 1px rgb(150, 200, 100);
    background: rgb(245, 250, 235);
}

#cal-view-menu {
	margin-bottom: 2px;
	font-size: 80%;
	width: 98%;
}

.highlight {
	font-size: 120%;
	font-weight: bold;
	color: green;
}

.nohighlight {
	font-size: 120%;
	font-weight: bold;
	color: rgb(200, 200, 200);
}

#content {
	overflow: hidden;
}

#topmenu {
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	padding: 5px;
	background-image: url('/images/tlo_szare2.gif');
}

#topmenu a {
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#footer {
	clear: right;
}

#footer p {
	font-size: 80%;
	color: #999
}

.inny {
	color: gray;
}

.validation_errors {
	color: red;
}

.err {
	color: red;
}

span.delete {
	color: red;
}

span.delete a {
	color: red;
}

span.delete_parent a {
	color: red;
}

span.delete_child a {
	color: red;
}

div#add_new_form {
	display: none;
}

#left {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	margin: 5px 10px 0 0; /* padding: 5px; */
}

#left a {
	text-decoration: none
}

#left a:hover {
	text-decoration: underline
}

#left ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#right {
	display: block;
	margin-left: 200px;
}

.reserve {
	
}

.noreserve {
	display: none;
}

div.sboard {
	display: block;
	border: solid 1px #D0D0D0;
	margin: 10px;
	padding: 10px;
}

div.sboard h2 {
	margin-top: 0;
}

ul.sboard li.bcgr2 {
	padding: 10px;
	background: rgb(230, 230, 230);
}

ul.sboard li.bcgr1 {
	padding: 10px;
	background: white;
}

li.solved,li.solved a {
	color: gray;
}

span.solved {
	color: green;
	font-size: 18px;
	font-weight: bold;
}

p.message {
	display: none;
}

#msg_form {
	
}

#msg_form fieldset {
	
}

#msg_form input {
	
}

#msg_form textarea {
	
}

#msg_form label {
	
}

#equip-info {
	margin-left: 220px;
}

.uploaded_files {
	padding: 10px;
	background-color: rgb(240, 240, 240);
	float: right
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.clear-float {
	clear: both
}

.clear-right {
	clear: right
}

.clear-left {
	clear: left
}

.box-single,.box-with-header,.box-header {
	width: 250px;
	color: #444;
	font-size: 12px;
	background: #F7F7F7;
	border: 1px solid #DEDEDE;
	padding: 3px 7px;
}

.box-single {
	margin: 10px 0;
}

.box-with-header {
	margin: 0;
}

.box-header {
	font-weight: bold;
	margin: 10px 0 0 0;
	background: #E6E6E6
}

.box-header a {
	color: #444; text-decoration: none;
	font-weight: bold;
}

.box-cal-single,.box-cal-with-header,.box-cal-header {
	font-size: 90%;
	color: #444;
	background: #F7F7F7;
	border: 1px solid #DEDEDE;
	padding: 3px 7px;
}

.box-cal-single {
	margin: 10px 0;
}

.box-cal-with-header {
	margin: 0;
}

.box-cal-header {
	font-weight: bold;
	margin: 10px 0 0 0;
	background: #E6E6E6
}

.message-information {
	background: #EAF7FF;
	background-image: url("/images/information.png");
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid #C5DBE6;
	padding-left: 36px;
	width: 221px;
}

.cal-message-information {
	background: #EAF7FF;
	background-image: url("/images/information.png");
	background-position: 10px 12px;
	background-repeat: no-repeat;
	border: 1px solid #C5DBE6;
	padding-left: 36px;
	width: 155px;
}

.box-with-header table,.box-single table {
	font-size: 90%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.box-with-header table td,.box-single table td {
	
}

.box-with-header table tr,.box-single table tr {
	border: solid 1px #D0D0D0;
}

#ajax_container {
	
}

#ajax_container div.box-header a {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#ajax_container div.box-header a.collapselink {
	display: none;
}

#ajax_container div.box-header a.expandlink {
	
}

#left-container {
	float: left;
	width: 250px;
}

#right-container {
	margin-left: 280px;
}

.userlist-user, .userlist-admin, .userlist-superadmin {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 2px 0 2px 0;
}

.userlist-user {
	background-image: url('/images/user_green.png');
}

.userlist-admin {
	background-image: url('/images/user_suit.png');
}

.userlist-superadmin {
	background-image: url('/images/user_red.png');
}

form .userlist-all, form .userlist-selected { clear:none; }

.userlist-all { display:block; float: left; margin-right: 5px; width: 300px; }
.userlist-selected { display:block; float: left; width: 300px; }

.bar {
	display: block; border: solid 1px #DEDEDE;
    background: #d1d1d1; 
    background-image: url('/images/bar-background.png');
    background-repeat: no-repeat;
    width: 300px; height: 15px; 
}

.pagination {
	text-align: right;
}

.pagination a {
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

.pagination a:hover {
    text-decoration: underline;
}

/* nadpisanie deklaracji z css-a jquery-ui */

.ui-state-default {
    border: 1px solid #CCCCCC;
    color: #003399;
    font-weight: bold;
}

.ui-state-active {
    border: 1px solid #DEDEDE;
    color: #666666;
}