body {
	background-color: #1d1666;
/*	background-color: #222; */
	color: white;
}

table {
	background-repeat: repeat-x;
}

td {
        background-repeat: repeat-x;
}

:link {
  color: #99cccc;
}

:visited {
  color: #99cccc;
}


#container
{
width: 800px;
margin: 10px auto;
background-color: #1d1666;
color: #333;
}

#top
{
padding: .5em;
background-color: #100c50;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
/*height: 100%; */
margin: 0;
border: 1px solid #99cccc;
background-color: #100c50;
}

#rightnav
{
float: right;
width: 160px;
/*height: 100%;*/
margin: 0;
border: 1px solid #99cccc;
background-color: #100c50;
}

#content
{
margin-left: 170px;
margin-right: 170px;
max-width: 36em;
border: 1px solid #99cccc;
background-color: #100c50;
}

#footer
{
clear: both;
margin-top: 5;
padding: .5em;
color: #333;
background-color: #100c50;
}

p {
	font-family : sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 1px;
}

p.bar {
	font-size : 10px;
}

p.address {
     font-size : 10px;
      margin: 1;
      margin-bottom: 4px;
      color: #4c5af2;
      text-align : right;
}

p.note{
	font-size: 10px;
	text-align: center;
	color: White;
}

p.opis{
	font-size: 10px;
	text-align : justify;
	margin-left : 10px;
	margin-right: 10px;
	margin-top: 210px;
}

p.nbar{
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}

p.ndata{
	font-size : 10px;
	margin-left: 10px;
	margin-right: 5px;
}

p.ntitle{
	font-size : 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
}

p.nbody	{
	margin-left: 10px;
	margin-right: 5px;
}

p.nverte {
	font-size : 10px;
	text-align : right;
	margin-right: 5px;
}

p.menuitem {
	font-size : 14px;
	font-weight : bold;
	margin-top: 10px;
	margin-left: 10px;
}

p.menuitem a:hover {
	   color: #10ff9d;
}


p.subtitle {
	font-size : 12px;
	font-weight: bold;
}

p.title {
	font-size: 26px;
	font-weight : bold;
}

p.pagetitle {
	font-size: 26px;
	font-weight : bold;
}

p.pictitle{
        text-align: center;
	margin: 0px 10px 0px 10px;
	font-size: 16px;
}

.sect-narrow {
  font-family: sans-serif;
  text-align:left; 
  margin: 10px 40px 5px 1px;
/*  color:#91bdc5; 
  background-color: #514b8b; */
  color: #10ff9d;
  background-color: #4008a0; 
  padding: 0px 20px 0px 20px; 
  font-size: 14px; 
  font-weight: bold;
  line-height: 1.2em;
  min-width: 140px;
  width: auto;
 }

.info {
  text-align: justify; 
  font-size: 10px;
  padding: 1px 2px 1px 2px;
}

.sect-wide {
  font-family: sans-serif;
  text-align:left; 
  margin: 10px 120px 15px 30px;
/*  color:#91bdc5; 
  background-color: #514b8b; 
*/
  color: #10ff9d;
  background-color: #4008a0; 
  padding: 0px 20px 0px 20px; 
  font-size: 15px; 
  font-weight: bold;
  line-height: 1.1em;
  min-width: 240px;
  width: auto;
 }

.info-wide {
  text-align: justify; 
  font-size: 12px;
  padding: 1px 10px 1px 10px;
}

.panel-main {	
  border: 3px solid #000;
/*  border: 1px solid #99cccc; */
  background-color: #100c50;
  padding: 2px 2px 2px 2px;
  vertical-align: top; 
}

.panel-main-t {	
/*  border: 1px solid #6857aa; */
  border: 6px solid #000000;
  background-color: #666;
  padding: 2px 2px 2px 2px;
  vertical-align: top; 
}

.panel-main-t p {	
   color: black;
   text-align: left;
   font-size: x-small;
}
.panel-main-t span {	
   color: black;
   text-align: center;
   font-size: small;
}
.panel-main-t div {	
   color: black;
   text-align: center;
   font-size: large;
   font-weight: bold;
}


