﻿div.PageTitle {
	height: 34px;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	position: relative;
	z-index: 1000;
	padding: 0 27px 0 0;
	margin: 0 -8px 0 0;
}
div.PageTitle h1, div.PageTitle h2 {	
	float: left;
	display: inline-block;
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	width: auto;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 10px; 
	color: #ffffff;
}

div.PageTitle h2 {
	margin: 0;
	font-family: "Arial";
	padding: 0 3px 0 5px;
	z-index: 7;
	color: #ffffff;
}


/*** Default theme ***/

div.PageTitle {
	background: url(../images/page-title-bg.png) top right no-repeat;
}
div.PageTitle h1, div.PageTitle h2 {
	background: url(../images/page-title-bg.png) top left no-repeat;
}
div.PageTitle h2 {
	background: url(../images/page-title-bg.png) top center no-repeat;
}

