@charset "iso-8859-2";

#admin_func * {
	margin: 0;
	padding: 0;
	border: 0px;	
}

#admin_func {
	width: 100%;
	height: 130px;
	background: #fff;
}

#admin_func .inner {
	margin: 0 auto;
	padding: 0px;
	width: 740px;
	height: 121px;;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	background: url('../images/webtown_dashboard_background.jpg') no-repeat center;
	position: relative;
}

#admin_func .top
{
	height: 25px;
	margin: 0 10px 0 10px;
}

#admin_func p.title {
	color: #555a5e;
	padding: 4px;
}

#admin_func p.meta {
	position: absolute;
	height: 26px;
	top: 3px;
	right: 20px;
}

#admin_func p.meta a.button:hover 
{
	background-position: 0 -19px !important;
}

#admin_func .content {
	height: 82px;
	margin: 0 11px 0 10px;
}

#admin_func .content .buttons {
	margin: 15px;
	float: left;
}

#admin_func .content .text {
	margin: 8px;
	float: left;
	width: 310px;
	height: 70px;
	font-size: 7.5pt;
	color: #fff;
	overflow: auto;
	text-align: left;
}

#admin_func .content .controlpanel
{
	float: left;
	width: 560px;
	margin: 8px;
	height: 67px;
	background: #787c7e url('../images/webtown_vezerlopult_hatter_jobb.gif') no-repeat top right;
	overflow: hidden;
}

* html #admin_func .content .controlpanel {
	margin: 8px 0 0 4px;
}

#admin_func .content .controlpanel .controlpanel_left
{
	float: left;
	width: 10px;
	height: 100%;
	background: url('../images/webtown_vezerlopult_hatter_bal.gif') no-repeat top left;
}

#admin_func .content .controlpanel .controlpanel_content 
{
	height: 100%;
	margin: 3px;
}

#admin_func .content .controlpanel a.closer:hover 
{
	background-position: 0 -16px !important;
}

#admin_func .right {
	float: right;
}

#admin_func .right .logo {
	width: 143px;
	height: 44px;
	background: url('../images/webtown_logo.gif') no-repeat;
}

#admin_func .right .logo a {
	display: block;
	width: 143px;
	height: 44px;
}

#admin_func .right .logo a span {
	display: none;
}

#admin_func .right a.button
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#admin_func .right a.button:hover 
{
	background-position: 0 -24px !important;
}


