/* General link styles: */

a {
	color : #04688D;
	text-decoration : none;
	font-size : 10px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;}
a:hover {
	color : #04688D;
	text-decoration : underline;
	font-size : 10px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a.side {
	color: #04688D;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 2px;
	margin-bottom: 0px;
	height: 10px;
}
a:hover.side {
	color: #2F4F4F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 2px;
	margin-bottom : 0px;
	background-color: #f2f0e8;
	height: 10px;
}

a.side2 {
	color: #04688D;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 0px 2px 0px;
	margin-bottom: 0px;
}
a:hover.side2 {
	color: #2F4F4F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 0px 2px 0px;
	margin-bottom : 0px;
	background-color: #f2f0e8;
}

a.side3 {
	color: #04688D;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 5px 5px;
	height: 12px;
	margin-bottom: 0px;
	text-align: center;
}
a:hover.side3 {
	color: #2F4F4F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 5px 5px;
	height: 12px;
	margin-bottom: 0px;
	background-color: #f2f0e8;
	text-align: center;
}

a.sideart2 {
	color: #04688D;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 4px 5px 4px;
	width: 582px;
	height: 15px;
}
a:hover.sideart2 {
	color: #2F4F4F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 4px 5px 4px;
	width: 582px;
	height: 15px;
	background-color: #f2f0e8;
}

a.astat {
	color: #04688D;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	display: block;
}
a:hover.astat {
	color: #04688D;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
	display: block;
	text-decoration: none;
	background: #f2f0e8;
}

.acap {
	color : #04688D;
	text-decoration : none;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
 }
.acap:hover {
	color : #04688D;
	text-decoration : underline;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.anews {
	color : #000080;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
 }
.anews:hover {
	color : #000080;
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.anews2 {
	color : #000080;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
 }
.anews2:hover {
	color : #000080;
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.linkification-ext {
	color : #04688D;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;}
.linkification-ext:hover {
	color : #04688D;
	text-decoration : underline;
	font-size : 11px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* CSS Navigation */

#navigation h2 {
	font-size:10px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	border-left : 0px solid #F6A504;
	margin-bottom : 1px;
}

#navigation ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
* html #navigation ul li, #navigation a {
	height: 1%;
}
#navigation a {
	color: #04688D;
	display:block;
	padding:1px;
	text-decoration:none;
	margin-bottom : 1px;
}
#navigation a:hover {
	background-color :#f2f0e8;
	color : #C4BA87;
}
#navigation a:active {
	background-color :#f2f0e8;
	color : #C4BA87;
}
#news_body {
	color:#333;
	background-color:#EBE4D5;
}

/* Page Navigation */

.pagenav {
	padding:4px;
}
.pagenav span {
	background-color:#EEEEEE;
	border: 1px solid #827B60;
	border-top : 1px solid #FFF;
	border-left : 1px solid #FFF;
	color:#555555;
	margin:2px;
	padding:2px 4px;
}
.pagenav a {
	background-color:#E7E8D6;
	border:1px solid #827B60;
	border-top : 1px solid #FFF;
	border-left : 1px solid #FFF;
	color:#555555;
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
}
.pagenav a:hover {
	background-color:#F6A504;
	color:#FFFFFF;
	margin:2px;
	text-decoration:none;
}

/* Header and borders style: */

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #413839;
	background-color: #EBE4D5;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	height: 163px;
	width: 950px;
}

.full-header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #413839;
	background-color: #EBE4D5;
	background-image: url(images/h3_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	height: 27px;
	width: 950px;
}

.sub-header {
	white-space : nowrap;
	background-color : #EBE4D5;
	background-image : url(images/xside.gif);
	background-repeat : repeat-y;
	background-position : right 0%;
	padding : 0;
}

