/* 
	Plik zawiera style dla komponentow wystepujacych na roznych stronach
*/
.Bip
{
	background: url('../images/utilImages/bip.jpg') no-repeat top right;
	padding: 1px 36px 2px 0;
	display: inline-block;
	height: 20px;	
}
input.Watermark
{
	color: #CFCFCF;
}
.Contact
{
	line-height:18px;
	font-size: 12px;
	color: #8F8F8F;
}
.Box
{
	float: left;
	display: inline; /* IE6 hack */
	width: 230px;
	margin: 0 10px;
}
.Box h3 span
{
	/*color: #979797;
	font-size: 19px;*/
	margin-bottom: 4px;
	text-indent:-10000px;
	display:block;
	height:20px;
}
.Box a
{
	color: #D5D5D5;
	font-size: 12px;
}
a.Back,
a.Back:visited
{
	display: block;
	height: 35px;
	width: 165px;	
	padding: 2px 0 0 25px;
	border: 1px solid #DDD;
	color: #616161;
	background: url('../images/utilImages/more-left.jpg') no-repeat 6px 6px;
}
a.Back:hover
{
	text-decoration: none;
	border-color: #9D9D9D;
}
.LeftMenu ul.AfterBack 
{
	margin-top:10px;
}
.ShadowBox h2 
{
	display:block;
	width:auto;
	margin-bottom:10px;
	padding-left:27px;
	background: #F4F4F4 url('../images/utilImages/jinx.jpg') no-repeat 7px 7px;
	border-bottom: 1px solid #DDD;
}
.ShadowBox h2 span
{
	height:30px;
	display:block;
	width:100%;
	text-indent: -10000px;
}
.ShadowBox .Box h3,
.ShadowBox .Box h3 a
{
	font-size: 14px;
	color: #388ECB;
	font-weight: bold;
}
.ShadowBox .Box h3 a:hover {
	color:#005FA2;
}

.ShadowBox ul a
{
	color: #616161;
}

.FrontPage .ShadowBox .Gut 
{
	width:450px;
}
.Special .ShadowBox .Gut 
{
	width:440px;
}

.ShadowBox .Gut 
{
	padding-left:8px;
	padding-right:8px;
	float:left;
}
.ShadowBox .Gut li
{
	margin-bottom:6px;
}
.Teaser
{
	height: 170px;
	padding: 0 2px;
}
.Teaser dl
{
	float: left;
	width: 110px;
	margin-left: 10px;
}
.Teaser h2
{
	display:block;
	padding-left:24px;
	background: #F4F4F4 url('../images/utilImages/jinx.jpg') no-repeat left center;
	text-indent: -10000px;
}
.Teaser dt a
{
	border: 3px solid #FFF;
	display: block;
}
.Teaser dt a:hover
{
	border-color: #FFD600;
}
.Teaser .First
{
	margin-left: 0px;
}
.More
{
	background: url('../images/utilImages/dash.gif') repeat-x top left;
	font-size:12px;
	padding-top: 8px;
	padding-bottom:6px;
	text-align: right;
	float: none;
	margin-left:8px;
	margin-right:8px;
	clear:both;
	width:auto;
}
.More  a
{
	padding-right:20px;
	background: url('../images/utilImages/more.jpg') no-repeat right 2px;
}
.NewsBox 
{
	padding-left:8px;
	padding-right:8px;
	float: left;
	overflow: visible;
	width: 450px;
}
.Districts 
{
	border:1px solid #c9c9c9;
	width:auto;
	height:75px;
	margin:0 8px 0 8px;
	clear:both;
}
.Author,
.Caption
{
	color: #BBB;
	font-size: 11px;
}
.PhotoBig img
{
	border: 3px solid #FFF;
	display: block;
}
.PhotoBig .Desc
{
	font-weight: bold;
}
.PhotoSmall
{
	display: block;
	width: auto;
	background: none;
}
.PhotoSmall img
{
	display: block;
	border: 3px solid #BBB;
}
.PhotoSmall .Author
{
	text-align: right;
	display: block;
}
/***** PAGER ********/
.Pager
{
	clear: both;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 15px;
	overflow: visible;
}
.Pager a,
.Pager span
{
	text-align: center;
	float: none;
	display: inline;
	padding: 3px 8px;
	border: 1px solid #DDD;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.Pager span {
  border: 0 none;
}

