/* CSS Style by Krzysztof Wolniak */

/* Simple HTML Elements*/

body {
	font: 0.75em Verdana, Tahoma, sans-serif;
	background-color: #CDCDCD;
	color: #514F4E;
	text-align: center;
}

a, a:link, a:visited {
	color: #E33315;
	text-decoration: underline
}

a:hover, a:active {
	text-decoration: none;
}

img.imgToRight {
	float: right;
	margin: 0 0 2px 6px;
}

img.imgToLeft {
	float: left;
	margin: 0 6px 2px 0;
}

h1, h2 {
	padding: 0 0 1px 0; margin: 0 0 9px 0;
	color: #cd2a0d;
	font-size: 1.42em;
	font-weight: normal;
	letter-spacing: 1.25px;
	border-bottom: 1px solid #CDCDCD;
}

h3, h4, h5, h6 { margin: 0 0 9px 0; }

h3 {
	color: #cd2a0d;
	font-size: 1.30em;
}

h4 {
	color: #cd2a0d;
	font-size: 1.25em;
}

h5 {
	color: #000;
	font-size: 1.17em
}

h6 {
	color: #000;
	font-size: 1.00em;
}

p {
	text-align: justify;
	margin: 0 0 15px 0;
	line-height: 1.5;
}

/* Wrapper */

#wrapper
{
	margin: 0 auto;
	width:950px;
	overflow: hidden;
	background-color: #CDCDCD;
}

/* Header */

#header {
	position: relative;
	height: 39px;
	background: url(../img/bg_top.gif) repeat-x;
}

#header_bottom {
	height: 39px;
	background: url(../img/bg_top_bottom.png) 0 100% no-repeat;
}

#header img.logo {
	position: absolute;
	top: 6px; left: 10px;
}

/* Header Tab Menu */

ul#header_tab_menu {
	position: absolute; top: 12px; right: 15px;
	margin:0; padding:0; width: 70%;
	background: transparent;
}

ul#header_tab_menu li {
	background-color: #B4B4B4;
	color: #fff;
	padding: 4px 10px;
	float: right;
	margin-left: 3px;
	
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	
	-moz-box-shadow: -1px -1px 1px  #7F7F7F;
	-webkit-box-shadow: -1px -1px 1px  #7F7F7F;
	box-shadow: -1px -1px 1px  #7F7F7F;
}

ul#header_tab_menu a {
	color: #fff;
}

/* Banery */

#banner_top750x100 {
	margin: 6px auto;
	width: 750px; height: 100px;
	text-align: center;
}

/* Menu */

#menu {
	position: relative;
	overflow: hidden;
	height: 50px;
	text-align: center;
	background: url(../img/bg_menu.png) no-repeat;
}

#menu li {
	display: inline;
	height: 50px; line-height: 50px;
}

#menu li.back .left {
	background: url("../img/lava_menu.png") no-repeat top left;
	height: 27px;
	margin-right: 9px;
}

#menu li.back {
	position: absolute;
	top: 12px;
	z-index: 9;
	height: 27px;
	background: url("../img/lava_menu.png") no-repeat right -27px;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	position: relative;
	z-index:10;
	margin: 0 12px;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

/* Content */

#content, #sidebar {
	padding: 10px;
	background: #fff;
	margin: 5px 0;
	text-align: left;
}

#content {
	float: left;
	width: 625px;
}

/* Sidebar */

#sidebar {
	float: right;
	width:280px;
}

#najblizsza_konferencja p {
	margin: 0;
	color: #BC1B00;
	text-align: center;
	font-size: 1.25em;
}

#najblizsza_konferencja b, #najblizsza_konferencja span {
	display: block;
	font-size: 0.80em;
	color: #000;
	margin: 10px 0;
}

/* Partnerzy */

#partnerzy_cien_top {
	position: absolute;
	top: 0; left: 0;
	z-index: 11;
	height: 40px; width: 280px;
	background: url(../img/partnerzy_cien_top.png) no-repeat;	
}

