/*@import "blib.css";
@import "user_profil.css";*/
@import "strony.css";

html {
	padding:0;
	margin:0;
}

body {
	background-color: #b8b8b8;  /* #e8e4f2; */
	color: #000000;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: sans-serif;
	background-image: url("tlo1.png");
	background-repeat: repeat; 

}
a {
	text-decoration:none;
}
a:link {
	color:#0008d0;
}
a:hover {
	color:#f01010;
	text-decoration:underline;
}
a:visited {
	color:#0008d0;
}

img {
	border:0;
}

#uklad {
	background-color: #fff; /*#ecefff; */
	width:800px;
	margin:0ex auto 1ex auto;
	border-collapse:collapse;
	padding:0;
	border-spacing:0;
	empty-cells: show;
}
#uklad td {
	border: 0;
	margin: 0;
	
}

/*--------------------------
	elementy naglowka
--------------------------*/

.naglowek {
	background-color:#80a4bf ;/*#6385e4;*/
	height:6px;

}
#headTitCntnr h2{
	margin-left:1cm;
	text-align:left;
}
#naglTyt {
	font-size:130%;
	font-weight:bold;
	margin-left:1cm;
	text-align:left;
}

#logo {
	border-left: solid 1px silver;
	text-align:center;
	/* background-image: url("naglowek_bg.png");
	background-repeat: repeat-x;  */

}
#nagl {
	color:red;
	/*background-image: url("naglowek_bg.png");
	background-repeat: repeat-x; */

	border-left: solid 1px silver;
/*	borderright: solid 1px silver; */
}
#ramka_login{
	border-left: solid 1px silver;
	width: 18ex;
	vertical-align:top;
}

#lewemenu{
	vertical-align:top;
	width:140px;
}

#stuff_ramka {
	border: solid 1px silver;
	vertical-align:top;

}

#menu{
	 /*#e8e4f8; */ /*  #e4e0f0; */
	min-height: 100%;
	margin-right: 0em;
	font-size: 96%;
	/*background-color: #fcfcff; */ /* IE6 nie wyswietla menu gdy ustwiony */

}
#menu a:link{

	font-weight: bold;
	text-decoration: none;
	color: #2020c0;
}

#menu a{
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: #2020c0;
}

#menu a:visited{
	color: #2020c0;
}
#menu a:hover{
	color: #6060ff;/*#a02448*/
	/* background: #e8e8e8; */
}
#menu a:active{
	color: #0080c0;
}

#menu .linkCurrentPage a {
	color: #808080;

}
#menu .linkCurrentPage a:hover {
	color: #808080;

}


#menu ul {
	margin-left:0;
	padding-left: 0;
}
#menu li {
	list-style-type:none;
	margin-top:.7ex;
	border: solid 1px silver;
	margin:.5ex .5ex .5ex .5ex;
	padding: .5ex .5ex .5ex 2.5ex;
	text-align:left;
}
/*#menu li:hover {
	background-color: #e8e8e8;
}*/
#menu h2{
	/*width:100%;*/
	background:#eee;
	font-size:100%;
	margin:0 0 1em 0;
	text-align:center;
}

.menusubbox {
	/*border: solid 1px  silver;
	margin-left:0.0ex;
	margin-right: 0.5ex;
	margin-top: 0.5ex;*/
}
#orgsmenu {
	text-align:center;

}
#orgsmenu img {
	/*height:auto;*/ /*60px; */
	/*width:105px;*/
	margin-top:1.5ex;
	border:0;
}
#orgsmenu a{
	display: block;
	margin-bottom:0.5ex;
}


#menu a.specialLink:link{

	color: #10a010;
}

#menu a.specialLink{
	color: #10a010;
}

#menu a.specialLink:visited{
	color: #10a010;
}
#menu a.specilalLink:hover{
	color: #f00000;/*#a02448*/
}
#menu a.specialLink:active{
	color: #00c080;
}




/* Stuff */

#stuff{
	background-color: #fff; /*#ececff; */ /*  #e4e0f0;*/
	padding:1ex 2ex 3em 2ex;
}
.stuff{
	padding: 1em 5em 1em 5em;
	line-height: 130%;
	text-align:justify;

}

.stuffdata{
	padding: 2ex;
}

h1 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:1.1em;
	text-transform: uppercase;
	color: #444;
}
h2 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:1em;
	text-transform: uppercase;
	color: #444;
}
h3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:1em;
	color: #444;
}


input {
	/*background-color: #fff;
	color: #000;*/
}

