/* Copyright © 2003-2009 United Parcel Service of America, Inc. All rights reserved.
   Edit: 30-May-2008 */

		.calloutLeft{
			background:url(images/hov_help_arrow_lft.png) no-repeat; width : 27px;height:34px;
		}

		.calloutRight{
			background:url(images/hov_help_arrow_rgt.png) no-repeat; width : 27px;height:34px;
		}

		.calloutTop{
			background:url(images/hov_help_arrow_top.png) no-repeat; width : 34px;height:27px;
		}

		.calloutBottom{
			background:url(images/hov_help_arrow_btm.png) no-repeat; width : 34px;height:27px;
		}

		/*New Additions*/

		.hh_popupMainDiv{
			display:block;
			position:absolute;
			width:296px;
			padding:0px;
			margin:0px;
			text-align:center;
		}

		.hh_popupMainDiv{
			text-align: -moz-center; 
		}

		.hh_topShadow{
			display:block;
			background:url(images/hov_help_shw_top.png) no-repeat;
			position:relative;
			width : 296px;
			line-height:9px;
		}

		.hh_sideShadow /* Internet Explorer */ 
		{
			display:block;
			position:relative;
			text-align : center;
			width:296px;
		}

		.hh_sideShadow /* Mozilla Firefox alignment */ 
		{ 
			text-align: -moz-center; 
		} 

		.pgx_hh{
			position:relative;
			display:block;
			width:278px;
		}

		.pgx_hh_header{
			display:block;
			position:relative;
			height:21px;
			background:brown;
			padding:0px;
		}

		.pgx_hh_close{
			display:block;
			position:relative;
			width:21px;
			text-align:center;
			text-align: -moz-center; 
			float:right;
			color:white;
			font-weight:bold;
			margin:1px;
		}

		.pgx_hh_closeAnchor{
			color:white;
			text-decoration:none;
		}

		.pgx_hh_contentDivHolder{
			display:block;
			position:relative;
			width: 258px;
		}

		.pgx_hh_contentDiv{
			display:block;
			position:relative;
			text-align : left;
			padding:10px;
			font-size:1.20em
		}

		.pgx_hh_contentDivRTL{
			display:block;
			position:relative;
			text-align : right;
			padding:10px;
		}
		.pgx_hh_linkedText{
/*			This class is reserved for Hover Help Links*/
		}

		.hh_bottomShadow{
			display:block;
			background:url(images/hov_help_shw_bottom.png) no-repeat; 
			position:relative;
			width : 296px;
			line-height:9px;
		}

		.innerTableClass{
			text-align:center;
			display:block;
			position:relative;
			width:296px;
			direction:ltr;
		}

		.innerTableClass{
			text-align: -moz-center; 
		}

		.textBlock{
			background:#fff;
			direction:ltr;
		}

		.leftShadow{
			background:url(images/hov_help_shw_lft.png) repeat-y; 
			width:9px;
		}

		.rightShadow{
			background:url(images/hov_help_shw_rgt.png) repeat-y;
			width:9px;
		}

		.leftShadowRTL{
			background:url(images/hov_help_shw_lft.png) repeat-y; 
			width:8px;
		}

		.rightShadowRTL{
			background:url(images/hov_help_shw_rgt.png) repeat-y;
			width:8px;
		}

		.centerTD{
/*			This class is reserved for the content TD*/
		}

		.anchor{
			cursor:pointer; 
			cursor:hand;
			text-decoration: underline;
		}