/* style globalne */
a {
color: #DCF5FB;
text-decoration: none;
}

a:hover {
color: #243348;
background-color: #CDF2FB;
text-decoration: none;
}

/* style do zarządzania w panelu administracyjnym */

table {
align: center;
}

table.table {
font-family: Arial, sans-serif;
font-size: 9pt;
color: #EAEAEA;
background-color: #B3D3DC;
border: solid 1px #243348;
}

td.row {
font-family: Arial, sans-serif;
font-size: 9pt;
color: Black;
background-color: #CDF2FB;
}

td.headrow {
font-family: Arial, sans-serif;
font-size: 9pt;
color: Black;
font-weight: bold;
}

td.header {
font-size: 10pt;
font-family: Arial;
font-weight: bold;
background-color: #243348;
}

td.label {
color: black;
}

input.in {
border-style: solid;
border-color: #243348;
border-width: 1px;
background-color: white;
font-family: Arial, sans-serif;
font-size: 9pt;
color: black;
}

input.sub {
border-style: solid;
border-width: 0px;
background-color: #243348;
font-family: Verdana, sans-serif;
font-size: 9pt;
color: #EAEAEA;
}

select.sel {
border-style: solid;
border-color: #243348;
border-width: 1px;
background-color: white;
font-family: Arial, sans-serif;
font-size: 9pt;
color: black;
}

a.name {
font-size: 9pt;
font-family: Arial;
color: #971919;
text-decoration: none;
}

/* poniżej style do wyświetlania działów i artykułów na stronie (linków) */

a.menu_link {
font: 11pt Arial;
color: #556A7B;
font-weight: bold;
text-decoration: none;
display: block;
}

a.menu_link:hover {
color: white;
background-color: #407997;
}

a.menu_link_red {
font: 11pt Arial;
color: #556A7B;
font-weight: bold;
text-decoration: none;
display: block;
}

a.menu_link_red:hover {
color: white;
background-color: #C42C2B;
}

a.link_section {
font: 9pt Arial;
color: white;
text-decoration: none;
}

a.link_section:hover {
font: 9pt Arial;
color: #243348;
background-color: #E19494;
text-decoration: none;
}

table.article {
/* background-color: #D0E4E4; */
}

a.link_article {
font: 9pt Arial;
color: #F3F3F3;
text-decoration: none;
}

a.link_article:hover {
font: 9pt Arial;
color: #243348;
text-decoration: none;
}

a.link_article_selected {
font: 9pt Arial;
color: #F3F3F3;
text-decoration: none;
}

a.link_article_selected:hover {
font: 9pt Arial;
color: #243348;
text-decoration: none;
}

table.show_article {
/* background-color:#B2E8F3; */
}

td.show_article_title {
font: 12pt Arial;
font-weight: bold;
color: #243348;
}

td.show_article_content {
font: 9pt Arial;
color: #F3F3F3;
}