h/* ================================================================ */
/* budowa theme'ow dla jPORTAL zostala opisana standardem, ktory    */
/* znajdziesz wraz z tutorialem tworzenia wlasnego theme'a na       */
/* oficjalnej stronie jPORTAL (http://jportal.info)                 */
/* ================================================================ */


/* ================================================================ */
/* definicja wygladu kalendarza                                     */
/* ================================================================ */

@font-face {
  font-family: 'Lobster1.4';
  src: url('gfx/lobster_1.4-webfont.eot');
  src: url('gfx/lobster_1.4-webfont.eot?#iefix') format  ('embedded-opentype'),
  url('gfx/lobster_1.4-webfont.woff') format('woff'),
  url('gfx/lobster_1.4-webfont.ttf') format('truetype'),
  url('gfx/lobster_1.4-webfont.svg#lobster_1.4regular') format('svg');
  font-weight: normal;
  font-style: normal;
 
}

@font-face {
font-family: 'TrajanPro-Regular';
src: url('TrajanPro-Regular.eot');
src: local('TrajanPro-Regular'),
url('TrajanPro-Regular.otf') format('opentype'),
url('TrajanPro-Regular.ttf') format('truetype'),
url('TrajanPro-Regular.woff') format('woff'),
url('TrajanPro-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}


.calendar_1 {
  font-family: Georgia;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #C0C0C0;
}

.calendar_2 {
  font-family: Georgia;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #9a8e80;  
  color: #151D3A;
}

.calendar_3 {
  font-family: Georgia;
  font-size: 11px;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #C0C0C0;
}

.calendar_4 {
  font-family: Georgia;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #131B39;
  color: #C0C0C0;
}

/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */

.uni_01 {
  font-family: Georgia;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 3px;
  color: #C0C0C0;
}

.uni_02 {
  font-family: Georgia;
  font-size: 11px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  color: #C0C0C0;
}

.poll {
  border: 0px;
  background: none;
}

.code {
  border: 1px #C2C1C5 solid;
  background-color: #f4f4f4;
  font-family: Courier;
  font-size: 12px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 16px;
  text-align: left;
  color: #C0C0C0;
}

.cytat {
  border: 1px #999999 solid;
  background-color: #F4f4f4;
  font-family: Verdana;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 16px;
  text-align: left;
  color: #006633;
}


/* ================================================================ */
/* definicje (glownie linkow) dla theme'ow o duzym kontrascie       */
/* ================================================================ */

/*

dostepne style:

.t_list   [dla linkow tworzonych w tytule funkcji list_body_open()]
.t_art    [dla linkow tworzonych w tytule funkcji art_theme()]
.t_main   [dla linkow tworzonych w tytule funkcji main_title_open()]
          [dla linkow tworzonych w tytule funkcji mn_title_open()]
          [dla linkow tworzonych w tytule funkcji news_theme()]
*/

.t_main:visited {
color: #C0C0C0;
text-shadow: none;
text-decoration: none;
outline:none;
}

.t_main:link   {
color: #C0C0C0;
text-shadow: none;
text-decoration: none;
outline:none;
}


.t_main:hover {
color: #C0C0C0;
text-shadow: 0px 0px 20px #C0C0C0; 
text-decoration: none; 
outline:none;
}


/* ================================================================ */
/* definicje uzytkownika (uzyte w functions.inc.php)                */
/* ================================================================ */


body
{
    background-image: url(gfx/tlo.jpg);
    background-position: bottom left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Georgia;
    padding: 0;
    margin: 0;
}

.title {
  font-family: Georgia;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  color: #C0C0C0;
}

h1
{
  font-family: Georgia;
  font-size: 13px;
  font-weight: bold;
  text-align: center; 
}

.menu {
  font-family: Georgia;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #C0C0C0;
}

.o {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  font-weight: bold;
  color: #C0C0C0;
}

.block {
  font-family: Verdana;
  font-size: 11px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
  color: #C0C0C0;
}

input {
  font-family: Georgia;
  font-size: 11px;
  color: #C0C0C0;
  border: 1px #C0C0C0 solid;
  background-color: #000000;
}

select {
  font-family: Georgia;
  font-size: 11px;
  color: #C0C0C0;
  border: 1px #C0C0C0 solid;
  background-color: #000000;
}

textarea {
  font-family: Georgia;
  font-size: 11px;
  color: #C0C0C0;
  border: 1px #C0C0C0 solid;
  background-color: #000000;
}


.tlo {
background: url('gfx/tlo.jpg');
background-attachment:fixed;
}

.nomenu_gora {
  text-align: center;
  border: 0px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px; 
  color: #3e6188;
  background: url('gfx/nomenu1.png');
  background-repeat:no-repeat; 
 
}

.nomenu_srodek {
  font-family: Georgia;
  font-size: 12px;
  text-align: left;
  border: 0px;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
/* margin: 5px 50px 0px 50px; */
  color: #3e6188;
  background: url('gfx/nomenu2.png');
  background-repeat:repeat-y;
  overflow: hidden;
  
}

.nomenu_dol {
  border: 0px;
  padding: 0px;
  background: url('gfx/nomenu3.png');
  background-repeat:no-repeat;  
  
}

.blok_gora {
  /* width: 196px; */
  /* hight: 80px; */
  font-family: Georgia;  
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-style: italic; 
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px; 
  color: #C0C0C0;
  background:url('gfx/blok_gora.png');
  background-repeat:no-repeat;
   
}


.blok_srodek {
  /* width: 160px; */
  font-family: Georgia;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px; 
  /* margin: 5px 0px 0px 15px; */
  background:url('gfx/blok_srodek.png');
  background-repeat:repeat-y;
  color: #C0C0C0;
  overflow: hidden;
  
}

.blok_dol {  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  /* margin: 5px 0px 0px 15px; */
  background:url('gfx/blok_dol.png');
  background-repeat:no-repeat;
  overflow: hidden;
  
}

.news_gora {
  font-family: Georgia;
  font-weight: normal;
  font-size: 14px;
  padding-top: 0px; 
  padding-right: 50px; 
  padding-bottom: 25px; 
  padding-left: 50px; 
	/*text-indent: 4px;*/
  text-align: center;
  background: url('gfx/news_gora.png');
  background-repeat:no-repeat;
  color: #C0C0C0; 
  overflow: hidden;
  opacity: 1;
}

.news_srodek { 
  width: 475px;
  font-family: Georgia; 
  font-size: 12px; 
  text-align: left; 
  font-weight: normal;
  padding-top: 3px; 
  padding-right: 30px; 
  padding-bottom: 0px; 
  padding-left: 30px;  
  color: #C0C0C0; 
  background: url('gfx/news_srodek.png');
  background-repeat:repeat-y;
  overflow: hidden;
  opacity: 1;
}

.news_dol { 
  width: 470px;
  font-family: Georgia; 
  font-size: 12px; 
  text-align: center;  
  padding-top: 50px; 
  padding-right: 80px; 
  padding-bottom: 10px; 
  padding-left: 80px; 
  overflow: hidden;
  opacity: 1;
}

.index_gora {
  width: 1200px;
  height: 85px;
  font-family: Georgia; 
  font-size: 16px; 
  font-weight: bold;
  text-align: center; 
  padding-top: 0px;
  padding-right: 200px;
  padding-bottom: 30px;
  padding-left: 200px; 
  color: #C0C0C0;
  background: url('gfx/nomenu1.png');
  background-repeat:no-repeat;
  overflow: hidden;

}

.index_srodek {
  width: 1200px;
  font-family: Georgia; 
  font-size: 11px;   
  text-align: left; 
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px; 
  background: url('gfx/nomenu2.png');
  background-repeat:repeat-y;
  color: #C0C0C0;
  overflow: hidden;

}

.index_dol {
  width: 1200px;
  height: 85px;
  background: url('gfx/nomenu3.png');
  background-repeat:no-repeat;
  overflow: hidden;

}

.stopka {
  font-family: Georgia; 
  font-size: 11px;
  color: #C0C0C0; 
  text-align: center; 
  padding-top: 120px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background: url('gfx/stopka.png');
  background-repeat:repeat-x;
    overflow: hidden;
}

.middle {
width: 440px;
vertical-align: middle;
margin: 20px 14px 0px 14px;
}

.table_main {
border: 0px;
padding: 0px;
margin: 10px 8px 0px 8px;
text-align: center;
}

.table_middle {
width: 440px;
border: 0px;
padding: 0px;
margin: 10px 0px 0px 0px;
text-align: center;
}

.table_menu {
border: 0px;
padding: 0px;
margin: 0px 0px 0px 0px;
}



a:visited {
color: #C0C0C0;
text-shadow: none;
text-decoration: none;
outline:none;
}

a:link   {
color: #C0C0C0;
text-shadow: none;
text-decoration: none;
outline:none;
}


a:hover {
color: rgb(226, 226, 226);
text-shadow: 0px 0px 16px rgb(255, 255, 255); 
text-decoration: none; 
outline:none;
}


fieldset {
border:2px solid #ffffff; 
text-align:left;
font-family: Georgia; 
font-size: 11px; 
color: #BBBCCA;
padding: 4px;
}

legend {
font-family: Georgia; 
font-size: 11px; 
color: #BBBCCA;

}

table.comm {
border: 1px solid #ffffff;
border-collapse : collapse;
font-family: Georgia; 
font-size: 11px; 
color: #BBBCCA;

}

td.com {
height: 24px;
font-family: Georgia; 
font-size: 11px; 
color: #000000;
background: url('gfx/kom_gora.png');
background-repeat:repeat-x;
}

td.nor {
font-family: Georgia; 
font-size: 11px; 
color: #BBBCCA;
}