/* ================================================================ */
/* 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                                     */
/* ================================================================ */

.calendar_1 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #1B1913;
} 

.calendar_2 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  background-color: #D3CCB8;
  color: #1B1913;
} 

.calendar_3 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #1B1913;
} 

.calendar_4 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  font-weight: bold;
  text-align: center;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  background-color: #D3CCB8;
  color: #600000;
} 

/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */

.uni_01 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 1px; 
  padding-right: 3px; 
  padding-bottom: 1px; 
  padding-left: 3px;
  color: #1B1913;
}
 
.uni_02 { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 2px; 
  padding-right: 4px; 
  padding-bottom: 2px; 
  padding-left: 4px; 
  color: #1B1913;
}

.poll { 
  border: 0px; 
  background-color: #ECE4CC;
}

.code { 
  border: 1px #1B1913 solid; 
  background-color: #D3CCB8; 
  font-family: Courier; 
  font-size: 11px; 
  padding-top: 1px; 
  padding-right: 3px; 
  padding-bottom: 2px; 
  padding-left: 16px; 
  text-align: left; 
  color: #990000;
} 

.cytat { 
  border: 1px #1B1913 solid; 
  background-color: #D3CCB8; 
  font-family: trebuchet ms; 
  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()]
*/



/* ================================================================ */
/* definicje uzytkownika (uzyte w functions.inc.php)                */
/* ================================================================ */


body {
	background-color: #ECE4CC;
	scrollbar-face-color :#ECE4CC;
	scrollbar-highlight-color : #1B1913;
	scrollbar-shadow-color : #1B1913;
	scrollbar-3dlight-color : #ECE4CC;
	scrollbar-arrow-color : #1B1913;
	scrollbar-track-color : #ECE4CC;
	scrollbar-darkshadow-color : #ECE4CC;
	scrollbar-base-color : #ECE4CC;
	background-image : url(gfx/tlo.gif);
}

.title { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 0px; 
  padding-right: 3px; 
  padding-bottom: 0px; 
  padding-left: 3px; 
  color: #1B1913;
}

.menu { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px; 
  color: #1B1913;
} 

.o { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 1px; 
  padding-right: 1px; 
  padding-bottom: 1px; 
  padding-left: 1px;
  font-weight: bold; 
  color: #1B1913;
} 

.block { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  padding-top: 2px; 
  padding-right: 3px; 
  padding-bottom: 2px; 
  padding-left: 3px; 
  color: #1B1913;
} 

input { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  color: #1B1913; 
  border: 1px #1B1913 solid; 
  background-color: #D3CCB8;
} 

select { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  color: #1B1913; 
  border: 1px #1B1913 solid; 
  background-color: #D3CCB8;
} 

textarea { 
  font-family: trebuchet ms; 
  font-size: 11px; 
  color: #1B1913; 
  border: 1px #1B1913 solid; 
  background-color: #D3CCB8;
} 



a:visited { text-decoration: none; color: #600000} 
a:link    { text-decoration: none; color: #600000}   
a:hover   { text-decoration: none; color: #FF0000} 


