/* elementy */
body {
	margin: 0;
	font-family: 'Segoe UI', Arial, sans-serif;
	line-height: 1.2em;
	font-size: 0.90em;
	color: #444;
	background: url(body_bg.gif);
}

a, a:active {
	color: #0080C0;
}

a:hover {
	color: #cc0033;
}

strong {
	color: #222;
}

hr {
	height: 1px;
	color: #999;
	background-color: #999;
	margin: 6px 0;
	border: 0;
}

#tooltip {
	background:#333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px;
	font-size:11px;
	color:#fff;
	position:absolute;
	width:180px;
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	box-shadow:1px 1px 5px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
	opacity:0.9;
	filter:alpha(opacity=90);
}

.demo_link {
	display: block;
	height: 60px;
	width: 230px;
	text-align: left;
	padding-left: 60px;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	margin: 20px auto;
	background: #C90000 url(_hand2.png) 10px center no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 2px 2px 10px #333, inset 0 30px 0 rgba(255, 255, 255, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.3), 1px 1px 0 #fff;
	-webkit-box-shadow: inset 2px 2px 10px #333, inset 0 30px 0 rgba(255, 255, 255, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.3), 1px 1px 0 #fff;
	box-shadow: inset 2px 2px 10px #333, inset 0 30px 0 rgba(255, 255, 255, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.3), 1px 1px 0 #fff;
	text-shadow: 1px 1px 1px #000;
}

.demo_link:hover {
	color: #fff;
}

/* tabele */
table.tab {
	border: 3px solid #DDD;
	margin: 5px 0 5px 0;
	width: 100%;
	border-collapse: collapse;
}

table.tab caption {
    padding:5px;
    font-size:0.8em;
}

table.tab th {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px dotted #c0c0c0;
	border-top: 1px dotted #c0c0c0;
	background:#777;
    color:#fff;
    padding: 5px 10px 5px 10px;
}

table.tab tr:first-child th, table.tab tr:first-child td {
    border-top:0;
    border-bottom:0;
}

table.tab td {
	font-size: small;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
    background: #F5F5F5;
}

/* formularze */
form {
	font: 11px Tahoma;
	margin: 10px 0;
}

form div {
	margin: 10px
}

form fieldset {
	border: 1px solid #DDD;
	padding: 15px;
	margin: 2px;
	background: rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), inset 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), inset 1px 1px 0 #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), inset 1px 1px 0 #fff;
}

form fieldset legend {
	font: bold 11px Tahoma;
}

form input[type=text] {
	display: inline-block;
}

/* head - naglowek z nawigacja na podstonach */
.top_bar {
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #C90000;
	line-height: 28px;
	-moz-box-shadow: #333 0 1px 13px;
	-webkit-box-shadow: #333 0 1px 15px;
	box-shadow: #333 0 1px 15px;
	border-bottom: 2px solid #eee;
}

.top_bar div {
	position: relative;
	width: 75%;
	min-width:800px;
	max-width: 1020px;
	margin: 0 auto;
}

.top_bar span {
	margin-left: 15px;
}

.top_bar form {
	padding: 0;
	float: left;
	margin: 0;
}

.top_bar form select {
	margin: 10px;
	font-family: Tahoma, Verdana, Arial, serif;
	background: #fff;
	border: 1px solid #C90000;
	line-height: 20px;
	-moz-border-radius: 4px;
	-moz-box-shadow: #fff 0 0 3px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: #fff 0 0 3px;
	height: 1.5em;
	width: 20em;
}

.top_bar a.link, .top_bar a.back {
	text-transform: uppercase;
	background: #fff;
	background: -moz-linear-gradient(center top, #fff 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dfdfdf));
	border: 1px solid #C90000;
	color: #888;
	font-size: 0.7em;
	padding: 1px 8px;
	text-decoration: none;
	font-weight: bold;
	float: left;
	line-height: 20px;
	display: block;
	margin: 9px 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: #fff 0 0 3px, inset 0 -1px 0 #fff;
	-webkit-box-shadow: #fff 0 0 3px, inset 0 -1px 0 #fff;
	box-shadow: #fff 0 0 3px, inset 0 -1px 0 #fff;
}

.top_bar a.link:hover, .top_bar a.back:hover {
	background: #FFFFE4;
	color: #C90000;
}

.top_bar a.mail_to_autor {
	padding: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	background: url(mail.png) no-repeat;
}

.top_bar a.newsletter {
	padding: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	position: absolute;
	right: 60px;
	top: 5px;
	background: url(newspaper.png) center center no-repeat;
}

/* message form */
#message_form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

#message_form .close {
	position: absolute;
	top: 3px;
	right: 3px;
	background: url(close.png) no-repeat;
	width: 13px;
	height: 13px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -999px;
}

