.MacHeader
{
	width:100%;
}

.MacHeader-left
{
	width:10px;
}

.MacHeader-left img
{
	background:url(left.png) no-repeat;
	width:10px;
	height:36px;
}

.MacHeader-title
{
	background:url(middle.png) repeat-x;
}

.MacHeader-title a
{
	display:block;
	background:url(mac-button-gray.png) right no-repeat;
	line-height:36px;
	font-family:Arial, Verdana;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	color:#666666;
	cursor:default;
}

.MacHeader-title a:hover
{
	background:url(mac-button-yellow.png) right no-repeat;
	color:#444444;
}

.MacHeader-right
{
	width:10px;
}

.MacHeader-right img
{
	background:url(right.png) no-repeat;
	width:10px;
	height:36px;
}

.MacHeader-body
{
	background:#ececec;
	padding:15px;
	font-family:Arial, Verdana;
	font-size:10pt;
	overflow:hidden;
}

.MacHeader-bottom-left
{
	background:url(bg-bottom.png) 0px 0px no-repeat;
	height:10px;
}

.MacHeader-bottom-right
{
	background:url(bg-bottom.png) right top no-repeat;
}