/***********************************************************************
 *
 * SOFTWARE
 *  AdSpurt - Keyword Advertising System 
 *
 * PAGE
 *  style.js
 *
 * DESCRIPTION
 *	 Javascript Style Content
 *
 * COPYRIGHT 
 *	(c) 2008, David Ian Bennett/Paul Freedman/Frank Haywood. All rights reserved.
 *
 * AUTHOR
 *   Paul Freedman 
 *
 ***********************************************************************/

var uniquenameKeywordParser = new jsLinkParser.obj('uniquenameKeywordParser');
uniquenameKeywordParser.popup.timer = 2000;

/* This Style For Keyword Link */ 
uniquenameKeywordParser.style.cssText = 'color:#015F90;'
+'border-bottom-style: double;'
+'border-bottom-width: 3px;'
+'border-bottom-color: #015F90;'
+'cursor:pointer;';

/* This Style For POP UP DIV BOX. You may need the full url for any images.*/ 
//+'background-image:url('+rt+'images/balloon_ad.png);'
uniquenameKeywordParser.popup.style.cssText = 'border:0;'
+'background-color:#EBF6FD;'
+'background-color:transparent;'
+'background-position:top-left;'
+'background-repeat:no-repeat;'
+'text-align:left;'
+'width:267px;'
+'height:130px;'
+'_width:336px;' /* IE 5.5/6 Fix */
+'_height:192px;' /* IE 5.5/6 Fix */
+'border-style: none;'
+'padding:50px 35px 15px 35px;';

/* This Style For TITLE OR TEXT ADS BOX */ 
uniquenameKeywordParser.popup.title.style.cssText = 'color:#015F90;'
+'font-family:Verdana;'
+'font-weight:bolder;'
+'align:center;'
+'margin-left:auto;'
+'margin-right:auto;'
+'font-size:12px;'
+'text-decoration:underline;'
+'padding-bottom:10px;';

/* This Style For URL LINK BOX */ 
uniquenameKeywordParser.popup.alink.style.cssText = 'font-family:Verdana;'
+'font-size:11px;'
+'color:#015F90;'
+'text-decoration: none;';

uniquenameKeywordParser.execute();

