.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 { 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
}

.linkmanText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	padding-bottom: 1px
}

.linkmanText:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7F0D6;
	padding-left: 1px;
	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;
}

.text_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight : normal;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: left middle;
	border : 1px solid Silver;
	width: 300px;
}

/*
 * Podstawowe style dla standardowych elementów HTML.
 */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #FFFFFF;
}

TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.linkman, .linkman:visited, .linkman:active {
	color: #FFFFFF;
	text-decoration: none;
}

.linkman:hover {
	color: #FFFFFF;
	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: #FFFFFF;
	background-color: #336090;
	border: solid 2px transparent;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

INPUT.input_button:hover {
	color: #FFFFFF;
	background-color: #4981BE;
	border: solid 2px #336090;
}

INPUT.input_button:active {
	color: #FFFFFF;
	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: #FFFFFF;
	border: solid 1px #000000;
}

TABLE.common_table_standard TD {
	padding: 2px 4px 2px 4px;
}

TABLE.common_table_standard TH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336090;
	padding: 4px 4px 4px 4px;
}

TH.inner_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336090;
	padding: 4px 4px 4px 4px;
}

TABLE.common_table_standard TD.normal {
	color: #000000;
	background-color: #FFFFFF;
	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 {
	background-color: #FFFFFF;
	border: solid 1px #A0A0A0;
}

TABLE.common_form_standard TD {
	padding: 1px 1px 1px 1px;
}

TABLE.common_form_standard TH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336090;
	padding: 4px 4px 4px 4px;
}


TABLE.common_inner_form {
}

TABLE.common_inner_form TH {
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	padding: 4px 4px 4px 8px;
}

TABLE.common_inner_form TD.normal {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: solid 1px #EEEEEE;
	padding: 2px 4px 2px 8px;
}

TABLE.common_inner_form TD.alternate {
	color: #132835;
	background-color: #DDF1F4;
	border-bottom: solid 1px #EEEEEE;
	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: white;
	font-weight: bold;
}

/*
 * KONIEC: Style dla treści w serwisie.
 */

/*
 * Style dla forum.
 */
.forum_thread_title_in_comments
{
	color: white;
	background-color: #AA0000;
	padding: 2px;
	font-size: 120%
}

.forum_thread_creation_info_in_comments
{
	color: white;
	background-color: #AA0000;
	padding: 2px
}

.forum_thread_description_in_comments
{
	color: black;
	background-color: #CCCCCC;
	padding: 2px
}

.forum_thread_in_comments
{
	padding: 1px;
	border: solid 1px #999999
}

.forum_comment_content
{
	padding: 2px;
	background-color: #CCCCCC
}

.forum_comment_creation_info
{
	color: white;
	background-color: #000055;
	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, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.menu_text:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.menu_text:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.menu_text:active {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.menu_text:link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}

.menu_text_gora {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}

.menu_text_gora:hover,.menu_text_gora:visited,.menu_text_gora:active,.menu_text_gora:link
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight : none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	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.
 */

/*
 * Robertowy guziczek.
 */
.superbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #0049B0;
	border: none;
	height: 22px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

/*
 * Style dla formularza rezerwacji
 */
p.reservation_title {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	text-indent: 20px;
	text-align: left;
}
table.reservation {
	color: #003399;
	font-weight: bold;
}
table.reservation_border {
	color: #003399;
	font-weight: bold;
	border: 1px solid #003399;
}
table.reservation_top_border {
	color: #003399;
	font-weight: bold;
	border: 1px solid #003399;
	background-color: #7FA2FE;
}
p.error {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
	text-align: center;
}
p.reservation_info {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #CC0000;
}
p.reservation_info2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFEDEA;
}
a.reservation_link:link, a.reservation_link:visited {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #E8FFFD;	
}
/*
 * KONIEC: Style dla formularza rezerwacji
 */
 
 /*
 * Style dla wyników wyszukiwania ofert
 */
td.offer_name {
	font-weight: bold;
	color: #003399;
}
span.offer_standard {
	margin-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: red;
	font-size: 22px;
	vertical-align: -30%;
}
.offer_date {
	font-weight: bold;
	color: #003399;
	width: 100px;
	text-align: center;
	vertical-align: top;
}
p.offer_desc {
	margin-top: -1px;
	padding: 8px;
	text-align: justify;
}
td.offer_days {
	width: 64px;
	text-align: right;
	font-weight: bold;
	color: #003399;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.offer_price {
	width: 100px;
	font-weight: bold;
	color: red;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.offer_nestorbutton {
	padding-left: 20px;
	float: left;
}
/*
 * KONIEC: Style dla wyników wyszukiwania ofert
 */
table.border {
	border: 1px solid #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.top_border {
	border: 1px solid #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	background-color: #7FA2FE;
	color: white;
}
table.top_border th {
	text-align: center;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #003399;
}
table.top_border td {
	padding: 5px;
}
table.top_border td.strong {
	font-weight: bold;
	color: #003399;
}

table.ferry_offer_prices {
	border: 1px solid #003399;
	color: #003399;
	font-weight: bold;
}
table.ferry_offer_prices * {
	border: 1px solid #003399;
}
table.ferry_offer_prices th {
	color: #000000;
}