#left-border{
	width: 0px;
	background-image: url(images/b-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#right-border{
	width: 0px;
	background-image: url(images/b-right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

/* General page/body styles */

body {
	background-color: #0d0a07;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	padding : 0;
	margin :0;
	background-color : #0d0a07;
	background-image: url(images/bg_przywidz.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
img{
	border: 0px;
}
form {
	margin : 0;
}
hr {
	color: #000000;
	height: 1px;
	margin : 2px;
}
hr.hr200 {
	color: #000000;
	width: 200px;
	margin: 2px;
	text-align: left;
	line-height: 1px;
}
hr.side-hr {
	color: #000000;
	background-color: Black;
	height: 1px;
	border : 0 none;
	margin : 1px;
}

H1 {
	COLOR: #000000;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, Helvetica;
	text-align: center;
}

H2 {
	COLOR: #000000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, Helvetica;
	text-align: center;
}

H3 {
	COLOR: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Helvetica;
	text-align: center;
}

H4 {
	COLOR: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Helvetica;
	text-align: center;
}

H5 {
	COLOR: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Helvetica;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

.normal {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
}

.justi {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px 3px 0px 3px;
}

.prawa {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0px 3px 0px 3px;
}

.lewa {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 3px 0px 3px;
}

.center {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.tyt {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

.podpis {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	padding: 0px 3px 0px 3px;
}

.podpis_pr {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	padding: 0px 3px 0px 3px;
}

.podpis_ce {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	padding: 0px 3px 0px 3px;
}

li {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px 3px 0px 0px;
}

.frag {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 3px 3px 3px 3px;
	border-top: 0px solid #ADC1CE;
	border-bottom: 0px solid #ADC1CE;
	border-left: 0px solid #ADC1CE;
	border-right: 0px solid #ADC1CE;
}

.stat {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 1px 0px 1px;
}

.oddzielenie {
	color: #000000;
	font-size: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.leg {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.alt {
	color : #3E2F00;
}
p {
	margin-top : 3px;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #F1F1F1;
 	background-color : #0B0808;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border : 1px solid #fff;
	border-right : 1px solid #827b60;
	border-bottom : 1px solid #827b60;
	margin-top : 4px;
	padding: 2px;
}
  
.button:hover {
	color : #F6A504;
	border : 1px solid #F6A504;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #111;
	background-color : #FFF;
	border : 1px solid #404040;
	border-right : 1px solid #04688D;
	border-bottom : 1px solid #04688D;
	margin : 2px 0 2px 0;
}
.textbox:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #111;
	background-color : #ffffff;
	border : 1px solid #04688D;
	border-right : 1px solid #404040;
	border-bottom : 1px solid #404040;
	margin : 2px 0 2px 0;
}

.bbcode {
	border : 1px solid #fff;
	border-right : 1px solid #827b60;
	border-bottom : 1px solid #827b60;
}
.bbcode:hover {
	background-color : #ffff99;
	border : 1px solid #04688D;
	border-right : 1px solid #404040;
	border-bottom : 1px solid #404040;
}

.main-body {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #333;
	padding: 4px;
	text-align: left;
	border-right: 0px solid #BBB;
	border-left: 0px solid #FFF;
	border-bottom: 0px solid #BBB;
	border-top: 0px solid #FFF;
}

.main-body2 {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #333;
	padding: 4px;
	text-align: left;
	border-right: 1px solid #BBB;
	border-left: 1px solid #FFF;
	border-bottom: 0px solid #BBB;
	border-top: 0px solid #FFF;
}

.side-body {
  font-size : 10px;
  color : #333;
  padding : 4px;
}
/* User info panel: */
#side-body-user {
  font-size : 10px;
  color : #333;
  padding : 4px 2px;
  border : 0px solid #04688D;
  border-top : 0px;
 }
.scapmain-user {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  color : #000000;
  border : 0px solid #04688D;
  padding : 4px 0 4px 4px;
  background-image: url(images/h3_bg.jpg);
  background-repeat: repeat-x;
}

.main-bg {
	color: #333;
	background-color: #E8E3D6;
	background-image: url(images/yside.gif);
	background-repeat: repeat-x;
	border-top: 0px solid #04688D;
	padding: 0px 2px 3px 2px;
}
.border {
  border : 0;
}

#side-left .side-border-right {
	display: none;
}
#side-right .side-border-left {
	display: none;
}

#side-border-left {
	color: #777;
	background-color: #E8E3D6;
	background-image: url(images/yside.gif);
	background-repeat: repeat-x;
	padding: 0px 2px 5px 2px;
	border-top: 0px;
	border-right: 1px solid #999999;
	border-left : 0px;
	border-bottom: 0px;
	width: 170px;
}
#side-border-right {
	color : #777;
	background-color : #E8E3D6;
	background-image : url(images/yside.gif);
	background-repeat : repeat-x;
	padding : 0px 2px 5px 2px;
	border-top : 0px;
	border-left : 1px solid #999999;
	border-bottom: 0px;
	border-right: 0px;
	width: 170px;
}
#side-border-right2 {
	color : #777;
	padding : 0px 2px 5px 2px;
	border-top : 0px;
	border-left : 0px;
	border-bottom: 0px;
	border-right: 0px;
	width: 124px;
	text-align: center;
}
#side-border-right3 {
	color: #777;
	padding: 0px 0px 0px 0px;
	border-top : 0px;
	border-left : 0px;
	border-bottom: 0px;
	border-right: 0px;
	width: 124px;
	text-align: center;
}
/* News: */

.news-category {
	border : 0;
	margin : 5px 5px 5px 5px;
	float : left;
}
.news-footer-img {
	border : 0;
	vertical-align : middle;
}
.news-capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	text-transform: uppercase;
	border-right: 1px solid #BBB;
	border-left: 1px solid #FFF;
	border-bottom: 0px solid #BBB;
	border-top: 1px solid #FFF;
	padding: 15px 0 3px 12px;
}
.news-capmainr {
	background-color : #06668c;
	background-image : url(images/art-capmain2.jpg);
	background-repeat : repeat-y;
	background-position : right 0%;
}
.news-footer {
	text-align: center;
	font-size : 10px;
	color : #333;
	background-image : url(images/a_shading.gif);
	border-right: 1px solid #BBB;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
	border-top: 0px solid #FFF;
	padding: 3px 4px 2px 4px;
}
a.news {
	color: #04688D;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover.news {
	color: #04688D;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news-poster {
	font-size : 9px;
	padding: 2px;
}

