/* General Style Info */
body {
	background-color: white;
	color: black;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size:9pt;
	margin:0px;
	padding:0px;
}
a {
	color: #3366ff;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a.small{
	font-size:80%;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 160%;
	margin: 0.1em 0;
}
h2 {
	color: #2C6877;
	font-size: 160%;
	margin: 0.3em 0;
	padding-top: 1em;
}
h3 {
	color: black;
	font-size: 120%;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}


/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #0066FF;
	font-size: 130%;
	font-weight: bold;
	margin: 8px 10px;
	clear:both;
}
div#flashMessage{
	margin: 8px auto;
	text-align:center;
}
div.error-message {
	font-size: 90%;
	clear: both;
	color:red;
	margin-top:0px;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}


/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

/* user panel */
div#user_panel_round{
	position:absolute;
	right:0px;
	top:0px;
	margin:0px;
	height:22px;
	background:url('/themed/blue/img/logger_left.jpg');
	background-repeat:no-repeat;
}
div#user_panel{
	margin-left:9px;
	height:22px;
	background:url('/themed/blue/img/loggerb.jpg');
	background-repeat:repeat-x;
	display:inline;
	float: left;
	height: 22px;
}
div#user_panel_content{
	margin-top:2px;
}
div#user_panel a{
	color:blue;
	margin:3px;
}
/*stopka*/
div#footer{
	color:gray;
	text-align:center;
	font-size:7pt;
}
div#footer ul{
	list-style: none;
	text-align: center;
	margin: 0px auto;
	padding: 5px 0;
	/*width:220px;
	display:block;
	clear:both;
	height:17px;*/
}	
div#footer ul li{
	display: inline;
}	
div#footer ul a{
	color: #3366ff;
	font-size: 130%;
	padding: 0px 15px;
	/*display: block;
	margin: 2px 10px;
	float: left;*/
}

