body {
	background-image: url(/images/suzuki_background.jpg);
	height: 100%;
}

table.main_table {
	background: transparent;
}

table.main_table td {
	background: transparent;
}

table.error_table td {
	background: transparent;
}

table.suzuki_design {
	margin: 0px;
	padding: 0px;
}

table.suzuki_design td {
	background: transparent;
}

table.suzuki_design td.sz-belka {
	padding: 0px;
	margin: 0px;
	height: 66px;
	background-image: url(/images/suzuki_belka_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

td.title_pss, td.title_pss a {
	text-align: left;
	color: #0a50a1;
	font-size: 22px;
	font-family: verdana;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.title_zalogowany {
	text-align: left;
	color: #7a7a7a;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	padding-left: 10px;
}

td.title_zalogowany span.ktoto {
	color: #c23131;
}

td.bt_space {
	padding: 10px;
}

/* Kalendarz w widoku uzytkownika */
table.suzuki_calendar {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.suzuki_calendar tr td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 15px;
}

table.suzuki_calendar td.miesiac {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
	background-color: #0750a3;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

table.suzuki_calendar td.tydzien {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #454545;
	font-weight: bold
}

table.suzuki_calendar td.tydzien_weekend {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #d13333;
	font-weight: bold
}

table.suzuki_calendar td.day_empty {
	border: 1px solid #b2b2b2;
}

table.suzuki_calendar td.day {
	color: #444444;
	height: 15px;
	border: 1px solid #b2b2b2;
	background-color: #ffffff;
	cursor: help;
}

table.suzuki_calendar td.day_weekend {
	font-weight: bold;
	color: #d13333;
}

table.suzuki_calendar td.day_today {
	background-color: #80DB28;
	color: #ffffff;
	font-weight: bold;
}