/* =================================================================================================* NiceTitles* 21st January 2004* http://neo.dzygn.com/code/nicetitles** NiceTitles turns your boring (X)HTML tags into a dynamic experience** Copyright (c) 2003 - 2004 Stuart Langridge, Paul McLanahan, Peter Janes, Brad Choate, Dunstan Orchard, Ethan Marcotte, Mark Wubben** Licensed under MIT - http://www.opensource.org/licenses/mit-license.php==================================================================================================*/#nicetitle-bottom {	background-image: url("/nav/images/bubble.png");	background-position: 0px -312px;	background-repeat: no-repeat;	height: 15px;	left: 0px;	position: absolute;	display: block;	white-space: normal;	top: 100%;	width: 100%;}#nicetitle-bottom-right {	background-image: url("/nav/images/bubble.png");	background-position: -345px -312px;	background-repeat: no-repeat;	position: absolute;	display: block;	white-space: normal;	width: 14px;	height: 100%;	left: 100%;	top: 0px;}#nicetitle-right {	background-image: url("/nav/images/bubble.png");	background-position: -345px 0px;	background-repeat: no-repeat;	position: absolute;	display: block;	white-space: normal;	width: 14px;	height: 100%;	left: 100%;	top: 0px;}#nicetitlecontainer {	font-family: Geneva, Helvetica, Arial, sans-serif;	line-height: 14px;	color: #202030;	background-image: url("/nav/images/bubble.png");	background-position: 0px 0px;	background-repeat: no-repeat;	white-space: normal;	position: absolute;	display: inline;	color: #000000;	z-index: 30;	min-width: 20px;	min-height: 10px;	max-width: 220px;	max-height: 220px;	padding-top: 10px;	padding-left: 14px;}