/* ================================================================ */
/* budowa theme'ow dla jPORTAL zostala opisana standardem, ktory    */
/* znajdziesz wraz z tutorialem tworzenia wlasnego theme'a na       */
/* oficjalnej stronie jPORTAL (http://jportal.one.pl)               */
/* ================================================================ */


/* ================================================================ */
/* definicja wygladu kalendarza                                     */
/* ================================================================ */

.calendar_1 { 
  font-family: Verdana; 
  font-size: 12px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #444444;
} 

.calendar_2 { 
  font-family: Verdana; 
  font-size: 10px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #444444;
} 

.calendar_3 { 
  font-family: Verdana; 
  font-size: 10px; 
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #444444;
} 

.calendar_4 { 
  font-family: Verdana; 
  font-size: 10px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #000000;
} 

/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */

.uni_01 { 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top: 1px; 
  padding-right: 3px; 
  padding-bottom: 1px; 
  padding-left: 3px;
  color: #222222;
}
 
.uni_02 { 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top: 2px; 
  padding-right: 4px; 
  padding-bottom: 2px; 
  padding-left: 4px; 
  color: #222222;
}

.poll { 
  border: none; 
  background: none;
}

.code { 
  border: 1px #999999 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: #400000;
} 

.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: #124875; 
} 

.text {
  font-family: Verdana;
  font-size: 10px;
  text-align: justify;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  color: #000000;
  font-weight: normal
}

.text a {
  text-decoration: underline
}

/* ================================================================ */
/* 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()]
*/


/* ================================================================ */
/* definicje uzytkownika (uzyte w functions.inc.php)                */
/* ================================================================ */


body {
  scrollbar-face-color: #cccccc;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-shadow-color: #dddddd;
  scrollbar-3dlight-color: #d1d1d1;
  scrollbar-arrow-color: #666666;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #888888;
  background: url("gfx/tlo.gif");
}

.title { 
  font-family: Verdana; 
  font-size: 11px; 
  padding-top: 0px; 
  padding-right: 3px; 
  padding-bottom: 0px; 
  padding-left: 3px; 
  color: #363636;
}


.topmenu { 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top: 1px; 
  padding-right: 3px; 
  padding-bottom: 1px; 
  padding-left: 3px;
  color: #363636;
  text-transform: uppercase;
  background: white url("gfx/tophighlight.gif") 0 0 repeat-x;
}

a.topmenu:visited { color: #363636; }
a.topmenu:link { color: #363636; }
a.topmenu:hover { color: #FF8000; }

.menu { 
  font-family: Verdana;
  font-size: 10px; 
  padding: 0;
} 



.o { 
  font-family: Verdana; 
  font-size: 10px; 
  padding: 1px 1px 1px 1px;
  font-weight: bold; 
  color: #eeeeee;
} 

.block { 
  font-family: Verdana; 
  font-size: 10px; 
  padding-top: 2px; 
  padding-right: 3px; 
  padding-bottom: 2px; 
  padding-left: 3px; 
  color: #222222;
}

input { 
  font-family: Verdana; 
  font-size: 10px; 
  color: #666666; 
  border: 1px #555555 solid; 
  background-color: #DEDEDE;
} 

select { 
  font-family: Verdana; 
  font-size: 10px; 
  color: #666666; 
  border: 1px #555555 solid; 
  background-color: #DEDEDE;
} 

textarea { 
  font-family: Verdana; 
  font-size: 10px; 
  color: #000000; 
  border: 1px #555555 solid; 
  background-color: #DEDEDE;
} 


a { text-decoration: none; }
a:visited { color: #000000; text-decoration: none;} 
a:link    { color: #000000; text-decoration: none;}   
a:hover   { color: #FF0000; text-decoration: none;} 

.stopka { 
  font-family: Verdana; 
  font-size: 11px; 
  font-weight: bold;
  text-align: center;
  color: #363636;
}

/* ================================================================ */
/* Przeróbki skryptu                                                */
/* ================================================================ */

/* (theme)/index.php */

#maintable { width: 100%; text-align: center; }

.menutd {
  vertical-align: top;
  background: url("gfx/menu.gif");
  width: 150px;
  height: 100%;
}

.maintd {
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.separator {
  vertical-align: top;
  width: 10px;
}

/* (theme)/functions.inc.php */

#alt1, #alt2, #alt3, #alt4, #alt6 { text-align: center; }

#alt1 { width: 719px; background-color: #000000; }
#alt2 { width: 100%; background-color: #f0f0f0; background: url("gfx/tlo.gif"); }
#alt3 { background-color: #F0F0F0; width: 719px; }
#alt4 { width: 100%; height: 100px; background: url("gfx/tlo.gif"); }

#alt6 { background: url("gfx/tophighlight.gif"); width: 100%; height: 20px; }
#topmenu_search {
  padding-top: 2px;
  padding-bottom: 2;
  height: 100%;
  text-align: right;
  background-color: '.$color[2].';
  background-image: url("gfx/tophighlight.gif");
}
#menu_left { width: 150px; }
.censtr { width: 100%; text-align: center; }

/* ================================================================ */
/* Różne rzeczy */
/* ================================================================ */

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

td {
  font-size: 10px;  
}

th {
  font-size: 10px;
  font-weight: bold;
}

p {
  text-align: justify;
  margin: 3px 3px 3px 3px;
  text-indent: 20px;
}

ul {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  list-style-image: url("gfx/j.gif");
}

h1, h2, h3 { text-align: center; }
h1, h2, h3, h4 {font-weight: bold; }
h1, h5, h6 { font-style: italic; }
h4, h5, h6 { font-size: 10px; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h5 { text-decoration: underline; }

.reaction {
  text-align: left;
  text-indent: 0;
  margin-left: 50px;
  font-weight: bold;
  font-size: 12px;
}

.podpis {
  font-weight: bold;
  text-decoration: underline;
}
/*
.block ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-image: url("gfx/j.gif");
	list-style-position: outside;
	text-indent: 0;
}

.block ul li:before { display: marker; content: url("gfx/j.gif"); marker-offset: 2px; } */