﻿* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, sans-serif;
	color:rgb(255,255,255);
}


body {
	background: rgb(240,242,249) url(images/background-gradient-top.jpg) repeat-x left top;
	text-align: center;
	padding: 0;
	margin: 0;
}

a:hover {
	cursor: pointer;
}

.endOfDiv {
	clear: both;
	float:none;
	/*height:10px;
	background:yellow;*/
}

span.spanBold {
	font-weight:bold;
}


#wrapper {
	position:absolute;
	top:0px;
	left: 0px;
	width:100%;
	min-height:100%;
	background: url(images/background-gradient-bottom.jpg) repeat-x left bottom;
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: center;
}

/* header */

#header {
	width:983px;
	height:219px;
	background: url(images/header-high.jpg) no-repeat top center;
	margin: 0 auto ;
	text-align:left;
}

#header #pltrLogo {
	width: 256px;
	height: 90px;
	position: relative;
	top: 120px;
	left: 20px;
	background: none;	
}

#header #wwtkLogo {
	width: 166px;
	height: 94px;
	position: relative;
	top: 25px;
	left: 705px;
	background: none;
}


/* page */

#page {
	width: 983px;
	margin: 0 auto;
	text-align: left;
	background: rgb(89,119,189) url(images/page-high2.jpg) no-repeat top center;
}

/* pageHeader */

#page #pageHeader {
	width:983px;
	height:85px;
	background:;
}

#page #pageHeader span {
	font-style: italic;
	font-weight: bold;
}

#page #pageHeader #meetingName {
	width: 530px;
	height:60px;
	margin: 10px 0 0 13px;
	float: left;
	background: ;
}

#page #pageHeader  #meetingName #editionNumber {
	font-size: 16px;
}

#page #pageHeader  #meetingName #meetingSubname {
	font-size: 24px;
	background:;	
}

#page #pageHeader  #placeAndDate {
	width: 427px;
	height: 60px;
	margin: 10px 13px 0 0 ;
	background:;
	float: right;
	text-align: right;
}

#page #pageHeader  #placeAndDate a {
	text-decoration: none;
}

#page #pageHeader  #placeAndDate  #place {
	margin: 0;
	font-size: 24px;
	background:;
}

#page #pageHeader  #placeAndDate  #date {
	font-size: 24px;
	background:;
}


/* pageContent */

#page #pageContent {
	width: 983px;
	margin: 0;
	background: ;
	float:left;
}

#page #pageContent #leftMargin {
	width: 983px;
	float: left;
	background:  url(images/pageContent-background-margin-left.jpg) repeat-y top left;
}


#page #pageContent #rightMargin {
	width: 983px;
	float: right;
	background: url(images/pageContent-background-margin-right.jpg) repeat-y top right;
}


#page #pageContent #content{
	float: right;
	margin: 0;
}


#page #pageContent #content #text {
	width: 730px;
	margin: 0 20 0 0;
	float:right;
	background:;
	position:relative;
	left:0;
	top:0;
	font-size: 14px;
}

#page #pageContent #content #text *{
	font-size: 14px;
	float:left;
	
}



#page #pageContent #content #text h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,255,255);
	margin-bottom: 10px;
}

#page #pageContent #content #text p {
	padding: 0 10px 10px 0 ;
	text-align: justify;
	font-weight:normal;
	clear:both;
	float:none;
	line-height:125%;
}

#page #pageContent #content #text p ol, p ul, table, table tr {
	clear:both;
	float: none;
}

#page #pageContent #content #text table td {
	float:left;
}
#page #pageContent #content #text p  br {
	clear:both;
	float: none;
	text-align: justify;
}

#page #pageContent #content #text p  i {
	clear:both;
	float: none;
	text-align: justify;
}

#page #pageContent #content #text  li {
	display: list-item;
	clear:both;
	float: none;
}

#page #pageContent #content #text  ol li {
	margin-left: 2em;
	line-height:125%;
}

#page #pageContent #content #text  ul li {
	list-style-type:;
	margin-left: 2em;
	display:list-item;
	line-height:125%;
}

#page #pageContent #content #text ul.bigList li {
	line-height:150%;
	font-size:15px;
}

#page #pageContent #content #text td.textToRightTd {
	text-align: right;
	width: 140px;
	padding: 0 10px 5px 0;
	font-size:15px;
}

#page #pageContent #content #text td.textToLeftTd {
	text-align: left;
	width: 200px;
	padding: 0 10px 0 0px ;
	font-size:15px;
}

#page #pageContent #content #text a {
	float:none;
	clear: both;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#page #pageContent #content #text .spanAlignLeft {
	float:none;
	clear: both;
	text-align:left;
}

#page #pageContent #content #text .span16px {
	font-size: 16px;
}

#page #pageContent #content #text .pCenter {
	text-align: center;
}

#page #pageContent #content #text #registerLink {
	font-size:22px;
	cursor: pointer;
}

#page #pageContent #content #text #contactAdamZapasnikPhoto {
	width:108px;
	height:135px;
	position: relative;
	top: 45px;
	left: 110px;
	background: url(photos/zapasnik.jpg) no-repeat;
	float:left;
}

#page #pageContent #content #text #contactAdamZapasnik {
	width:260px;
	height:200px;
	position: relative;
	top: 40px;
	left: 140px;
	text-align:left;
	font-size:17px;
	line-height:125%;
}

#page #pageContent #content #text #contactAdamZapasnik *{
	float:none;
	clear:both;
}


#page #pageContent #content #text #subtitleSpan {
	font-weight: bold;
	clear:both;
	float:none;
}


#page #pageContent #content #text a:link {
	color: rgb(255,255,255);
}

#page #pageContent #content #text a:hover {
	color: rgb(200,200,200);
}

