
body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
	background: #071B25 url(images/tlo.png) no-repeat;
	background-position: 50% 0;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #CCC;
}
h1 {
	font-size: 170%;
	color: #071B25;
	border-bottom:#071B25 1px solid;
}
h2 {
	font-size: 170%;
	color: #000;
	border-bottom:#000 1px solid;
}
h3 {
	font-size: 150%;
	color: #071B25;
	border-bottom:#071B25 1px solid;
}
h4 {
	font-size: 130%;
	color: #071B25;
	
}




/**************************/
.styles {
	background-image: url(images/top.jpg);
		
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 0%;
	float: left;
	height: 192px;
	width: 990px;
	
}
#menuc {
	background-image: url(images/menu.png);
	margin-left: 0px;
	clear: left;
	float: left;
	height: 93px;
	width: 990px;
	padding: 0;
	background-repeat: no-repeat;
}

.contentl {
	background: url(images/content_l.jpg) no-repeat;
	padding: 0px;
	padding-left: 55px;
	clear: left;
	float: left;
	height: auto;
	width: 880px;
	min-height: 250px;
}


.content {
	background: url(images/content_l.jpg) no-repeat;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 990px;
}
.c-bottom {
	background-image: url(images/b-content.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 51px;
	width: 990px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	margin-left: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 116px;
	width: 990px;
}

#main2{
	width: 1063px;
	margin: 0 auto;
	background: url(images/content_bg.gif)  repeat-y right;
	margin-top:21px;
}





#menuc div {
}

#menu{
margin:auto;
padding: 0;
margin-top: 30px;

}


#menu td{
background:url("images/divider.gif") no-repeat scroll left center transparent;
list-style: none;
color: #D1D3D5;
display:inline;
padding: 12px 10px;

font-weight:bold;
float:left;
font-size:12px;
position: relative;

}

#menu ul {
	margin: auto;
	padding: 0;
	border: 1px solid #000;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #111111;
	list-style: none;
	padding:0;
	font-weight:normal;
}

#menu td ul li {
	position: relative;
}

#menu td ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

#menu td > ul {
	position: absolute;
	z-index: 10;
	top:38px;
	left: -20px;
}

#menu td ul li a, #menu td ul li span {
	text-decoration: none;
	display: block;
	width: 174px;
	padding: 5px 10px;
	text-align: left;
}

.right-arrow {
	background: url('images/dropdown_linkbg.png') no-repeat scroll right;
}


#menu td:first-child {
background: none;
}

#menu td:hover, #menu td:focus{
text-decoration: none;
cursor: pointer;
}
#menu td ul {
	display: none;
}
#menu td:hover > ul, #menu td:focus > ul {
	display: block;
}

#menu td ul > li > ul {
	display: none;
}
#menu td ul > li:hover > ul {
	display: block;
}


#menu td a {
	text-decoration: none;
	color: #D1D3D5;
}

#menu td ul li{
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
}

#menu td ul li:hover{
	background: #000;
}




.leftc {
	float: left;
	height: auto;
	width: 355px;
	margin: 0px;
}
.rightc {
	position:relative;
	z-index: 1;
	float: left;
	height: auto;
	width: 500px;
	margin-left: 25px;
}
.bottomc {
	height: 65px;
	width: 815px;
	padding-top: 15px;
	padding-left: 90px;
	color: #FFF;
	text-align: center;
}
.linksb {
	color: #FFF;
}


.contentl > form {
	text-align: center;
}

form#login {
	margin-top: 50px;
}
.contentl > form > table {
	margin: auto;
}

#leftpanel {
	float: left;
	width: 180px;
	text-align: right;
	border-right: 1px solid black;
}

#leftpanel li {
	padding-right: 7px;
}

#leftpanel li a {
	color: #7B7B7B;
	text-decoration:none;
}
#leftpanel li:hover {
	background: #CDCDCD;
}
#leftpanel li:hover a {
	color: black;
}

table {
margin: auto;
}

.dataset {
	border: 1px solid black;
	background: white;
	color: #7B7B7B;
}

.dataset tr td {
	background: white;
}

.dataset tr:hover td {
	background: #CDCDCD;
	color: black;
}

.dataset tr th {
	background: #071B26;
	color: white;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}

#arch {
	clear:both;
	text-align: center;
	position: relative;
	top: 20px;
}


#main {
width:992px;
margin: auto;
}


#overlay {
display: block;
position: static;
width:500px;
background: url(images/header.jpg) no-repeat;
padding: 0px;
}

#overlay #window , #fakewindow {
padding: 0px;
margin: 0px;
padding-top: 269px;

font: 18px Verdana, Arial, Helvetica, sans-serif;
color: #ECEAEA;


}

#overlay #inner, #fakeinner {

width: 476px;
padding: 12px;
height: 22px;
margin: 0px;
background-image:url(images/back.png);
} 

#inner > span, #fakeinner > span  {
	position: absolute;
	right: 12px;
}
.date {
	color:#FF6600;
	font-weight: bold;
}


#inner div, #fakeinner div {
	float: right;
	width:26px;
	height: 24px;
	background: url(images/radio_off.png) no-repeat;
	background-position: 49.9%;
	cursor: pointer;
	visibility: hidden;
}

#inner div:hover {
	background: url(images/radio_hover.png) no-repeat;
	background-position: 50%;
}

#inner div.on , #fakeinner div.on{
	background: url(images/radio_on.png) no-repeat;
	background-position: 50%;
}

#inner .img,#inner .title, #fakeinner .img,#fakeinner .title {
	display: none;
}

/*pager*/

.pager {
  color:#333333;
  font-family:Verdana,Tahoma,Arial,Trebuchet MS,Sans-Serif,Georgia,Courier,Times New Roman,Serif;
  font-size:10px;
  cursor: pointer;
  margin: 4px 0;
  text-align:center;
}

.pager a:link, .pager a:visited {
  color:#444;
  text-decoration: none;
  width:14px;
  display:inline-block;
  
}

span.pagelink a:hover, span.pagelink a:focus {
  
}

span.pagelink,span.pagecurrent {
 
  background: #E0E0E0;
  border: 1px solid #CCCFD3;
  margin: 1px 0;
  width: 14px;
  display: inline-block;
}

span.pagelink:hover {
  background: #F0F0F0 ;
}

span.pagecurrent {
  color: white;
  background: #037DBA;
  border: 1px solid #037DBA;
}

/*koniec pagera*/

/*galeria*/

.gallery_container {
	position: relative;
	float: right;
	visibility: hidden;
}

.gallery_container div {
	position: absolute;
	top: -157px;
	right: 0px;
	border: 1px solid silver;
	padding: 5px;
	background: white;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
span.gallery {
	display: block;
	margin: 0px;
	padding: 0px;
}

span.gallery:hover {
	color: #FF3300;
	text-decoration: underline;
	cursor: default;
}
span.gallery:hover > .gallery_container {
	visibility: visible;
}

.gallery_container img {
	display: block;
	padding: 0;
	margin: 0;
}

