/* ================================================================ */
/* 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                                     */
/* ================================================================ */

a.f_main:link {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.f_main:visited {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.f_main:hover {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.t_main:link, a.t_list:link, a.t_art:link {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.t_main:visited, a.t_list:visited, a.t_art:visited {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.t_main:hover, a.t_list:hover, a.t_art:hover{
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.topmenu:link {
	color : #EEEEEE;
	font-weight : normal;
}

a.topmenu:visited {
	color : #EEEEEE;
	font-weight : normal;
}

a.topmenu:hover {
	color : #00DDFC;
	font-weight : normal;
}

a:link {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a:visited {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a:hover {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}

a.login:link {
	color : #222222;
	font : bold;
}

a.login:visited {
	color : #222222;
	font : bold;
}

a.login:hover {
	color : #DDDDDD;
	font : bold;
}

/* ================================================================ */
/* 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 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
   PADDING-TOP: 0px;
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	scrollbar-3dlight-color : #D1D7DC;
	scrollbar-arrow-color : #777777;
	scrollbar-darkshadow-color : #98AAB1;
	scrollbar-face-color : #DEE3E7;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #DEE3E7;
	scrollbar-track-color : #EFEFEF;
}

input {
	background-color : #EFEFEF;
	border : 1px #333333 solid;
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
}

select {
	background-color : #EFEFEF;
	border : 1px #333333 solid;
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
}

td {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
}

textarea {
	background-color : #EFEFEF;
	border : 1px #333333 solid;
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
}

.block {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
}

.calendar_1 {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	text-align : center;
}

.calendar_2 {
	background-color : #D1D1D1;
	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 : #4F4F4F;
	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 : #D1D1D1;
	color : #4F4F4F;
	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 : 12px;
	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 : 11px;
	padding-bottom : 2px;
	padding-left : 16px;
	padding-right : 3px;
	padding-top : 1px;
	text-align : left;
}

.menu {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

.o {
	color : #EEEEEE;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}

.poll {
	background : none;
	border : none;
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
}

.text {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	padding-bottom : 3px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 3px;
	text-align : justify;
}

.title {
	color : #4F4F4F;
	font : normal bold;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 0px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 0px;
}

.topmenu {
	color : #EEEEEE;
}

.topmenu {
	color : #EEEEEE;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 1px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 1px;
}

/* ================================================================ */
/* podstawowe class'y modulow systemu                               */
/* ================================================================ */
.uni_01 {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 1px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 1px;
}

.uni_02 {
	color : #4F4F4F;
	font-family : Verdana;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
}
