html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
}
body {
	background-image: url('pic/bg01.gif');
	background-repeat: repeat-y;
}
td { vertical-align: top; }
th { border-bottom: 1px solid black; }
form { margin: 0px; padding: 0px; }
h1.cim {
	font-size: 16px;
	font-weight: bold;
}
td.admin_tartalom{
	padding-left: 50px;
	padding-right: 30px;
}
td.admin_menu{
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	width: 170px;
	border-bottom: 0px;
}
p.pmenu{
	text-decoration: none;
	color: #e0e0e0;
	font: 13px, normal, arial;
	font-weight: bold;
	padding-left: 15px;
	background-image: url('pic/admindot_out.gif');
	background-repeat: no-repeat;
}
td.admin_belep{
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 0px;
}
td.chb {
	width: 25px;
}
td.cimke {
	width: 120px;
}
td{
	border-bottom: 1px solid black;
	font: 12px, normal, arial;
}
td.belso{
	border-bottom: 0px solid black;
	font: 12px, normal, arial;
}
a.admin_menu{
	text-decoration: none;
	color: #e0e0e0;
	font: 13px, normal, arial;
	font-weight: bold;
	padding-left: 15px;
	background-image: url('pic/admindot_out.gif');
	background-repeat: no-repeat;
}
a.admin_menu1{
	text-decoration: none;
	color: #e0e0e0;
	font: 13px, normal, arial;
	font-weight: bold;
	padding-left: 15px;
}
a.admin_menu:hover{
	background-image: url('pic/admindot_on.gif');
	text-decoration: none;
	color: white;
}
a.admin_menu1:hover{
	text-decoration: none;
	color: white;
}
a{
	text-decoration: none;
	color: blue;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
	color: red;
}
input {
	width: 400px;
	font-size: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
}
input.admin_btn{
	height: 20px;
	width: 70px;
	border-width: 1px;
}
input.checkbox{
	width: 20px;
}
th.admin_btn {
	width: 72px;
	text-align: center;
}
table.tmenu {
	border: 1px solid #000000;
}
table.tmenu td {
	border: 1px solid #000000;
	text-align: center;
}

.table {
 border: 1px solid #666666;
 background-color:#f5f5f5;
}
tr.fejlec {
 background-color:#dddddd;
}
tr.cella {
 background-color:#e5e5e5;
}
tr.cella td {
	white-space: nowrap;
}

div.pozicio {
 border: 1px solid #666666;
 background-color:#dddddd;
 padding: 5px;
 font-size: 12px;
 font-weight: bold;
 font-style: italic;
 margin-bottom: 10px;
}

a.new_link {
 font-size: 12px;
 font-weight: bold;
 font-style: italic;
}

option.katurl {
	*font-weight:bold;
}
option.cikkurl {
	font-style:italic;
}