/* ===== Page Heading Styles ===== */

/* Portal Heading */

.portal #pageheading{
	position: relative;
	width: 960px;
	height: 34px;
	color: #fff;
}

.portal #pageheading #title{
	font: 25px impact;
	padding-left: 25px;
	padding-right: 2px;
}

.portal #pageheading #subtitle{	
	font: 15px impact;
}

.portal #pageheading .image{
	position: absolute;
	bottom: 2px;
}

.portal.yellow #pageheading {
	background: #f2b413 url(/NetSmartz_v3/images/master/yellow_icon.gif) no-repeat 10px 4px;
}

.portal.blue #pageheading {
	background: #1c84b9 url(/NetSmartz_v3/images/master/blue_icon.gif) no-repeat 10px 4px;
}

.portal.red #pageheading  {
	background: #cd3301 url(/NetSmartz_v3/images/master/red_icon.gif) no-repeat 10px 4px;
}

.portal.purple #pageheading {
	background: #8749b8 url(/NetSmartz_v3/images/master/purple_icon.gif) no-repeat 10px 4px;
}

/* Internal Heading */

.internal #pageheading{
	margin: 14px 0px 10px -240px;
	width: 958px;
	background: #567b8e;
}

.internal #pageheading #title {
	color: #fff;
	font:  24px impact ;
    padding: 2px 0px 2px 255px;
}

.internal.green #pageheading {
	background: #669900;
}

.internal.blue #pageheading {
	background: #567b8e;
}

.internal.purple #pageheading {
	background: #8749b8;
}

.internal.yellow #pageheading {
	background: #f2b413;
}

.internal.red #pageheading {
	background-color: #cd3301;
}

.internal.orange #pageheading {
	background-color: #F90;
}