/*styles required by aqtion pgf 2.2 */
		.editblockinfo			{
								color : #6D7FA5; 
								font-family : arial,helvetica,sans-serif; 
								font-size : 11px; 
								line-height 15px;
								}
		.pgfmenu				{
								font-family : arial,helvetica,sans-serif;
								font-size : 11px;
								color : #000;
								text-decoration : none;
								}
		.pgfmenu:hover			{
								text-decoration : underline;
								}
		#infobar				{
								position : relative;
								bottom : 0px;
								width : 100%;
								}
		body 					{
								margin : 0pt
								}
		A:hover					{
								text-decoration : underline;
								}	
		body					{
								margin : none;
								}	
		.aqtionpgftext			{
								color : #000000; 
								font-family : tahoma, helvetica, sans-serif; 
								font-size : 11px; 
								line-height : 17px;
								}
		.aqtionpgfheader		{
								color : #fd8607; 
								font-family : tahoma, helvetica, sans-serif; 
								font-size : 11px; 
								line-height : 17px;
								}
		.aqtionpgferrortext		{
								color : #c02a36; 
								font-family : tahoma, helvetica, sans-serif; 
								font-size : 11px; 
								line-height : 17px;
								}
		.pgfinputtext			{
								border: 1px solid #a6a6a6;
								font-family : tahoma, helvetica, sans-serif; 
								font-size : 11px; 
								}
								
		/*styles required by editor .asp */
		TABLE.edittable_checkedout 
								{
								border: 0px dashed #CCDBF8;
								cursor:hand;
								margin:0px;
								padding:0px;
								}
		TABLE.edittable_checkedout_noedit 
								{
								border:0px dashed #d4d0c8;
								padding:0px;
								margin:0px;
								}
		TABLE.edittable_checkedout_hover 
								{
								border-color: 1px dashed #b1ada5;
								cursor:hand;
								border: 0px dashed #8CAAE7;
								}
		TABLE.edittable 		{
								padding:0px;
								margin:0px;
								/*cursor:hand;*/
		}
		TD.snippetvariations 	{
								font-family:Arial, Helvetica, sans-serif;
								font-size:10px;
		}
		
		/* WYSIWYG edit mode */
		.btn { width: 22px; height: 22px; border: 1px solid  #eae8e4; margin: 0;background-color:  #eae8e4; padding: 0; }
		.btnOver { width: 22px; height: 22px; border: 1px solid #3466cb;  margin: 0;background-color: #e1ecfc; }
		.btnDown { width: 22px; height: 22px; border: 1px solid  #eae8e4; margin: 0; background-color:  #eae8e4;}
		.btnNA { width: 22px; height: 22px; border: 1px solid #eae8e4; margin: 0; background-color: #eae8e4; filter: alpha(opacity=25) gray;}
		.cMenu {background-color: #eae8e4; color: menutext; cursor: default; font-family: ms sans serif; font-size: 7pt; padding: 2 12 2 16; }
		.cMenuOver { background-color: #eae8e4; color: highlighttext; cursor: default; font-family: ms sans serif; font-size: 7pt; padding: 2 12 2 16; }
		.cMenuDivOuter { background-color: #eae8e4; height: 9 }
		.cMenuDivInner { margin: 0 4 0 4; border-width: 1; border-style: solid; border-color: #bdbdbd; }
		.smarttag {background-color : #CCCCCC; }
		.divider { width: 2px; height: 15px;}
		.ta {
			border-style:solid;
			border-color:#bdbdbd;
			border-width:1px;
			width:500px;
			height:300px;
		}