/* Articles: */

.art-capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	text-transform: uppercase;
	border-left: 0px solid #FFFFFF;
	border-top: 0px solid #F6E2BA;
	border-bottom: 0px solid #5F3413;
	border-right: 0px solid #5F3413;
	background-position: left 2px;
	padding: 5px 2px 5px 5px;
	width: 100%;
	height: 25px;
}

.art-capmain2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	text-transform: uppercase;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #5F3413;
	border-right: 1px solid #BBB;
	padding: 5px 2px 5px 5px;
	width: 100%;
	height: 25px;
}

.art-body {
	width: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 10px 0px 0px 0px;
}

.art-body2 {
	width: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
	border-left: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #BBB;
	border-bottom: 0px solid #BBB;
	padding: 10px 0px 0px 0px;
}

/* Captions */

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	border-bottom: 0px solid #999999;
	padding: 5px 0px 4px 15px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	border-bottom: 0px solid #999999;
	padding: 4px 0 4px 4px;
	background-image: url(images/h3_bg.jpg);
	background-repeat: repeat-x;
}

.forum-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #171717;
	background-color : #DDD;
	background-image: url(images/a_shading.gif);
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
	border-right : 1px solid #fff;
	border-bottom : 1px solid #fff;
	padding : 2px 4px 2px 5px;
}
.ogloszenia-capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	border-bottom: 0px solid #999999;
	padding: 5px 4px 4px 4px;
}

