/* ================================================================ */
/* 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                                     */
/* ================================================================ */

a.t_main:link, a.t_main:visited, a.t_list:link, a.t_art:link, a.t_list:visited, a.t_art:visited {
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
}

a.t_main:hover, a.t_list:hover, a.t_art:hover{
	color : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
}

a.topmenu:link, a.topmenu:visited {
	color : #000000;
	font : bold;
}

a.topmenu:hover {
	color : #000000;
	font : bold;
}

a:link, a:visited {
	color : #000000;
	text-decoration : none;
}

a:hover {
	color : red;
	text-decoration : none;
}
a.forum:link, a.forum:visited, a.forum:hover {
	color : #000000;
	font : normal;
}

/* ================================================================ */
/* 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 : #ebfeee;
	scrollbar-3dlight-color : #D1D7DC;
	scrollbar-arrow-color : #666666;
	scrollbar-darkshadow-color : #888888;
	scrollbar-face-color : #D1D7DC;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #DEE3E7;
	scrollbar-track-color : #EFEFEF;
}

input {
 font-family: Verdana; 
 font-size: 11px; 
 color: #303C28; 
 border: 1px #5F794F solid; 
 background-color: #EFF4EC;
}

select {
 font-family: Verdana; 
 font-size: 11px; 
 color: #0000000; 
 border: 1px #000000 solid; 
 background-color: #EFF4EC;
}

td {
	color : #666666;
	font-family : Verdana;
	font-size : 10px;
}

textarea {
 font-family: Verdana; 
 font-size: 11px; 
 color: #303C28; 
 border: 1px #5F794F solid; 
 background-color: #EFF4EC;
}

a:visited { text-decoration: none; color: #000000} 
a:link    { text-decoration: none; color: #000000}   
a:hover   { text-decoration: none; color: red}

.block {
	color : #666666;
	font-family : Verdana;
	font-size : 10px;
	padding-bottom : 7px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
}
.forum {
 font-family: Verdana; 
  font-size: 10px; 
  padding-top: 1px; 
  padding-right: 3px; 
  padding-bottom: 1px; 
  padding-left: 3px;
  color: #000000;
}
.calendar_1 {
	color : #444444;
	font-family : Verdana;
	font-size : 15px;
	font-weight : bold;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : center;
}

.calendar_2 {
	background-color : #ECECEC;
	color : #444444;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : center;
}

.calendar_3 {
	color : #444444;
	font-family : Verdana;
	font-size : 10px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : center;
}

.calendar_4 {
	background-color : #C4C4C4;
	color : #EEEEEE;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : center;
}

.code {
	background-color : #F4F4F4;
	border : 1px #999999 solid;
	color : #990000;
	font-family : Courier;
	font-size : 10px;
	padding-bottom : 2px;
	padding-left : 16px;
	padding-right : 3px;
	padding-top : 1px;
	text-align : left;
}

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



.menu {
	color : #666666;
	font-family : Verdana;
	font-size : 10px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

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

.poll {
	background : url('gfx/separ.gif');
	border:0px none; 
}

.text {
 font-family: Verdana;
 font-size: 10px;
 text-align: justify;
 padding-top: 10px;
 padding-right: 8px;
 padding-bottom: 10px;
 padding-left: 8px;
 color: #000000;
 font-weight: normal;
}

.titles {
	background : url('img/menu1a.gif') repeat-x;
	color : #008000;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}
.titles1 {
	background : url('img/menu2a.gif') repeat-x;
	color : #008000;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}
.title {
	background : url('img/title.gif') repeat-x;
	color : #008000;
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}
.title22 {

	color : #008000;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}
.title2 {
	background : url('gfx/pion2.gif') no-repeat left center;
	color : #000000;
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}

/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */
.uni_01 {
	color : #222222;
	font-family : Verdana;
	font-size : 10px;
	padding-bottom : 1px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 1px;
}

.uni_02 {
	color : #222222;
	font-family : Verdana;
	font-size : 10px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
}
