img {
	border: 0px;
}

.btn_link {
	padding: 3px;
}

a {
    color: #266c9b;
}

a:hover {
    color: #005289;
}

strong {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

hr { margin: 15px 0; background: #ccc; border: none; border-top: 1px #ccc solid; }

h2 {}
h3 a { font-size: 15px; text-decoration: none; color: #00548d; font-weight: bold; } 
h4 {}

.tooltip_content {
	background-color: #CCCCFF !important;
	color: #00548D !important;
	padding: 5px 10px 5px 10px !important;
	font-weight: bold;
}


ul.language_select {
	float: right;
}

.modEventsUL {
	padding: 0 16px 16px 16px;
}

.modEventsUL li {
	padding: 10px 0 0 0;
}
	.modEventsUL a { text-decoration: none; }

/* Linki do mpay */
a.mapLink {
    background: url("../images/globe.png") no-repeat left center;
    padding: 0 0 0 15px;
}

ul.language_select li {
    float: left;
}

ul.language_select li a {
    display: block;
    height: 20px;
    margin: 0 10px 0 0;
    width: 20px;
}

ul.language_select li a span {
    margin-left: -9999px;
}

#language_pl a {
    background: url("../images/portal/pl.png")
}

#language_en a {
    background: url("../images/portal/en.png")
}

#language_de a {
    background: url("../images/portal/de.png")
}

#language_cz a {
    background: url("../images/portal/cz.png")
}

/* Mapa w newsach/wydarzeniach itd */
.locationMap {
    width: 668px; /* 670px - 2px na border */
    height: 300px;
    border: 1px solid #ccc;
}





/* Pagination */


.pagination_title{
	display: inline-block;
	padding: 4px 10px;
	margin: -4px 3px 5px 20px;
	font-size: 14px;
	color: #00548d;
	background-color: white;
	float: left;
	clear: left;
}


ul.pagination {
	padding-left: 20px;
	margin-bottom: 20px;
}

ul.pagination > li > a {
	background-color:#a3d8fd; 
	padding: 2px;
	width: 2.5em;
	text-align: center;
	font-size: 9px;
	float: left;
	cursor: pointer;
	margin: 0 2px;
	margin-bottom: 6px;
	text-decoration: none;
}

ul.pagination > li > a:hover {
	background-color:#b4e9fe; 	

}


ul.pagination > li > a.selected {
	background: #00548d;
	color: #fff;
}

ul.pagination > li.selected a { color: #fff; }







/* 
 * 
 * Scrollbar with style STYLE1 
 * 
 * 
 * */
.scrollbar {  overflow: auto; } 
 
.scrollbar_style1 .jScrollPaneTrack {
    background: url(../../js/lib/scrollpane/images/osx_track.gif) repeat-y;
   
}

.scrollbar_style1 .jScrollPaneDrag {
    background: url(../../js/lib/scrollpane/images/osx_drag_middle.gif) repeat-y;
}

.scrollbar_style1 .jScrollPaneDragTop {
    background: url(../../js/lib/scrollpane/images/osx_drag_top.gif) no-repeat;
    height: 6px;
}

.scrollbar_style1 .jScrollPaneDragBottom {
    background: url(../../js/lib/scrollpane/images/osx_drag_bottom.gif) no-repeat;
    height: 7px;
}

.scrollbar_style1 a.jScrollArrowUp {
    height: 24px;
    background: url(../../js/lib/scrollpane/images/osx_arrow_up.png) no-repeat 0 -30px;
}

.scrollbar_style1 a.jScrollArrowUp:hover {
    background-position: 0 0;
}

.scrollbar_style1 a.jScrollArrowDown {
    height: 24px;
    background: url(../../js/lib/scrollpane/images/osx_arrow_down.png) no-repeat 0 -30px;
}

.scrollbar_style1 a.jScrollArrowDown:hover {
    background-position: 0 0;
}

.left .jScrollPaneTrack {
    left: 0;
    right: auto;
}

.left a.jScrollArrowUp {
    left: 0;
    right: auto;
}

.left a.jScrollArrowDown {
    left: 0;
    right: auto;
}

/* HTML FORMS */
.form { width: 100%; border-collapse: collapse; margin: 20px auto; }
.form th {
	padding: 5px 5px 5px 0;
	width: 25%;
	text-align: right;
}

.form td.input { padding: 5px 20px; width: 75%; }


.form input.text { width: 100%; padding: 2px; }
.form input.checkbox { vertical-align: text-bottom; cursor: pointer; }

.form tr.buttons td { text-align: right; }


.round-corners-small {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



/* IE SPECIFIC HACKED STYLES */ * html .osX .jScrollPaneDragBottom {
    bottom: -1px;
}

/* /IE SPECIFIC HACKED STYLES */