.panel-title {
  font-family: sans-serif;
  text-align:left; 
  margin: 0px 0px 10px 0px;
/*  color:#91bdc5;
  background-color: #6857aa; 
*/
  color: #10ff9d;
  background-color: #4008a0; 
  padding: 0px 20px 0px 20px; 
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
}

.panel-title a {color: #10ff88}

div.scroll {
  margin: 0;
  /* If scrolling is needed: */
  overflow: auto; 
  top: 0;
  left: 0;
  /* Width of left */
  width: 100%;
  height: auto;
}

div.scroll div {
  position: static; 
 /* Restore to normal values */
  width: auto;
  height: auto;
}

.mbar{
  width: 800px; 
  background-image: url(/bar_bkg.jpg);
  line-height: 22px;
  color: white;
}

.rlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px; 
  color: white;
}

.rlist li {
  display: inline; 
  text-decoration: none;
  padding: .2em 6px;
}

.llist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px; 
  color: white;
  float: left;  
}

.llist li {
  display: inline; 
  text-decoration: none;
  padding: .2em 6px;
}


p.head-s {
  background: navy;
  text-align: center;
  margin: 10px 5px 5px 5px;
  font-size: xx-small;
}

p.head-l {
  background: navy;
  text-align: center;
  margin: 10px 5px 5px 5px;
  font-size: x-small;
}

p.cdate {
   margin-left: 5px;
   margin-top: 15px;
   font-size: 10px;
   color: cyan;
   }
p.cspeaker {
   margin-left: 5px;
   font-weight: bold;
   }
p.caffil {
   margin-left: 5px;
   font-size: 12px;
   }
p.ctitle {
   margin-left: 25px;
   margin-right: 10px;
   font-weight: normal;
   font-size: 16px;
   color: cyan;
   }
p.ctitle:before {
   font-style: normal;
   font-weight: bold;
   color: yellow;
   content:'Title: ';
}
p.cabstract {
   margin-left: 25px;
   margin-right: 30px;
   font-style: normal;
   font-size: 14px;
   color: white;
   }
p.cabstract:before {
   font-style: normal;
   font-weight: bold;
   color: yellow;
   content:'Abstract: ';
}
p.cnone {
   margin-left: 25px;
   margin-right: 20px;
   font-style: italic;
   font-size: 14px;
   color: white;
   }


p.cabshover {
   margin-left: 25px;
   margin-right: 30px;
   font-style: normal;
   font-size: 14px;
   }
a.cabs {
    margin-left: 25px;
    font-style: normal;
    font-size: 14px;
    color: yellow;
    text-decoration: none;
   }
   a.cabs span {
    display: none;
   }
   a.cabs:hover span {
    display: inline;
    color: white;
   }


p.pdate {
   margin-left: 5px;
   margin-top: 10px;
   font-size: 10px;
   color: cyan;
   }
p.pspeaker {
   margin-left: 5px;
   font-weight: bold;
   }
p.paffil {
   margin-left: 5px;
   font-size: 12px;
   }
p.ptitle {
   margin-left: 25px;
   margin-right: 10px;
   font-weight: normal;
   font-size: 16px;
   color: cyan;
   }
p.ptitle:before {
   font-style: normal;
   font-weight: bold;
   color: yellow;
   content:'Tytuł: ';
}
p.pabstract {
   margin-left: 25px;
   margin-right: 30px;
   font-style: normal;
   font-size: 14px;
   color: white;
   }
p.pabstract:before {
   font-style: normal;
   font-weight: bold;
   color: yellow;
   content:'Streszczenie: ';
}
p.pabs {
   margin-left: 15px;
   margin-right: 20px;
   font-style: italic;
   font-size: 12px;
   color: white;
   display: table-cell;
   }


div.tabs {
   margin-left: 25px;
   margin-right: 10px;
   font-size: 12px;
   float: left;
   color: yellow;
   }

.new {
   font-size: smaller;
   color: red;
   vertical-align: super;
   text-decoration: blink;
}

