/* 
    Document   : settings
    Created on : 2009-12-08, 08:45:17
    Author     : Osemka.pl
    Description:
        Website basic settings.
*/

body { background: #fff; color: #333; font: normal 9pt/1.7em Verdana, Tahoma, sans-serif; margin-bottom: 10px; }
img { border: 0; }
h1, h2 { font: normal 27pt/1.4em Cambria, "Times New Roman", Times, serif; color: #fff; }
h3 { font: normal 18pt/1.4em Cambria, "Times New Roman", Times, serif; color: #000; margin-bottom: 15px; }
h3.news_header { margin-bottom: 0; }
h4 { font: normal 13.5pt/1.4em Cambria, "Times New Roman", Times, serif; color: #fff; margin-bottom: 20px; }
h3.our_sites { font: normal 13.5pt/1.4em Cambria, "Times New Roman", Times, serif; color: #000; margin: 0 0 20px 5px; }
a { color: #2c5f92; text-decoration: none; font-weight: bold; }
a:hover { color: #1A4675; text-decoration: underline; }
a:visited { color: #7E5276; text-decoration: none; }
abbr, acronym { border-bottom: 1px dotted #333; cursor: help; }
strong { font-weight: bold; }
code { font-family: Courier, monospace; }

input[type='submit'], label { cursor: pointer; }
input[type='submit']::-moz-focus-inner { border: 0; } /* removes submit outlines in firefox */
select::-moz-focus-inner { border: 0; }
input, select, textarea { border: 1px solid #d7d7d7; background: #fff; color: #656565; font-size: 8pt; padding: 2px 3px 3px; }
select { padding: 2px 2px 3px 3px; z-index: -1; }
input.btn { display: block; border: none; overflow: hidden; text-indent: -9999px; font-size: 0;	line-height: 0; }
input.error, select.error, textarea.error { background: #fef4d1; }
p.error_info, ul.errors { color: #B70000; font-size: 8pt; }

.left { float: left; }
.right { float: right; }
.subheader { font: normal 10.5pt/1.4em Cambria, "Times New Roman", Times, serif; color: #fff; }
.btn_small { display: block; height: 26px; text-indent: -9999px; }
.btn_big { display: block; height: 52px; text-indent: -9999px; font-size: 0; line-height: 0; border: none; }

a.download_pdf { display: block; float:right; width:190px; height: 45px; background: url('../img/przyciski.jpg') no-repeat 0 -45px; margin-top:60px;}
a.download_pptx { display: block; float:left; width:190px; height: 45px; background: url('../img/przyciski.jpg') no-repeat 0 -90px; margin-top:60px;}
a.download_gtr { display: block; float:left; width:190px; height: 45px; background: url('../img/przyciski.jpg') no-repeat 0 0; margin-top:45px; margin-left: 10px; }

/* tooltip styling */
.tTip { cursor: pointer; }
#dynatip { display: none; width: 960px; padding-top: 37px; background: transparent url('../img/tooltip_top.gif') no-repeat top; z-index: 999; }
#dynatip .middle, #dynatip.bottom .middle { background: #000; padding: 0 25px; color: #fff; }
#dynatip .bottom { background: transparent url('../img/tooltip_bottom.gif') no-repeat bottom; height: 58px; }
#dynatip.bottom { display: none; width: 960px; padding-top: 58px; background: transparent url('../img/tooltip_top2.gif') no-repeat top; }
#dynatip.bottom .bottom { background: transparent url('../img/tooltip_bottom2.gif') no-repeat bottom; height: 37px; }

#dynatip table.tooltip{border:1px solid black;}
#dynatip table.tooltip td{width:50px;font-weight:bold;padding:0 5px 5px 5px;border:none;}
#dynatip table.tooltip th{width:250px;color:#e2e2e2;padding:0 5px;border:none;}

#slider ul{margin:0;padding:0;list-style:none;}
#slider li{overflow:hidden;width:265px;height:125px;margin:0;padding:0;list-style:none;}

div.manage{clear:both;padding-left:400px;}
div.manage .back{float:left;width:55px;height:21px;text-indent:-9999px;background:url('../img/btn_back_new.png') no-repeat top;margin-right:10px;}
div.manage .edit{float:left;width:55px;height:21px;text-indent:-9999px;background:url('../img/btn_edit_new.png') no-repeat top;margin-right:10px;}
div.manage .save{float:left;width:55px;height:21px;text-indent:-9999px;background:url('../img/btn_save_new.png') no-repeat top;margin-right:10px;}
div.manage .saveactive{float:left;width:102px;height:21px;text-indent:-9999px;background:url('../img/btn_saveactive_new.png') no-repeat top;margin-right:10px;}
