FORM
{
	margin: 0px;
}
.text_verysmall { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8px }
.text_small { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #474747; text-align : justify;}
.text_small_2 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFCC;}
.text_small_just { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align : justify; }
.text_norm, P { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #474747; }
.text_big { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 18px}

.itemBorder
{
	border: 1px solid white
}

.itemText
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px
}

.itemText:visited
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 15px
}

.itemText:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px
}

.itemMainMenuText
{
	font-family: Tahoma, 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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold
}

.red_text
{
	color: #CC0000;
}

/*
 * Podstawowe style dla standardowych elementów HTML.
 */

BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #474747
}

TABLE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747
}

TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747
}


TH {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Tahoma, 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: #0272BA;
	text-decoration: none;
}

A:hover {
	color: #0272BA;
	text-decoration: underline;
}

OL {
}

OL LI {
	margin-bottom: 5px;
}

UL {
	margin-top: 5px;
	margin-left: 20px;
	list-style-image: url(../../images/strzala.gif);
}

UL LI {
	margin-bottom: 5px;
	list-style: disc;
}

/*
 * KONIEC: Podstawowe style dla standardowych elementów HTML.
 */


/*
 * Style dla inputów.
 */

INPUT {
	font-family: Tahoma, 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 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFCC;
}

INPUT.input_checkbox {
}

INPUT.input_radio {
}

TEXTAREA.input_textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SELECT.input_select {
	font-family: Tahoma, 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: #BBFFFF;
	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 List table.
 */

TABLE.table_list {
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

TABLE.table_list TD {
	padding: 2px 4px 2px 4px;
}

TABLE.table_list TH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336090;
	padding: 4px 4px 4px 4px;
}

TABLE.table_list TD.normal {
	color: #000000;
	background-color: #FFFFFF;
	border-left: solid 1px #D0D0D0;
}

TABLE.table_list TD.alternate {
	color: #132835;
	background-color: #ffe3a1;
}

TABLE.table_list TD.highlighted {
	color: #000000;
	background-color: #FFEFB0;
	border-left: solid 1px #D0D0D0;
}

/*
 * KONIEC: Style dla List 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: #6D461D;
	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_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.menu_text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	font-style: normal; font-weight: bold;
	text-align: center;
}
.menu_text:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu_text:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu_text:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.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.
 */

/*
 *
 */
DIV.orange_block
{
	background-color: #ffba14;
}

DIV.orange_top
{
	background: url(../../../cms/images/gradient_top.gif);
	width: 100%;
	height: 20px;
}
DIV.orange_lowtitle
{
	background: #ffba14;
/*	background: #607dd1;*/
/*	background: #82d339;*/
/*	background: #2fd1cb;*/
	width: 100%;
	color: #fff;
	font-style: oblique;
	outline: 1px solid black;
	font-size: 18px;
	text-align: left;
	padding: 0px 10px;
}
DIV.orange_hightitle
{
	background: #ffba14;
	width: 100%;
	color: #fff;
	font-style: oblique;
	outline: 1px solid black;
	font-size: 18px;
	text-align: left;
	padding: 10px 10px;
}
TABLE.orange_content
{
	background: #ffba14;
/*	background: #607dd1;*/
/*	background: #82d339;*/
/*	background: #2fd1cb;*/
	width: 100%;
}
DIV.orange_bottom
{
	background: url(../../../cms/images/gradient_bottom.gif) #ffba14;
	width: 100%;
	height: 20px;
}

/*
 * Buttonki, ale zawarte w tagu <A>
 */
.navigatebutton
{
	color: #0072b9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navigatebutton:visited
{
	color: #0072b9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navigatebutton:hover
{
	color: #0072b9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*
 * A tego używamy do opisu oferty
 */
SPAN.optiontitle
{
	color: #0072b9;
	font-size: 11px;
	font-weight: bold;
}
SPAN.optionvalue
{
	color: #FCA603;
	font-size: 11px;
	font-weight: bold;
}
SPAN.optionvalue_big
{
	color: #FCA603;
	font-size: 12px;
	font-weight: bold;
}
SPAN.optiondesc
{
	color: #464646;
	font-size: 11px;
}

/*
 * Różne buttonki
 */

BUTTON.superbutton_search
{
	background: transparent;
	border: 0px;
	color: red;
	font-weight: bold;
	cursor: hand;
	display: block;
	text-align: left;
	margin-left: 12px;
}

BUTTON.superbutton_left
{
	background: transparent;
	border: 0px;
	color: #0373BF;
	cursor: pointer;
	display: block;
	text-align: left;
	margin-left: 12px;
	font-size: 10px;
}
BUTTON.superbutton_right
{
	background: transparent;
	border: 0px;
	color: #0373BF;
	cursor: pointer;
	display: block;
	text-align: right;
	margin-right: 12px;
	font-size: 10px;
}
BUTTON.superbutton_center
{
	background: transparent;
	border: 0px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-align: center;
}

div.superbutton_right
{
	background: transparent;
	border: 0px;
	color: #0373BF;
	cursor: pointer;
	display: block;
	margin-right: 12px;
	font-size: 10px;
}

.greenborder
{
	border: 1px solid green;
}

.pomborder
{
	border: 1px solid #FCA603;
}

/*
 * Booking Search
 */
TABLE.booking_search
{
	background-color: #FFE292;
}

TABLE.booking_search TR
{
	text-align: left;
	vertical-align: middle;
}

TABLE.booking_search TD
{
	width: 33%;
}

DIV.booking_search_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 2px;
}

/*
* linkman
*/
DIV.linkman
{
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
DIV.linkman DIV.header
{
	background-color: transparent;
	padding-top: 4px;
	padding-bottom: 4px;
}

DIV.linkman DIV.content
{
	font-family: tahoma;
	font-size:11px;
	border: solid 0px black;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: transparent;
}

DIV.linkman DIV.header SPAN.title
{
	font-size: 18px;
	font-style: oblique;
	text-align: left;
	outline: 1px solid black;
	color: #FFFFFF;
}

DIV.linkman DIV.content A.title
{
	color: #0272BA;
}

DIV.linkman DIV.header, DIV.content A.title:hover
{
	text-decoration: underline;
}

/*DIV.linkman DIV.header, DIV.content A.title:visited, A.title:active
{
	text-decoration: none;
}*/

/*
 * countryinfo
 */
DIV countryinfo
{
	color: #ffffff;
}

DIV.countryinfo DIV.maintitle
{
	text-align: left;
	color: #336090;
	font-weight: bold;
}

DIV.countryinfo P SPAN.subtitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 3px 0px; 
	font-size: 12px;
	font-weight: bold;
}

SPAN.subtitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 3px 0px; 
	font-size: 12px;
	font-weight: bold;
}

DIV.countryinfo P SPAN.subsubtitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 3px 0px; 
	font-size: 12px;
	font-weight: bold;
}

SPAN.subsubtitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 3px 0px; 
	font-size: 12px;
	font-weight: bold;
}

