body {
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	background-color: #FFC600;
}

/* Rich Text Editor default settings */
p {margin: 0px;}
body, p, div, td {font-size: 11px; font-family: Verdana, Arial, Helvetica, Tahoma; color: #6A6A6A; }
/* end of: Rich Text Editor default settings */

/* basic settings */
form {margin: 0px;}
img.link {border:0px;}
img.border { border: 1px solid #DF2484; }
img.icon { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 3px; margin-right: 3px; }
img.icon_24 { vertical-align: middle; width: 24px; height: 24px; border: 0px; margin-left: 3px; margin-right: 3px; }
hr {width: 100%; border-top: 1px solid #D9DBDC; }
a {
	color: #116C8B;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 11px;
	text-decoration: underline;	
}
a:visited { color: #116C8B; text-decoration: underline; }
a:hover { color: #0000FF; text-decoration: none; }

ul {margin-left: 15px; padding-left: 0px; margin-top: 8px; margin-bottom: 0px; }
ol {margin-left: 25px; padding-left: 0px; margin-top: 8px; margin-bottom: 0px; }
li { margin-bottom: 5px; }
ul li {list-style-image: url("../img/list.gif"); }
/* end of: basic settings */

/* forms */
input, textarea {
	color: #000000;
	background-color: #FFFFFF; 
}
input.solid, textarea.solid {
	border: 1px solid #D9DBDC;
}
.button {border: 1px solid #FFA200; background-color: #FFFFFF; color: #3F3F3F; font-family: Verdana; font-size: 11px; font-weight: normal;  }
.checkbox {
	vertical-align: middle;
}
.required {color: #DF1C39;}
.required_2 {color: #000091;}
.error {color: #E10000;}
.warning {color: #E10000;} 
.ok {color: #1B486B;}

input.form_pobyty, textarea.form_pobyty {
	width: 200px;
	border: 1px solid #ADAFB2;
}
textarea.form_pobyty {
	width: 310px;
	border: 1px solid #ADAFB2;
}
h2.form_title {
	color: #0D62BF;
	margin-top: 15px; margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}
/* end of: forms */

/* layout */
table.container_borders {
	width: 100%;
	margin: 0px;
}
table.container_borders td.bcg_left {
	font-size: 4px;
	background-color: #FFC600;
}
table.container_borders td.bcg_right {
	font-size: 4px;
	background-color: #81C9FF;
	background-image : url('../img/body/bcg_right.gif');
	background-position : top left;
	background-repeat : repeat-x;
}
table.container_borders td.container {
	width : 769px;
	background-color: #FFFFFF;
}
table.container_borders td.bcg_bottom {
	width : 769px; height: 5px;
	font-size: 4px;	
	background-image : url('../img/body/bcg_bottom.gif');
	background-position : top right;
	background-repeat : no-repeat;
}
table.container_borders td.bcg_bottom_right {
	font-size: 4px;
	background-color: #81C9FF;
	height: 5px;
}

table.container {
	width : 769px;
	margin: 0px;
}
table.container td.panel_left {
	width: 199px;
	vertical-align: top;
	background-color: #FFA200;
}

table.container td.main {
	width: 362px;
	vertical-align: top;
	background-color: #FFFFFF;
}

table.container td.panel_right {
	width: 208px;
	vertical-align: top;
	background-color: #FFF690;
	background-image: url('../img/panel_right/bcg.gif');
	background-repeat: repeat-y;
	background-position: left;
}
table.container tr.footer td.footer_left {
	vertical-align: top;
	background-color: #FFA200;
	background-image: url('../img/footer/left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.container tr.footer td.footer_right {
	vertical-align: top;
	background-color: #FFF690;
	background-image: url('../img/footer/right.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.container tr.footer td.footer_main {
	height: 85px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	background-image: url('../img/footer/main.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.panel_left_bcg_container {
	width: 199px;
	height: 333px; /* minimal table height (background) */
}
table.panel_left_bcg_container td.plbc_content {
	background-image: url('../img/panel_left/bcg_menu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
/* end of: layout */

/* categories */
table.categories {
	width: 199px;
	vertical-align: top;
	border: 0px;
	margin: 0px;
}

table.categories td.category_icon {
	width: 35px; height: 23px;
	vertical-align: middle;
	text-align: right;
}
table.categories td.categories {
	width: 164px;
	height: 23px;	
	text-align: left;
	padding-left: 8px;	
	cursor: hand; cursor: pointer;
}
table.categories tr.category_selected td.category_icon {
}
table.categories tr.category_selected td.categories {
}
a.category {
	color: #FFE89A;
	font-family: Verdana, Tahoma, Arial, Verdana; font-size: 12px;
	text-decoration: none;	
}
a.category:visited {color: #FFE89A; text-decoration: none;}
a.category:hover {color: #FFF690; text-decoration: none;}

a.category_selected {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana; font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}
a.category_selected:visited {color: #FFFFFF; text-decoration: none;}
a.category_selected:hover {color: #FFFFFF; text-decoration: none;}

img.category {
	border: 0px;
	margin: 0px;	
	width: 23px; height: 23px;
}
h1.category, h2.category {
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
div.category_tree_container {
	padding-bottom: 6px;
	border-bottom: 1px solid #528E25;
	margin-bottom: 10px;
}
img.icon_category_tree { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 0px; margin-right: 6px; }
img.icon_subcat { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin: 0px; margin-right: 2px;}

div.category_tree {
	color: #585858;
	height: 19px; 
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	margin-bottom: 3px;
}
a.category_tree {
	color: #585858;
	font-size: 11px; font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	text-decoration:none;
}
a.category_tree:visited { color: #585858; text-decoration:none;}
a.category_tree:hover { color: #585858; text-decoration:underline;}
/* end of: categories */

/* panel left */
div.pl_container {
	margin-left: 20px; margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

div.pl_category_title {
	margin-bottom: 9px;
	color: #236906;
	font-family: Tahoma, Arial, Verdana; font-size: 12px;
	font-weight: bold;
}
a.pl_category_title {
	color: #236906;
	font-family: Verdana, Tahoma, Arial; font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.pl_category_title:visited {color: #236906; text-decoration: none;}
a.pl_category_title:hover {color: #236906; text-decoration: underline;}

div.pl_title {
	margin-bottom: 7px;
}
div.pl_text {
	margin-bottom: 12px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial; font-size: 11px;
}

a.pl_title {
	color: #236906;
	font-family: Tahoma, Arial, Verdana; font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.pl_title:visited {color: #236906; text-decoration: none;}
a.pl_title:hover {color: #236906; text-decoration: underline;}

img.pl_image {
	width: 150px;
	border: 0px;
	/* border: 1px solid #FFC600; */
}
div.pl_image {
	margin-bottom: 7px;
}

div.pl_more {
	text-align: right;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Tahoma, Helvetica; font-size: 11px;
	color: #FFF690;	
}
a.pl_more {
	color: #FFF690;
	font-family: Verdana, Arial, Tahoma, Helvetica; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.pl_more:visited {
	color: #FFF690;
	font-weight: bold;
	text-decoration: none;
}
a.pl_more:hover {
	color: #FFF690;
	font-weight: bold;
	text-decoration: underline;
}
/* end of: panel left */

/* articles */
h1.title_article, h2.title_article {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DD137B;
	margin: 0px;
	margin-bottom: 10px;
}
div.text {
	text-align: justify;
}
div.padding_main_content {
	padding-left: 17px; padding-right: 16px;
	padding-top: 5px; padding-bottom: 5px;
}
/* end of: articles */

/* powered */
a.powered {color: #E3611A; font-size: 10px; font-family: Tahoma, Arial, Tahoma, Helvetica; text-decoration: none;}
a.powered:visited {color: #E3611A; text-decoration: none;}
a.powered:hover {color: #E3611A; text-decoration: underline;}

img.powered { vertical-align: middle; border: 0px; margin-left: 1px; margin-right: 1px; width: 18px; height: 18px; text-decoration: none; }
/* end of: powered */

/* panel right */
div.pr_container {
	margin-left: 20px; margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.pr_category_title {
	margin-bottom: 9px;
	color: #236906;
	font-family: Tahoma, Arial, Verdana; font-size: 12px;
	font-weight: bold;
}
a.pr_category_title {
	color: #236906;
	font-family: Verdana, Tahoma, Arial; font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.pr_category_title:visited {color: #236906; text-decoration: none;}
a.pr_category_title:hover {color: #236906; text-decoration: underline;}

div.pr_title {
	margin-bottom: 7px;
}
div.pr_text {
	margin-bottom: 7px;
	color: #7A5543;
	font-family: Verdana, Tahoma, Arial; font-size: 11px;
}

a.pr_title {
	color: #3D891D;
	font-family: Tahoma, Arial, Verdana; font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
a.pr_title:visited {color: #3D891D; text-decoration: none;}
a.pr_title:hover {color: #3D891D; text-decoration: underline;}

div.pr_more {
	text-align: right;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Tahoma, Helvetica; font-size: 11px;
	color: #DD137B;	
}
a.pr_more {
	color: #DD137B;
	font-family: Verdana, Arial, Tahoma, Helvetica; font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.pr_more:visited {
	color: #DD137B;
	font-weight: bold;
	text-decoration: none;
}
a.pr_more:hover {
	color: #DD137B;
	font-weight: bold;
	text-decoration: underline;
}
/* end of: panel right */

/* table pr_image_container */
table.pr_image_container {
	width: 165px;
	margin-bottom: 7px;
}
table.pr_image_container td.pr_ic_bottom {
	text-align: right;
	padding-top: 1px;
	height: 5px;
}
img.pr_image {
	width: 165px;
	border: 0px;
	/* border: 1px solid #FFC600; */
}
/* end of: table pr_image_container */

/* table pl_banner_container */
table.pl_banner_container {
	width: 94px;
	/* height: 37px; */
	margin-bottom: 10px;
}
table.pl_banner_container td.pl_bc_top {
	height: 3px;
	font-size: 1px;	
	background-image : url('../img/panel_right/image_banner/top.gif');
	background-position : bottom;
	background-repeat : repeat-x;
}
table.pl_banner_container td.pl_bc_bottom {
	height: 3px;
	font-size: 1px;	
	background-image : url('../img/panel_right/image_banner/bottom.gif');
	background-position : top;
	background-repeat : repeat-x;
}
table.pl_banner_container td.pl_bc_left {
	width: 3px;
	text-align: right;
}
table.pl_banner_container td.pl_bc_right {
	width: 3px;
}
table.pl_banner_container td.pl_bc_image {
	/* background-color: #FFC600; */
}
img.pl_banner_container {
	width: 88px;
	height: 31px;
	/* height: 31px; /* standard preview size: 88 x 31 px */
	border: 0px;
	margin: 0px; padding: 0px;
}
/* end of: table pl_banner_container */

/* pictures, photos */
div.picture_description {
	color: #5B5B5B; background-color: #FFFCD9; border: 1px solid #DF2484; margin-top: 2px;
	font-family: Tahoma, Arial, Helvetica; font-size: 11px;
}
img.article {
	border: 1px solid #DF2484;
	/* width: 101px; */
	height: 76px;
}
/* end of: pictures, photos */

/* attachments */
.article_attachments { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #113872; font-weight: bold; 
}
a.attachment_name {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; color: #113872; 
	text-decoration: none;
}
a.attachment_name:visited {
	color: #113872; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #C12212;
	text-decoration: underline;
}

.attachment_mimetype  {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #AD9E9D; 
}
/* end of: attachments */

/* table articles list */
table.articles_list {
	width: 100%;
	vertical-align: top;
}
table.articles_list td.arrow {
	width: 10px;
	vertical-align: top;
}
img.article_arrow {
	vertical-align: middle;
}
table.articles_list td.link {
	vertical-align: top; 
}
table.articles_list td.bottom_space {
	height: 6px; font-size: 6px;
	border-bottom: 1px solid #BFBFBF;
}
table.articles_list td.top_space {
	height: 6px; font-size: 6px;
	border-top: 1px solid #236906;
}

a.article_select {
	color: #236906;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:visited { color: #236906; text-decoration: none; }
a.article_select:hover { color: #236906;	text-decoration: underline; }

a.article_selected {
	color: #DD137B;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited { color: #DD137B; text-decoration: none; }
a.article_selected:hover { color: #DD137B;	text-decoration: underline; }

/* end of: table articles list */

/* sitemap */
table.sitemap {
	width: 100%;
	border-collapse: collapse;
}
tr.sitemap_color_1 td { border-bottom: 1px solid #A0B8D3; }
tr.sitemap_color_2 td { border-bottom: 1px solid #A0B8D3; background-color: #ECF5FF; }
tr.sitemap_color_3 td { border-bottom: 1px solid #A0B8D3; background-color: #F2F9FF; }

a.category_sitemap {
	color: #113872;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;	
}
a.category_sitemap:visited {color: #113872; text-decoration: none;}
a.category_sitemap:hover {color: #113872; text-decoration: underline;}

a.article_sitemap {
	color: #585856;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap:visited {color: #585856; text-decoration: none;}
a.article_sitemap:hover {color: #585856; text-decoration: underline;}

a.article_sitemap_2 {
	color: #585856;
	font-size: 11px;
	font-weight: bold;	
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;	
}
a.article_sitemap_2:visited {color: #585856; text-decoration: none;}
a.article_sitemap_2:hover {color: #585856; text-decoration: underline;}

img.icon_articles_switch { vertical-align: middle; width: 16px; height: 16px; border: 0px; cursor: hand; cursor: pointer; }

/* end of: sitemap */

/* email style antispam */
.email_antispam {
	border-bottom: 1px dotted #262626;
	cursor: help;
	unicode-bidi:bidi-override; direction: rtl;
}
/* end of: email style antispam */