.Pager a:hover
{
	text-decoration: none;
	border-color: #9D9D9D !important;
}
.Pager a.Slideshow
{
	padding-right: 20px;
	background-image: url('../images/utilImages/play.gif');
	background-position: right center;
}
.Pager .Prev
{
	padding-left: 20px;
	background-image: url('../images/utilImages/pagingPrev.gif');
	background-position: left center;
}
.Pager .Next
{
	padding-right: 20px;
	background-image: url('../images/utilImages/pagingNext.gif');
	background-position: right center;
}
/******* MAP ********/
.MapBox
{
	border: 1px solid #C9C9C9;
	padding: 1px;
	position: relative;
}
.MapBox a
{
	color: #388ECB;
}
.MapBox a:hover
{
	color: #005FA2;
}
.MapBox .Close
{
	position: absolute;
	top: 11px;
	right: 5px;
	background: url('../images/utilImages/close.gif') no-repeat right center;
	line-height: 21px;
	padding-right: 26px;
	font-weight: bold;
	font-size: 12px;
	z-index: 1000;
}
.MapBox  .Info
{
	border-top: 4px solid #FFD600;
	padding: 7px 80px 7px 12px;
	background: #FFF;
	min-height: 20px;
}
* html .MapBox  .Info
{
	height: expression(this.scrollHeight < 20 ? "20px" : "auto");
}
.MapBox  .Info address
{
	width: 100%;
}
.MapBox  .Info em
{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.MapBox  .Info span
{
	float: left;
	margin-right: 30px;
}
.MapBox .MapCanvas
{
	width: 100%; /*688px;*/
	height: 270px;
	float: right;
	clear: both;
	background: url('../images/utilImages/loader.gif') no-repeat 50% 50%;
}
.MapBox .MapCanvas div
{
	overflow: visible;
}
/********************/
.Exclaimer 
{
	margin: 0 8px 10px;
	border: 2px solid #F00;
	position: relative;
	z-index: 10000;
}
.Exclaimer h1
{
	float: left;
	background: #F00;
	color: #FFF;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
.Exclaimer .Expand,
.Exclaimer .Collapse,
.Exclaimer h1 span
{
	float: left;
	width: 64px;
	clear: none;
	background-image: none;
	margin: 0;
	padding: 4px 0;
	color: #FFF;
}
.Exclaimer .Expand,
.Exclaimer .Collapse
{
	width: 58px;
	background: url(../images/utilImages/more-white.jpg) no-repeat 58px 7px;
	padding-right: 14px;
	text-align: center;
}
.Exclaimer .Collapse
{
	font-weight: bold;
	background-image: url('../images/utilImages/close-white.jpg');
	position: absolute;
	top: -24px;
	right: 0;
	background-color: red;
}
.Exclaimer .Gut
{
	overflow: visible;
	clear: both;
	background: #FFF;
}
.Exclaimer .Short
{
	width: 300px;
	padding: 4px 5px;
	background: #FFF;
	color: #F00;
	text-align: left;
}
.BreadCrumbs
{
	margin: 8px 0 0 8px;
}
.Date
{
	font-size: 12px;
	color: #8F8F8F;
}

* html h2,
* html li,
* html blockquote,
* html .MapBox .Info,
* html .ShadowBox,
* html .Exclaimer,
* html .Gut
{
	zoom:1; /*IE6 hack*/
}
.png { behavior: url('scripts/iepngfix.htc') }


/************** BANNERS ************/

.BlueBanner
{
	width: 225px;
	height: 58px;
	float: left;
	border: 2px solid #8faddf;
	display: inline-block;
	overflow: hidden;
	margin-left: -2px;
	margin-right: 18px;
}

.StripeBanner  
{
	width: 223px;
	height: 80px;
	float: left;
	border: 2px solid #dadada;
	overflow: hidden;
	margin-left: -1px;
	margin-right: 19px;
	position: relative;
	background: #FFFFFF url(../images/utilImages/stripe_small.gif) no-repeat scroll left -1px;
	color: #fff;
}

.StripeBanner img
{
	position: relative;
	left: 10px;
}

.LastBlueBanner,
.LastStripeBanner 
{
	margin-right: 0;
}

.ArtCulture .ColumnRight .Banners 
{
	float: left;
	width: 100%;
	margin: 16px 0;
	display: inline;
}

.ArtCulture .ColumnLeft .Banners 
{
	height: 64px;
}

.Remember {
	background:transparent url(../images/utilImages/rememberButton.png) no-repeat scroll left -46px;
	font-size:13px;
	height: 35px;
	line-height: 32px;
	color:#4E4E4E;
	display:block;
	outline-style:none;
	padding-left:35px;
	float: left;
	width:82px;
	margin: 15px 0 8px 0;
	cursor: pointer;
}

.Remember:hover {
	background-position: left top;
}

.Clicked,
.Clicked:hover {
	background-position: left -92px;
	cursor: default;
}

.RememberDesc 
{
	float: left;
	clear: left;
	font-size: 11px;
	width: 210px;
}

.Facebook {
	background:transparent url(../images/utilImages/facebook.gif) no-repeat scroll left top;
	padding-left: 32px;
	line-height: 26px;
	float: left;
	display: block;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.Facebook:hover {
	color: #0071D9;
}



/**** BUTTONS ***/

.ButtonSmall
{
	float: right !important;
	width: auto !important;	
	margin-top: 0 !important; 
	outline-style: none;
	background: transparent url(../images/utilImages/buttonSmallLeft.png) no-repeat scroll left top;
}

input.ButtonInner
{
	background:transparent url(../images/utilImages/buttonSmallRight.png) no-repeat scroll right top;
	border:medium none;
	color:#4E4E4E;
	display:block;
	font-size: 13px;
	height:22px;
	line-height:22px;
	margin-left:10px;
	padding: 0 10px 0 0 !important;
	cursor: pointer;
	width: auto !important;
	height: 22px !important;
	display: inline;
	float: right;
}

.Header .Hygiene fieldset.ButtonSmall{
  background:transparent url(../images/utilImages/searchBg.gif) no-repeat scroll left -22px;
}

.Header .Hygiene fieldset input.ButtonInner {
  background:transparent url(../images/utilImages/searchBg.gif) no-repeat scroll right 0px;
  margin: 0 0 0 8px !important;
  padding: 1px 6px 4px 0 !important;
  font-size: 12px;
  line-height: 22px;
  display: inline;
  width: 50px;
  *padding: 0 !important;
  *margin-left: 2px !important;  
}

/***** SPECIAL NEWS *******/

.FrontPage .SpecialNews .Gut {
    padding: 13px 10px 10px 13px;
    width: 440px;
}

.FrontPage .SpecialNews .Gut  .NewsBody {
    position: relative;
    height: 226px;
    width: 440px;
    float: left;
}

.SpecialNews img {
  width: 440px;
  height: 226px;
  float: left;
  z-index: 0;
  position: absolute;
  top: 0;
  left:0;
}

.SpecialNews .NewsLink {
  display: block;
  float: left;
  width: 440px;
  height: 62px;
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 1;
}

.SpecialNews .NewsLink span.png {
  display: block;
  float: left;
  width: 440px;
  height: 62px;
  position: static;
  background: transparent url(../images/utilImages/newsPromoBg.png) no-repeat scroll left bottom;
}                                                                               

.SpecialNews .NewsLink a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.SpecialNews .NewsLink a:hover {
  text-decoration: underline;
}

.SpecialNews .NewsLink .NewsPager {
  margin-top: 36px;
}

.SpecialNews .NewsLink .NewsPager .Prev{
  display: block;
  margin-top: 1px;
  float: left;
  height: 13px;
  width: 6px;
  background: transparent url(../images/utilImages/prev.gif) no-repeat left top;
}

.SpecialNews .NewsLink .NewsPager .Next{
  display: block;
  float: left;
  height: 13px;
  margin-top: 1px;
  width: 6px;
  background: transparent url(../images/utilImages/next.gif) no-repeat left top;
}

.SpecialNews .NewsLink .NewsPager .Pages {
  font-size: 13px;
  color: #fff;
  float: left;
  margin: 0 12px;
}

.SpecialNews .NewsLink .NewsPager .Prev span,
.SpecialNews .NewsLink .NewsPager .Next span{
  display: none;
  visibility: hidden;
}

.SpecialNews .NewsLink .NewsTitle {
  dispaly: block;
  width: 350px;
  height: 44px;
  overflow: hidden;
  margin: 9px 6px 0 6px;
  float: left;
}

.SpecialNews .NextNews {
  display: block;
  float: left;
  width: 440px;
  height: 24px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #5b2319 none;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
}

.SpecialNews .NextNews span {
  margin: 0 8px;
}

.SpecialNews .NextNews a {
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
}

.SpecialNews .NextNews a:hover {
  text-decoration: none;
}