DIV.countryinfo P
{
	color: #000000;
	text-align: justify;
}

DIV.countryinfo P.countryname P.placowki
{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #f06000;
	padding-top: 10px;
	text-align: left;
}

P.placowki
{
	color: #FCA603; 
	text-align: left; 
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

DIV.countryinfo P.navi
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336090;
}

DIV.countryinfo P.navi A
{
	font-weight: bold;
	color: #336090;
}

/*
* style do formularzy
*/

.form_field 
{
	width: 200px;
	background-color1: #FFFFCC;
}

.text_foot1 {
	font-size: 12px;
	color: #303030;
	font-weight: bold;
	font-family: Times, sans-serif;
}
.text_foot2 {
	font-size: 9px;
	color: #4B4B49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.block_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 5px 3px; 
	font-size: 13px;
	font-weight: bold;
}

.pom_page_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FCA603; 
	text-align: left; 
	padding: 5px 3px; 
	font-size: 15px;
	font-weight: bold;
}

.pom_block_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FCA603; 
	text-align: left; 
	padding: 5px 3px; 
	font-size: 13px;
	font-weight: bold;
}

.linkman_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0272BC; 
	text-align: left; 
	padding: 5px 10px; 
	font-size: 13px;
	font-weight: bold;
}

/* modul zdjecia z opisem i linkiem */
table.fotolink
{
	width:100%;
	border-bottom:1px solid #fda400;
	margin-bottom:2px;
	margin-top:2px;
}

table.fotolink td
{
	font-family: tahoma;
}

