/* email style antispam */
.email_antispam {
	color: #016794;
	border-bottom: 1px dotted #016794;
	cursor: help;
	unicode-bidi:bidi-override; direction: rtl;
}
/* end of: email style antispam */

/* common settings */
form {
	margin: 0px;
}

p { 
	margin: 0px;
}

.accessibility{
	display: none;
}

.clear{
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.clear_left{
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

div.center {
	text-align: center;         
}

/* zdroj: http://developer.mozilla.org/en/docs/Consistent_List_Indentation */
ul {
	margin-left: 0; padding-left: 15px;
	margin-top: 1px; margin-bottom: 1px;
}
ol {
	margin-left: 0px; padding-left: 30px;
	margin-top: 1px; margin-bottom: 1px;
}
li { line-height: 140%; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman CE", Times, serif;
}
h1, h2, h3 {
	margin: 4px 0px 5px 0px;
	padding: 0px;
	color: #016794;
	font-weight: normal;
}
h4 {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	color: #016794;
	font-weight: bold;
}
h5, h6 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #016794;
	font-weight: bold;
}
h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

img.icon { vertical-align: middle; width: 16px; height: 16px; border: 0px; margin-left: 3px; margin-right: 3px; }

img.no_border { border: 0px; }

hr {
	width: 100%;
	background-color: transparent;
  color: transparent;
	border: 0px;
  border-top: 1px solid #D7DCEA;
  height: 1px;
} 

div.box {
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	color: #323234;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.box_padding {
	width: auto;
	padding: 6px 10px 6px 10px;
}

div.info_box {
	background-color: #FFFFFF;
	color: #97A80B;
	font-weight: bold;
	background-image : url("../img/bcg/box/info.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.info_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

div.warning_box {
	background-color: #FFF9E6;
	border: 1px solid #FFAF75;
	color: #EC0C00;
	background-image : url("../img/bcg/box/warning.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.warning_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

.context_help_cursor {border-bottom: 1px dotted black; cursor: help;}
/* end of: common settings */

/* pagination */
div.pagination {
	width: 100%;
	text-align: right;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #121212;
}
a.pagination, a.pagination:visited {
	color: #121212;
}
.pagination_current {
	font-weight: bold;
	color: #DD0D0D;
}
/* end of: pagination */

/* articles */
h1.category_title, h2.category_title, h3.category_title {
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman CE", Times, serif;
	color: #016794;
	margin: 12px 0px 10px 0px;
}
h1.article_title, h2.article_title {
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman CE", Times, serif;
	color: #016794;
	margin: 12px 0px 10px 0px;
}

div.article_date {
	text-align: right;
	font-size: 90%;
	color: gray;
}

div.article_text {
	text-align: justify;
	line-height: 130%;
}
div.no_article {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #85C4D8;
	font-size: 12px;
}
div.articles_list_counter {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.articles_list {
	margin-top: 3px;
	margin-left: 0; padding-left: 20px;
	margin-top: 8px; margin-bottom: 0px;
	list-style-type: square;
}

ul.articles_list li {
	margin-bottom: 5px;
}
li.article_select {
	color: #016794;
}
a.article_select, a.article_select:visited, a.article_select:hover {
	font-size: 12px;
	line-height: 150%;
	color: #016794;
	font-weight: bold;
	text-decoration: none;
}
a.article_select:hover {
	color: #FF6600;
	text-decoration: underline;
}

li.article_selected {
	color: #757575;
	background-repeat: no-repeat;
	background-position: center left;
}

a.article_selected, a.article_selected:visited, a.article_selected:hover {
	font-size: 12px;
	line-height: 150%;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
}
a.article_selected:visited {
	color: #85C4D8;
}
a.article_selected:hover {
	
}
div.divider {
	height: 2px;
	background: url(../img/netnews/dot_horizontal.gif) repeat-x bottom;
	margin: 5px 0px 15px 0px;
}

div.article_impressions {
	text-align: right;
	margin: 8px 0 8px 0;
	color: #717171;
	font-size: 9px;
}
/* end of: articles */

/* navigation */
div.subcategories {
	padding: 0px 0px 10px 0px;
	background: url(../img/netnews/dot_horizontal.gif) repeat-x bottom;
	margin-bottom: 11px;
}
ul.subcategories {
}
ul.subcategories li {
	list-style-type: square;
	list-style-image: url("../img/netnews/subcategory.gif");
}
a.subcategory, a.subcategory:visited {
	padding-left: 4px;
	color: #016794;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.subcategory:hover {
	text-decoration: underline;
}
/* end of: navigation */

/* gallery */
div.gallery_title {
	font-size: 12px;
	color: #016794;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
table.gallery {
	width: 100%;
	padding-bottom: 5px;
}
div.photo_container {
	float: left;
	margin-left: 2px; margin-right: 3px;
	margin-bottom: 6px;
}
img.photo {
	height: 97px; /* width: 129px; */
	padding: 1px;
	border: 1px solid #80B6D1;
	margin: 0px;
	vertical-align: bottom;
	text-align: right;
}
div.photo_description {
	margin-top: 3px;
	padding: 1px;
	padding-left: 3px;
	border: 1px solid #BEBCA9;
	background-color: #F2F1E0;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
	font-size: 9px;
	color: #525252;
}
/* end of: gallery */

/* attachments */
div.attachments {
	margin-bottom: 8px;
}

div.attachments_title {
	font-size: 12px;
	color: #016794;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.attachment {
	margin-bottom: 3px;
}
a.attachment_name, a.attachment_name:visited {
	color: #016794;
	font-weight: bold; 
	text-decoration: none;
}
a.attachment_name:hover {
	color: #96AD2C;
	text-decoration: underline;
}

.attachment_mimetype  {
	color: #B7B7B7;
}
.attachment_description {
	color: #9D9D9D;
	margin-left: 23px;
}
/* end of: attachments */

/* up to parent */
div.up_to_parent {
	margin: 0px 0px 10px 0px;
	background: url(../img/netnews/up_to_parent.gif) top left no-repeat;
}

div.up_to_parent_padding {
	width: auto;
	padding: 6px 10px 6px 20px;
}

a.up_to_parent, a.up_to_parent:visited, a.up_to_parent:hover {
	color: #016794;
	text-decoration: none;
}

a.up_to_parent:hover{
	text-decoration: underline;
}
/* end of: up to parent */

/* sitemap */
div.link_sitemap {
	margin: 10px;
	margin-left: 30px;
}
a.link_sitemap, a.link_sitemap:visited, a.link_sitemap:hover {
	text-decoration: none;
}
a.link_sitemap:hover {
	text-decoration: underline;
}

table.sitemap {
	width: 100%;
	border-collapse: collapse;
}

table.sitemap td {
	font-size: 11px;
}

tr.sitemap_color_1 td { border-bottom: 1px solid #C5DFE4; background-color: #F4FAFB; }
tr.sitemap_color_2 td { border-bottom: 1px solid #C5DFE4; background-color: #F7F9FA; }
tr.sitemap_color_3 td { border-bottom: 1px solid #C5DFE4; background-color: #FFFFFF; }

a.category_sitemap, a.category_sitemap:visited {
	color: #016794;
	font-weight: bold;
	text-decoration: none;
}
a.category_sitemap:hover {color: #016794; text-decoration: underline;}

a.article_sitemap, a.article_sitemap:visited {
	color: #40423E;
	text-decoration: none;	
}
a.article_sitemap:hover {color: #016794; text-decoration: underline;}

.category_sitemap_count_articles {
	font-size: 11px;
	color: #8C8C8C;
}

div.subcategories_sitemap {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* end of: sitemap */

/* blend photo */
div.div_blend {
	 background-repeat: no-repeat;
	 background-position: top left;
	 width: 346px; height: 260px;
}
img.img_blend {
	 width: 346px; height: 260px;
	 border: 0px;
	 filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0;
} 

/* end of: blend photo */

/* forms */
input, textarea {
	color: #000000;
	background-color: #FFFFFF; 
}
input.solid, textarea.solid {
	border: 1px solid #AEC6A6;
}
input.button, button.button {
	border: 1px solid #C7D1D3;
	padding: 1px;
	color: #5B6779;
	background-color: #F7F9FA;
}
.checkbox {
	background-color: #F1EBDE;
	vertical-align: middle;
}
.required {color: #FF6600;}
.required_2 {color: #000091;}
.error {color: #E10000;}
.warning {color: #E10000;} 
.ok {color: #016794;}
/* end of: forms */

/* forum */
div#forum {
	margin: 0 0 15px 0;
}
div.forum_counter {
	color: #96979C;
	margin-bottom: 3px;
}
div.forum_content {
	margin-top: 5px; margin-bottom: 5px;
	color: #5B6779;
}

blockquote.forum {
  margin-bottom: 5px; margin-top: 0px; 
	margin-left: 20px; margin-right: 0px;
}
textarea.forum_show_article {
	width: 98%; height: 100px;
	border: 1px solid #7A6D63;
	background-color: #F7F5F4;
	color: #7A6D63;
}
select.forum {
	/* Note: IE doesn't support "border" style definitions for tag <select> unfortunatelly ! */
	width: 98%; 
	background-color: #F7F7F7;
	color: #88898E;
	margin-bottom: 3px;
	border: 1px solid #96979C;
}

input.forum_text, textarea.forum_text {
	color: #000000;
	margin-bottom: 4px;
	background-color: #F7F9FB; /* soft blue:  */
	border: 1px solid #BEB7B2;	
}
textarea.forum_text {
	width: 500px;
}

.forum_item {
	color: #77695E;
}
div.forum_show {
}
/* end of: forum */

