@CHARSET "UTF-8";
body {
    font: sans-serif;
    margin: 0;
    padding: 0;
}

div#pagination {
  text-align: center;
}

div#modification_date {
	position: absolute;
	bottom: 5px;
	right: 5px;
  font-size: x-small;	
}

.table_center {
  margin: auto;
}

.center {
	text-align: center;
}

.centerItalic {
  text-align: center;
  font-style: italic;
}

.st {
  margin: auto;
}

table.st img {
  width: 166px;
  height: 89px;
}
	
/* Tabelka do zarządzania używkownikami */
.light {
	background: #FFCCFF;
}

.clear_float {
	clear: both;
}

.u {
  text-decoration: underline;
}

.float_spr {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.table-cell {
	display: table-cell;
}

table.manageusers-form {
  border-collapse: collapse;  
}

table.manageusers-form td {
  padding: 2px 3px 2px 3px; 
}

table.manageusers-form thead{
  background: #FFFF99;
  font-weight: bold;
  font-size: larger;  
}

/* Koniec tabelki do zarządzania użytkownikami */

/* Tabelka do przeglądania profili */
table.showusers-form {
  border-collapse: collapse;  
}

table.showusers-form td {
  padding: 2px 3px 2px 3px; 
}

table.showusers-form thead{
  background: #FFFF99;
  font-weight: bold; 
  font-size: larger; 
}

/* Koniec tabelki do przeglądania profili */

/* Tabelka do aktywacji profili */
table.activation-form {
  border-collapse: collapse;	
}

table.activation-form td {
  padding: 2px 3px 2px 3px;	
}

table.activation-form thead{
  background: #FFFF99;
  font-weight: bold;	
  font-size: larger;
}

/* Koniec tabelki do aktywacji profili */

.options {
  margin-top: 10px;	
}

.status-error {
	color: red;
	font-weight: bold;
}

.status-ok {
	color: green;
	font-weight: bold;
}
	
span.required {
    color: #c03;
    font-size: 24px;
    font-weight: bold;
}

td.label {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

td.label * {
    vertical-align: middle;
}

.float-left {
	float: left;
	margin-right: 2px;
}
	

div#logging {
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #e4680d;
}

.news_topic {
  color: #e4680d;
  margin-bottom: 0;
}

.news_info {
	color: 	#589e3e;
	font-size: small;
}

.spr {
  margin: auto;
}

table.spr img{
  width: 89px;
  height: 89px;
}

a:link {
  text-decoration: none;
  color: #e4680d;
}

a:visited {
  text-decoration: none;
  color: #e4680d;	
}

a:active {
  text-decoration: none;
  color: #e4680d;	
}

a:hover {
	text-decoration: underline;
	color: #589e3e;
}

a.reg:link {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

a.reg:visited {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

a.reg:active {
    text-decoration: none;
    color: #ffffff;
}

a.reg:hover {
    text-decoration: none;
    color: #e4f0e4;
}

.logging {
    border: none;
    margin-right:5px;
    padding: 2px;
}

/* Układ strony*/
div#container {
    position: relative;
    background: #5c995d;
    width: 900px;
    margin: 0 auto 0 auto;
}

div#first-column {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    background: #f2f2f2;
}

div#first-column-inner{
    background: #f2f2f2;
}

div#first-column-logos {
  background: #f2f2f2;
}

div#content {
    margin: 0 0 0 235px;
    min-height: 685px;
    padding: 1px;
}

div#content-inner {
    margin: 0px 15px 10px 15px;
}

div#header {
    width: 900px;
    background: #72A572;
    margin: 20px auto 0 auto;
}

div#info-bar {
    width: 900px;
    height: 25px;
    background: #5c995d;
    margin: 0 auto 0 auto;
    position: relative;
    vertical-align: middle;
}

div#footer {
    height: 25px;
    border-top-width: 5px;
    width: 900px;
    border-top-color: #f2a31b;
    border-top-style: solid;
    background: #c9defd;
    margin: 0 auto 10px auto;
}


/* Koniec układu strony */

/* Menu nawigacyjne */
ul.menu a {
    color: #3f6b3d;
    text-decoration: none;
    display: block;
    width: 100%;
}
ul.menu,
ul.menu ul {
    background: #e4f0e4;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 222px;
}
ul.menu ul {
    position: absolute;
    top: 0;
    left: 222px;
    visibility: hidden;
}

ul.menu li:hover > ul {
    visibility: visible;
}

ul.menu li {
    position: relative;
    padding: 6px;
    color: #3f6b3d;
    font-weight: bold;
}
ul.menu li:hover {
    background: #bad9ba;
}
li.menu > a {
    position: relative;
}

li.menu > span,
li.menu > a > span {
    position: absolute;
    width: 15px;
    height: 26px;
    bottom: 0;
    right: 0;
    background: url('../images/arrow.png') no-repeat right;
    border: none;
}
/* Koniec menu nawigacyjnego. */

img {
  border: none;
}

a.pdf:before {
  content: url(../images/pdf.jpg);
}

/* obchody */
.jeden {
  font-style: italic;
  color: black;
  padding-top: 30px;
  padding-left: 200px;
  font-size: xx-large;
}

.dwa {
	text-align: center;
	font-style: italic;
	clear: both;
}

#invitation {
	margin-left: 50px;
	font-size: larger;
}

/* end-obchody */