.text_small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }
.text_small_just { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align : justify; }
.text_norm, P { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }
.text_big { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px}

.itemBorder
{
	border: 1px solid white
}

.itemText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px
}
li
{
	list-style-image: url(../../images/trojkat.gif);
}
.linkmanText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F7F0D6;
	padding-left: 15px;
	padding-bottom: 5px
}

.linkmanText:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7F0D6;
	padding-left: 15px;
	text-decoration: underline;
}


.itemText:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 15px
}

.itemText:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px
}

.itemMainMenuText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center
}

.crazyBorder
{ 
	border: 2px outset #663399
}

.crazyText
{
	text-decoration: none;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold
}

.red_text
{
	color: #CC0000;
}

/*
 * Podstawowe style dla standardowych elementów HTML.
 */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D6B580;
}

TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

H1 { font-size: 20px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
H5 { font-size: 12px; }
H6 { font-size: 11px; }

A, A:visited, A:active {
	color: #660000;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}

OL {
}

OL LI {
	margin-bottom: 0.5em;
}

UL {
	margin-top: 0.5em;
}

/*UL LI {
	margin-bottom: 1em;
	list-style: disc;
}

/*
 * KONIEC: Podstawowe style dla standardowych elementów HTML.
 */


/*
 * Style dla inputów.
 */

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

INPUT.input_button {
	font-size: 11px;
	font-weight: bold;
	color: #F8DEBB;
	background-color: #5B3C27;
	border: solid 2px #5B3C27;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

INPUT.input_button:hover {
	color: #F8DEBB;
	background-color: #4981BE;
	border: solid 2px #5B3C27;
}

INPUT.input_button:active {
	color: #F8DEBB;
	background-color: #4981BE;
	border-top: solid 2px #1B3249;
	border-left: solid 2px #1B3249;
	border-bottom: solid 2px #AAC5DF;
	border-right: solid 2px #AAC5DF;
}

INPUT.input_text {
}

INPUT.input_checkbox {
}

INPUT.input_radio {
}

TEXTAREA.input_textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SELECT.input_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * KONIEC: Style dla inputów.
 */

/*
 * Style dla przycisków.
 */
 
INPUT.button_01 {
	font-size: 10px;
	font-weight: bold;
	color: #0062B2;
	background-color: #FFFFFF;
	background-image: url(../../images/bgb.gif);
	height: 17px;
	padding: 1px 4px 1px 4px;
	border: solid 1px #015697;
	cursor: pointer;
}

/*
 * KONIEC: Style dla przycisków.
 */


/*
 * Style potrzebne CMS-owi.
 */

/* Sekcja widoczna w trybie edycji */
TABLE.cms_section {
	border: dashed 2px #BBBBBB;
}

/* Niezaakceptowana sekcja widoczna w trybie edycji */
TABLE.cms_section_not_accepted {
	border: solid 2px #CC8800;
}

/* Podwietlona sekcja widoczna w trybie edycji */
TABLE.cms_section_highlighted {
	border: solid 6px #CC0000;
}

/*
 * KONIEC: Style potrzebne CMS-owi.
 */


/*
 * Style dla NavInfo.
 */

TABLE.navinfo {
	border: solid 1px #185D57;
}

TABLE.navinfo TD.place {
	font-family: Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #348780;
	padding: 4px 18px 4px 18px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}

TABLE.navinfo TD.path {
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #387485;
	padding: 4px 4px 4px 12px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}

TABLE.navinfo TD.status {
	background-color: #F5F5E5;
	padding: 4px 4px 4px 18px;
}

TABLE.navinfo TD.errorstatus {
	font-weight: bold;
	color: #CC0000;
	background-color: #F5F5E5;
	padding: 4px 4px 4px 18px;
}

/*
 * KONIEC: Style dla NavInfo.
 */


/*
 * Style dla Common Tables.
 */

/*
 * Style dla Standard table.
 */

TABLE.common_table_standard {
	background-color: #D6B580;
	border: solid 1px #000000;
}

TABLE.common_table_standard TD {
	padding: 2px 4px 2px 4px;
}

TABLE.common_table_standard TH {
	font-weight: bold;
	color: #F8DEBB;
	background-color: #5B3C27;
	padding: 4px 4px 4px 4px;
}

TH.inner_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5B3C27;
	padding: 4px 4px 4px 4px;
}

TABLE.common_table_standard TD.normal {
	color: #000000;
	background-color: #EEE1CC;
	border-left: solid 1px #D0D0D0;
}

TABLE.common_table_standard TD.alternate {
	color: #132835;
	background-color: #DDF1F4;
}

TABLE.common_table_standard TD.highlighted {
	color: #000000;
	background-color: #FFEFB0;
	border-left: solid 1px #D0D0D0;
}

/*
 * KONIEC: Style dla Standard common table.
 */

/*
 * Style dla Standard form.
 */

TABLE.common_form_standard {
}

TABLE.common_form_standard TD {
	padding: 1px 1px 1px 1px;
}

TABLE.common_form_standard TH {
	font-weight: bold;
	color: #F8DEBB;
	background-color: #5B3C27;
	padding: 4px 4px 4px 4px;
}


TABLE.common_inner_form {
}

TABLE.common_inner_form TH {
	font-weight: bold;
	color: #000000;
	background-color: #D6B580;
	padding: 4px 4px 4px 8px;
}

TABLE.common_inner_form TD.normal {
	color: #000000;
	background-color: #EEE1CC;
	border-bottom: solid 1px #D6B580;
	padding: 2px 4px 2px 8px;
}

TABLE.common_inner_form TD.alternate {
	color: #132835;
	background-color: #DDF1F4;
	border-bottom: solid 1px #D6B580;
	padding: 2px 4px 2px 8px;
}


/*
 * KONIEC: Style dla Standard common table.
 */

/*
 * KONIEC: Style dla Common Tables.
 */

/*
 * Style dla treści w serwisie.
 */
 
.section_title
{
	color: #6D461D;
	font-weight: bold;
}

/*
 * KONIEC: Style dla treści w serwisie.
 */

/*
 * Style dla forum.
 */
.forum_thread_title_in_comments
{
	color: black;
	padding: 2px;
	font-size: 120%
	text-align: center;
}

.forum_thread_creation_info_in_comments
{
	color: white;
	background-color: #AA0000;
	padding: 2px
}

.forum_thread_description_in_comments
{
	color: black;
	padding: 2px;
	text-align: center;
}

.forum_thread_in_comments
{
	padding: 1px;
	text-align: center;
}

.forum_comment_content
{
	padding: 2px;
	background-color: #EEE1CC
}

.forum_comment_creation_info
{
	color: #F8DEBB;
	background-color: #5B3C27;
	padding: 2px
}

.forum_comment
{
	padding: 1px;
	border: solid 1px #999999
}

.forum_not_accepted_comment_content
{
	padding: 2px;
	background-color: #FFFFFF
}

/*
 * KONIEC: Style dla forum.
 */

/*
 * Style dla kalendarza.
 */

TABLE.calendar_month_header
{
	background-color: #FFFFFF;
}

TABLE.calendar_month_header TH.month_name
{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #01017C;
	height: 16px;
}


TABLE.calendar
{
	border: solid 1px #588ABC;
}

TABLE.calendar TD
{
	font-size: 11px;
	text-align: center;
	height: 18px;
}

TABLE.calendar TH.weekday
{
	font-weight: normal;
	color: #C7D4E1;
	background-color: #588ABC;
	height: 16px;
}

TABLE.calendar TD.day
{
	background-color: #FFFFFF;
}

TABLE.calendar TD.today
{
	background-color: #FFE6AA;
}

TABLE.calendar TD.viewed_day
{
	border: solid 1px #294D95;
	background-color: #FFFFFF;
}

TABLE.calendar TD.today_is_viewed_day
{
	border: solid 1px #294D95;
	background-color: #FFE6AA;
}

TABLE.calendar TD.weekend
{
	background-color: #FFFBE2;
}

TABLE.calendar TD.other_month
{
	background-color: #FFFFFF;
}

A.day, A.day:visited, A.day:active
{
	color: #000000;
	text-decoration: none;
}
A.day:hover
{
	color: #294D95;
	text-decoration: underline;
}

A.today, A.today:visited, A.today:active
{
	color: #000000;
	text-decoration: none;
}
A.today:hover
{
	color: #294D95;
	text-decoration: underline;
}

A.weekend, A.weekend:visited, A.weekend:active
{
	color: #000000;
	text-decoration: none;
}
A.weekend:hover
{
	color: #294D95;
	text-decoration: underline;
}

/*
 * KONIEC: Style dla kalendarza.
 */


/*
 * Style dla zdarzeń w danym dniu kalendarza.
 */

TABLE.calendar_day
{
	border: solid 1px #000000;
}

TABLE.calendar_day TD
{
	border-bottom: solid 1px #B7B7B7;
	border-right: solid 1px #B7B7B7;
}

TABLE.calendar_day TD.hour
{
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 50px;
	text-align: center;
}

TABLE.calendar_day TD.event
{
	background-color: #FFFFD3;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

TABLE.calendar_day TD.general_event
{
	background-color: #C3EEC3;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

TABLE.calendar_day TD.public_event
{
	background-color: #FFFFD3;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

TABLE.calendar_day TD.personal_event
{
	background-color: #F1FBFF;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

TABLE.calendar_day TD.empty
{
	background-color: #FFFFEF;
}

/*
 * KONIEC: Style dla zdarzeń w danym dniu kalendarza.
 */


/*
 * Style dla zdarzeń całodniowych w kalendarzu.
 */

TABLE.calendar_full_day
{
}

TABLE.calendar_full_day TH
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #588ABC;
	text-align: center;
}

TABLE.calendar_full_day TD.event
{
	background-color: #FFFFD3;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 3px 5px 3px 5px;
}

TABLE.calendar_full_day TD.public_event
{
	background-color: #FFFFD3;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 3px 5px 3px 5px;
}

TABLE.calendar_full_day TD.general_event
{
	background-color: #FFF4CA;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 3px 5px 3px 5px;
}

TABLE.calendar_full_day TD.personal_event
{
	background-color: #F1FBFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 3px 5px 3px 5px;
}

TABLE.calendar_full_day TD.separator
{
	height: 2px;
}

/*
 * KONIEC: Style dla zdarzeń całodniowych w kalendarzu.
 */

/*
 * Style dla formularza dodania zdarzenia do kalendarza.
 */

TABLE.add_event
{
	border: solid 1px #588ABC;
}

TABLE.add_event TH
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #588ABC;
	text-align: center;
}

TABLE.add_event TD.label
{
	background-color: #F1FBFF;
	padding: 2px 2px 2px 2px;
}

TABLE.add_event TD.input
{
	background-color: #FFFBE2;
	padding: 2px 2px 2px 2px;
}

/*
 * KONIEC: Style dla formularza dodania zdarzenia do kalendarza.
 */


/*
 * Style dla wizytówki użytkownika.
 */

TABLE.user_card
{
	border: solid 1px #588ABC;
}

TABLE.user_card TD
{
	background-color: #FFFFFB;
	padding: 8px 8px 8px 8px;
}

TABLE.user_card_entries
{
}

TABLE.user_card_entries TD
{
	color: #000000;
	padding: 2px 4px 2px 4px;
	font-size: 9px;
}

IMG.user_photo
{
	border: solid 1px #808080;
}

/*
 * KONIEC: Style dla wizytówki użytkownika.
 */
 
 /*
 * Style dla Robertowego menu.
 */

 
 .menu_text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
; font-style: normal; font-weight: bold
}
.menu_text:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
}
.menu_text:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
}
.menu_text:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
}
.menu_text:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
}

.menu_text_black { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
}
.menu_text_black:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #440000;
	text-decoration: none;
}
.menu_text_black:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #220000;
	text-decoration: none;
}
.menu_text_black:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #440000;
	text-decoration: none;
}
.menu_text_black:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #660000;
	text-decoration: none;
}
.menu_border { border: 1px solid #6C4B25 }
.menu_background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #D6B580;
	cursor: hand;
	height: 24px;
	width: 110px;
	border-style: none;	
}
.menu_background:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: red;
	cursor: hand;
	height: 24px;
	width: 110px;
	border-style: none;
}

 /*
 * KONIEC: Style dla Robertowego menu.
 */