table.fotolink td.image
{
	width:100%;
	text-align:left;
}

table.fotolink td.title
{
	height:24px;
	width:100%;
	text-align:left;
	color:#fda400;
	font-size:13px;
	font-weight:bold;
}

table.fotolink td.arrow
{
	vertical-align:top;
	padding:2px;
	padding-top:8px;
}

table.fotolink td.text
{
	vertical-align:top;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	font-weight:normal;	
	color:#0171bb;
}

table.fotolink td.link
{
	height:20px;
	text-align:left;
	padding-left:5px;
	color:#0177bd;
	font-size:11px;
	font-weight:bold;
}

table.fotolink td.link_over
{
	height:20px;
	text-align:left;
	padding-left:5px;
	color:#fda400;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

/* style dla duzego */
table.fotolink_large
{
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
}

table.fotolink_large td
{
	font-family: tahoma;
}

table.fotolink_large td.image
{
	width:151px;
	height:100px;
	text-align:right;
	cursor:pointer;
	padding:0px;
}

table.fotolink_large td.title_bl
{
	height:24px;
	text-align:left;
	color:#0171bb;
	font-size:13px;
	font-weight:bold;
}

table.fotolink_large td.title
{
	height:24px;
	width:90px;
	text-align:left;
	color:#fda400;
	font-size:13px;
	font-weight:bold;
}

table.fotolink_large td.arrow
{
	vertical-align:top;
	text-align:right;
	padding:2px;
	padding-right:0px;
	color:#0171bb;
}

table.fotolink_large td.arrow_over
{
	vertical-align:top;
	padding:2px;
	text-align:right;
	padding-right:0px;
	color:#fda400;
	cursor:pointer;
}

table.fotolink_large td.text
{
	vertical-align:top;
	padding:2px;
	padding-top:0px;
	padding-left:10px;
	font-size:11px;
	font-weight:normal;	
	color:#454545;
	text-align : justify;
}

table.fotolink_large td.kropki
{
	height:5px;
	background-image:url('../../images/point_h.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

/* administracja fotolinkiem */
table.fotolink_admin
{
	width:560px;
	margin:10px;
	background-color:#ffffcd;
}

table.fotolink_admin td
{
	font-family:tahoma;
	font-size:11px;
	color:#454545;
}

table.fotolink_admin td.header
{
	height:20px;
	color:#0177bb;
	font-weight:bold;
	background-image:url('../../images/point_h.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

table.fotolink_admin td.label
{
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding:3px;
	background-color:#dcdc88;
}

table.fotolink_admin td.data
{
	text-align:left;
	padding:3px;
}

table.fotolink_admin td.message
{
	font-weight:bold;
	padding:3px;
	color:#ff0000;
}

input.off
{
	font-family: Tahoma, Arial, sans-serif;	
	font-size: 11px;
	background-color:#0177bb;
	color:#ffffff;
	border:1px solid #fda400;
}

input.on
{
	font-family: Tahoma, Arial, sans-serif;	
	font-size: 11px;
	background-color:#fda400;
	color:#ffffff;
	border:1px solid #fda400;
	cursor:pointer;
}

/* galeria zdjec */
table.galery
{
	width:100%;
	margin-bottom: 5px;
	border-bottom:1px solid #fda400;
}

table.galery_header
{
	margin-top:5px;
}

table.galery_header td
{
	color:#fda400;
	font-weight:bold;
	font-size:13px;
	height:21px;
}

table.galery td.spacer
{
	text-align:center;
	height:5px;
}

/* formularz rejestracji */
table.formular
{
	width:520px;
	margin-top:5px;
	margin-bottom:5px;
}

table.formular td
{
	font-family:tahoma, arial;
	font-size:11px;
	color:#474747;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
}

table.formular td.data
{
	text-align:left;
}

table.formular td.label
{
	text-align:right;	
}

table.formular td.message
{
	color:#ff5700;
}

table.formular td.section
{
	background-color:#fda400;
	color:#ffffff;
	font-weight:bold;
}

table.formular td.header
{
	color:#0177bb;
	font-weight:bold;
	font-size:13px;
}

input.formular_input
{
	color:#474747;
	font-size:11px;
	font-family:tahoma, arial;
}

select.formular_input
{
	color:#474747;
	font-size:11px;
	font-family:tahoma, arial;
}