#page #pageContent #content #text a:visited {
	
}

#page #pageContent #content #text a:active {
	color: rgb(255,255,255);
}

#page #pageContent #content #text #LecturerCV {
	width:730px;
}

#page #pageContent #content #text #LecturerCV #LecturerText{
	float:right;
	width: 600px;
}

#page #pageContent #content #text #LecturerCV #LecturerName {
	height:50px;
	width: 600px;
}

#page #pageContent #content #text #LecturerCV #LecturerPhoto {
	float:left;
	width: 130px;
	height:100%;
}

#page #pageContent #content #text #LecturerCV #LecturerPhoto #LecturerPhotoImg {
	position: relative;
	top: 0;
	left: 0;
}

#page #pageContent #content #text #LecturerCV #LecturerDescription {
	width: 600px;
}

#page #pageContent #content #text #abstractDiv {

	width: 730px;
	margin-bottom:10px;
}

#page #pageContent #content #text #abstractDiv * {
	float: none;
	clear:both;
}

#page #pageContent #content #text h1 {
}
#page #pageContent #content #text h2 {
	float: none;
	clear:both;
}
#page #pageContent #content #text h3 {
	margin:5px 0 5px 0;
	font-size:13;
}

#page #pageContent #content #text #requestForLecturers {
	margin-top:50px;
}

/* programTable ogolne */

#page #pageContent #content #text .programTable {
	width: 730px;
	border-collapse:collapse;
	border: 1px solid #999999;
}

#page #pageContent #content #text br {
	float:none;
	clear:both;
}

#page #pageContent #content #text .programTable  thead, tbody{
	border-collapse:collapse;
}

#page #pageContent #content #text .programTable td, th{
	float:none;
	clear:both;
	border: 1px solid #999999;
	padding: 6 4 6 4;
	vertical-align:middle;
}

#page #pageContent #content #text .programTable th{
	background: rgba(28,122,255,0.7);
}

#page #pageContent #content #text .programTable .timeTd {
	width:80px;
}

#page #pageContent #content #text .programTable .subjectTd{
	width:326px;
}

#page #pageContent #content #text .programTable .authorTitle{
	width:116px;
}

#page #pageContent #content #text .programTable .authorName{
	width:170px;
}

#page #pageContent #content #text .programTable .authorTh{
	width:294px;
}


/* programTable thead */

#page #pageContent #content #text .programTable thead th {
	text-align: center;
	float: none;
}

#page #pageContent #content #text .programTable thead .timeTd{

}

#page #pageContent #content #text .programTable thead .dayAndDate{
	color:rgb(0,0,0);
	width:730px;
	background: rgba(66,168,255,0.7);
}

#page #pageContent #content #text .programTable  thead .author{
}

#page #pageContent #content #text .programTable thead .authorTitle{

}

#page #pageContent #content #text .programTable thead .authorName{

}

/* programTable tbody */

#page #pageContent #content #text .programTable  tbody {
	
}

#page #pageContent #content #text .programTable tbody td {
	
}

#page #pageContent #content #text tbody .breakTd {
	width:650px;
	background: rgba(28,73,255,0.7);
	
}
#page #pageContent #content #text tbody .breakTimeTd {
	background: rgba(28,73,255,0.7);
	width:80px;
}

#page #pageContent #content #text .programTable tbody .timeTd{
	
}

#page #pageContent #content #text .programTable  tbody .author{
	
}

#page #pageContent #content #text .programTable tbody .authorTitle{
	font-size:12px;
	text-align:right;
	border-right:none;
}

#page #pageContent #content #text .programTable tbody .authorName{
border-left:none;

}

#page #pageContent #content #text #sponsorLetter #sponsorPhoto {
	background: url(images/tsinikas.jpg);
	width:262px;
	height:300px;
	
}

#page #pageContent #content #text #sponsorLetter {
	width: 450px;
	padding: 0 10px 0 0;
	float: left;
	
}

#page #pageContent #content #text #sponsorLetter p{
	line-height: 140%;
}





/* menu */



#page #pageContent  #content #menu {
	width: 233px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float:left;
}

#page #pageContent  #content #menu #treeMenu {
	margin: 0 0 5 5px;
	float: left;
}

#page #pageContent  #content #menu #treeMenu * {
	cursor: default;
}

#page #pageContent  #content #menu #treeMenu #infoJS{
	font-size: 12px;
}

#page #pageContent  #content #menu #treeMenu #infoJS a{
	font-size: 12px;
	line-height:normal;
	font-style: italic;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	
}

.treemenu .ygtvtn {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvtm { background: url(images/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtmh { background: url(images/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtp { background: url(images/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtph { background: url(images/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvln { background: transparent; width:1em; height:20px; }
.treemenu .ygtvlm { background: url(images/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlmh { background: url(images/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlp { background: url(images/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlph { background: url(images/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvloading { background: url(images/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }
.treemenu .ygtvdepthcell { background: transparent; width:1em; height:20px; }
.treemenu .ygtvblankdepthcell {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvitem { border: 0px solid grey; }  
.treemenu .ygtvchildren { }  
.treemenu .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited { 
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	line-height:25px;
}

.treemenu  .ygtvlabel:hover {
	font-size: 19px;
	font-style: italic;
	text-decoration: none;
	line-height: 25px;
	color: rgb(200,200,200);
}


/* footer */

#footer {
	width: 983px;
	height: 101px;
	background: url(images/footer-png24.png) no-repeat top center;
	margin: 0 auto ;
	text-align: left;
}

#footer * {
	font-size: 13px;
}

#footer #countdown {
	float: left;
	margin: 75px 0 0 20px;
	background: ;
}


#footer #visitorsCounter {
	float: right;
	margin: 75px 20px 0 0;
	background: ;
}
