/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
	text-align:left;
}
body {
	height: 100%;
}
body {
	background: #154363 url('../img/bg.gif') repeat-y center;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
	margin:0; padding:0;
	color: #888;
}
a {
	text-decoration: none;
	color:#888;
}
a:hover {
	text-decoration: none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #999;
}
h1 a, h2 a, h3 a, h4 a {
	color: #999;
	text-decoration:none;
}
h1 {
	font-size: 15px;
	margin: 0 0 0 0;
	padding:0 0 0 10px;
	color: #fdb913;
	background-image:url(../img/kwadrat_menu_yellow.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
}
h2 {
	font-size: 13px;
	margin: 0.3em 0;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
ul, li {
	margin: 0 0;
}
hr {
	width: 100%;
	background-image:url('../img/bg_pasek.gif');
	background-repeat:repeat-x;
	height:8px;
	border:none;
	margin:10px 0;
	clear: both;
}
div.hr {
	height:8px;
	margin-top:-6px;
	clear: both;
}
div.hr hr {
	border:none;
	background-image:url('../img/bg_pasek.gif');
	background-repeat:x-repeat;
	height:8px;
}
p.moreback {
	margin:12px 0 6px 0;
	text-align:right;
	float:right;
	width:100%;
	color:#fdb913;
}
p.morebackSlim {
	margin:0 0;
	text-align:right;
	width: 100%;
	color:#fdb913;
}
p.moreback a span, p.morebackSlim a span {
	color:#fdb913;
}
span.date,span.created {
	font-size:9px;
}

/* ALL LAYOUTS */
#container {
	width: 902px;
	margin: 0px auto;
	height:100%;
	/*border:solid 1px #999;*/
	}
#header{
	margin-top:20px;
	background: #fff;
	border:solid 1px #C5CED7;
}
#content {	
	clear: both;
	color: #333;
	padding-top:10px;
	padding-bottom:20px;
	vertical-align:top;
	background: #fff;
	border-left:solid 1px #C5CED7;
	border-right:solid 1px #C5CED7;
}
#footerbans {
	padding:10px 0 10px 0;
	text-align:center;
	border:solid 1px #C5CED7;
	/*border-top:solid 2px #C5CED7;
	border-bottom:solid 2px #C5CED7;*/
	background: #fff;
}
#footerbans img {
	margin: 0 5px 0 5px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	background-color:transparent;
}
#footerLeft {
	float:left;
	background-color:transparent;
}
#footerRight {
	color:#616366;
	font-size:10px;
	background-color:transparent;
	text-align:right;
}
#footerRight a {
	color:#86888B;
}
#footerRight .subnet {
	color:#86888B;
	font-size:9px;
}
/* Tables */
table {
	border-right:0;
	clear: both;
	width: 100%;
}
th {
	text-align: center;
}
table tr td {
	vertical-align: top;
	padding:0;margin:0;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;
	margin-bottom: 1em;
	padding: .5em;
	*/
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 11px;
	font-family: verdana, sans-serif;
	padding: 2px;
}
select {
	clear: both;
	vertical-align: text-top;
	font-size:9px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}
.more {
	text-align:right;
	margin:2px 2px;
}
.more a {
	color: orange;
}
div.paginatorBox {
	width:100%;
	margin:5px auto;
	text-align:center;
}
div.paginator {
	width:100%;
    display: inline;
    float: none;
    clear: none;
    color: #C0C0C0;
    text-align:center;
}
div.paginator a {
	color:#fdb913;
}
#navigationBaners {
	/*border-top:solid 1px #999;*/
	margin:5px 0 4px 0;
	padding:10px 0 0 0;
	width:100%;
	text-align:center;
}
div.h2blue {
	background-image:url('../img/bg_produkty_big.gif');
	background-position:top right;
	background-repeat:no-repeat;
	margin:7px 0 10px 0;
	padding:4px 0 0 0;
	height:22px;
}
div.h2blue h2 {
	padding-left:10px;
	margin:0 0 0 0;
	background-image:url('../img/kwadrat_aktualnosci.gif');
	background-position:center left;
	background-repeat:no-repeat;
	overflow:hidden;
}
h3.orange {
	margin:7px 0 10px 0;
	color:#FdB913;
}
ul.orange {
}
ul.orange li {
	list-style-type:square;
	list-style-image:url('../img/kwadrat_menu_yellow.gif');
	font-weight:bold;
	margin:2px 0 0 0;
}
div.h3orange {
	background-color:#FDB913;
	margin:5px 0 12px 0;
	padding:3px 3px;
}
div.h3orange h3 {
	color:#666;
}
code {
	background-color:yellow;
	color:#000;
	font-weight:normal;
	border:dotted 1px #990000;
}
#galBox {
	width:100%;
	margin:20px 2px;
}
div.newsRow {
	display:block;
	width:340px;
	height:170px;
	overflow:hidden;
	margin:0 10px 10px 0;
	float:left;
	padding:0 0;
	/*border:solid 1px #999;*/
}
div.newsContents {
	float:left;
	height:110px;
	vertical-align:top;
	overflow:hidden;
}
span.require {
	font-size:10px;
	color:orange;
	padding:0 3px 0 0;
}
/* Notices and Errors */
.message {
	clear: both;
	color: #d00;
	font-size: 11px;
	font-weight: bold;
}
div.error-message {
	clear: both;
	color: #d00;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.regionbox-error div {
	text-align:center;
}
