body {
background-color:#aaaaaa;
padding: 0px;
margin:20px;
margin-top:10px;
}
a {
font-family:'courier new','Trebuchet MS';
font-size:14px;
}
a.error {
color:#444444;
font-style:italic;
}
a.drzewo {
color:#000099;
text-decoration:none;
}
a.drzewo:hover {
color:#000099;
text-decoration:underline;
}
a.red {
color:#990000;
text-decoration:none;
}
a.red:hover {
color:#990000;
text-decoration:underline;
}
a.bot {
}
a.user {
}
a.userData {
font-size:9px;
}
b {
font-family:'courier new';
font-size:14px;
color: #0000aa;
}
div.bot {
color:#227700;
background-color:#99ee44;
padding:5px 10px 5px 10px;
}
div.user {
color:#ddff99;
background-color:#77cc22;
padding:5px 10px 5px 10px;
}
div.userData {
color:#ddff99;
background-color:#666666;
border-top:1px solid #000000;
padding:2px 10px 2px 10px;
}
fieldset{
border:1px solid #000000;
}
legend {
font-family:'courier new','Trebuchet MS';
font-size:14px;
}
optgroup{
font-family:'courier new','Trebuchet MS';
font-size:14px;
}
#calosc {
height:100%;
}
#in {
width:auto;
margin:auto;
border:0px none #000000;
}
#main {
width:370px;
}
#chat_history {
width:372px;
max-width:370px;
height:200px;
text-align:left;
background-color:#99ee44;
border:1px solid #000000;
overflow:auto;
}
#chat_input {
width:370px;
height:39px;
margin-top:10px;
border:1px solid #000000;
background-color:#99ee44;
}
FORM.formBot {
margin:0px;
}
INPUT.inputBot {
width:350px;
height:19px;
font-family:'courier new';
font-size:14px;
border:0px none #000000;
background-color:#99ee44;
margin:10px;
}
#bot_fot {
margin-bottom:10px;
width:370px;
height:220px;
border:1px solid #000000;
}
#frame {
border:solid 0px #000000;
margin:0px;
visibility: hidden;
width:0px;
height:0px;
}

/* {{{ phpdoc examples */
div.example, div.informalexample {
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
}

div.example p {
	margin: 0px;
	padding: 0.2em;
	text-indent: 1em;
	border-bottom: 1px dotted #000;
}

div.example div.example-contents,
table .phpcode,
div.informalexample pre,
div.informalexample .phpcode {
	background-color: #ddd;
	margin: 10px;
	border: 1px outset #000;
}

/* Konq & Fx, for what ever reason, dislike br:before so this doesn't work at the moment...
 * This should however add line-number to examples - which will _not_ be copied to clipboard
 * when the code is copy/pasted
div.example div.example-contents:after {
	counter-reset: phpexample;
}

div.example-contents br:before {
	content: counter(phpexample);
	counter-increment: phpexample; 
}
*/

div.example div.example-contents p, div.informalexample p {
	background-color: #ccc;
	text-indent: 0;
	border-bottom: 1px outset #000;
}

div.example div.screenshot img {
	padding: 20px;
	border: 1px dotted #000;
	background-color: #E0E0E0;
}
/* }}} *//* PHP source code highlighting ------------------------------------------- */
.phpcode {
	padding: 0.5em;
	text-align: left;
}
div.phpcode span.html {
	color: black;
	background-color: transparent;
}
div.phpcode span.comment {
	color: #FF8000;
	background-color: transparent;
}
div.phpcode span.default {
	color: #0000BB;
	background-color: transparent;
}
div.phpcode span.keyword {
	color: #007700;
	background-color: transparent;
}
div.phpcode span.string {
	color: #DD0000;
	background-color: transparent;
}

/* XML source code highlighting ------------------------------------------- */
div.xmlcode span.attributes {
	color: #333366;
	background-color: transparent;
}
div.xmlcode span.cdata {
	color: #990000;
	background-color: transparent;
}
div.xmlcode span.comment {
	color: #666666;
	background-color: transparent;
}
div.xmlcode span.tags {
	color: #000066;
	background-color: transparent;
}
div.xmlcode span.keyword {
	color: #cc6600;
	background-color: transparent;
}
div.xmlcode span.string {
	color: #006600;
	background-color: transparent;
}

.refentry table td {
	text-indent: 5px;
}
/*-- stopka autorska --*/
#autor_ {margin:auto;width:400px;height:40px;}
#valid {padding:0px;margin-top:10px;text-align:left;}
#autor {margin-top:0px;text-align:left;}
#autor a{font-size:9px; font-family:"Trebuchet MS",tahoma,Helvetica,verdana,arial,'DejaVu Serif',sans-serif;}
#autor a.stopka_ {vertical-align:top;}
#autor a.stopka1 {vertical-align:top;position:relative;top:4px;}
#autor a.kontakt_ {vertical-align:top; color:#0000bb; text-decoration:none;}
#autor a.kontakt_:hover {color:#aa0000; text-decoration:underline;}
