body {
	margin: 0;
}
body * {
	font-family: "Times New Roman", Times, serif;
	color: #747474;
}
h1, h3 {
	text-align: center;
}
h1 {
	background-color: #EEEEEE;
	margin: 0 0 10px 0;
	padding: 20px 2px;
	text-decoration: none;
}
ul, table{
	border-radius: 3px;
	list-style-type: none;
	margin: 10px auto;
	padding: 0;
	width: 80%;
}
.fooldal table {
	table-layout: fixed;
}
.fooldal table div a {
	padding: 20px 0;
}
.fooldal div.width-50 {
	width: 50%;
}
.fooldal div.width-100 {
	width: 100%;
}
tr.td-2 td {
	width: 50%;
}
.kezikonyv li:hover, .xmlrpc_doc li:hover {
	background-color: #FFCE64;
	background-image: -moz-linear-gradient(left, #FFCE64, #FFF7E5);
	background-image: -webkit-linear-gradient(left, #FFCE64, #FFF7E5);
	background-image: -o-linear-gradient(left, #FFCE64, #FFF7E5);
	background-image: -ms-linear-gradient(left, #FFCE64, #FFF7E5);
	background-image: linear-gradient(left, #FFCE64, #FFF7E5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCE64', endColorstr='#FFF7E5', GradientType=1); /* for IE */
	box-shadow: 2px 2px #FFF3D8;
}
.fooldal table td.enabled div:hover {
	background-color: #FFCE64;
	background-image: -moz-linear-gradient(top, #FFCE64, #FFEEC9);
	background-image: -webkit-linear-gradient(top, #FFCE64, #FFEEC9);
	background-image: -o-linear-gradient(top, #FFCE64, #FFEEC9);
	background-image: -ms-linear-gradient(top, #FFCE64, #FFEEC9);
	background-image: linear-gradient(top, #FFCE64, #FFEEC9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCE64', endColorstr='#FFEEC9', GradientType=1); /* for IE */
	box-shadow: 2px 2px #FFF3D8;
}
.kezikonyv li, .xmlrpc_doc li {
	padding: 2px;
}
.kezikonyv li, .xmlrpc_doc li, .fooldal table div {
	border-bottom: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 2px 2px #E0E9EC;
	cursor: pointer;
	margin: 3px auto;
}
.kezikonyv li, .xmlrpc_doc li {
	background-color: #c5d4dd;
	background-image: -moz-linear-gradient(left, #c5d4dd, #f6fbfa);
	background-image: -webkit-linear-gradient(left, #c5d4dd, #f6fbfa);
	background-image: -o-linear-gradient(left, #c5d4dd, #f6fbfa);
	background-image: -ms-linear-gradient(left, #c5d4dd, #f6fbfa);
	background-image: linear-gradient(left, #c5d4dd, #f6fbfa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d4dd', endColorstr='#f6fbfa', GradientType=1); /* for IE */
}
.fooldal table div {
	background-color: #c5d4dd;
	background-image: -moz-linear-gradient(top, #c5d4dd, #E5ECF0);
	background-image: -webkit-linear-gradient(top, #c5d4dd, #E5ECF0);
	background-image: -o-linear-gradient(top, #c5d4dd, #E5ECF0);
	background-image: -ms-linear-gradient(top, #c5d4dd, #E5ECF0);
	background-image: linear-gradient(top, #c5d4dd, #E5ECF0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d4dd', endColorstr='#E5ECF0', GradientType=1); /* for IE */
	text-align: center;
}
.fooldal table div.dump {
	background-color: #f08080;
	background-image: -moz-linear-gradient(top, #f08080, #fad9d9);
	background-image: -webkit-linear-gradient(top, #f08080, #fad9d9);
	background-image: -o-linear-gradient(top, #f08080, #fad9d9);
	background-image: -ms-linear-gradient(top, #f08080, #fad9d9);
	background-image: linear-gradient(top, #f08080, #fad9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08080', endColorstr='#fad9d9', GradientType=1); /* for IE */
	text-align: center;
}
.fooldal table td.enabled div.dump:hover {
	background-color: #d63333;
	background-image: -moz-linear-gradient(top, #d63333, #e68080);
	background-image: -webkit-linear-gradient(top, #d63333, #e68080);
	background-image: -o-linear-gradient(top, #d63333, #e68080);
	background-image: -ms-linear-gradient(top, #d63333, #e68080);
	background-image: linear-gradient(top, #d63333, #e68080);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63333', endColorstr='#e68080', GradientType=1); /* for IE */
	text-align: center;
}
.fooldal table td.disabled, .fooldal table td.disabled * {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: default;
}
.fooldal table td.enabled div.dump:hover span {
	color: #ffffff;
}
tr.dump div.dump {
	position: relative;
}
.dump pre {
	font-family: monospace;
}
.fooldal table div.output {
	border: 1px solid #767676;
	min-height: 200px;
	padding: 5px;
	overflow: auto;
}
.fooldal table div.output, .fooldal table div.output div {
	background-color: #ffffff;
	background-image: none;
	box-shadow: none;
	cursor: default;
	text-align: justify;
}
tr.dump div.output div {
	border: none;
}
li a, table div a {
	color: #747474;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}
div.loading img, div.loading span, a img, a span {
	display: inline-block;
	vertical-align: middle;
}
a img {
	margin-right: 5px;
}
