﻿/*
** Title Panel
*/
div.titlePanel
{
	position: relative; 
	background: url(panels/titlePanel/n.gif) repeat-x left top;
	border: 0 none;
	padding: 0;
}
div.titlePanel div { position: relative; }	/* IE6 fix */
div.titlePanel div.e { background: url(panels/titlePanel/e.gif) repeat-y right top; }
div.titlePanel div.s { background: url(panels/titlePanel/s.gif) repeat-x left bottom; }
div.titlePanel div.w { background: url(panels/titlePanel/w.gif) repeat-y left top; }
div.titlePanel div.ne { background: url(panels/titlePanel/ne.gif) no-repeat right top; }
div.titlePanel div.se { background: url(panels/titlePanel/se.gif) no-repeat right bottom; }
div.titlePanel div.sw { background: url(panels/titlePanel/sw.gif) no-repeat left bottom; }
div.titlePanel div.nw { background: url(panels/titlePanel/nw.gif) no-repeat left top;  padding: 0 5px 6px 5px; }


div.titlePanel div.panelBody
{
	background-color: #f1f1f1;
	font: normal normal normal 12px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
div.titlePanel p
{
	margin: 0.3em 0;
}
div.titlePanel div.titlebar
{
	height: 29px;
}
div.titlePanel h1.title,
div.titlePanel h2.title,
div.titlePanel h3.title
{
	margin: 0;
	padding: 0 5px;
	color: #f2d218;
	font: normal normal bold 14px/29px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-transform: none;
}