#message_form .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
	filter: alpha(oapcity = 70);
	overflow: hidden;
}

#message_form form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -180px -295px;
	width: 590px;
	height: 290px;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	-moz-box-shadow: 0 0 80px #333;
	-webkit-box-shadow: 0 0 80px #333;
	-moz-box-shadow: 0 0 80px #333;
	-webkit-box-shadow: 0 0 80px #333;
	box-shadow: 0 0 80px #333;
}

#message_form fieldset {
	border: 0;
	margin: 0;
	padding: 15px;
	overflow: hidden;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: none;
}

#message_form .message_form_error {
	float: left;
	color: #fff;
	width: 70%;
	margin: 3px;
}

#message_form .page_title_value {
	font: 11px Tahoma;
	color: #fff;
	margin: 5px 0;
}

#message_form input[type=text] {
	display: inline-block;
	margin-bottom: 6px;
	border: 0;
	width: 550px;
	line-height: 20px;
	height: 20px;
	font: 1em Tahoma, sans-serif;
	color: #444;
	background: #fff;
	padding: 5px;
	line-height: 20px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#message_form input[type=text].disabled {
	color: #aaa;
}

#message_form textarea {
	margin-bottom: 6px;
	border: 0;
	width: 550px;
	height: 70px;
	font: 1em Tahoma, sans-serif;
	color: #444;
	background: #fff;
	padding: 5px;
	line-height: 1em;
	display: block;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 80px #333;
	-webkit-box-shadow: 0 0 80px #333;
	box-shadow: 0 0 80px #333;
	overflow: auto;
}

#message_form input[type=submit] {
	cursor: pointer;
	float: right;
	border: 0;
	width: 80px;
	height: 26px;
	font: 1em Tahoma, sans-serif;
	color: #444;
	line-height: 15px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -moz-linear-gradient(center top, #FFF 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left top, color-stop(0, #dfdfdf), color-stop(1, #dfdfdf));
	text-shadow: #fff 1px 1px 1px;
	border-top: 1px solid #fff;
}

#message_form input[type=submit]:hover {
	background: #efefef;
	background: -moz-linear-gradient(center bottom, #FFF 0%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #dfdfdf));
	text-shadow: #fff 1px 1px 1px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 1px #222;
	-moz-box-shadow: 1px 1px 1px #222;
	-box-shadow: 1px 1px 1px #222;
}

#message_form strong {
	color: #fff;
}

#message_form div {
	margin: 5px 0;
	color: #fff;
}

#message_form .info {
	margin-bottom: 35px;
}

/* podstrony */
.page_content {
	margin: 60px auto 10px auto;
	width: 75%;
	max-width: 1024px;
	min-width:800px;
	color:#333;
}

.page_content p {
	text-shadow:-1px -1px 0 #fff;
}

.page_title {
	background: #777;
	-moz-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	-webkit-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	color: #FEFFFE;
	font-size: 1.6em;
	font-weight: normal;
	font-family: 'Corbel', 'Myriad Pro';
	height: 2.3em;
	line-height: 2.3em;
	padding-left: 1em;
	margin: 2em auto 0.6em auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 0 6px #222;
}

.subtitle {
	clear: both;
	background: #777;
	-moz-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	-webkit-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	color: #FEFEFE;
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Corbel', 'Myriad Pro';
	height: 1.8em;
	line-height: 1.8em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 0 6px #222;
}

/* kartofel informuje */
.kartofel_informuje {
	background: #201F24 url(vanthomas.jpg) 0 10px no-repeat;
	min-height: 100px;
	color: #666;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px 10px 110px;
}

.kartofel_informuje p {
	min-height: 76px;
	color: #efefef;
	font-size: 0.8em;
	text-shadow: none;
}

.kartofel_informuje p strong {
	color: #DAAF32;
}

.kartofel_informuje p a {
	color: #ffe86a;
}

/* glowna strona */
.first_page {
}

.first_page .tytulKursu {
	min-height: 182px;
	height: 7em;
	background: #fff url('tytul3.jpg') center no-repeat;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	border-bottom: 1px solid #fff;
	-moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.1);
}