.side-label {
	color : #333;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	padding : 2px 4px 2px 0px;
	margin-top : 3px;
	margin-bottom : 3px;
}

/* Table properties */

.center {
	margin : 0 auto;
}
.tbl-border {
	border : 1px solid #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #111;
	background-color : #ffffff;
}

.tbl-border2 {
	border : 1px solid #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #111;
}

.tbl {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color :#333333;
	padding : 2px;
}
.tbl1 {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	padding : 4px;
}
.tbl2 {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	padding : 4px;
}
.tbl3 {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color :#333333;
	padding : 2px;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #FFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.tbl4 {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	padding : 4px;
}
.tbl5 {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	margin-top: 3px;
}
.tblogloszenie {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.tbl_galleryheder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.tbladm1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	width: 40%;
	vertical-align: top;
}

.tbladm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	width: 60%;
	vertical-align: top;
}

.quote {
	font-size : 11px;
	color : #333;
	padding : 4px 4px 4px 16px;
	margin : 10px;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	background-image : url(images/quote_bg.jpg);
	background-repeat : repeat-y;
	background-position : left 0%;
}
.poll {
	height : 10px;
	background-color : #e8e8f1;
	border-top : 1px solid #a8b3ca;
	border-left : 1px solid #a8b3ca;
	border-right : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

.poll2 {
	color: #000000;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.comment-name {
	font-weight : bold;
	color : #333;
}

/* Shoutbox */

.shoutboxname {
	font-weight : bold;
	color : #333;
}
.shoutbox {
	color : #333;
}
.shoutboxdate {
	font-size : 10px;
	color : #333;
}
.small {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #333;
}
.small3 {
	font-size: 10px;
	font-weight: bold;
	color: #B8860B;
}
.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #333;
	padding : 2px;
}

/* Footer Styles: */

.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #7f7f7f;
	background-color : #0d0a07;
	border-top : 0 solid #999999;
	padding : 5px;
}
.bottom {
	height : 16px;
	background-color : #f1f1f1;
	background-image : url(images/bottom.gif);
	background-repeat : repeat-x;
}

/* Messages: */

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	text-align: center;
	color: #006087;
	background-color: #f6f6f6;
	border: 2px solid #006087;
	padding: 3px 4px 5px 4px;
	margin: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
/*  voice-family: "\"}\"";
  voice-family: inherit; */
}

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 5px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#modernbricksmenu a{
	float: left;
	display: block;
	margin: 0 1px 1px 0; /*Margin between each menu item*/
	padding: 4px 4px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #04688D;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
	border-bottom: 1px solid transparent; /* To fool crappy IE */
}

#modernbricksmenu a:hover{
	background-color: transparent; /*Menu hover bgcolor*/
	color: #04688D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #2e271a; /*Brown color theme*/ 
	border-color: #2e271a; /*Brown color theme*/ 
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
}

/* */
#switcher {
	float: right;
	padding-right: 5px;
}

.awec_calendar {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 160px;
}
.dayofweek {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.empty {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.current {
	color: #9b8d73;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(http://przywidz.org/themes/Area69/images/ramka.gif);
	background-repeat: no-repeat;
}
.weekend {
	color: Maroon;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.content {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	background: #dacfb7;
}

#stylefour{
	position:relative;
	display:block;
	height:15px;
	font-size:10px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:0px solid #000000;
}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
}

#stylefour ul li a{
	display: block;
	color: #04688D;
	text-decoration: none;
	font-weight:bold;
	padding: 5px 4px 0 5px;
	height: 15px;
	text-align: center;
}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#C4BA87;
	background:#fff url(images/bgON.gif) no-repeat top right;
}

.stylefourmenu {
	background:transparent url(images/bgOFF.gif) repeat-x;
}

.h { display: none }
.v { display: block }
	
	
	
	
