body{
font-family:arial,verdana,sans-serif;
font-size:12px;
}

/* General Style Info */
a{
color: #06264B;
text-decoration:none;
}
a:hover{
color:#06264B;
text-decoration:underline;
}
a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
font-family: Arial, Verdana, sans-serif;
color:black;
}

h1, a.h1{
color: black;
margin:0;
padding:0;
font-size: 21px;
}

h2{
font-weight:bold;
color:#1576bb;
padding:0;
margin:0;
font-size:13px;
}

h3{
color:#1576bb;
padding:0;
margin:0;
font-size: 12px;
}

h4{
color:#1576bb;
padding:0;
margin:0;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#container{
background-color:#ffffff;
width:976px;
margin:auto;
text-align:left;
}

#header{
margin-top: 1em;
padding: 4px 20px;
}

#content{
background-color:transparent;
}
#footer{
}

/* tables */

table {
}
th {
}
table tr td {
}
table tr.altRow td {
}
table td.actions {
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin: 0em;
}
form div{
vertical-align: text-top;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input, textarea {
font-size: inherit;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: inherit;
font-family: inherit;
}
option {
font-size: inherit;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
pre.debug{
font-size:12px;
background-color:#f5f5f5;
font-weight:bold;
}
#error{
	font-size: 14px;
	color: #990000;
	background: url('/img/dialog-warning.png') center left no-repeat;
	height:100px;
	width:100%;
	padding:10px;
	padding-left:50px;
	text-align:center;
	display:table-cell;
	vertical-align: middle;
}



/* listy */
ul.square{
	list-style-type:square;
	color: #d8d8d8;
}
ul.square span{
	color: #3F4649;
}

ul.niebieskie{
	list-style-image:url(/img/gfx/bullet.png);
}

ol.kreska{
	font-family: Georgia, Times, serif;
	font-size:14px;
}
ol.kreska li{
	padding:0 0 0 5px;
	border-left:1px solid #d8d8d8;
	color: #999;
}
ol.kreska span{
	padding:3px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F4649;
	font-size:12px;
}

/* tables */
table.npb{
	border-collapse:collapse;
	text-align:left;
}
table.npb caption{
	font-size:22px;
	color:#3F4649;
	text-align:left;
	border-bottom:6px solid #3F4649;
}
table.npb thead tr th{
	color:#2D7594;
	text-align:center;	
	padding:0.4em 0;
	border-bottom:3px solid #3F4649;
}
table.npb tfoot th,
table.npb tfoot td{
	border-top:3px solid #3F4649;
}
table.npb tr td,
table.npb tr th{
	border-bottom:1px solid #3F4649;;
	padding:0.6em 0.4em;
	line-height:1.5em;
}
table.npb thead tr th,
table.npb tbody tr th,
table.npb tfoot tr th
{
	font-size:14px;
	font-weight:bold;
}

/* blockquote */
blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	font-size:16px;
	color:#888;
	margin:10px 0;
	padding:16px 20px;
	position:relative;
}
blockquote > p{
	margin:0;
}
blockquote:before,
blockquote:after {
	font-size:32px;
    font-weight: bold;
	color:#3F4649;
	display:block;
	position:absolute;
}
blockquote:before {
    content: "\201C";
	top:0;
	left:0;
}
blockquote:after {
    content: "\201E";
	bottom:0;
	right:0;
}

blockquote.do_prawej {
    margin: 10px 0 10px 15px;
    width: 260px;
	float:right;
}
blockquote.do_prawej:before,
blockquote.do_prawej:after {
}
blockquote.krechy {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:10px 20px;
}
blockquote.krechy:before,
blockquote.krechy:after {
	content:'';
}

div.hr{
	border-top:1px solid #d0d0d0;
	margin:5px 0;
	height:0;
	clear:both;
	overflow:hidden;
}
div.hr.bright{
	border-top:1px solid #e5e5e5;
}