/*autor*/
.nazwy_danych {
        color:#020800;
}
.wartosci_danych {
        color:#595a30;
}

/*---------------------------------------------------------------------
 bart stopka
----------------------------------------------------------------------*/

.stopka_td {
	text-align:center; 
	border: solid 1px silver; 
	border-bottom: none;
	font-size:90%;
	color: #555;
}
.bart_stopka {
	text-align:center;
	font-size:100%;
	color:#777;
	/*display:none;*/
	/* margin-top:20%; */
}

.bart_stopka a, .bart_stopka a:visited {
	color:#777;
}

a.bart,  a.bart:visited {
	text-decoration:none;
	color:#667;
}
a.bart:hover {
	background-color:#eee;
}

/*----------------------------------------------------------------------
 tabela do layoutu
----------------------------------------------------------------------*/
table.lay{
	width:100%;
	padding:0;
	border:0;
	margin:0;
	border-spacing:0;

}
table.lay tr{
	padding:0;
	border:0;
	margin:0;
}
table.lay td{
	padding:0;
	border:0;
	margin:0;
}


a.email {
	color:#3b4a4a;
	text-decoration:none;
}
a.email:visited {
	color:#8b9a9a;
}

/*---------------------------------------------------------
 ed
---------------------------------------------------------*/

table.tabelka{
	width: 80%;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-spacing:0px;
	empty-cells:show;
	margin-left: 10%;
	margin-right:10%;
	
}
table.tabelka td{
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	margin:0 0 0 0;
	padding:0.5ex 0.3ex 0.5ex 0.3ex;
}
table.tabelka  p {
	max-width:30em;
}
a.dogory {
	text-align:right;
}
/*-------------------------------------
	naprzemienne wiersze tabeli
-------------------------------------*/

.tp1{
	background-color:#e8e8e8;
}
.tp2{
	 background-color:#f4f4f4;
}

.tablista{
	background-color:#fff;
	width: 100%;
	margin: 1ex auto 1ex auto;
	
}
.tablista td {
	padding:3px 3px 3px  0.7ex;
}
th{
	background-color: #f0f0f0;
}	
/*------------------------------------------

	Formularze

-------------------------------------------*/

.formTable {
	border: solid 1px silver;
	padding:1px;

}
.formDesc {
    vertical-align:top;
    background-color: #f2f2ea;
    padding: 0.5ex;
}
.formInput {
    background-color: #f8f8f0;
    padding: 0.5ex;
}
.formTable select{
    width:250px;  
}
/*.formTable input {
	border: solid 1px silver
}*/

.center {
	text-align:center;
}

fieldset {
	border: solid 1px silver;
}
.buttons {
	margin-top:1em;
}
/*---------------------------------------------------------
	blib/forms
---------------------------------------------------------*/
.oblgt_mark{
	color:red;
	font-size:120%;
}
.op_nrml{
}
.op_err{
	color:red;
}

/*---------------------------------------------------------
	ib2005 
---------------------------------------------------------*/
.pnazwa{
	color: #4040c0;
	font-weight:bold;
	text-transform:uppercase;
}
.adres {
	margin-left:3em;
	line-height:150%;
}

/*---------------------------------------------------------
	program 
---------------------------------------------------------*/
.dzien{
	text-align:center;
	font-weight:bold;
	padding: 1em ;
	
}
.godziny{
	width:13ex;
	text-align:right;
	padding-right:1em;
}
/*---------------------------------------------------------
	login panel
---------------------------------------------------------*/
.login_panel {
	text-align:center;
}
.login_input {
	border: solid 1px silver;
	font-size:80%;
}
.login_ok_but{
	font-size:70%;
	border: solid 1px silver;
	padding:1px 1px 1px 1px;
	

}
/*---------------------------------------------------------
    user
---------------------------------------------------------*/

.user_data_box {
	border:solid 1px #e6e6fd;
	margin-bottom:1em;
	background-color: #f0f2ff;
}

.nowrap {
    white-space: nowrap ;
}
.przycisk {
	border: solid 1px silver;
	padding: 1px;
	background-color:#efefef;
	line-height:200%;
}
.przycisk a:hover{
	text-decoration:none;
}
.wazne {
	/*color:orange; */
	font-weight:bold;
}
hr {
	border:0;
	border-top: solid 1px silver;
}

#pozostaloDoRozpoczecia {
	font-size:90%;
	color: #444;
}
/*  tabelka dane do faktury */
.daneFakturowe {
	width:100%;
}
td.dFakWystawic {
	padding-right:2ex;
	width: 50%;
}
td.dFakWyslac {
	width: 50%;
}