#partnerzy_cien_bottom {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 12;
	height: 40px; width: 280px;
	background: url(../img/partnerzy_cien_bottom.png) no-repeat;	
}

div.partnerzy_slide {
	position: relative;
}

div.partnerzy_slide li {
	text-align:center;
	padding: 5px 0;
	height: 100px;
}

/* Patroni */

#patroni li {
	text-align:center;
	padding: 5px 0;
}

/* Content */

#content ul {
	list-style: disc;
	margin: 0 0 15px 25px;
}

#content ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}

#content h2 {
	margin: 0 0 5px 0;
	color: #cd2a0d;
	font-size: 1.38em;
	font-weight: normal;
	letter-spacing: normal;
	border: none;
}

#content li {
	margin: 0 0 4px 0;
	line-height: 1.4;
}

#content p.registration_link { text-align:center; }

/* MsgBox */
div.successBox {
	background: #E1FFDF;
	border: 1px solid #09AF00;
	margin: 10px auto;
	padding: 5px;
	width:97%;
}

div.successBox p {
	text-align: justify;
	margin: 10px 5px;
}

/* Formularze */

form {
	width:90%;
	overflow: hidden;
	margin: 0 auto;
}

input.text, textarea.textarea {
	display: block;
	width: 99%;
	margin-top: 1px;
}

label small {
	color: #8F8F8F;
	font-size: x-small;
}

/* Speakers */

div.speaker {
	overflow: hidden;
	border-bottom: 1px dashed #CDCDCD;
	padding: 10px;
	margin: 0 0 10px 0;
}

div.speaker img {
	float: left;
	margin: 0 9px 0 0;
	padding: 3px;
	border: 1px solid black;
}

h1 span {
	color: #939598;
	font-size: 0.7em;
	display: block;
	letter-spacing: normal;
}

.is_boss,
tr.is_boss {
	background-color: #FFE4DF;
}

/* Galleries */

#galleries {
	overflow: hidden;
	margin-bottom: 25px;
}

#galleries h2 { clear: both; }

#galleries h2 span, #materials h2 span {
	display: block;
	color: #7F7F7F;
	font-size: 0.7em;
}

.thumb {
	float: left;
	margin: 5px 15px 15px;
	width: 174px;
	text-align: center;
}

.thumb span {
	display: block;
}

.thumb img {
	width: 170px;
	padding: 1px;
	border: 1px solid #ccc;
}

/* Materials */

dl {
	margin: 22px 0 15px 15px;
}

dt {
	line-height: 18px; padding: 0 0 0 23px;
	background: url(../img/ico_folder.gif) no-repeat 0 2px;
}

dd {
	padding: 0 0 0 23px;
	margin-bottom: 15px;
	color: #7F7F7F;
}

#materials ul {
	list-style-type: none;
	margin-top: 20px;
}

#materials li {
	line-height: 16px; margin-bottom: 4px; padding: 0 0 0 23px;
	background: url(../img/ico_plik.gif) no-repeat 0 0px;
}

/* Tabele */

table p {
	margin: 10px 0;
	font-style: italic;
}

table h3 {
	font-size: 1em;
	color: #514F4E;
	margin:0;
	font-weight:normal;
	color: #000;
}

#content table ul {
	list-style-type: none;
	margin: 10px 0;
}

#content table li {
	margin: 2px 0;
	font-style: italic;
}

thead {
	background:url(../img/container_bg.png) repeat-x scroll top center;
	text-transform:uppercase;
	text-align: center;
	color: #586666;
	font-weight: bold;
}

tr.even{ background:#fbfbfb; }

td, th {
	padding:9px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}

td.single {
	color: #E23726;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

td.time {
	width:100px;
	vertical-align:middle;
	text-align:center;
}

/* Footer */
#footer {
	clear: both;
	text-align: center;
	background-color: #CDCDCD;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

#footer ul {
	padding: 15px 0;
	background: #BBBBBB;
	margin: 0 0 5px 0;
}

#footer li
{
	display: inline;
	margin: 0 10px;
}

/* Proste klasy */

span.error {
	color: #f00;
}