.first_page .tytulKursu span {
	display: none;
}

/* lista na glownej */
.first_page .dzial {
	clear: both;
	width: 40em;
	margin: 0 auto;
	background: #777;
	-moz-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	-webkit-box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	box-shadow: 1px 1px 0 #fff, inset -1px -1px 4px #444;
	color: #FEFEFE;
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Corbel', 'Myriad Pro';
	height: 1.8em;
	line-height: 1.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.first_page .dzial span {
	font-size: 0.7em;
	height: 1.6em;
	line-height: 1.6em;
}

.first_page ul {
	list-style: none;
	margin: 0 auto;
	width: 50em;
	padding: 0
}

.first_page ul li {
	border-top: 1px dotted #c0c0c0;
	height: 2.2em;
	padding-left: 0.7em;
	line-height: 2em;
	margin: 0 auto;
}

.first_page ul li:first-child {
	border: 0;
}

.first_page ul li.new {
	list-style-type: none;
	background: url('Smiley-Star.png') right 0.1em no-repeat;
}

.first_page ul li.new a {
	font-family: georgia, Arial, Tahoma, serif;
	font-size: 0.9em;
	color: #ff0000;
	font-weight: bold;
}

.first_page ul li a {
	font-family: georgia, Arial, Tahoma, serif;
	font-size: 1em;
}

.first_page .nowosci {
	padding:10px;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:30px auto;
	overflow:hidden;
	width:54em;
	border:1px dashed #ccc;
}

.first_page .nowosci h3 {
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	text-align:center;
	font-family: 'Corbel', 'Myriad Pro';
}

.first_page .nowosci ul {
	list-style: none;
	margin: 0 auto;
	width: 50em;
	padding: 0
}

.first_page .nowosci ul li {
	border-top: 1px dotted #c0c0c0;
	height: 2.2em;
	padding-left: 0.7em;
	line-height: 2em;
	margin: 0 auto;
}

.first_page .nowosci ul li:first-child {
	border: 0;
}

/* index footer */
.first_page .indexfooter {
	margin-top: 3em;
	padding: 1em;
	background: #fff;
	border-top: 1px solid #fefefe;
	-moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
}

.first_page .indexfooter p {
	font-size: 0.8em;
	text-align: center;
}

/* subskrypcja */
.subscribe {
	width: 53em;
	margin: 50px auto;
}

.subscribe fieldset {
	border: 0;
	background: #777;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: -1px -1px 0 #fff;
	-webkit-box-shadow: -1px -1px 0 #fff;
	box-shadow: -1px -1px 0 #fff;
}

.subscribe h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Corbel', 'Myriad Pro';
	text-shadow: 0 0 2px #444;
	font-weight: bold;
	color: #fff;
	margin: 5px 5px 5px 20px;
}

.subscribe p {
	color: #fff;
	margin: 20px;
}

.subscribe p strong {
	color: #fff;
}

.subscribe .subscribe_info {
	clear: both;
	padding: 10px 0;
	text-align: left;
	color: #d61919;
	overflow: hidden;
	font-weight: bold;
}

.subscribe input[type=text] {
	float: left;
	margin: 5px 5px 5px 20px;
	background: #444;
	background: -moz-linear-gradient(center bottom, #444444 90%, #333333 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.9, #444444), color-stop(1, #333333));
	border: 0;
	padding: 0.5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Corbel', 'Myriad Pro';
	font-weight: bold;
	font-size: 1.3em;
	width: 40em;
	height: 2em;
	text-shadow: 0 0 6px #222;
}

.subscribe input[type=submit] {
	float: left;
	margin: 5px;
	background: #eee;
	background: -moz-linear-gradient(center bottom, rgb(222, 222, 222) 21%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, rgb(222, 222, 222)), color-stop(1, rgb(255, 255, 255)), color-stop(1, rgb(255, 255, 255)));
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 1px #222;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #222;
	box-shadow: 0 1px 1px #222;
	color: #333;
	width: 7em;
	height: 3.3em;
}

@media print {
	* {
		background: transparent !important;
		color: #444 !important;
		text-shadow: none !important;
	}

	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	a:after {
		content: " (" attr(href) ")";
	}

	abbr:after {
		content: " (" attr(title) ")";
	}

	.ir a:after {
		content: "";
	}

/* Don't show links for images */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}