.buttBar {
	/*border:  solid 1px red;*/
	/* width:100%; */
	text-align:right;
	padding-right: 1ex;
	/*margin-right: 1ex;*/
}
.pastDate {
	color: #777;
}

#navTop {
	/*position: absolute;
	width:80ex;
	left:100px;
	height:22px;
	top:0px;*/
	/*background-color: #308018;*/
	/*background-image: url("nav_top_bg.png");*/
	padding-bottom:0;
	margin-bottom:0;
	background-repeat: repeat-x; 
	text-align:left;
	font-family: Arial, Verdana,sans-serif;	
	font-size:10px;
	color: #000;
	

}


#navTop ul {
	/*height:22px;*/
	list-style-position:inside;
	list-style:none;
	list-style-image:none;
	margin:0;
	padding-bottom:0;
	padding-left:0;
	/*margin-top:3px;
	padding:0;*/
}
#navTop li {
	/*padding:2px 4px 2px 2em;*/
	/*height:22px;*/
	/*border-top: solid 1px #99a899;
	border-right: solid 1px #99a899;*/
	/*border-bottom: solid 1px #99a899; /*none;*/
	text-align:center;
	vertical-align:middle;
	/*display: inline *;/ /*width:auto i height:auto*/
	float: left;
	margin-bottom:0;
	padding-right:2px;
	margin-left:0px;
	padding-left:0px;

	
}
#navTop a:hover {
}

#navTop a {
	color:#fff;
	font-weight:bold;
	font-size: 10px;
	/*display: block;*/
	/*height:28px;
	margin-left: 1em; */
	background-image: url("menug_bg.png");
	background-repeat: repeat-x; 

	padding: 2px 1ex 2px 1ex;
	display: block;
	border: solid 1px #fff;
	border-bottom:none;
	 /* inline-block */
	/*display: -moz-inline-block;*/
	/*height:19px;*/

}
#navTop a:hover {
	color:#f0f0ff; 
	text-decoration:none;	
}
#navTop li:first-child {
	border-left: none;
}
#navTop .linkCurrentPage a {
	background-image: none;
	background-color: white;
	color: #105ca6;
	border: solid 1px #d0d0d0;
	border-bottom:none;

}
#navTop .linkCurrentPage a:hover {
	color: #105ca6;
}

/*

*/

.panelLinkow {
	font-size: 95%;
	border:solid 1px #b5c8e0; /*#cfffb9;/*#f6f678;*/
	margin-bottom:1ex;
}

.panelLinkow a:visited{
	/* color: #206d88; */
}
.panelLinkow a:hover{
	/* color: #8a2b2b;*/ /*#a02448*/
	/* background: #e8e8e8; */
}
.panelLinkow ul {
	margin-left:3.5ex; 
	padding-left: 0; 
	/*list-style-position: inside;*/
	/*list-style-type: none;
	list-style-image:none;*/
	/*list-style-image: url("li_kolko.png"); */

	
}
/* .panelLinkow ul li:before {
	color: black
	content: "\00BB \0020"; */
	/* display: block;
    width:1em;
    background-color: #305060; */
/* }*/

.panelLinkow li {
	margin-bottom: 2pt;
	list-style-type:square;
	color: blue;
}
.panelLinkow h2{
	/*width:100%;*/
	background-color:#fff;
	font-size:100%;
	font-weight: bold;
	margin: 0;
	padding-top:6px;
	padding-left:1em;
	height:15px;
	/*text-align:center;*/
	text-decoration:none;
	border:none;
	border-bottom:solid 1px #b5b8f0;/*#f6f678;*/

}


#highlights {
	border:solid 1px #4040c0;
	margin: 1ex 0ex 2ex 0ex;
	padding: 1ex;
}
#highlights a{
	color: blue;
	font-weight: bold;
}

/* e-Uczelnia */
.euczelnia {
	color: #003bad;
	font-weight:bold;
	font-size:110%;
}
#tabOrg td {
	text-align:center;
	vertical-align:bottom;
	/*padding:auto auto auto auto;*/
}
.szare {
	font-weight:bold;
	color: gray;
	font-style:italic; 
}
#tytPatronat {
	text-align:center;
}
#tytulowy {
	text-align:center;
	font-size:160%;
	font-weight: bold;
	line-height:200%;
}
#terminarz  {
	border: solid thin darkgray;
	border-collapse:collapse
}
#terminarz  td {
	border: solid thin darkgray;
	border-collapse:collapse;
	padding: .5ex;
}
.organizatorzyLoga {
	text-align: center;
}

.organizatorzyLoga img {
	padding:2px;
	/* border: solid 1px silver;*/

}
.miejsceObrazki {
	text-align:center;
	
}
.miejsceObrazki img{
	margin-bottom:1em;
	padding: 3px;
	border: solid 1px silver;
	
}
.listaHoteli h3 {
	margin-top: 2em;
	margin-bottom: .5ex;
}
.listaHoteli p {
	margin-top: .5em;
}
#przyciskRejestracja {
	height: 58px;
}
#przyciskRejestracja a {
	display:block;
	width:121px;
	height: 51px;
	padding-top:18px ;
	margin-left:auto;
	margin-right:auto;
	background-image: url("przycisk_rejestracja.png");
	background-repeat: no-repeat; 

}
#przyciskRejestracja a:hover {
	color: #6060ff;
	background-image: url("przycisk_rejestracja_j.png");
	background-repeat: no-repeat; 

}


/*---------------------------------------------------------

	Program 

---------------------------------------------------------*/
/*
 z ogolny.css
.dzien{
	text-align:center;
	font-weight:bold;
	padding: 1em ;
	
}
.godziny{
	width:13ex;
	text-align:right;
	padding-right:1em;
}
/*
table.program {
	/* width:110em; 
	text-align:left;
	background-color:#fcfcfc;
	
}
*/
table.program td {
	padding: .4ex .2ex .4ex .2ex;
	/* background-color:#f4f4f4; */
}
.lp{
	width:2ex;
	display:none;
}

.data{
	width:12ex;
	
	text-align:center;
	 background-color:#f4f4f4;
	/* background-color:#ececec; */
}

.artId{
	width:3ex;
	 /* display:none;  */
	 background-color:#f4f4f4; 
}

.nazwisko{
	/*width:18ex;
	background-color:#efefef;*/
	font-weight:normal;
	color: #996633;
	font-style:italic;
}


.tytul{
	 /*background-color:#f4f4f4;*/
	 font-style:normal;
	
}

.plenarny .nazwisko{
	color: #258;
}


.plenarny .tytul{
	 color:#025
	
}



.dzien{
    font-weight:bold;
    font-size:110%;  
    text-align:center;
	color:#000;
	background-color:#FFDA71;
	padding: 1ex;
	border-top:solid 1px silver;
	border-bottom:solid 1px silver;
	/*height:6ex;*/
}


.tematSesji {
	font-weight:bold;
	font-size:105%;
	text-align:center;
    background-color:#FFEFC1;
	color:#000000;
	padding: 1ex;
}
.wyklady {
	font-weight:bold;
	font-size:105%;
	text-align:center;
    background-color:#FFEFC1;
	color:#000000;
	padding: 1ex;
	border-top:solid 1px silver;
	border-bottom:solid 1px silver;
}
.wydarzenie {
	font-size:140%;
	text-align:center;
	color:#00008B;
	background-color:#f0f0e8;
}
.imprezka {
	font-weight:bold;
	font-size:105%;
	text-align:center;
	background-color:#fff;
	color:#000000;
	padding: 1ex;
}

.przerwa {
	text-transform:uppercase;
	text-align:center;
	background-color:#fff; 

}
.techniczne {
	font-weight:normal;
	font-size:100%;
	text-align:center;
    background-color:#e4e4f0;
	color:#000080;
	padding: 1ex;
}

.przewodzi {
	font-size:12px;
	margin-bottom:0.2ex;
	font-weight: normal;
}
.godziny {
	/*nielamliwe spacje*/
	min-width: 16ex;
	text-align:center;
}
.godzinyRef {
	/*nielamliwe spacje*/
	/*visibility:hidden;*/
	text-align:center;
}
.tytnaz {
	float:right;
	width: 100%;
}
.iid {
	margin-right:1em;
	font-weight: bold;
}
table#programRam td {
	border:solid 1px black;
	padding:0.5ex;
}
table#programRam td.empty {
	border-top:none;
	border-bottom:none;
}
table#programRam td.godz {
	vertical-align:top;
	border-bottom:none;
}
table#programRam td.godz {
	vertical-align:top;
}
table#programRam td.emptyHour {
	border-top:none;
	border-bottom:none;
}
table#programRam {
	border-collapse: collapse; 
	/* border cellpadding="0" cellspacing="0"*/ 
}
