bplist00ÓÚà_WebSubresources_WebMainResource_WebSubframeArchives¯2!%)-159=AEIMQVZ_cgkosx|€„ˆŒ”˜œ ¤ª®²¶º¾ÂÆÊÎÒÖÔ _WebResourceResponse_WebResourceData^WebResourceURL_WebResourceMIMETypeO¦bplist00Ô Y$archiverX$versionT$topX$objects_NSKeyedArchiver† Ñ _WebResourceResponse€¯! )/078“C·U#A¬ax>X£€ #A¬Ççôø’Š€Ó*+!-.WNS.base[NS.relative€€€_&http://www.packetonline.com/js/menu.jsÒ1234X$classesZ$classname£456UNSURLV%NSURLXNSObject_application/x-javascriptÓ9:;€€ÈÓ=>?KWZNS.objectsWNS.keys«@ABCDEFGHIJ€€€€€€€€€€€«LMNOPQRSTUV€€ € € € € €€€€€€VServer]Accept-Ranges]Last-Modified]Real-HostnameTDate^Content-LengthZConnection\Force-StatusTEtag\X-Cache-Info\Content-TypeSWWWUbytes_Mon, 25 Jun 2007 21:15:41 GMT_packetonline.com_Fri, 18 Jul 2008 11:40:37 GMTT3925ZKeep-AliveQ1["624679321"VcachedÒ12no£op6_NSMutableDictionary\NSDictionaryÒ12rs¢s6_NSHTTPURLResponseInternalÒ12uv£vw6_NSHTTPURLResponse]NSURLResponse$)2DILbdˆŽ±´¸»¿ÂÅÉÌÏÓÖÙàãçêìîðòôý  '3579bgp{…Œ•°·¹»½ÄÏ×ãåçéëíïñóõ÷ù   $2@NSbmzŒ™£ÃÖöû $:GLOkptˆx–OU// Author: Randy Rinehart // Description: DHTML MENU System // Compatability: Netscape 5+, Internet Explorer 5+, Mozilla, Camino, Safari // Copyright: Townnews.com 2002,2003 sWidth = screen.width; tn_rgLayers=new Array(); tn_rgLayers[0] = "droplayer0"; tn_rgLayers[1] = "droplayer1"; tn_rgLayers[2] = "droplayer2"; tn_rgLayers[3] = "droplayer3"; tn_MenuItems=new Array(); tn_MenuItems[0] = "MenuItem0"; tn_MenuItems[1] = "MenuItem1"; tn_MenuItems[2] = "MenuItem2"; tn_MenuItems[3] = "MenuItem3"; tn_MenuCells=new Array(); tn_MenuCells[0] = "MenuCell0"; tn_MenuCells[1] = "MenuCell1"; tn_MenuCells[2] = "MenuCell2"; tn_MenuCells[3] = "MenuCell3"; tn_explorer = (document.all)?1:0 tn_ns4 = (document.images && !document.all && !document.getElementById)?1:0 tn_ns6 = (document.getElementById && !document.all)?1:0 /** * function: tn_showdrop(droplayer) * description: shows the dropdown menus **/ function tn_show_drop(strLayer) { tn_save=strLayer; tn_hide_all(); tn_showit = 1; tn_show(strLayer); } function tn_show(strLayer) { var sLayer = tn_rgLayers[strLayer]; var sMenuCell = tn_MenuCells[strLayer]; var sMenuItem = tn_MenuItems[strLayer]; if (tn_explorer) { eval(tn_rgLayers[strLayer]+ '.style.visibility="visible"'); } else if(tn_ns4) { eval('document.'+tn_rgLayers[strLayer]+ '.visibility="show"'); } else if(tn_ns6) { document.getElementById(sLayer).style.visibility="visible"; } } function tn_hide_drop() { tn_save=-1; tn_hide_all(); } function tn_hide_all() { document var i; for (i=0; i < tn_rgLayers.length; i++) { tn_hide = 0; tn_checkmousepos(i); if (tn_explorer && tn_save != i) { if(tn_hide) { eval(tn_rgLayers[i]+'.style.visibility="hidden"'); } } if(tn_ns4 && tn_save!=i) { if(tn_hide) { eval('document.'+tn_rgLayers[i]+'.visibility="hide"'); } } if(tn_ns6 && tn_save!=i) { if(tn_hide) { var sLayer = tn_rgLayers[i]; document.getElementById(sLayer).style.visibility="hidden"; } } } } document.onmousemove = tn_getmousepos; if (tn_ns4) { document.captureEvents(Event.MOUSEMOVE) } function tn_getmousepos(e) { if(tn_ns4 || tn_ns6) { tn_mousex=e.pageX; tn_mousey=e.pageY; } if(tn_explorer) { tn_mousex=event.clientX; tn_mousey=event.clientY; } } function tn_checkmousepos(i) { if(tn_ns4) { tn_x_min=eval('document.'+tn_rgLayers[i]+'.left') tn_x_max=tn_x_min+eval('document.'+ tn_rgLayers[i]+ '.clip.width') tn_y_min=eval('document.'+tn_rgLayers[i]+'.top') tn_y_max=tn_y_min+eval('document.'+ tn_rgLayers[i]+ '.clip.height') } if(tn_explorer) { tn_x_min=eval(tn_rgLayers[i]+'.style.pixelLeft') tn_x_max=tn_x_min+eval(tn_rgLayers[i]+ '.style.pixelWidth') tn_y_min=eval(tn_rgLayers[i]+'.style.pixelTop') tn_y_max=tn_y_min+eval(tn_rgLayers[i]+ '.style.pixelHeight') } if(tn_ns6) { var sLayer = tn_rgLayers[i]; tn_x_min=document.getElementById(sLayer).style.pixelLeft; tn_x_max=tn_x_min+document.getElementById(sLayer).style.pixelWidth; tn_y_min=document.getElementById(sLayer).style.pixelTop; tn_y_max=tn_y_min+document.getElementById(sLayer).style.pixelHeight; } if (tn_mousex>=tn_x_min && tn_mousex<=tn_x_max && tn_mousey>=tn_y_min && tn_mousey<=tn_y_max) { tn_hide=0; setTimeout('tn_hideall()',500) } else { tn_hide=1 } return tn_hide; } /* The following are used to position the drop layers no matter how the screen is sized */ function setLyr(obj,lyr) { var coors = findPos(obj); var x = document.getElementById(lyr); if (tn_explorer) { x.style.top = coors[1] + 18 + 'px'; } else if(tn_ns4 || tn_ns6) { x.style.top = coors[1] + 15 + 'px'; } x.style.left = coors[0] - 5 + 'px'; } function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft curtop = obj.offsetTop while (obj = obj.offsetParent) { curleft += obj.offsetLeft curtop += obj.offsetTop } } return [curleft,curtop]; }_&http://www.packetonline.com/js/menu.js_application/x-javascriptÔ O!bplist00Ô Y$archiverX$versionT$topX$objects_NSKeyedArchiver† Ñ _WebResourceResponse€¯ )/078?GOZNS.objectsWNS.keys§@ABCDEF€€€€€€€§HIJKLMN€€ € € € € €€]Last-Modified]Cache-ControlVServerTDate_Content-Encoding^Content-Length\Content-Type_Tue, 17 Jun 2008 17:20:41 GMT_max-age=604800, publicTucfe_Wed, 16 Jul 2008 13:29:54 GMTTgzipT6846Ò12^_£_`6_NSMutableDictionary\NSDictionaryÒ12bc¢c6_NSHTTPURLResponseInternalÒ12ef£fg6_NSHTTPURLResponse]NSURLResponse$)2DILbd€†©¬°³·º½ÁÄÇËÎÑØÛßâäæèêìõøú+-/1]bkvz€‡¢©«­¯¶ÁÉÑÓÕ×ÙÛÝßçéëíïñóõ÷2ANn‡Œ¬±¶»¿Õâçê #h1OXu//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. //-- Urchin On Demand Settings ONLY var _uacct=""; // set up the Urchin Account var _userv=1; // service mode (0=local,1=remote,2=both) //-- UTM User Settings var _ufsc=1; // set client info flag (1=on|0=off) var _udn="auto"; // (auto|none|domain) set the domain name for cookies var _uhash="on"; // (on|off) unique domain hash for cookies var _utimeout="1800"; // set the inactive session timeout in seconds var _ugifpath="/__utm.gif"; // set the web path to the __utm.gif file var _utsp="|"; // transaction field separator var _uflash=1; // set flash version detect option (1=on|0=off) var _utitle=1; // set the document title detect option (1=on|0=off) var _ulink=0; // enable linker functionality (1=on|0=off) var _uanchor=0; // enable use of anchors for campaign (1=on|0=off) var _utcp="/"; // the cookie path for tracking var _usample=100; // The sampling % of visitors to track (1-100). //-- UTM Campaign Tracking Settings var _uctm=1; // set campaign tracking module (1=on|0=off) var _ucto="15768000"; // set timeout in seconds (6 month default) var _uccn="utm_campaign"; // name var _ucmd="utm_medium"; // medium (cpc|cpm|link|email|organic) var _ucsr="utm_source"; // source var _uctr="utm_term"; // term/keyword var _ucct="utm_content"; // content var _ucid="utm_id"; // id number var _ucno="utm_nooverride"; // don't override //-- Auto/Organic Sources and Keywords var _uOsr=new Array(); var _uOkw=new Array(); _uOsr[0]="google"; _uOkw[0]="q"; _uOsr[1]="yahoo"; _uOkw[1]="p"; _uOsr[2]="msn"; _uOkw[2]="q"; _uOsr[3]="aol"; _uOkw[3]="query"; _uOsr[4]="aol"; _uOkw[4]="encquery"; _uOsr[5]="lycos"; _uOkw[5]="query"; _uOsr[6]="ask"; _uOkw[6]="q"; _uOsr[7]="altavista"; _uOkw[7]="q"; _uOsr[8]="netscape"; _uOkw[8]="query"; _uOsr[9]="cnn"; _uOkw[9]="query"; _uOsr[10]="looksmart"; _uOkw[10]="qt"; _uOsr[11]="about"; _uOkw[11]="terms"; _uOsr[12]="mamma"; _uOkw[12]="query"; _uOsr[13]="alltheweb"; _uOkw[13]="q"; _uOsr[14]="gigablast"; _uOkw[14]="q"; _uOsr[15]="voila"; _uOkw[15]="rdata"; _uOsr[16]="virgilio"; _uOkw[16]="qs"; _uOsr[17]="live"; _uOkw[17]="q"; _uOsr[18]="baidu"; _uOkw[18]="wd"; _uOsr[19]="alice"; _uOkw[19]="qs"; _uOsr[20]="yandex"; _uOkw[20]="text"; _uOsr[21]="najdi"; _uOkw[21]="q"; _uOsr[22]="aol"; _uOkw[22]="q"; _uOsr[23]="club-internet"; _uOkw[23]="query"; _uOsr[24]="mama"; _uOkw[24]="query"; _uOsr[25]="seznam"; _uOkw[25]="q"; _uOsr[26]="search"; _uOkw[26]="q"; _uOsr[27]="wp"; _uOkw[27]="szukaj"; _uOsr[28]="onet"; _uOkw[28]="qt"; _uOsr[29]="netsprint"; _uOkw[29]="q"; _uOsr[30]="google.interia"; _uOkw[30]="q"; _uOsr[31]="szukacz"; _uOkw[31]="q"; _uOsr[32]="yam"; _uOkw[32]="k"; _uOsr[33]="pchome"; _uOkw[33]="q"; _uOsr[34]="kvasir"; _uOkw[34]="searchExpr"; _uOsr[35]="sesam"; _uOkw[35]="q"; _uOsr[36]="ozu"; _uOkw[36]="q"; _uOsr[37]="terra"; _uOkw[37]="query"; _uOsr[38]="nostrum"; _uOkw[38]="query"; _uOsr[39]="mynet"; _uOkw[39]="q"; _uOsr[40]="ekolay"; _uOkw[40]="q"; _uOsr[41]="search.ilse"; _uOkw[41]="search_for"; //-- Auto/Organic Keywords to Ignore var _uOno=new Array(); //_uOno[0]="urchin"; //_uOno[1]="urchin.com"; //_uOno[2]="www.urchin.com"; //-- Referral domains to Ignore var _uRno=new Array(); //_uRno[0]=".urchin.com"; //-- **** Don't modify below this point *** var _uff,_udh,_udt,_ubl=0,_udo="",_uu,_ufns=0,_uns=0,_ur="-",_ufno=0,_ust=0,_ubd=document,_udl=_ubd.location,_udlh="",_uwv="1.3"; var _ugifpath2="http://www.google-analytics.com/__utm.gif"; if (_udl.hash) _udlh=_udl.href.substring(_udl.href.indexOf('#')); if (_udl.protocol=="https:") _ugifpath2="https://ssl.google-analytics.com/__utm.gif"; if (!_utcp || _utcp=="") _utcp="/"; function urchinTracker(page) { if (_udl.protocol=="file:") return; if (_uff && (!page || page=="")) return; var a,b,c,xx,v,z,k,x="",s="",f=0,nv=0; var nx=" expires="+_uNx()+";"; var dc=_ubd.cookie; _udh=_uDomain(); if (!_uVG()) return; _uu=Math.round(Math.random()*2147483647); _udt=new Date(); _ust=Math.round(_udt.getTime()/1000); a=dc.indexOf("__utma="+_udh+"."); b=dc.indexOf("__utmb="+_udh); c=dc.indexOf("__utmc="+_udh); if (_udn && _udn!="") { _udo=" domain="+_udn+";"; } if (_utimeout && _utimeout!="") { x=new Date(_udt.getTime()+(_utimeout*1000)); x=" expires="+x.toGMTString()+";"; } if (_ulink) { if (_uanchor && _udlh && _udlh!="") s=_udlh+"&"; s+=_udl.search; if(s && s!="" && s.indexOf("__utma=")>=0) { if (!(_uIN(a=_uGC(s,"__utma=","&")))) a="-"; if (!(_uIN(b=_uGC(s,"__utmb=","&")))) b="-"; if (!(_uIN(c=_uGC(s,"__utmc=","&")))) c="-"; v=_uGC(s,"__utmv=","&"); z=_uGC(s,"__utmz=","&"); k=_uGC(s,"__utmk=","&"); xx=_uGC(s,"__utmx=","&"); if ((k*1) != ((_uHash(a+b+c+xx+z+v)*1)+(_udh*1))) {_ubl=1;a="-";b="-";c="-";xx="-";z="-";v="-";} if (a!="-" && b!="-" && c!="-") f=1; else if(a!="-") f=2; } } if(f==1) { _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+b+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+c+"; path="+_utcp+";"+_udo; } else if (f==2) { a=_uFixA(s,"&",_ust); _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo; _ufns=1; } else if (a>=0 && b>=0 && c>=0) { b = _uGC(dc,"__utmb="+_udh,";"); b = ("-" == b) ? _udh : b; _ubd.cookie="__utmb="+b+"; path="+_utcp+";"+x+_udo; } else { if (a>=0) a=_uFixA(_ubd.cookie,";",_ust); else { a=_udh+"."+_uu+"."+_ust+"."+_ust+"."+_ust+".1"; nv=1; } _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo; _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo; _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo; _ufns=1; } if (_ulink && xx && xx!="" && xx!="-") { xx=_uUES(xx); if (xx.indexOf(";")==-1) _ubd.cookie="__utmx="+xx+"; path="+_utcp+";"+nx+_udo; } if (_ulink && v && v!="" && v!="-") { v=_uUES(v); if (v.indexOf(";")==-1) _ubd.cookie="__utmv="+v+"; path="+_utcp+";"+nx+_udo; } var wc=window; var c=_ubd.cookie; if(wc && wc.gaGlobal && wc.gaGlobal.dh==_udh){ var g=wc.gaGlobal; var ua=c.split("__utma="+_udh+".")[1].split(";")[0].split("."); if(g.sid)ua[3]=g.sid; if(nv>0){ ua[2]=ua[3]; if(g.vid){ var v=g.vid.split("."); ua[0]=v[0]; ua[1]=v[1]; } } _ubd.cookie="__utma="+_udh+"."+ua.join(".")+"; path="+_utcp+";"+nx+_udo; } _uInfo(page); _ufns=0; _ufno=0; if (!page || page=="") _uff=1; } function _uGH() { var hid; var wc=window; if (wc && wc.gaGlobal && wc.gaGlobal.hid) { hid=wc.gaGlobal.hid; } else { hid=Math.round(Math.random()*0x7fffffff); if (!wc.gaGlobal) wc.gaGlobal={}; wc.gaGlobal.hid=hid; } return hid; } function _uInfo(page) { var p,s="",dm="",pg=_udl.pathname+_udl.search; if (page && page!="") pg=_uES(page,1); _ur=_ubd.referrer; if (!_ur || _ur=="") { _ur="-"; } else { dm=_ubd.domain; if(_utcp && _utcp!="/") dm+=_utcp; p=_ur.indexOf(dm); if ((p>=0) && (p<=8)) { _ur="0"; } if (_ur.indexOf("[")==0 && _ur.lastIndexOf("]")==(_ur.length-1)) { _ur="-"; } } s+="&utmn="+_uu; if (_ufsc) s+=_uBInfo(); if (_uctm) s+=_uCInfo(); if (_utitle && _ubd.title && _ubd.title!="") s+="&utmdt="+_uES(_ubd.title); if (_udl.hostname && _udl.hostname!="") s+="&utmhn="+_uES(_udl.hostname); if (_usample && _usample != 100) s+="&utmsp="+_uES(_usample); s+="&utmhid="+_uGH(); s+="&utmr="+_ur; s+="&utmp="+pg; if ((_userv==0 || _userv==2) && _uSP()) { var i=new Image(1,1); i.src=_ugifpath+"?"+"utmwv="+_uwv+s; i.onload=function() { _uVoid(); } } if ((_userv==1 || _userv==2) && _uSP()) { var i2=new Image(1,1); i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS(); i2.onload=function() { _uVoid(); } } return; } function _uVoid() { return; } function _uCInfo() { if (!_ucto || _ucto=="") { _ucto="15768000"; } if (!_uVG()) return; var c="",t="-",t2="-",t3="-",o=0,cs=0,cn=0,i=0,z="-",s=""; if (_uanchor && _udlh && _udlh!="") s=_udlh+"&"; s+=_udl.search; var x=new Date(_udt.getTime()+(_ucto*1000)); var dc=_ubd.cookie; x=" expires="+x.toGMTString()+";"; if (_ulink && !_ubl) { z=_uUES(_uGC(s,"__utmz=","&")); if (z!="-" && z.indexOf(";")==-1) { _ubd.cookie="__utmz="+z+"; path="+_utcp+";"+x+_udo; return ""; } } z=dc.indexOf("__utmz="+_udh+"."); if (z>-1) { z=_uGC(dc,"__utmz="+_udh+".",";"); } else { z="-"; } t=_uGC(s,_ucid+"=","&"); t2=_uGC(s,_ucsr+"=","&"); t3=_uGC(s,"gclid=","&"); if ((t!="-" && t!="") || (t2!="-" && t2!="") || (t3!="-" && t3!="")) { if (t!="-" && t!="") c+="utmcid="+_uEC(t); if (t2!="-" && t2!="") { if (c != "") c+="|"; c+="utmcsr="+_uEC(t2); } if (t3!="-" && t3!="") { if (c != "") c+="|"; c+="utmgclid="+_uEC(t3); } t=_uGC(s,_uccn+"=","&"); if (t!="-" && t!="") c+="|utmccn="+_uEC(t); else c+="|utmccn=(not+set)"; t=_uGC(s,_ucmd+"=","&"); if (t!="-" && t!="") c+="|utmcmd="+_uEC(t); else c+="|utmcmd=(not+set)"; t=_uGC(s,_uctr+"=","&"); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); else { t=_uOrg(1); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); } t=_uGC(s,_ucct+"=","&"); if (t!="-" && t!="") c+="|utmcct="+_uEC(t); t=_uGC(s,_ucno+"=","&"); if (t=="1") o=1; if (z!="-" && o==1) return ""; } if (c=="-" || c=="") { c=_uOrg(); if (z!="-" && _ufno==1) return ""; } if (c=="-" || c=="") { if (_ufns==1) c=_uRef(); if (z!="-" && _ufno==1) return ""; } if (c=="-" || c=="") { if (z=="-" && _ufns==1) { c="utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)"; } if (c=="-" || c=="") return ""; } if (z!="-") { i=z.indexOf("."); if (i>-1) i=z.indexOf(".",i+1); if (i>-1) i=z.indexOf(".",i+1); if (i>-1) i=z.indexOf(".",i+1); t=z.substring(i+1,z.length); if (t.toLowerCase()==c.toLowerCase()) cs=1; t=z.substring(0,i); if ((i=t.lastIndexOf(".")) > -1) { t=t.substring(i+1,t.length); cn=(t*1); } } if (cs==0 || _ufns==1) { t=_uGC(dc,"__utma="+_udh+".",";"); if ((i=t.lastIndexOf(".")) > 9) { _uns=t.substring(i+1,t.length); _uns=(_uns*1); } cn++; if (_uns==0) _uns=1; _ubd.cookie="__utmz="+_udh+"."+_ust+"."+_uns+"."+cn+"."+c+"; path="+_utcp+"; "+x+_udo; } if (cs==0 || _ufns==1) return "&utmcn=1"; else return "&utmcr=1"; } function _uRef() { if (_ur=="0" || _ur=="" || _ur=="-") return ""; var i=0,h,k,n; if ((i=_ur.indexOf("://"))<0 || _uGCse()) return ""; h=_ur.substring(i+3,_ur.length); if (h.indexOf("/") > -1) { k=h.substring(h.indexOf("/"),h.length); if (k.indexOf("?") > -1) k=k.substring(0,k.indexOf("?")); h=h.substring(0,h.indexOf("/")); } h=h.toLowerCase(); n=h; if ((i=n.indexOf(":")) > -1) n=n.substring(0,i); for (var ii=0;ii<_uRno.length;ii++) { if ((i=n.indexOf(_uRno[ii].toLowerCase())) > -1 && n.length==(i+_uRno[ii].length)) { _ufno=1; break; } } if (h.indexOf("www.")==0) h=h.substring(4,h.length); return "utmccn=(referral)|utmcsr="+_uEC(h)+"|"+"utmcct="+_uEC(k)+"|utmcmd=referral"; } function _uOrg(t) { if (_ur=="0" || _ur=="" || _ur=="-") return ""; var i=0,h,k; if ((i=_ur.indexOf("://"))<0 || _uGCse()) return ""; h=_ur.substring(i+3,_ur.length); if (h.indexOf("/") > -1) { h=h.substring(0,h.indexOf("/")); } for (var ii=0;ii<_uOsr.length;ii++) { if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) { if ((i=_ur.indexOf("?"+_uOkw[ii]+"=")) > -1 || (i=_ur.indexOf("&"+_uOkw[ii]+"=")) > -1) { k=_ur.substring(i+_uOkw[ii].length+2,_ur.length); if ((i=k.indexOf("&")) > -1) k=k.substring(0,i); for (var yy=0;yy<_uOno.length;yy++) { if (_uOno[yy].toLowerCase()==k.toLowerCase()) { _ufno=1; break; } } if (t) return _uEC(k); else return "utmccn=(organic)|utmcsr="+_uEC(_uOsr[ii])+"|"+"utmctr="+_uEC(k)+"|utmcmd=organic"; } } } return ""; } function _uGCse() { var h,p; h=p=_ur.split("://")[1]; if(h.indexOf("/")>-1) { h=h.split("/")[0]; p=p.substring(p.indexOf("/")+1,p.length); } if(p.indexOf("?")>-1) { p=p.split("?")[0]; } if(h.toLowerCase().indexOf("google")>-1) { if(_ur.indexOf("?q=")>-1 || _ur.indexOf("&q=")>-1) { if (p.toLowerCase().indexOf("cse")>-1) { return true; } } } } function _uBInfo() { var sr="-",sc="-",ul="-",fl="-",cs="-",je=1; var n=navigator; if (self.screen) { sr=screen.width+"x"+screen.height; sc=screen.colorDepth+"-bit"; } else if (self.java) { var j=java.awt.Toolkit.getDefaultToolkit(); var s=j.getScreenSize(); sr=s.width+"x"+s.height; } if (n.language) { ul=n.language.toLowerCase(); } else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); } je=n.javaEnabled()?1:0; if (_uflash) fl=_uFlash(); if (_ubd.characterSet) cs=_uES(_ubd.characterSet); else if (_ubd.charset) cs=_uES(_ubd.charset); return "&utmcs="+cs+"&utmsr="+sr+"&utmsc="+sc+"&utmul="+ul+"&utmje="+je+"&utmfl="+fl; } function __utmSetTrans() { var e; if (_ubd.getElementById) e=_ubd.getElementById("utmtrans"); else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans; if (!e) return; var l=e.value.split("UTM:"); var i,i2,c; if (_userv==0 || _userv==2) i=new Array(); if (_userv==1 || _userv==2) { i2=new Array(); c=_uGCS(); } for (var ii=0;ii -1) { i2=l.indexOf(s,i); if (i2 < 0) { i2=l.length; } c=l.substring((i+i3),i2); } return c; } function _uDomain() { if (!_udn || _udn=="" || _udn=="none") { _udn=""; return 1; } if (_udn=="auto") { var d=_ubd.domain; if (d.substring(0,4)=="www.") { d=d.substring(4,d.length); } _udn=d; } _udn = _udn.toLowerCase(); if (_uhash=="off") return 1; return _uHash(_udn); } function _uHash(d) { if (!d || d=="") return 1; var h=0,g=0; for (var i=d.length-1;i>=0;i--) { var c=parseInt(d.charCodeAt(i)); h=((h << 6) & 0xfffffff) + c + (c << 14); if ((g=h & 0xfe00000)!=0) h=(h ^ (g >> 21)); } return h; } function _uFixA(c,s,t) { if (!c || c=="" || !s || s=="" || !t || t=="") return "-"; var a=_uGC(c,"__utma="+_udh+".",s); var lt=0,i=0; if ((i=a.lastIndexOf(".")) > 9) { _uns=a.substring(i+1,a.length); _uns=(_uns*1)+1; a=a.substring(0,i); if ((i=a.lastIndexOf(".")) > 7) { lt=a.substring(i+1,a.length); a=a.substring(0,i); } if ((i=a.lastIndexOf(".")) > 5) { a=a.substring(0,i); } a+="."+lt+"."+t+"."+_uns; } return a; } function _uTrim(s) { if (!s || s=="") return ""; while ((s.charAt(0)==' ') || (s.charAt(0)=='\n') || (s.charAt(0,1)=='\r')) s=s.substring(1,s.length); while ((s.charAt(s.length-1)==' ') || (s.charAt(s.length-1)=='\n') || (s.charAt(s.length-1)=='\r')) s=s.substring(0,s.length-1); return s; } function _uEC(s) { var n=""; if (!s || s=="") return ""; for (var i=0;i0) r=a.substring(i+1,i2); else return ""; if ((i=a.indexOf(".",i2+1))>0) t=a.substring(i2+1,i); else return ""; if (f) { return r; } else { var c=new Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9'); return c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+"-"+c[r>>8&m]+c[r>>3&m]+c[((r&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+"-"+c[t>>15&m]+c[t>>10&m]+c[t>>5&m]+c[t&m]; } } function _uIN(n) { if (!n) return false; for (var i=0;i"9") && (c!=".")) return false; } return true; } function _uES(s,u) { if (typeof(encodeURIComponent) == 'function') { if (u) return encodeURI(s); else return encodeURIComponent(s); } else { return escape(s); } } function _uUES(s) { if (typeof(decodeURIComponent) == 'function') { return decodeURIComponent(s); } else { return unescape(s); } } function _uVG() { if((_udn.indexOf("www.google.") == 0 || _udn.indexOf(".google.") == 0 || _udn.indexOf("google.") == 0) && _utcp=='/' && _udn.indexOf("google.org")==-1) { return false; } return true; } function _uSP() { var s=100; if (_usample) s=_usample; if(s>=100 || s<=0) return true; return ((__utmVisitorCode(1)%10000)<(s*100)); } function urchinPathCopy(p){ var d=document,nx,tx,sx,i,c,cs,t,h,o; cs=new Array("a","b","c","v","x","z"); h=_uDomain(); if (_udn && _udn!="") o=" domain="+_udn+";"; nx=_uNx()+";"; tx=new Date(); tx.setTime(tx.getTime()+(_utimeout*1000)); tx=tx.toGMTString()+";"; sx=new Date(); sx.setTime(sx.getTime()+(_ucto*1000)); sx=sx.toGMTString()+";"; for (i=0;i<6;i++){ t=" expires="; if (i==1) t+=tx; else if (i==2) t=""; else if (i==5) t+=sx; else t+=nx; c=_uGC(d.cookie,"__utm"+cs[i]+"="+h,";"); if (c!="-") d.cookie="__utm"+cs[i]+"="+c+"; path="+p+";"+t+o; } } function _uCO() { if (!_utk || _utk=="" || _utk.length<10) return; var d='www.google.com'; if (_utk.charAt(0)=='!') d='analytics.corp.google.com'; _ubd.cookie="GASO="+_utk+"; path="+_utcp+";"+_udo; var sc=document.createElement('script'); sc.type='text/javascript'; sc.id="_gasojs"; sc.src='https://'+d+'/analytics/reporting/overlay_js?gaso='+_utk+'&'+Math.random(); document.getElementsByTagName('head')[0].appendChild(sc); } function _uGT() { var h=location.hash, a; if (h && h!="" && h.indexOf("#gaso=")==0) { a=_uGC(h,"gaso=","&"); } else { a=_uGC(_ubd.cookie,"GASO=",";"); } return a; } var _utk=_uGT(); if (_utk && _utk!="" && _utk.length>10 && _utk.indexOf("=")==-1) { if (window.addEventListener) { window.addEventListener('load', _uCO, false); } else if (window.attachEvent) { window.attachEvent('onload', _uCO); } } function _uNx() { return (new Date((new Date()).getTime()+63072000000)).toGMTString(); } _)http://www.google-analytics.com/urchin.js_text/javascriptÔ Oœbplist00Ô Y$archiverX$versionT$topX$objects_NSKeyedArchiver† Ñ _WebResourceResponse€¯! )/078û |mÊ#A¬ax>߮ހ #A¬bn»Ö•€Ó*+!-.WNS.base[NS.relative€€€_*http://www.packetonline.com/art/styles.cssÒ1234X$classesZ$classname£456UNSURLV%NSURLXNSObjectXtext/cssÓ9:;€€ÈÓ=>?KWZNS.objectsWNS.keys«@ABCDEFGHIJ€€€€€€€€€€€«LMNOPQRSTUV€€ € € € € €€€€€€VServer]Accept-Ranges]Last-Modified]Real-HostnameTDate^Content-LengthZConnection\Force-StatusTEtag\X-Cache-Info\Content-TypeSWWWUbytes_Mon, 14 Jul 2008 19:57:30 GMT_packetonline.com_Fri, 18 Jul 2008 11:53:26 GMTU93642ZKeep-AliveQ1\"1496332119"VcachedÒ12no£op6_NSMutableDictionary\NSDictionaryÒ12rs¢s6_NSHTTPURLResponseInternalÒ12uv£vw6_NSHTTPURLResponse]NSURLResponse$)2DILbdˆŽ±´¸»¿ÂÅÉÌÏÓÖÙàãçêìîðòôý !)579;hmv…‹’›¤«­¯±¸ÃË×ÙÛÝßáãåçéëíùûýÿ   &4BGVans€‘—·Êêðûý 0=BEafj~xŒOmÊ/* Global Declarations */ * {font:12px Arial, Helvetica, sans-serif;} html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} a {text-decoration:none;} a:hover {text-decoration:underline;} html {height:100%;} img {border:0;} strong,b {font-weight:bold;} em,i {font-style:italic;} #PageBody {background:#666666;} #ShadowWrapper {background:url(/art/shadows/shadow_right.png); filter:none !important; filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/art/shadows/shadow_right.png); background-position:980px 0; background-repeat:repeat-y;} #PageWrapper {width:985px; background-color:#FFF;border-bottom-width:1px;border-color:#000000} #inside-page {background-color:#FFF; padding: 10px; border:1px solid #005F8E; text-align:left; color:#333;} #TopLeaderboard {background:url(/art/backgrounds/grey_dot_grey_bg.jpg); height:95px; margin-bottom:2px; text-align:left; padding-top:3px; border-bottom:1px solid #888; padding-left:3px} /* Header */ #PageHeader {} #Logo {float:left;} #Weather {padding-top:10px; text-align: center;} #Weather a {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; color:#000;} #TopLinksRight {float:left; list-style-type:none; color:#003466; margin:0 0px 0px 0px !important; margin/**/:0 5px 0px 15px;} #TopLinksRight li a {color:#003466; font:100% Arial;} #TopLinksRight li a strong {font:bold 100% Arial;} #TopLinksMiddle {float:left; list-style-type:none; color:#003466; margin:0 5px 10px 15px !important; margin/**/:0 5px 0px 15px;} #TopLinksMiddle li a {color:#003466; font:100% Arial;} #TopLinksMiddle li a strong {font:bold 100% Arial;} #TopLinksLeft {float:left; list-style-type:none; color:#003466; font:bold 100% Arial; margin-bottom:10px !important; margin-bottom/**/:0;} #TopLinksLeft li a {color:#003466; font:100% Arial;} #TopLinksLeft li a strong {font:bold 100% Arial;} /* Navigation Bar */ #NavBar {clear:both; background:#003466 url(/art/gradients/lt_blue-dk_blue.jpg); height:22px; text-transform:uppercase; font:100% Arial; border-top:1px solid #888;} #NavSearch {display:inline; margin-right:20px; vertical-align:1px; color:#FFF;} #NavSearch input {border:1px solid #333; margin:2px; vertical-align:-1px; height:16px;} #NavLinks {display:inline; margin-left:5px;} #NavLinks li {display:inline; margin-right:20px;} #NavLinks li a {color:#FFF; font:bold 100% Arial;} #NavLinks li a:hover {color:yellow; text-decoration:none;} #NavClassifieds {float:right; width:275px; height:22px; background:#ff9934 url(/art/gradients/dk_orange-darker_orange-top.jpg);} #NavClassifieds img {vertical-align:-6px;} #NavClassifieds a {color:#003466; font:bold 90% Arial; margin-left:16px;} #NavClassifieds a:hover {color:#777; text-decoration:none;} /* NavBar - Neha */ #NavMain{clear:both;background-image:url(/art/qmimages/center_solid_blue.gif);margin:0px; vertical-align:-1px;width:auto} #NavNehaLeft{clear:both;background-image:url(/art/qmimages/center_tile_gr_blue.gif);width:570;} #NavNehaMid{background-image:url(/art/qmimages/center_tile_gr_blue_up.gif);width:215;} #NavNehaRight{background-image:url(/art/qmimages/center_tile_gold.gif);width:188;} /* Sub-Navigation Bar */ #SubNavBar {background:#EEE; height:22px; text-transform:uppercase; border-bottom:1px solid #333;} #SubNavLinks {display: inline; margin:4px 0 0 5px; float:left;} #SubNavLinks li {display:inline; margin-right:15px;} #SubNavLinks li a {color:#003466; font:bold 95% Arial;} #SubNavLinks li a:hover {color:#666; text-decoration:none;} #SubNavClassifieds {width:275px; display:inline; background:#ff6600 url(/art/gradients/dk_orange-darker_orange-btm.jpg); float:right; height:22px; overflow:hidden;} #SubNavClassifieds img {vertical-align:-3px;} #SubNavClassifieds a {color:#FFF; font:bold 140% Arial !important; font/**/:bold 140% Arial; margin-left:20px;} #SubNavClassifieds a:hover {color:yellow; text-decoration:none;} /* Dropdown Menus */ .DropMenu {text-align:left; display:block; background-color:#3676AF; width:145px; border:1px solid #000; border-top:0; position:absolute; font:9pt Arial, Helvetica, sans-serif; color:#000; visibility:hidden;} ul.MenuDropDown {list-style-type:none; margin:0 0 0 3px !important; margin /**/:0 0 -15px 3px; padding:0;} ul.MenuDropDown li {margin-right:3px;} ul.MenuDropDown li.MenuItem {border-bottom:1px solid #6BA1BF;} a.DropMenuItem{display:block; font-family: 9pt Arial, Helvetica, sans-serif; color:#FFF; margin:5px 0 5px 0; text-decoration: none;}} .MenuItem a:hover {color:yellow;} /* Left Content Column */ #LeftContentCol {width:440px; #width:430px; float:left; margin:5px 0 0 5px; overflow:hidden;} #LeftContentColWide {width:790px; #width:787px; float:left; margin:5px 0 0 5px; overflow:hidden;} #StoryPageLeftContentCol {width:790px; #width:787px; float:left; margin:5px 0 0 5px; overflow:hidden;} #GalleryLeftContentCol {width:435px; #width:425px; float:left; margin:5px 0 0 5px; overflow:hidden;} #SpecialSectionLeftContentCol {width:790px; #width:787px; float:left; margin:5px 0 0 5px; overflow:hidden;} /* Front Page */ /* Main News Box */ #FrontMainNewsBox {width:430px; height:300px; overflow-y:scroll; border:1px solid #AAA; margin:0 6px 6px 0; background:#FFF url(/art/gradients/lt_blue-white.jpg) repeat-x; padding:2px;} #SlideShowPhotoBox {float:left; margin-right:2px;} #SlideShowPhotoBox img {width:250px;} #SlideShowEnterpriseLink {font:90% Arial; border-bottom:1px solid #BBB; padding-bottom:2px;} a.MainNewsBoxEnterpriseLink em {font:bold italic 90% Arial; color:#000;} a.MainNewsBoxEnterpriseLink strong {font:bold 90% Arial; color:#000;} #SlideShowHeadline {margin-bottom:5px;} #SlideShowHeadline a {color:#000; font:120% Arial; font-weight:bolder;} .SlideShowSubHead {display:block; font:80% Arial;} #SlideShowStoryText {color:#000; font:95% Arial;} #SlideShowButtonContainer {float:right; margin-top:3px; margin-bottom:3px; margin-right:3px; top:0;} /* Main News Box Health */ #FrontMainNewsBoxHealth {width:435px; height:300px; border:1px solid #AAA; margin:0 6px 6px 0; background:#000} /* EK SlideShow Main */ /* Main News Box */ #FrontMainNewsBoxEK {width:430px; height:200px; overflow-y:no; border:1px solid #AAA; margin:0 3px 3px 0; background:#003366; padding:2px;} #SlideShowPhotoBoxEK {float:left; margin-right:2px;} #SlideShowPhotoBoxEK img {width:200px;} #SlideShowEnterpriseLinkEK {font:90% Arial; border-bottom:1px solid #fff; padding-bottom:2px;} a.MainNewsBoxEnterpriseLinkEK em {font:bold italic 90% Arial; color:#fff;} a.MainNewsBoxEnterpriseLinkEK strong {font:bold 90% Arial; color:#fff;} #SlideShowHeadlineEK {margin-bottom:5px;} #SlideShowHeadlineEK a {color:#fff; font:120% Arial; font-weight:bolder;} .SlideShowSubHeadEK {display:block; font:80% Arial;} #SlideShowStoryTextEK {color:#fff; font:95% Arial;} #SlideShowButtonContainerEK {float:right; margin-top:3px; margin-bottom:3px; margin-right:3px; top:0;} .FrontNewsList {margin-left:17px; clear:both;} .FrontNewsList li {margin:2px 0; color:#000;} .FrontNewsList li a b {color:#000; font:100% Arial; font-size:11px;} .FrontNewsList li a {color:#000; font:90% Arial; font-size:11px;} .FrontMoreLink {float:right; margin-right:5px;} .FrontMoreLink a {color:#fe6601; text-transform:uppercase; font:90% Arial;font-size:12px;} /* News */ #FrontNewsBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FrontNewsBox h1 {text-transform:uppercase; background:#EEE; height:20px !important; height/**/:22px; padding:2px; overflow:hidden;} #FrontNewsBox h1 a {font:bold 90% Arial; color:#003466;} #FrontNewsBox h1 a:hover {text-decoration:none; color:#5A98CF;} #TownsPapersForm {text-align:center; margin-top:5px; width:420px;} #FrontNewsBox #TownsPapersForm {float:right; width:370px; margin:0; padding:0;} #FrontTownsPapersDropdown #TownsDropdown {display:inline; width:175px; text-transform:none; height:17px;} #FrontTownsPapersDropdown #PapersDropdown {display:inline; width:175px; text-transform:none; height:17px;} /* EK Slideshow Not Used*/ #FrontNewsBoxEK {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FrontNewsBoxEK h1 {text-transform:uppercase; background:#EEE; height:20px !important; height/**/:22px; padding:2px; overflow:hidden;} #FrontNewsBoxEK h1 a {font:bold 90% Arial; color:#003466;} #FrontNewsBoxEK h1 a:hover {text-decoration:none; color:#5A98CF;} #TownsPapersFormEK {text-align:center; margin-top:5px; width:420px;} #FrontNewsBoxEK #TownsPapersFormEK {float:right; width:370px; margin:0; padding:0;} #FrontTownsPapersDropdownEK #TownsDropdownEK {display:inline; width:175px; text-transform:none; height:17px;} #FrontTownsPapersDropdownEK #PapersDropdownEK {display:inline; width:175px; text-transform:none; height:17px;} /* EK Soty Side Show New 01-23-2008 ********************/ #FrontNewsBoxNEW {clear:both; width:420px !important; width/**/:420px; height:300; border:1px solid #AAA; margin:0 0px 0px 0; background-color:#fff; color:#003263; align:left; overflow:auto} #FrontNewsBoxNEW h1 {text-transform:uppercase; background:#EEE; height:20px !important; height/**/:22px; padding:2px; overflow:hidden;} #FrontNewsBoxNEW h1 a {font:bold 90% Arial; color:#000;} #FrontNewsBoxNEW h1 a:hover {text-decoration:none; color:#5A98CF;} #FrontNewsBoxNEW {text-align:center; margin-top:0px; width:420px;} /* Sports */ #FrontSportsBox {width:430px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263;} #FrontSportsBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FrontSportsBox h1 a {font:bold 90% Arial; color:#003466;} #FrontSportsBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Life Styles */ #FrontLifeStylesBox {width:430px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263;} #FrontLifeStylesBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FrontLifeStylesBox h1 a {font:bold 90% Arial; color:#003466;} #FrontLifeStylesBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Opinions */ #FrontOpinionsBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FrontOpinionsBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FrontOpinionsBox h1 a {font:bold 90% Arial; color:#003466;} #FrontOpinionsBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Business */ #FrontBusinessBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FrontBusinessBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FrontBusinessBox h1 a {font:bold 90% Arial; color:#003466;} #FrontBusinessBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Entertainment */ #FrontEntertainmentBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FrontEntertainmentBox h1 {text-transform:uppercase; background:#EEE; height:20px; padding:2px;} #FrontEntertainmentBox h1 a {font:bold 90% Arial; color:#003466;font-size:13px;} #FrontEntertainmentBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Obits */ #FrontObitsBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263; float:left;} #FrontObitsBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FrontObitsBox h1 a {font:bold 90% Arial; color:#003466;} #FrontObitsBox h1 a:hover {text-decoration:none; color:#5A98CF;} #FrontObitsBox table tr td {padding-right:10px;} /* Time Off */ /* Entertainment */ #TimeOffFrontNewsBox {width:430px; height:260px; overflow-y:scroll; border:1px solid #AAA; margin:0 6px 6px 0; background:#FFF url(/art/gradients/lt_blue-white.jpg) repeat-x; padding:2px; overflow:hidden;} #TimeOffEntertainmentBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} #TimeOffEntertainmentBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #TimeOffEntertainmentBox h1 a {font:bold 90% Arial; color:#003466;} #TimeOffEntertainmentBox h1 a:hover {text-decoration:none; color:#5A98CF;} #TimeOffEntertainmentBox #TownsPapersForm {text-align:center; width:425px;} #TimeOffEntertainmentBox #TownsDropdown {margin-right:5px;} #TimeOffEntertainmentBox #PapersDropdown {margin-left:5px;} /* Theatre Reviews */ #TimeOffTheatreReviewsBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;overflow:auto;} #TimeOffTheatreReviewsBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #TimeOffTheatreReviewsBox h1 a {font:bold 90% Arial; color:#003466;} #TimeOffTheatreReviewsBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Movies */ #TimeOffMoviesBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; bac ground-color:#FFF; color:#003263; float:left; overflow:auto;} #TimeOffMoviesBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #TimeOffMoviesBox h1 a {font:bold 90% Arial; color:#003466;} #TimeOffMoviesBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Restaurant Reviews */ #TimeOffRestaurantReviewsBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;overflow:auto;} #TimeOffRestaurantReviewsBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #TimeOffRestaurantReviewsBox h1 a {font:bold 90% Arial; color:#003466;} #TimeOffRestaurantReviewsBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* Restaurant Reviews Dining */ #TimeOffRestaurantReviewsBoxD {width:610px !important; width/**/:615px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:center;overflow:auto;} #TimeOffRestaurantReviewsBoxD h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #TimeOffRestaurantReviewsBoxD h1 a {font:bold 120% Arial; color:#003466;} #TimeOffRestaurantReviewsBoxD h1 a:hover {text-decoration:none; color:#5A98CF;} /* Entertainment Spotlight */ #TimeOffEntertainmentBoxSpot {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#000000; float:left;} #TimeOffEntertainmentBoxSpot h1 {text-transform:uppercase; background:#FFCC33; height:18px; padding:2px;} #TimeOffEntertainmentBoxSpot h1 a {font:bold 110% Arial; color:#003466;} #TimeOffEntertainmentBoxSpot h1 a:hover {text-decoration:none; color:#000000;} .TimeOffEntertainmentBoxSpothead {font:100% Arial; color:#000;} .TimeOffEntertainmentBoxSpotlink a {font:bold 100% Arial; color:#003466;} .TimeOffEntertainmentBoxSpottext {margin-bottom:4px; font:90% Arial;} /* PBJ */ #PBJFrontNewsBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263; padding-bottom:10px;} #PBJFrontNewsBox h1 {text-transform:uppercase; background:#EEE; height:20px !important; height/**/:18px; padding:2px; overflow:hidden;} #PBJFrontNewsBox h1 a {font:bold 90% Arial; color:#003466;} #PBJFrontNewsBox h1 a:hover {text-decoration:none; color:#5A98CF;} #PBJFrontNewsBox #TownsPapersForm {text-align:center; width:425px;} #PBJFrontNewsBox #TownsDropdown {} #PBJFrontNewsBox #PapersDropdown {} #PBJBusNewsBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263; margin-top:5px;} #PBJBusNewsBox h1 {text-transform:uppercase; background:#EEE; height:20px; padding:2px;} #PBJBusNewsBox h1 a {font:bold 125% Arial; color:#003466;} #PBJBusNewsBox h1 a:hover {text-decoration:none; color:#5A98CF;} #PBJBriefcaseBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #PBJBriefcaseBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #PBJBriefcaseBox h1 a {font:bold 90% Arial; color:#003466;} #PBJBriefcaseBox h1 a:hover {text-decoration:none; color:#5A98CF;} #PBJMilestonesBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #PBJMilestonesBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #PBJMilestonesBox h1 a {font:bold 90% Arial; color:#003466;} #PBJMilestonesBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* CLASSIFIEDS RSS FEED BOX */ #CLASSRSSBox {clear:both; width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#EEE; color:#003263;} #CLASSRSSBox h1 {text-transform:uppercase; background:#CCC; height:18px; padding:2px;} #CLASSRSSBox h1 a {font:bold 90% Arial; color:#003466;} #CLASSRSSBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* CLASSIFIEDS RSS FEED BOX LONG*/ #CLASSRSSBoxLONG {clear:both; width:605px !important; width/**/:600px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#EEE; color:#003263;} #CLASSRSSBoxLONG h1 {text-transform:uppercase; background:#CCC; height:18px; padding:2px;} #CLASSRSSBoxLONG h1 a {font:bold 90% Arial; color:#003466;} #CLASSRSSBoxLONG h1 a:hover {text-decoration:none; color:#5A98CF;} /* TOP JOBS EDITH KLEIN */ #CLASSTOPRSSBox {clear:both; width:100% !important; width/**/:100%; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#EEE; color:#003263;} #CLASSTOPRSSBox h1 {text-transform:uppercase; background:#CCC; height:18px; padding:2px;} #CLASSTOPRSSBox h1 a {font:bold 90% Arial; color:#003466;} #CLASSTOPRSSBox h1 a:hover {text-decoration:none; color:#5A98CF;} /* CLASS STORY TOOL TIPS EDITH KLEIN */ #CLASSSTORYBox {clear:both; width:100% !important; width/**/:100%; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#fff; color:#003263;} #CLASSSTORYBox h1 {text-transform:uppercase; background:#FFF; height:18px; padding:2px;} #CLASSSTORYBox h1 a {font:bold 90% Arial; color:#003466;} #CLASSSTORYBox h1 a:hover {text-decoration:none; color:#5A98CF;} #FEATURESshort{clear:both; width:330px !important; width/**/:330px; border:1px solid #AAA; margin:0 6px 6px 0; background-color:#FFF; color:#003263;} #FEATURESshort h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} #FEATURESshort h1 a {font:bold 90% Arial; color:#003466;} #FEATURESshort h1 a:hover {text-decoration:none; color:#5A98CF;} /* Community Guide */ .CommunityGuideFrontContentBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} .CommunityGuideFrontContentBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} .CommunityGuideFrontContentBox h1 a {font:bold 90% Arial; color:#003466;} .CommunityGuideFrontContentBox h1 a:hover {text-decoration:none; color:#5A98CF;} .CommunityGuideFrontContentBox #TownsPapersForm {text-align:center; width:425px;} .CommunityGuideFrontContentBox #TownsDropdown {margin-right:5px;} .CommunityGuideFrontContentBox #PapersDropdown {margin-left:5px;} /* Health */ .HealthFrontContentBox {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} .HealthFrontContentBox h1 {text-transform:uppercase; background:#EEE; height:18px; padding:2px;} .HealthFrontContentBox h1 a {font:bold 90% Arial; color:#003466;} .HealthFrontContentBox h1 a:hover {text-decoration:none; color:#5A98CF;} .HealthFrontContentBox #TownsPapersForm {text-align:center; width:425px;} .HealthContentBox #TownsDropdown {margin-right:5px;} .HealthFrontContentBox #PapersDropdown {margin-left:5px;} /* Health RED*/ .HealthFrontContentBoxRED {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} .HealthFrontContentBoxRED h1 {text-transform:uppercase; background:#CC0000; height:18px; padding:2px;} .HealthFrontContentBoxRED h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxRED h1 a:hover {text-decoration:none; color:#5A98CF;} .HealthFrontContentBoxRED #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxRED #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxRED #PapersDropdown {margin-left:5px;} /* Health BLUE*/ .HealthFrontContentBoxBLUE {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} .HealthFrontContentBoxBLUE h1 {text-transform:uppercase; background:#336699; height:18px; padding:2px;} .HealthFrontContentBoxBLUE h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxBLUE h1 a:hover {text-decoration:none; color:#5A98CF;} .HealthFrontContentBoxBLUE #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxBLUE #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxBLUE #PapersDropdown {margin-left:5px;} /* Health GREEN*/ .HealthFrontContentBoxGREEN {width:215px !important; width/**/:205px; border:1px solid #AAA; margin:0 5px 6px 0; background-color:#FFF; color:#003263; float:left;} .HealthFrontContentBoxGREEN h1 {text-transform:uppercase; background:#eee; height:18px; padding:2px;} .HealthFrontContentBoxGREEN h1 a {font:bold 90% Arial; color:#000;} .HealthFrontContentBoxGREEN h1 a:hover {text-decoration:none; color:#5A98CF;} .HealthFrontContentBoxGREEN #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxGREEN #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxGREEN #PapersDropdown {margin-left:5px;} /* Health CENTRA*/ .HealthFrontContentBoxCENTRA {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxCENTRA h1 {text-transform:uppercase; background:#009999; height:18px; padding:2px;} .HealthFrontContentBoxCENTRA h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxCENTRA h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxCENTRA #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxCENTRA #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxCENTRA #PapersDropdown {margin-left:5px;} /* Health SOMERSET*/ .HealthFrontContentBoxSOMERSET {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxSOMERSET h1 {text-transform:uppercase; background:#336699; height:18px; padding:2px;} .HealthFrontContentBoxSOMERSET h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxSOMERSET h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxSOMERSET #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxSOMERSET #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxSOMERSET #PapersDropdown {margin-left:5px;} /* Health RWJH*/ .HealthFrontContentBoxRWJH {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxRWJH h1 {text-transform:uppercase; background:#003399; height:18px; padding:2px;} .HealthFrontContentBoxRWJH h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxRWJH h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxRWJH #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxRWJH #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxRWJH #PapersDropdown {margin-left:5px;} /* Health CAPITAL*/ .HealthFrontContentBoxCAPITAL {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxCAPITAL h1 {text-transform:uppercase; background:#006633; height:18px; padding:2px;} .HealthFrontContentBoxCAPITAL h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxCAPITAL h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxCAPITAL #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxCAPITAL #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxCAPITAL #PapersDropdown {margin-left:5px;} /* Health PMC*/ .HealthFrontContentBoxPMC {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxPMC h1 {text-transform:uppercase; background:#006666; height:18px; padding:2px;} .HealthFrontContentBoxPMC h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxPMC h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxPMC #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxPMC #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxPMC #PapersDropdown {margin-left:5px;} /* Health RWJUH*/ .HealthFrontContentBoxRWJUH {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxRWJUH h1 {text-transform:uppercase; background:#003399; height:18px; padding:2px;} .HealthFrontContentBoxRWJUH h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxRWJUH h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxRWJUH #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxRWJUH #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxRWJUH #PapersDropdown {margin-left:5px;} /* Health SP*/ .HealthFrontContentBoxSP {width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0; background:#FFF; color:#003263; float:left;} .HealthFrontContentBoxSP h1 {text-transform:uppercase; background:#009999; height:18px; padding:2px;} .HealthFrontContentBoxSP h1 a {font:bold 90% Arial; color:#fff;} .HealthFrontContentBoxSP h1 a:hover {text-decoration:none; color:#FFCC00;} .HealthFrontContentBoxSP #TownsPapersForm {text-align:center; width:425px;} .HealthContentBoxSP #TownsDropdown {margin-right:5px;} .HealthFrontContentBoxSP #PapersDropdown {margin-left:5px;} /* Homes*/ .HomesContentBox {width:450px !important; width/**/:450px; border:1px solid #AAA; margin:0 0px 0px 0; background:#FFF; color:#003263; float:left;} .HomesContentBox h1 {text-transform:uppercase; background:#FFCC00; height:22px; padding:2px;} .HomesContentBox h1 a {font:bold 110% Arial; color:#000;} .HomesContentBox h1 a:hover {text-decoration:none; color:#fff;} /* Homes-agent*/ .HomesContentBoxAgent {width:300px !important; width/**/:300px; border:1px solid #AAA; margin:0 0px 0px 0; background:#FFF; color:#003263; float:left;} .HomesContentBoxAgent h1 {text-transform:uppercase; background:#FFCC00; height:22px; padding:2px;} .HomesContentBoxAgent h1 a {font:bold 110% Arial; color:#000;} .HomesContentBoxAgent h1 a:hover {text-decoration:none; color:#fff;} /* Homes-br-feed*/ .HomesContentBoxFeed_br {width:180px !important; width/**/:180px; border:1px solid #AAA; margin:0 0px 6px 0; background:#FFF; color:#003263; float:left;} .HomesContentBoxFeed_br h1 {text-transform:uppercase; background:#5277A6; height:22px; padding:2px;} .HomesContentBoxFeed_br h1 a {font:bold 110% Arial; color:#ffffff;} .HomesContentBoxFeed_br h1 a:hover {text-decoration:none; color:#000000;} /* Homes-rt-feed*/ .HomesContentBoxFeed_rt {width:300px !important; width/**/:300px; border:1px solid #AAA; margin:0 0px 6px 0; background:#FFF; color:#003263; float:left;} .HomesContentBoxFeed_rt h1 {text-transform:uppercase; background:#669966; height:22px; padding:2px;} .HomesContentBoxFeed_rt h1 a {font:bold 110% Arial; color:#000;} .HomesContentBoxFeed_rt h1 a:hover {text-decoration:none; color:#fff;} .HomesContentCalBox {width:570px !important; width/**/:570px; border:1px solid #AAA; margin:0 0px 0px 0; background:#FFF; color:#003263; float:left; height:380px;} .HomesContentCalBox h1 {text-transform:uppercase; background:#FFCC00; height:22px; padding:2px;} .HomesContentCalBox h1 a {font:bold 110% Arial; color:#000;} .HomesContentCalBox h1 a:hover {text-decoration:none; color:#fff;} /* jobs feed*/ .JobsFeed {width:200px !important; width/**/:200px; border:1px solid #AAA; margin:0 0px 0px 0; background:#FFF; color:#003263; float:left;} .JobsFeed h1 {text-transform:uppercase; background:#FFCC00; height:22px; padding:2px;} .JobsFeed h1 a {font:bold 110% Arial; color:#000;} .JobsFeed h1 a:hover {text-decoration:none; color:#fff;} /* Dining Guide */ #DDbox {clear:both; width:620px !important; width/**/:615px; border:0px solid #AAA; margin:0 2px 2px 0; background-color:#fff; color:#000;} #DDbox h1 {text-transform:uppercase; background:#fff; height:22px; padding:1px;} #DDbox h1 a {font:bold 140% Georgia; color:#FF6600;} #DDbox h1 a:hover {text-decoration:none; color:#670001;} /* Section Page */ /* Main News Box */ #SectionNewsBox {border:1px solid #003466;} #SectionList {margin-bottom:10px; background-color:#CCC;} #SectionList tr td {border:1px solid #003466; border-width:0 0 1px 1px;} #SectionList tr td a {text-transform:uppercase; color:#003466; font:bold 90% Arial;} #SectionList tr td a:hover {color:#999; text-decoration:none;} #SectionList tr td#SectionListItemNews {border-left:0;} #SectionList tr td#SectionListItemNews a {} #SectionList tr td#SectionListItemSports {} #SectionList tr td#SectionListItemSports a {} #SectionList tr td#SectionListItemOpinions {} #SectionList tr td#SectionListItemOpinions a {} #SectionList tr td#SectionListItemLifeStyles {} #SectionList tr td#SectionListItemLifeStyles a{} #SectionList tr td#SectionListItemObits {} #SectionList tr td#SectionListItemObits a {} #SectionList tr td.SectionListItemOn {border-bottom:0; background-color:#FFF;} #SectionTownsPapersDropdown #TownsDropdown {margin-right:5px;} #SectionTownsPapersDropdown #PapersDropdown {margin-left:5px;} #SectionStoryList {clear:both; margin:10px 0 0 5px;} #SectionStoryList a {display:block; margin:5px 0 0 5px; color:#555; font:90% Arial;} #SectionStoryList a .SectionHeadline {font:bold 105% Arial;} .SectionStory {} /* Story pages */ #StoryNewsTabsWrapper {width:792px !important; width/**/:780px; height:20px; margin:3px 0 0 3px; z-index:10;} #StoryEmailPrint {float:right; margin-top:2px; padding-right:5px; border-bottom:1px solid #003466; width:347px !important; #width:352px; text-align:right; height:19px; overflow:hidden;} #StoryEmailPrint a {color:#000;} #StoryEmailPrintFullLength {float:left; margin:2px 3px 0 0 !important; margin-right/**/:0; border-bottom:1px solid #003466; width:787px; #width:780px; text-align:right; height:19px;} #StoryEmailPrintFullLength a {color:#000;} #StoryEmailIcon {vertical-align:-3px;} #StoryPrintIcon {vertical-align:-3px;} #StorySectionNewsTabs {width:438px; #width:428px; height:21px; overflow:hidden; float:left;} #StoryNewsTabsWrapper #StorySectionNewsTabs {border:1px solid #000; border-bottom:0;} #StorySectionNewsTabsEmpty {width:438px; #width:428px; border-bottom:1px solid #000;} #TimeOffSectionNewsTabs {height:42px; overflow:hidden; float:none !important; float/**/:left;} #TimeOffSectionNewsTabs div table tr td {font-size:75%;} #TimeOffSectionNewsTabs #SectionListItemEntNews {border-left:0;} #TimeOffSectionNewsTabs #SectionListItemMovies {padding:0 5px;} #CommunityGuideSectionNewsTabs {height:100px; overflow:hidden; float:none !important; float/**/:left;} #CommunityGuideNewsTabs div table tr td {font-size:1;} #CommunityGuideNewsTabs #ccSectionListItemEntNews {font-size:1; border-left:0;} #CommunityGuideNewsTabs #ccSectionListItemMovies {padding:0 1px;} #SectionHeadline a {color:#555; font: bold 110% Arial;} .index-date {color: #FD8838; font: bold 125% Arial; margin-top: 5px;} .index-item {color:#555; font: normal 80% Arial;} #PBJSectionNewsTabs {height:42px; overflow:hidden; float:none !important; float/**/:left;} #PBJSectionNewsTabs div table tr td {font-size:75%;} #PBJSectionNewsTabs #SectionListItemBusNews {border-left:0;} #StoryPageArticleBody {border:1px solid #003466; border-top:0; margin:0 3px 3px 3px; float:left; width:785px; #width:780px; z-index:1;} #StoryPageHeadline {color:#444; font:bold 140% Arial; margin:5px 5px 0 5px;} #StoryPageSubHead {color:#444; margin:0 5px; font:bold 120% Arial;} #StoryRelatedContent {float:right; border:1px solid #225487; margin:5px;} #StoryRelatedContent h4 {background-color:#225487; color:#FFF; font-weight:bold; font-size:110%; padding:3px;} #StoryRelatedContent span {display:block; padding:3px;} #StoryTimestamp {margin:5px; display:inline; font:90% Arial;} #StoryPageByline {display:block; margin:0 5px; font:90% Arial;} #StoryPageVideoBox {float:right; width:150px; margin-right:5px; border:1px solid #888;} #StoryPageVideoHeader {background-color:#003466; color:#FFF; padding:2px; font:bold 110% Arial; } #StoryPageVideoList {margin:3px;} #StoryPageVideoList ul {list-style-type:none;} /*edit photo on story page ---------- not working --------------------- 250 img*/ #StorySlideShow {width:420px; margin:0px 10px 10px 5px; float:left; border:1px solid #888; height:300px; overflow:auto;} #StorySlideShow .slideshow-block {text-align:left;} #StorySlideShow .slideshow-image img {width:250px;} #StorySlideShow #slideshow-caption {text-align:left; padding-bottom:10px;} #StorySlideShow .slideshow-navigation {text-align:right;} .StoryPageStoryBlock {margin:0 5px;} .StoryAdRight {float:right; border:20px solid #FFF;} .StoryAdLeft {float:left; border:20px solid #FFF;} .StoryBreakout {width:200px; border:2px solid #3676AF; margin:10px 10px 10px 5px; padding:10px; float:left;} .StoryBreakout h1 {font:bold 130% Arial;} /* SimpleBlog styles */ /* Form */ #StoryPageSimpleBlog {margin:5px; clear:both;} #StoryPageSimpleBlog input,textarea {border:1px solid #888;} .StoryPageCommentsHeader {background:#003466 url(/art/gradients/lt_blue-dk_blue.jpg); height:19px; font:bold 120% Arial; border-top:1px solid #888; color:#FFF; padding:2px;} #StoryPageSimpleBlog i {font-style:italic;} #StoryPageSimpleBlog em {display:block; background-color:#003466; color:#FFF; font:bold 110% Arial; padding:1px;} #simpleblog-form {} .simpleblog-form-block {} .simpleblog-form-label {display:block; font-weight:bold;} #personname {} #comments {} #simpleblog-captcha {} #usernumber {} /* Comments */ .simpleblog-confirmation {} .simpleblog-results {margin-top:10px;} .simpleblog-results .simpleblog-name {font-weight:bold; display:block; background-color:#EEE; padding:3px; border:1px solid #888; border-width:1px 0;} .simpleblog-results .simpleblog-date {font:italic 100% Arial;} .simpleblog-results .simpleblog-response {margin:10px 0;} /* Right Content Column */ #RightContentCol {width:360px; float:left; margin:5px 0 0 5px;} /* Front Page */ /* Blogs Box */ #BlogsBox {border:1px solid #000; margin-bottom:3px;} #BlogsLogo {text-align:center;} #BlogsLogo a {color:#888;} .BlogsHeader {clear:both; background:#003466 url(/art/gradients/lt_blue-dk_blue.jpg);} .BlogsHeader h1 {color:#FFF; height:19px; padding:1px 0 0 2px; font:bold 90% Arial;} .BlogsHeader h2 {float:right; color:#FFF; margin-top:3px; font:90% Arial;} .BlogsHeader h2 a {color:#FFF; margin-right:3px;} .BlogContent {height:150px; overflow:auto; padding:2px;} .BlogContentTO {height:300px; overflow:auto; padding:1px;} .BlogContentShort {height:112px; overflow:auto; padding:1px;} .NewsBlogHeadline {font:100% Arial; color:#000;} .NewsBlogHeadline a {font:bold 90% Arial; color:#003466;} .NewsBlogStoryText {margin-bottom:4px; font:90% Arial;} .BlogContent .simpleblog-results {margin-top:0;} .BlogContent .simpleblog-results {} .BlogContent .simpleblog-results .simpleblog-name {background-color:#FFF; border:0; display:inline; font:90% Arial;} .BlogContent .simpleblog-results .simpleblog-date {font:90% Arial;} .BlogContent .simpleblog-results .simpleblog-response {margin:0 0 0 10px; font:90% Arial;} /* Blogs Box Health*/ #BlogsBoxHealth {border:1px dashed #000; margin-bottom:10px;} #BlogsLogoHealth {text-align:center;} #BlogsLogoHealth a {color:#888;} .BlogsHeaderHealth {clear:both; background:#CCC;} .BlogsHeaderHealth h1 {color:#00000; height:19px; padding:1px 0 0 2px; font:bold 90% Arial;} .BlogsHeaderHealth h2 {float:right; color:#FFF; margin-top:3px; font:90% Arial;} .BlogsHeaderHealth h2 a {color:#FFF; margin-right:3px;} .BlogContentHealth {height:150px; overflow:auto; padding:2px;} .BlogContentTOHealth {height:300px; overflow:auto; padding:1px;} .NewsBlogHeadlineHealth {font:100% Arial; color:#000;} .NewsBlogHeadlineHealth a {font:bold 90% Arial; color:#003466;} .NewsBlogStoryTextHealth {margin-bottom:4px; font:90% Arial;} .BlogContentHealth .simpleblog-results {margin-top:0;} .BlogContentHealth .simpleblog-results {} .BlogContentHealth .simpleblog-results .simpleblog-name {background-color:#FFF; border:0; display:inline; font:90% Arial;} .BlogContentHealth .simpleblog-results .simpleblog-date {font:90% Arial;} .BlogContentHealth .simpleblog-results .simpleblog-response {margin:0 0 0 10px; font:90% Arial;} /* Your Views */ #YourViewsContent {height:190px; overflow:auto;} #YourViewsTabs {margin-top:5px;} a.YourViewsTabLinkOff {color:#FFFFFF; font:bold 80% Arial;font-size:12px;text-transform:uppercase;} .YourViewsTabOff {border-top:1px solid #000000; background-color:#336699; border-bottom:1px solid #000;} .YourViewsTabEndLeftOff {background:url(/art/your_views_tabs/left_end-off_n.gif) no-repeat; border-bottom:1px solid #000;} .YourViewsTabEndRightOff {background:url(/art/your_views_tabs/right_end-off_n.gif) no-repeat; border-bottom:1px solid #000;} a.YourViewsTabLinkOn {color:#000; font:bold 90% Arial;font-size:12px;text-transform:uppercase;} .YourViewsTabOn {border-top:1px solid #000; background-color:#FFF;} .YourViewsTabEndLeftOn {background:url(/art/your_views_tabs/left_end-on.gif) no-repeat;} .YourViewsTabEndRightOn {background:url(/art/your_views_tabs/right_end-on.gif) no-repeat;} #YourViewsDiv1,#YourViewsDiv2,#YourViewsDiv3 {padding:5px 5px 0 5px;} .NewsBlogHeadline {} a .NewsBlogHeadline {font:bold 110% Arial; color:#003466;} .NewsBlogSubHead {font:italic 90% Arial; color:#000;} #YourViewsDiv2 {} #YourViewsDiv2 a {margin-left:5px; font:bold 90% Arial; color:#003466;} #YourViewsDiv3 ul {margin-left:5px; list-style-type:none;} #YourViewsDiv3 ul li {margin-bottom:10px;} #YourViewsDiv3 ul li a {font:bold 90% Arial; color:#003466;} /*News TABs */ #tabContent {height:175px; overflow:auto;} #Tabs {margin-top:5px;} a.TabLinkOff {color:#FFFFFF; font:bold 60% Arial; font-size:12px; text-transform:uppercase;} .TabOff {border-top:1px solid #000000; background-color:#336699; border-bottom:1px solid #000;} .TabEndLeftOff {background:url(/art/your_views_tabs/left_end-off_n.gif) no-repeat; border-bottom:1px solid #000;} .TabEndRightOff {background:url(/art/your_views_tabs/right_end-off_n.gif) no-repeat; border-bottom:1px solid #000;} a.TabLinkOn {color:#000; font:bold 90% Arial;font-size:12px;text-transform:uppercase;} .TabOn {border-top:1px solid #000; background-color:#FFF;} .TabEndLeftOn {background:url(/art/your_views_tabs/left_end-on.gif) no-repeat;} .TabEndRightOn {background:url(/art/your_views_tabs/right_end-on.gif) no-repeat;} #tabDiv1,#tabDiv2,#tabDiv3 {padding:5px 5px 0 5px;} .NewsBlogHeadline {} a .NewsBlogHeadline {font:bold 110% Arial; color:#003466;} .NewsBlogSubHead {font:italic 90% Arial; color:#000;} #tabDiv1 {} #tabDiv1 a {margin-left:5px; font:bold 90% Arial; color:#003466;} #tabDiv2 {} #tabDiv2 a {margin-left:5px; font:bold 90% Arial; color:#003466;} #tabDiv3 ul {margin-left:5px; list-style-type:none;} #tabDiv3 ul li {margin-bottom:10px;} #tabDiv3 ul li a {font:bold 90% Arial; color:#003466;} #tabDiv3 a {margin-left:5px; font:bold 90% Arial; color:#003466;} /* Middle Ad */ #RightColMiddleAd {text-align:center;margin-top:5px;margin-bottom:5px;} /* Middle Ad Class*/ #RightColMiddleAdClass {margin-bottom:5px; float:right;} /*#CalendarBox {border:1px solid #000; margin-bottom:5px;} #CalendarBox h1 {background:url(/art/qmimages/center_tile.gif); height:20px; margin-bottom:5px; font:bold 90% Arial; font-size:12px; color:#000000; padding:2px 0 0 5px;} #CalendarBox h1 a {font:bold 100% Arial; color:#000000;} #CalendarBox h1 a#CalHeaderSubmitLink {color:#650000; font:bold 100% Arial;} #CalendarBox form {text-align:center;} #MiniCalendarBox {margin-left:3px;} #MiniCalendarBox table {width:200px;} #MiniCalendarBox table th {background-color:#003466;} #MiniCalendarBox table td {background-color:#C2C9CF;} #MiniCalendarBox .calendar #calhead {color:#FFF; font:100% Arial;} #MiniCalendarBox .calendar table tr th {color:#FFF; font:80% Arial;} #CalendarEventsBox {} #CalendarEventsBox h1 {background-color:#FFF; color:#003466; font:bold 110% Arial;} #CalendarEventsBox a {color:#FFF; font:100% Arial;} .CalendarTitle {margin-left:20px;} .calendar_links {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000; padding: 1px}*/ /* Calendar 2 #CalendarBox2 {border:1px solid #666; margin-bottom:5px; width:330px} #CalendarBox2 h1 {background-color:#EEE; height:18px; margin-bottom:5px; font:bold 90% Arial; color:#003466; padding:2px 0 0 5px;} #CalendarBox2 h1 a {font:bold 100% Arial; color:#003466;} #CalendarBo2x h1 a#CalHeaderSubmitLink {color:#650000; font:bold 100% Arial;} #CalendarBox2 form {text-align:center;} #MiniCalendarBox2 {margin-left:3px;} #MiniCalendarBox2 table {width:200px;} #MiniCalendarBox2 table th {background-color:#003466;} #MiniCalendarBox2 table td {background-color:#C2C9CF;} #MiniCalendarBox2 .calendar #calhead {color:#FFF; font:100% Arial;} #MiniCalendarBox2 .calendar table tr th {color:#FFF; font:80% Arial;} #CalendarEventsBox2 {} #CalendarEventsBox2 h1 {background-color:#FFF; color:#003466; font:bold 110% Arial;} #CalendarEventsBox2 a {} .CalendarTitle2 {margin-left:20px;}*/ /* Top Blogs */ #TopBlogsBox {border:1px solid #000; margin-bottom:5px;} #TopBlogsBox h1 {background-color:#EEE; height:20px; margin-bottom:5px; font:bold 120% Arial; color:#003466; padding:2px 0 0 5px;} #TopBlogsBox h1 a {color:#650000; font:bold 100% Arial;} #TopBlogsBox .topblogs-list {list-style-type:none; margin-left:5px; margin-bottom:5px;} #TopBlogsBox .topblogs-entry {margin-bottom:5px;} /* Gallery - Inline */ #GalleryBox {border:1px solid #000; margin-bottom:5px; text-align:center;} #GalleryBox h1 {background-color:#EEE; height:18px; margin-bottom:5px; font:bold 90% Arial; color:#003466; padding:2px 0 0 5px; text-align:left;} #GalleryBox .gallery-base-block {} #GalleryBox .gallery-base-title {text-align:center;} #GalleryBox .gallery-base-title a {color:#003466; font:bold 90% Arial;} #GalleryBox .gallery-base-image {text-align:center;} #GalleryBox .gallery-base-subhead {display:none;} #GalleryBox .gallery-base-date {display:none;} #GalleryBox .gallery-base-albumcount {display:none;} #GalleryBox .gallery-base-update {display:none;} #GalleryBox .gallery-flash-block {text-align:center;} #GalleryBox .gallery-flash-title {text-align:center;} #GalleryBox .gallery-flash-title a {color:#003466; font:bold 90% Arial;} #GalleryBox .gallery-flash-image {text-align:center;} #GalleryBox .gallery-flash-subhead {display:none;} #GalleryBox .gallery-flash-date {display:none;} #GalleryBox .gallery-flash-albumcount {display:none;} #GalleryBox .gallery-flash-update {display:none;} #AllGalleriesLink {text-align:center;} #AllGalleriesLink a {color:#003466; font:bold 110% Arial;} /* Gallery - Section #GalleryLeftContentCol .gallery-index-block {margin:10px 0 40px 0;} #StoryPageGalleryLeftContentCol LeftContentCol .gallery-index-title {} #GalleryLeftContentCol .gallery-index-title a {color:#003466; font:bold 120% Arial;} #GalleryLeftContentCol .gallery-index-image {} #GalleryLeftContentCol .gallery-index-subhead {} #GalleryLeftContentCol .gallery-index-albumcount {} #GalleryLeftContentCol .gallery-index-update {} .GallerySubmitLink a {color:#F00; font:bold 175% Arial;} #GalleryLeftContentCol .gallery-list-block {margin:10px 0 40px 0;} #GalleryLeftContentCol .gallery-list-title {font:bold 130% Arial; margin-top:10px;} #GalleryLeftContentCol .gallery-list-albumtitle {margin-top:20px;} #GalleryLeftContentCol a .gallery-list-albumtitle {color:#003466; font:bold 120% Arial; margin-bottom:10px;} #GalleryLeftContentCol .gallery-list-albumsub {margin:0; padding:0;} #GalleryLeftContentCol .gallery-list-update {display:none;} .GallerySubmitLink a {color:#F00; font:bold 175% Arial;}*/ /*--------------------------------------------------------- | related to photo gallery | ---------------------------------------------------------*/ #gallery-index {} #gallery-album {} #gallery-media {} #gallery-usersubmit {} #gallery-search {} /* applies to [gallery] tokens */ .gallery-block { text-align: center; float: left; width: 32%; margin: 2px; height: 175px;} .gallery-album-block { padding:5px;} .gallery-image-block { height: 120px; overflow:hidden;} .gallery-image-block img{ border: 1px solid #CCCCCC;} .gallery-title-block { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; display: block; margin-top: 5px;} .gallery-count-block { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;} /* applies to [gallery] token on front page */ #front .gallery-block { margin: 0px; display: block; width: 100%; height: 125px; overflow:hidden;} #front .gallery-album-block { padding:0px 5px; display: block; text-align: center;} #front .gallery-image-block { height: 90px; overflow:hidden; text-align: center;} #front .gallery-image-block img{ width: 100px; border: 1px solid #CCCCCC; margin: 5px auto;} #front .gallery-title-block { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; display: block; margin-bottom: 5px;} #front .gallery-count-block { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; font-size: 10px; color: #666666; margin-bottom: 5px;} /* applies to [galleryphoto] token */ .gImg-showphoto { border: 1px solid #999999; } .gText-showphoto-cutline { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 3px; margin: 5px 0px;} .gallery-linktophotomsg { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold;} .gallery-linktophototext{ font-family: Arial, Helvetica, sans-serif; font-size: 8px;} /* applies to [album] token */ .gImg-album { border: 1px solid #CCCCCC;} #gallery-media-album img.gImg-album { width: 60px; border: 1px solid #CCCCCC;} /* applies to [gallerycomments](form) tokens */ #gComments-block { margin-bottom: 10px; border: 1px solid #CCCCCC; padding: 0px 5px 5px; background-color: #FFFFFF;} .gText-comment-default { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; display: block; margin-bottom: 2px; margin-top: 5px;} .gButton-comment-submit { margin-top: 3px;} /* applies to [gallerycomments](comments) tokens */ .gText-comment-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gHR-comment-hr { color: #999999; height: 1px;} .gText-comment-author { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gText-comment-date { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight: normal;} .gText-comment-data { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; font-weight: normal;} /* applies to [galleryupload] token */ .gText-upload-default { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; display: block; margin-bottom: 2px;} .gInput-upload { margin-bottom: 5px; width: 100%;} .gInput-upload input { width: 90%;} .gInput-upload-select { margin-bottom: 5px;} .gInput-upload-caption { margin-bottom: 5px; width: 100%;} .gInput-upload-caption textarea {width: 90%;} .gInput-upload-submit { margin-bottom: 5px;} /* applies to [albumrating](form) token */ .gallery-ratingcomment { background-color: #FFFFFF; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding: 3px; margin: 0px 0px 5px 0px;} #gallery-ratingform { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px 0px 5px; padding: 5px; border-bottom: 1px dotted #CCCCCC;} #gallery-ratingform input{ font-family: Arial, Helvetica, sans-serif; font-size: 11px;} .gallery-ratingvoted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#CC0000; display: block; margin-bottom: 2px;} .gallery-ratingthanks { padding: 3px; color: #666666; background: url(subsection-heading.gif) repeat-x; font: bold 14px Arial, Helvetica, sans-serif; border-bottom: 1px solid #999999; margin: 0px; } /* applies to [ratingresults] token */ .gallery-ratingresultsmsg { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; display:block; margin: 0px 0px 5px;} .gallery-ratingresultsavg { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px 0px 5px; padding: 5px; border-bottom: 1px solid #CCCCCC;} /* applies to [gallerysearch](form) token */ .gText-search-header { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; display: block; margin-bottom: 2px;} .gInput-search-keyword { margin-bottom: 5px;} .gInput-search-album { margin-bottom: 5px;} .gInput-search-nResults { margin-bottom: 5px;} /* applies to [gallerysearch](results) token */ .gText-results-default { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin: 0px 4px 5px; color: #000000;} .gText-results-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; display: block; margin: 0px 4px 2px;} .gText-results-cutline { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; margin: 0px 5px;} .gText-results-numResults { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; display: block; margin-bottom: 2px;} .gHR-results { color: #999999; height: 1px;} /* applies to [gallery_index](list) token. Uncomment as needed. .gallery-list-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gallery-list-subhead { font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; color: #666666;} .gallery-list-update { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; margin-bottom: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;} */ /* applies to [gallery_index](list-album) token. This option, by default is setup on media templates */ .gallery-list-title { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style:italic; color: #006699; background-color: #B0D0E2; padding: 2px; margin-top:3px; } .gallery-list-albumtitle { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gallery-list-albumsub { font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; color: #666666;} .gallery-list-update { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; margin-bottom: 0px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;} /* applies to [gallery_index](mini) token. Uncomment as needed. .gallery-index-block { margin: 3px 0px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;} .gallery-index-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gallery-index-count { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; margin-bottom: 3px;} */ /* applies to [gallery_index](rotating) token. Uncomment as needed. .gallery-flash-thumb { text-align: center;} .gallery-flash-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gallery-flash-subhead { font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; color: #666666;} .gallery-flash-date { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; margin-bottom: 3px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;} */ /* applies to [gallery_index](base) token. Uncomment as needed. .gallery-base-block { text-align: center; margin: 3px 0px; padding-bottom: 3px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;} .gallery-base-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;} .gallery-base-image { text-align: center; margin: 3px 0px} .gallery-base-subhead {font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; color: #666666; margin: 0px 0px 3px;} .gallery-base-albumcount {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; margin: 0px 3px 3px 0px; display:inline; padding: 0px 3px 0px 0px; border-right: 1px solid #000000; } .gallery-base-update {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; display:inline;} */ /* Poll */ #PollBox {border:1px solid #000; margin-bottom:5px;width:330px !important; width/**/:330px;} #PollBox h1 {background-image:url(/art/qmimages/center_tile_gray.gif);height:20; margin-bottom:5px; font:bold 90% Arial; color:#003466; padding:2px 0 0 5px;} #PollBox h1 a {color:#650000; font:bold 100% Arial;} .poll-default-table tr td {text-align:left;} .poll-default-table input {border:1px solid #000; text-transform:uppercase; font:80% Arial;} .poll-default-table tr td.poll-default-question div {font:bold 100% Arial,Helvetica,sans-serif; text-align:center; padding-bottom:5px;} .poll-default-table tr td.poll-default-row1 {font:bold 100% Arial,Helvetica,sans-serif; text-align:left; padding:3px;} .poll-default-row1 input {margin-right:3px; border:0;} .poll-default-table tr td.poll-default-row2 {font:bold 100% Arial,Helvetica,sans-serif; text-align:left; padding:3px;} .poll-default-row2 input {margin-right:3px; border:0;} .poll-default-view {color:#384360; font:bold 85% Arial,Helvetica,sans-serif; text-transform:uppercase;} .poll-default-results {width:300px; border:2px solid #888; padding:5px; margin:10px; text-align:left; font:bold;} .poll-default-resultstitle {font:bold 120% Arial;} .poll-default-resultsanswers {text-align:left;} .poll-default-resultspercent {} a.poll-default-close {font:90% Arial; text-transform:uppercase;} /* Right Rail */ #RightRail {width:165px; float:right; margin:5px 0 0 10px; text-align:left;} #StoryRightRail {float:right; width:175px; margin:5px 0 0 10px; text-align:center;} /* Top Ads */ .TopAds {width:165px; text-align:center; margin-bottom:10px;} .TopAds h1 {background:#ffcc33 url(/art/headers/topads.jpg); font:bold 130% Arial; text-align:center; color:#003466; height:22px; border-right:1px solid #888;} .TopAdsContent {border:1px solid #888; border-top:0; width:163px;} .TopAds strong {font:bold 110% Arial;} .TopAdsPrice a {color:#003466; font:bold 110% Arial; text-decoration:underline;} .TopAds img {margin:5px 0; border:1px solid #000;} .TopAds a {color:#003466; font:bold 110% Arial;} img.TopAdsHeaderEnd {border-width:0; float:left; margin:0;} /* Bottom Banner */ #BottomBanner {clear:both; text-align:center;} /* Footer */ #Footer {background-color:#003466; color:#FFF; padding-bottom:5px;} .FooterSection {width:20%; float:left; margin:20px 0 20px 48px;} .FooterSection h1 {font:bold 140% Arial;} .FooterSectionList {margin-left:15px; color:#AAA;} .FooterSectionList li {} .FooterSection a {color:#90b3f7; font:bold 100% Arial;} a.FooterStandaloneLink {display:block; margin-top:5px;} a.FooterStandaloneLink img {margin-right:3px;} #FooterSearch input {border:1px solid #888;} #FooterSearchButton {border:1px solid #90B3F7; background-color:#5676b3; color:#FFF; font:bold 90% Arial;} #FooterCopyright {clear:both; background-color:#23324f; font:bold 100% Arial; padding:10px; margin:0 10px;} #FooterCopyright a {color:#90b3f7; font-weight:bold;} /* Printable version page styles */ #PrintPageHeadline {font:bold 130% Arial; margin:5px 0 0 5px;} #PrintPageSubHead {font:110% Arial; margin:0 0 10px 5px;} #PrintPageByline {margin:0 0 5px 5px;} #PrintPageTimestamp {margin:0 0 5px 5px;} .PrintPagePhotoRight {float:right; margin:0 15px 5px 5px;} .PrintPagePhotoLeft {float:left;} .PrintPageCutline {} .PrintPageStoryBlock {margin:0 0 0 5px;} #PrintStoryCloseLink {display:block; margin:5px;} /* Email story styles */ #EmailStoryForm {} #EmailStoryForm input,textarea {border:1px solid #888;} #EmailStoryForm b {font-weight:bold;} #EmailStoryCloseLink {} /* Image popup styles */ #StoryImagePopupHeader {background-color:#003466; color:#FFF; padding:3px; font:bold 100% Arial; margin:5px;} #StoryImagePopupBox {text-align:left;} /* Blogs */ #BlogMiddleContent {width:435px;} #BlogMiddleContent .NewsBlogHeadline {clear:both; margin-left:5px; color:#555; font:bold 110% Arial;} #BlogMiddleContent .NewsBlogTimeStampByline {margin-left:5px;} #BlogMiddleContent .NewsBlogStory {margin-left:5px;} #BlogMiddleContent .NewsBlogComment {margin-left:25px; color:#888;} #BlogMiddleContent .NewsBlogComment .simpleblog-results p .simpleblog-name {background-color:#FFF; border:0; color:#888; display:inline;} #BlogMiddleContent .NewsBlogComment .simpleblog-results p .simpleblog-date {color:#888;} #BlogMiddleContent .NewsBlogComment .simpleblog-results p .simpleblog-response {} #BlogMiddleContent .NewsBlogLinks {margin-left:5px; margin-bottom:15px;} #BlogMiddleContent .NewsBlogLinks a {color:#FF6600; font-weight:bold;} /* Calendar .calendar {} #CalSubmitContent {width:790px;} #CalendarContent {width:790px;} #CalendarContent .calendar {display: block; padding: 0px 0px; width: 790px; font:100% Arial;} #CalendarContent .calendar p {text-align: center;} #CalendarContent .calendar th {width:790px; background-color: #003466; color:#FFF;} #CalendarContent .calendar th div.current {font:bold 180% Arial;} #CalendarContent .calendar td a {text-decoration: none;} #CalendarContent .calendar tr.week th {background-color: #003466; padding: 2px; text-align: center; color: #FFF; font: 10px Arial; width:14%;} #CalendarContent .calendar th .FloatLeft {float:left; margin-left:10px;} #CalendarContent .calendar th .FloatRight {float:right; margin-right:10px;} #CalendarContent .calendar td {background-color: #EEE; margin: 1px 1px; font: 10px Arial; height:75px; vertical-align:top; border:1px solid #888; padding:2px;} #CalendarContent .calendar td a {color:#000;} #CalendarContent .calendar #eventlabel {padding: 5px 5px; width:30%;} #CalendarContent .calendar #eventinfo {padding: 5px 5px; width:70%;} #CalendarContent .calendar #eventtext {padding: 5px;} #CalendarContent .calendar #specialhead {background-color: #D00; color: #FFF; font: bold 12px Arial;} #CalendarContent .calendar #speciallabel {background-color: #039; text-align: left; width: 30%; padding: 5px;} #CalendarContent .calendar #specialbody {background-color: #FFD; text-align: left; padding: 5px;} #CalendarContent .calendar #event {border: 1px #000 solid;} #CalendarContent .calendar #event td {height:auto;} #CalendarContent .calendar .events a {margin-bottom:1px; display:block; font-size:10} #CalendarContent .calendar #specialevent {width: 100%; border: 1px #039 solid;} #CalendarContent .calendar #calhead {background-color: #003466; color: #FFF; text-align: center;} #CalendarContent .calendar #sunday {background-color: #003466;} #CalendarContent .calendar #today {background-color: #FF9;} #CalendarContent .calendar #activecell {background-color: #FFFFFF;} Lg. Calendar #CalendarContent .calendar .active,.active-today {padding:0;} #CalendarContent .calendar .active-today {padding:0; background-color:#fff;} #CalendarContent .calendar .empty {padding:0;} #CalendarContent .calendar .active .events {margin:1px;} #CalendarContent .calendar .active-today .events {margin:1px;} #CalendarContent .calendar .active .date {float:right; border:1px solid #000; border-width:0 0 1px 1px; background-color:#003466; color:#FFF;} #CalendarContent .calendar .active-today .date {float:right; border:1px solid #000; border-width:0 0 1px 1px; color:#000; font:bold 180% Arial; padding-left:3px;} #CalendarContent .calendar .empty .date {float:right; border:1px solid #000; border-width:0 0 1px 1px; background-color:#003466; color:#FFF;} #CalendarContent .calendar .active .morelink {float:right;} #CalendarContent .calendar .active-today .morelink {float:right;} #CalendarContent .calendar .empty .morelink {float:right;} #CalendarContent .calendar .active .morelink a {font:90% Arial;} #CalendarContent .calendar .active-today .morelink a {font:90% Arial;} #CalendarContent .calendar .empty .morelink a {font:90% Arial;} #CalendarContent .calendarsubmit {border: 1px #000 solid; width: 100%;} #CalendarContent .calendarsubmit th, .calendarsubmit td {padding: 2px 5px 2px 5px;} #CalendarContent .calendarsubmit input {width: 100%; margin: 0px;} #CalendarContent .calendarsubmit textarea {width: 100%;} #CalendarContent .calendarsubmit td {background-color: #FFF;} #CalendarContent .calendarsubmit th {background-color: #039; text-align: left; font: bold 12px Arial; color: #FFF;} #CalendarContent .calendarsubmit th#required {background-color: #FCC; color: #F00;} #CalendarContent .calendarsubmit #submit {} #CalendarContent .calendarsubmit #submit:hover { background-color: #DDF; } #CalendarContent .submit { font: 12px Arial, Helvetica, sans-serif; } #CalendarJumpFormBox {text-align:center;} #CalendarJumpForm {} #CalendarJumpForm input,select {border:1px solid #888;} #CalendarJumpForm select {vertical-align:-10px;} .CalendarSubmitEventLink {text-align:center; border:1px solid #888;} .CalendarSubmitEventLink a {color:#F00; font:bold 120% Arial,Helvetica,sans-serif;} #CalendarPickerBox {float:right; border:1px solid #888; padding:5px; background-color:#CCC; margin:0 0 0 10px;} #CalendarPickerBox table {background-color:#FFF; border:1px solid #888; padding:3px;} .CalendarSubmitForm h2 {margin-bottom:5px; padding:1px 5px; font:bold 150% Arial;} .CalendarSubmitForm form input,textarea,select {border:1px solid #888; margin-bottom:10px;} .CalendarSubmitForm #submit {width:200px; vertical-align:-9px;} .CalendarReturnLink {text-align:center; border:1px solid #888;} .CalendarReturnLink a {color:#F00; font:bold 120% Arial;}*/ /* -----News style sheet for calender here ------------------------------*/ #CalendarBox1 {border:1px solid #000; margin-bottom:5px;} #CalendarBox1 h1 {height:20px; margin-bottom:5px; font:bold 90% Arial; font-size:12px; color:#000000; padding:2px 0 0 5px;} #CalendarBox1 h1 a {font:bold 12px Verdana; color:#000000;} #CalendarBox1 h1 a#CalHeaderSubmitLink {color:#336600; font:bold 12px Verdana;} #CalendarBox1 form {text-align:center;} .calendar_links {font-family: verdana; font-size: 11px; font-weight: bold; color: #336699; padding: 1px} #CalendarJumpFormBox {text-align:center;} #CalendarJumpForm {} #CalendarJumpForm input,select {border:1px solid #888;} #CalendarJumpForm select {vertical-align:0px;} #calendar {} #event {} #calendar-details { padding: 5px;} .calendar-paging { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; margin: 5px 0px;} .calendar-note { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; } /* applies to normal [events] */ .event-block { margin-top: 5px; margin-bottom: 15px; padding-bottom: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #000000;} .eventhead { background-color: #006699; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border-bottom: 1px solid #999999; color: #FFFFFF; border-top-width: 2px;} .eventhead a:link, .eventhead a:visited { color: #FFFFFF; text-decoration: none;} .eventhead a:hover, .eventhead a:active { color: #CCCCCC; text-decoration: underline;} .eventrow { border-bottom: 1px solid #CCCCCC; padding-top: 3px; padding-bottom: 3px; clear: both; overflow: auto; width: 100%;} .eventlabel { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; float: left; width: 75px; padding: 5px;} .eventtext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; float: left; padding: 5px;} .eventlink { padding: 8px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ECECEC; clear: both; border-bottom: 1px solid #CCCCCC;} .eventlink a:link, .eventlink a:visited { color: #666666;} .eventlink a:hover, .eventlink a:active { color: #000099;} /* applies to special [events] */ .special-block { margin-top: 5px; margin-bottom: 15px; padding-bottom: 15px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #000000;} .specialhead { background-color: #3399FF; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border-bottom: 1px solid #999999; color: #FFFFFF; } .specialhead a:link, .specialhead a:visited { color: #FFFFFF; text-decoration: none;} .specialhead a:hover, .specialhead a:active { color: #CCCCCC; text-decoration: underline;} .specialrow { border-bottom: 1px solid #999999; padding-top: 3px; padding-bottom: 3px; clear: both; overflow: auto; width: 100%; background-color: #C1E0FF;} .speciallabel { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; float: left; width: 75px; padding: 5px;} .specialtext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; float: left; padding: 5px;} .speciallink { padding: 8px 5px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ECECEC; clear: both; border-bottom: 1px solid #999999;} .speciallink a:link, .speciallink a:visited { color: #666666;} .speciallink a:hover, .speciallink a:active { color: #000099;} /* applies to [events] on front page */ #front-events .event-block { margin-top: 5px; margin-bottom: 5px; padding-bottom: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #000000;} #front-events .eventhead { background-color: #FFFFFF; padding: 3px; border: none; color: #005F8E; border-top-width: 2px; font: bold 12px Arial, Helvetica, sans-serif; } #front-events .eventhead a:link, #front-events .eventhead a:visited { color: #005F8E; text-decoration: none;} #front-events .eventhead a:hover, #front-events .eventhead a:active { color: #666666; text-decoration: underline;} #front-events .eventrow { display:none;} #front-events .eventlabel { display:none;} #front-events .eventtext { display:none;} #front-events .eventlink { display:none;} #front-events .special-block { margin-top: 5px; margin-bottom: 5px; padding-bottom: 5px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #000000;} #front-events .specialhead { padding: 3px; border: none; color: #990000; font: bold 12px Arial, Helvetica, sans-serif; background: #FFFFFF; } #front-events .specialhead a:link, #front-events .specialhead a:visited { color: #990000; text-decoration: none;} #front-events .specialhead a:hover, #front-events .specialhead a:active { color: #666666; text-decoration: underline;} #front-events .specialrow { display:none;} #front-events .speciallabel { display:none;} #front-events .specialtext { display:none;} #front-events .speciallink { display:none;} /* applies to [calendar_detail] */ .detail-block { margin: 0px; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;} .detailhead { background-color: #666666; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border-bottom: 1px solid #CCCCCC; color: #FFFFFF; border-top: 1px solid #CCCCCC;} .detailrow { border-bottom: 1px solid #CCCCCC; padding-top: 3px; padding-bottom: 3px; clear: both; overflow: auto; width: 100%;} .detaillabel { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; float: left; width: 75px; text-align:right; padding: 5px;} .detailtext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; float: left; padding: 5px;} /* applies to [calendar] */ .calendar-block { margin: 0px 0px 10px; background-color:#FFFFFF} .calendar-block td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; border: 1px solid #CCCCCC;} .cal-head { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; padding: 3px; background: #B0D0E2 url(month-heading.gif) repeat-x;} .cal-dow th{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; background-color: #CCCCCC; border: 1px solid #999999; text-align:center;} .cal-dow th.sunday { color: #666666; background-color: #FFFFCC; text-align:center;} .cal-dow th.saturday { color: #666666; background-color: #FFFFCC; text-align:center;} .cal-row {} .activecell a { display: block; background-color: #EFF3F6;} .activecell a:link, .activecell a:visited { color: #999999; text-decoration: none;} .activecell a:hover, .activecell a:active { color: #999999; background-color: #CCCCCC;} #today a { display: block; background-color: #B0D0E2;} #today a:link, #today a:visited { color: #FFFFFF; text-decoration: none;} #today a:hover, #today a:active { color: #FFFFFF; background-color: #CCCCCC;} #small-calendar .calendar-block { margin: 0px 0px 10px; background-color:#FFFFFF} #small-calendar .calendar-block td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; border: 1px solid #CCCCCC;} #small-calendar .cal-head { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; background: #B0D0E2 url(month-heading.gif) repeat-x; padding: 3px;} #small-calendar .cal-dow th{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; background-color: #CCCCCC; border: 1px solid #999999; text-align:center;} #small-calendar .cal-dow th.sunday { color: #666666; background-color: #FFFFCC; text-align:center;} #small-calendar .cal-dow th.saturday { color: #666666; background-color: #FFFFCC; text-align:center;} #small-calendar .cal-row {} #small-calendar .activecell a { display: block; background-color: #EFF3F6;} #small-calendar .activecell a:link, .activecell a:visited { color: #999999; text-decoration: none;} #small-calendar .activecell a:hover, .activecell a:active { color: #FFFFFF; background-color: #CCCCCC;} #small-calendar #today a { display: block; background-color: #B0D0E2;} #small-calendar #today a:link, #today a:visited { color: #FFFFFF; text-decoration: none;} #small-calendar #today a:hover, #today a:active { color: #FFFFFF; background-color: #CCCCCC;} /* applies to [calendar_submit] */ #calendar-submit .required-text { color: #A8C5E3;} .calendarsubmit { border: 1px solid #CCCCCC;} .calendarsubmit th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #666666; font-weight: bold;} .calendarsubmit th.required { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #A8C5E3;} .calendarsubmit td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;} #input-event textarea { width: 98%;} /*--------------------------------------------------------- | Miscellaneous used on corefunctionality | ---------------------------------------------------------*/ .button { margin: 5px auto; text-align: center; display: block; width: 160px; background-color: #ECECEC; border-top: 1px solid #CCCCCC; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 1px solid #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;} .button a { display: block; color: #000000; text-decoration: none;} .button a:link, .button a:visited { padding: 3px; color: #000000; text-decoration: none;} .button a:hover, .button a:active { color: #FFFFFF; background-color: #999999; text-decoration: none;} .note { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;} .timestamp { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;} .newsblock-left { padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 0px;} .newsblock-right { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px;} .newsblock-left-line { padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 0px; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC;} .newsblock-right-line { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC;} .box { border: 1px solid #CCCCCC;} .newsitem { margin-bottom: 10px; clear: both;} #subsection-links { margin-top: 0px; text-align: center; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;} #subsection-links a:link, #subsection-links a:visited { color: #666666;} #subsection-links a:hover, #subsection-links a:active { color: #000099;} /* ------------------------ End Here -------------------------------*/ /* Forms styles */ #FormsMainContent {} .FormsMainHeaderBar {} .FormsSubHeaderBar {} .FormRequiredField {} /* Style Added by Neha */ .textbox { background-color: #FEFAE9; border: 1px solid #666666; font-family:Verdana; font-size: 12px; color: #333333; font-style: normal; font-weight: normal; filter: Shadow(Color=#ffffff, Direction=bottom); height:20px } /* RSS feeds */ ul.rss-list {} ul.rss-list li a {} /* AdMarket (Classifieds) */ #ClassifiedsMiddleContent {width:790px;} #admarket {font-family:Arial, Helvetica, sans-serif; font-size:80%;} #admarket th {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-align:left;} #admarket td {font-family:Arial, Helvetica, sans-serif; font-size:11px;} #admarket input {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} .admarket-tagger ul {text-align:center; border:1px solid #888; border-width:1px 0;} .admarket-tagger ul li {display:inline; margin:0 20px;} #admarket select {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;} .admarket-ad-text {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:3px; margin-top:3px; margin-bottom:3px; border-top-width:1px; border-top-color:#CCCCCC;} .admarket-ad-extra {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#ECECEC; display:block; padding:2px; border:1px solid #CCCCCC; margin-bottom:10px;} .admarket-ad-date {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#004F9E; display:none;} .admarket-ad-number {display:none;} .admarket-category-table ul {margin-left:20px;} .admarket-category-table li {} .admarket-search select {vertical-align:-9px;} .admarket-search input {border:1px solid #888;} #searchbg { background-color: #ECECEC; padding: 5px;} .searchbox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 2px 0px;} .admarket-search-label { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; padding: 3px 3px 0px 0px; float: left; width: 80px; text-align: right;} /* related to [admarket_search] */ .admarket-search-zone { padding: 0px 5px 5px;} .admarket-search-count{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; margin-top: 5px; margin-bottom: 10px;} .admarket-search-item { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #CCCCCC;} .admarket-search-results { margin-top: 5px; padding-top: 5px; border-top: 1px dotted #CCCCCC;} /* Archives */ #SearchLeftContentCol {width:790px !important; width/**/:335px; float:left; margin:5px 0 0 5px;} .ArchiveSearchResults a {font:bold 110% Arial; color:#336633} .ArchiveSearchResults p {margin-bottom:20px;} /* Subscription */ #SubscriptionPage {background-color:#FFF;} #SubscriptionPageHeader {display:block; width:100%; text-align:center;} #SubscriptionMainContent {clear:both; display:block; margin-top:20px; padding:20px;} #SubscriptionMainContent form table tr td {padding:5px;} #SubscriptionMainContent form table tr td a {color:#F00; font-weight:bold;} /* Display Ads */ #DisplayAdsLeftContentCol {width:792px !important; width/**/:787px; padding:5px 0 0 5px;} #DisplayAdsList {list-style-type:none;} #DisplayAdsList li {margin-bottom:10px;} #DisplayAdsList li .SectionHeadline a {color:#555; font:bold 110% Arial;} /* Obits */ #ObitsContent {} #ObitsList {margin:0 10px 10px 25px;} #ObitsList li {margin-bottom:10px;} .ObitsMiddleAd {text-align:center;} .ObitsMiddleAd img {margin:10px;} /* Subscriber Services */ #SubServicesMiddleContent {margin:5px;} #SubServicesMiddleContent h3 {font:bold 140% Arial;} #SubServicesMiddleContent strong {color:#003466;} #SubServicesMiddleContent strong a,u {color:#990000; font:bold 110% Arial;} #SubServicesMiddleContent a {color:#000; font:bold 110% Arial;} #SubServicesMiddleContent #NewspapersList {margin:10px 0 10px 20px;} #SubServicesMiddleContent #NewspapersList li {margin-bottom:10px;} #SubServicesMiddleContent #NewspapersList li a,u {color:#000;} /* Where to Buy */ #WhereToBuyMiddleContent table tbody tr td {height:50px; padding:0 10px 0 0;} #WhereToBuyMiddleContent table tbody tr td a {font:90% Arial;} /* Forms */ .SiteForms input,textarea {border:1px solid #888;} .FormsMainHeaderBar {background:#003466 url(/art/gradients/lt_blue-dk_blue.jpg); color:#FFF; height:19px; font:bold 130% Arial; padding:2px;} .FormsSubHeaderBar {background:#EEE; height:19px; padding:2px; font:bold 130% Arial; border:1px solid #888;} .FormRequiredField {background-color:#E0E8EF;} /* AdSys Ads */ .AdSysRailAd img,object {margin-bottom:10px;} .FrontSponsorAd {float:right;} #SectionIndexTopAd {text-align:center;} #StoryPageTopFloatingAd {float:right; margin:10px 10px 0 0;} /* Misc. Styles */ .SectionHeader {background-color:#003466; color:#FFF; padding:2px; font:bold 100% Arial;} #MiscMiddleContent {margin:5px;} /* AdMarket Styles for Navigation */ #mt td {vertical-align:top;} table#mt {width:100%; margin:0} #col1 {width:140px; text-align:center; padding:0px 2px; color:#000;} td#col1 {vertical-align:top} .nav {text-align:left; padding:0px; margin:0 0 15px 0 ;width:138px} .nav a, .nav .ngnolink {display:block; text-decoration:none; padding:2px;border-bottom:1px solid #CED2DB} .ng {font:normal 12px verdana,arial,sans-serif ; color:#036; text-transform:none} .ng a {color:#17348F; text-decoration:none;} .ng .active A {color:#fff; text-decoration:none; padding:2px;background-color:#003466} .ng .active A:hover {text-decoration:none;color:#FFF;} .ng .inactive A {color:#FFF; text-decoration:none; background-color:#006697;padding:3px 2px;} .nav form {margin:0px; padding:0; clear:none} .ni .active {color:#036; text-decoration:none;} .ni .inactive {color:#000; text-decoration:none} .ni a.inactive {padding:2px; font-size:11px; color:#000; text-decoration:none;background-color:#CFD2D9;border-top:1px solid #003466;border-bottom:none} .ni a.active {padding:2px 2px 2px 5px; font-size:11px; color:#006699; text-decoration:none;background-color:#CFD2D9;border-bottom:0 } .nav a:hover {text-decoration:none;color:#FFF;background-color:#000} .sectiontitle {font: bold 14px arial, helvetica, sans-serif;text-align:left;padding:2px 15px;background-color:#069;color:#fff} #LeftContentColWide ul {display:block; margin:10px 0;} #LeftContentColWide p {display:block; margin:10px 0;} #LeftContentColWide li {margin:10px 0 0 20px;} /*arizona Calendar*/ .calendar-block { margin: 0px 0px 10px; background-color:#FFFFFF} .calendar-block td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; border: 1px solid #CCCCCC;} .cal-head { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; padding: 3px; background: #B0D0E2 url(month-heading.gif) repeat-x;} .cal-dow th{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; background-color: #CCCCCC; border: 1px solid #999999; text-align:center;} .cal-dow th.sunday { color: #666666; background-color: #FFFFCC; text-align:center;} .cal-dow th.saturday { color: #666666; background-color: #FFFFCC; text-align:center;} .cal-row {} .activecell a { display: block; background-color: #EFF3F6;} .activecell a:link, .activecell a:visited { color: #999999; text-decoration: none;} .activecell a:hover, .activecell a:active { color: #999999; background-color: #CCCCCC;} #today a { display: block; background-color: #B0D0E2;} #today a:link, #today a:visited { color: #FFFFFF; text-decoration: none;} #today a:hover, #today a:active { color: #FFFFFF; background-color: #CCCCCC;} #small-calendar .calendar-block { margin: 0px 0px 10px; background-color:#FFFFFF} #small-calendar .calendar-block td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; border: 1px solid #CCCCCC;} #small-calendar .cal-head { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; background: #B0D0E2 url(month-heading.gif) repeat-x; padding: 3px;} #small-calendar .cal-dow th{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; background-color: #CCCCCC; border: 1px solid #999999; text-align:center;} #small-calendar .cal-dow th.sunday { color: #666666; background-color: #FFFFCC; text-align:center;} #small-calendar .cal-dow th.saturday { color: #666666; background-color: #FFFFCC; text-align:center;} #small-calendar .cal-row {} #small-calendar .activecell a { display: block; background-color: #3399FF;} #small-calendar .activecell a:link, .activecell a:visited { color: #FFFFFF; text-decoration: none;} #small-calendar .activecell a:hover, .activecell a:active { color: #FFFFFF; background-color: #006699;} #small-calendar #today a { display: block; background-color: #B0D0E2;} #small-calendar #today a:link, #today a:visited { color: #FFFFFF; text-decoration: none;} #small-calendar #today a:hover, #today a:active { color: #FFFFFF; background-color: #CCCCCC;} /* Stylesheet from Neha */ .ContentBoxSports{width:435px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0;float:left;} .ContentBoxSports h1 {text-transform:uppercase;background-image:url(/art/qmimages/center_tile.gif);height:20px; padding:2px;} .ContentBoxSports h1 a {font:bold 90% Arial; color:#000000;} .ContentBoxSports h1 a:hover {text-decoration:none; color:#CC0000;} .ContentBoxSports #TownsPapersForm {text-align:center; width:425px;} .ContentBoxSports #TownsDropdown {margin-right:5px;} .ContentBoxSports #PapersDropdown {margin-left:5px;} .ContentBoxSports_rd{width:430px !important; width/**/:430px; border:1px solid #AAA; margin:0 5px 6px 0;float:left;} .ContentBoxSports_rd h1 {text-transform:uppercase;background-color:#990000;height:20px; padding:2px;} .ContentBoxSports_rd h1 a {font:bold 90% Arial; color:#FFFFFF;} .ContentBoxSports_rd h1 a:hover {text-decoration:none; color:#000000;} .ContentBoxSports_rd #TownsPapersForm {text-align:center; width:425px;} .ContentBoxSports_rd #TownsDropdown {margin-right:5px;} .ContentBoxSports_rd #PapersDropdown {margin-left:5px;} .ContentBoxSports_rt{width:340px !important; width/**/:340px; border:1px solid #AAA; margin:0 5px 6px 0;float:left;} .ContentBoxSports_rt h1 {text-transform:uppercase;background-image:url(/art/qmimages/center_tile.gif);height:20px; padding:2px;} .ContentBoxSports_rt h1 a {font:bold 90% Arial; color:#000000;} .ContentBoxSports_rt h1 a:hover {text-decoration:none; color:#CC0000;} .ContentBoxSports_rt #TownsPapersForm {text-align:center; width:340px;} .ContentBoxSports_rt #TownsDropdown {margin-right:5px;} .ContentBoxSports_rt #PapersDropdown {margin-left:5px;} .ContentBoxSports_tab{width:340px !important; width/**/:340px; border:1px solid #AAA; margin:0 5px 6px 0;float:left;} .ContentBoxSports_tab h1 {text-transform:uppercase;background-image:url(/art/qmimages/center_tile.gif);height:20px; padding:2px;border:1px solid #AAA;} .ContentBoxSports_tab h1 a {font:bold 90% Arial; color:#000000;} .ContentBoxSports_tab h1 a:hover {text-decoration:none; color:#CC0000;} .ContentBoxSports_tab #TownsPapersForm {text-align:center; width:340px;} .ContentBoxSports_tab #TownsDropdown {margin-right:5px;} .ContentBoxSports_tab #PapersDropdown {margin-left:5px;} .dropdown { margin-right: 5px; margin-top:7px; } .schoolbox { background-image:url(/art/qmimages/center_tile_gray.gif); height:30px; font-family:Arial; font-size:12px; font-weight:bold; color:#000000; border: #003366 1px solid; } .dropdownbox { background-color:#A41312; } .tabletext { font-family: verdana; font-size: 11px; color: #000000; } .tabletext a { font-family: verdana; font-size: 11px; color: #000000; text-decoration:none; } .tabletext a:hover { font-family: verdana; font-size: 11px; color: #000000; } /*dining*/ .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; } /* copy these css styles and paste them into your css file for the page, note you should not copy the
 
 
*   *

*
*
featuredProperties


*
ARTS AT HOME: Making many play as one
Thursday, July 17, 2008 12:01 PM EDT
By Audrey Levine Staff Writer



   EDITOR’S NOTE: This feature continues our look at local opportunities for learning artistic skills.

   With more than 10 different dance and music studios open in Hillsborough alone, and other opportunities to learn different cultural styles, music and dance studies have risen in popularity both among performers and viewers, spending their nights either taking lessons or becoming engrossed in the latest television program featuring professional and amateur singers and dancers.

   Local studios and other organizations offer a range of programs to teach dancers and musicians from age 3 to adult, who are all looking for a new activity or a way to stay in shape.


   As a metronome measured the counts, four teenage boys beat on drum pads, switching between different warm-up combinations, called rudiments, and working on keeping their sounds synchronized during their July 10 class.

   As they finished one combination, they looked over at their instructor, Scott Strunk, who sat on a nearby couch, listening to the sounds and commenting on their hand positions and stick heights.
*
   â€Too fast?†Mr. Strunk asked as the sounds of the drum rolls died out and the metronome continued counting.

   â€Shouldn’t be, not for the Hillsborough line,†said Andrew Ricketts, 17, section leader for the Hillsborough High School drum line.

   Mr. Strunk has been teaching members of the high school’s drum line since 2000 when he first moved to the township and began the Strunk Music Studio at his home on Amwell Road.

   â€My dream has been to have a studio where I could record and have two drum sets,†he said. “I was lucky that Hillsborough has such a good program.â€

   Andrew said he is proud to be part of that program, as he will begin his third year on the snare drums, and his fourth year with the band, in the fall.

   â€It is an amazing experience to learn how to play with so many people and sound as one,†he said.

   This synchronicity is something Mr. Strunk focused on during the class, asking the boys to play individually, then all joining in at the same time to try and create one sound, as they began to tap their feet to simulate marching. Throughout the class, he discussed holding their drum sticks at the same heights and hitting the pads with similar intensity to stay together.

   â€We try to get those doubles to sound like one guy,†Mr. Strunk said after an exercise. In a subsequent exercise, he asked them to decide where to place their accents as they beat on their drum pads. “When you’re playing as a line, you need to decide what you’re going to do, and just that makes you sound so much better.â€

   This constant focus on synchronicity and details is something the students said is important for success in band competitions. According to Andrew and his bandmates, the judges pay close attention to the concentration shown by members of the drum line.

   â€You have to keep a 100 percent straight face,†Andrew said. “The drum major conducts the band. I look at the drum major, and it’s that person’s job to look at my feet to establish a tempo. If the judges catch you looking at them, you’re toast.â€

   Jack Kaplan, 15, who is preparing for his first year playing the snare drums in the drum line, said that the most important thing is to stay focused on one’s own band and not pay attention to the others competing.

   â€When you go, you can’t think about what’s going on around you,†he said. “You don’t listen to other bands. You make your band the best it can be.â€

   Remembering these nuances and remaining prepared for each competition propelled the Hillsborough band to its Group 4 third place finish in the nation at a recent competition. Andrew said the band also received an award for best music overall.

   For Mr. Strunk, these end results are part of what makes teaching such a thrill.

   â€I enjoy seeing the improvement,†he said. “There is nothing better than seeing them play so well together. As a teacher, there is nothing better.â€
   Mr. Strunk said he has been teaching since before moving to Hillsborough, when he spent time holding classes at students’ homes and teaching in other studios. Still, he said, he was happy to be able to open his own place when he moved into town.

   â€In many places where I taught, the drums were set up in what amounted to a closet,†he said, sitting on a chair in the middle of his studio, which features a drum set, piano and recording equipment in a room attached to the main house. “I wanted to have a studio in my home.â€

   According to Mr. Strunk, his love of drums began when he started playing at age 4, and continued through school. He later graduated from the Berkeley College of Music, in Boston.

   In addition to his teaching work, Mr. Strunk has been able to use his talents in touring bands and with his own band, The Alice Project, which he said recently released its fourth album, “The Girl on the Box,†and whose songs have been featured in soap operas, television shows and independent movies.

   â€Drumming is very hard to do well,†he said. “It is relentless, and you never stop getting better.â€

   Still, despite his added performing opportunities, Mr. Strunk remains committed to his studio of about 40 students, with some as young as 5, and is currently holding a camp for drummers, with different sessions, including recording, technique, reading rhythms, band coaching and creating a YouTube video. He said his most popular session is the recording class, in which students have the opportunity to hear themselves playing the music.

   â€When you are recording yourself, you are being put under a microscope,†he said. “It gets the students in tune with what they have to improve.â€

   Mr. Strunk said he is proud when students say they have learned about more than music by attending classes at his studio.

   â€I hope they get life skills,†he said. “When some of the students graduate, I ask them for recommendations. There is nothing more honoring than hearing that they have learned about more than just playing the instrument.â€

   The members of the drum line said they find a camaraderie among their fellow drummers as they play an instrument that can always be distinguished over the sounds of the rest of the band.

   â€I enjoy the experience and being able to play drums with more than 100 people who love music as much as I do,†said Scott Grollman, 15, referring to being part of the band.

   Scott’s bandmate, Chris Koprowski, 16, expressed a similar sentiment about playing the drums.

   â€We get to do something we love,†said Chris, who said the drummers practice with Mr. Strunk at least three times a week. “It bonds us and is a lot of fun.â€

   Mr. Strunk said he is following in his father’s footsteps by being a drummer, and is glad he has the opportunity to teach and play drums.

   â€What’s more fun than hitting things?†he asked.
*
   For more information on the summer camp or the studio, visit the Web site at scottstrunk.com.

Comments
Comments are limited to 200 words or less.

Add your own comments:
(optional)
   


Please note by clicking on "Post Comment" you acknowledge that you have read the Terms of Service and the comment you are posting is in compliance with such terms. Although we do not have any obligation to monitor these comments, we reserve the right at all times to check the comments and to remove any information that is unlawful, threatening, abusive, libelous, defamatory, obscene, vulgar, pornographic, profane, indecent or otherwise objectionable to us at our sole discretion, and to disclose any information necessary to satisfy the law, regulation, or government request. We also reserve the right to limit future participation by any user who violates these terms. All threats to systems or site infrastructure shall be assumed genuine in nature and will be reported to the appropriate law enforcement authorities
UUTF-8^SiteMail_scott_khttp://www.packetonline.com/articles/2008/07/18/hillsborough_beacon/lifestyle/doc487f6cbdd0351323392128.txt£áÿ Òâû¦ãçëïó÷Ô äåæOLbplist00Ô Y$archiverX$versionT$topX$objects_NSKeyedArchiver† Ñ _WebResourceResponse€¯! )/078?KWZNS.objectsWNS.keys«@ABCDEFGHIJ€€€€€€€€€€€«LMNOPQRSTUV€€ € € € € €€€€€€VServer_Content-Encoding]Last-Modified]Accept-RangesZConnectionTDateZSet-CookieZKeep-Alive^Content-LengthTEtag\Content-Type_1Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a PHP/5.1.6Tgzip_Tue, 18 Dec 2007 18:30:23 GMTUbytes_Fri, 18 Jul 2008 11:54:52 GMT_QApache=98.221.68.56.9632121638209253; path=/; expires=Sat, 19-Jul-08 11:54:52 GMT_timeout=3, max=99U13381_"51a68-16964-476811bf"Ò12mn£no6_NSMutableDictionary\NSDictionaryÒ12qr¢r6_NSHTTPURLResponseInternalÒ12tu£uv6_NSHTTPURLResponse]NSURLResponse$)2DILbdˆŽ±´¸»¿ÂÅÉÌÏÓÖÙàãçêìîðòôý !)579;—œ¥°´ºÁÊÓÚÜÞàçòú  (*,.02468:<>@GZhv†‘œ«°½ñö<¤ªÃÈÌâïô÷0w>Oid/* PAGE WIDTH */ .reContentWidth { width:645px;} /* Confirmation Page */ .confirmPageContent { background-color: #ffffff; padding: 10px 10px 10px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;} .confirmPageContent b { font-weight: bold;} .confirmPageContent a:link { color: #548a54; text-decoration: underline;} .confirmPageContent a:active { color: #548a54; text-decoration: underline;} .confirmPageContent a:visited { color: #548a54; text-decoration: underline;} .confirmPageContent a:hover { color: #548a54; text-decoration: underline;} /* Save Search / Email Alert Setting */ .saveSearchContent { padding: 6px 6px 6px 6px; border-left: 1px solid #548a54; border-right: 1px solid #548a54; font-size: 12px;} .saveSearchText { text-align: left; padding: 0px 0px 10px 0px;} .saveSearchLabel { text-align: right; font-weight: bold; width: 32%; padding: 0px 5px 10px 0px;} .saveSearchField { text-align: left;} .saveSearchSubmit { padding: 10px 0px 10px 0px; text-align: center;} .emailAlertContent { padding: 6px 6px 6px 6px; border-right: 1px solid #548a54; border-bottom: 1px solid #548a54; border-left: 1px solid #548a54;} /* Preview Ad */ .previewBodyContentPlain{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; padding: 10px 10px 10px 10px;} /* Check Out */ .checkoutMsg { font-size: 12px; color: #333333; text-align: center;} /* Sign In Page */ .plainBoxTopLt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxTopLt.gif) no-repeat; height: 6px; width: 6px;} .plainBoxTopBg { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxTopBg.gif) repeat-x; height: 6px;} .plainBoxTopRt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxTopRt.gif) no-repeat; height: 6px; width: 6px;} .plainBoxLt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxLt.gif) repeat-y; width: 6px;} .plainBoxBg { background-color: #ffffff;} .plainBoxRt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxRt.gif) repeat-y; width: 6px;} .plainBoxBotLt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxBotLt.gif) no-repeat; height: 6px; width: 6px;} .plainBoxBotBg { background-image: url(/ccimages/verticals/realestate/default/re_bg_plainBoxBotBg.gif); background-repeat: repeat-x; height: 6px;} .plainBoxBotRt { background:url(/ccimages/verticals/realestate/default/re_bg_plainBoxBotRt.gif) no-repeat; height: 6px; width: 6px;} .signInColumnLt { width: 424px; float: left;} .signInColumnRt { width: 197px; float: right;} .signInContainer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;} .signInContainer a:link { color:#548a54; text-decoration:underline;} .signInContainer a:active { color:#548a54; text-decoration:underline;} .signInContainer a:visited { color:#548a54; text-decoration:underline;} .signInContainer a:hover { color:#548a54; text-decoration:underline;} .signInLabel { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; text-align: left;} .signInTitle { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-align: left; color: #333333; padding: 0px 0px 10px 10px;} .signInText { padding: 0px 0px 10px 10px; text-align: left;} .signInJoin { padding: 0px 0px 10px 100px; text-align: left;} .signInSubmit { padding: 0px 0px 6px 0px; text-align: center;} .signInPrivacy { font-size: 11px; color: #333333; text-align: left; padding: 3px 0px 0px 6px;} .signInPrivacy b { font-weight: bold;} .iconlist { list-style: none; margin: 0; padding: 0;} li.signInList { background-image: url(/ccimages/verticals/realestate/default/re_icon_listBullet.gif); background-repeat: no-repeat; background-position: 0 .3em; padding: 0 0 1px 10px; margin: .2em 0;} /* Forgot Password */ .forgotPWD { text-align: center;} .forgotPWDSubmit { text-align: left; padding: 6px 0px 10px 0px;} .forgotPWDLabel { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; text-align: left; padding: 6px 0px 0px 0px;} /* Member Center */ .memberContainer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; padding-bottom: 14px;} .memberContainer a:link { color:#548a54; text-decoration:underline;} .memberContainer a:active { color:#548a54; text-decoration:underline;} .memberContainer a:visited { color:#548a54; text-decoration:underline;} .memberContainer a:hover { color:#548a54; text-decoration:underline;} .memberColumnLt { width: 424px; float: left;} .memberColumnRt { width: 197px; float: right;} .memberContentLt { padding: 3px 0px 3px 6px; text-align: left;} .memberContentRt { padding: 2px 6px 2px 0px; text-align: left;} .memberHeadLt { padding: 3px 0px 3px 6px; text-align: left; font-weight: bold; color: #666666; font-size: 14px;} .memberHeadRt { padding: 2px 6px 2px 0px; text-align: left; font-weight: bold; color: #666666; font-size: 14px;} .memberQuickSearchText { font-size: 11px; text-align: center; padding: 0px 3px 0px 3px;} .memberQuickSearch { text-align: left; font-weight: normal; padding: 3px 0px 0px 15px; font-size: 11px;} .memberQuickSearchSubmit { padding: 6px 0px 3px 0px; text-align: center;} .memberFeatComp { padding: 6px 0px 3px 0px; text-align: center;} .memberFeatName { padding: 0px 0px 0px 0px; text-align: center; font-weight: bold;} .memberFeatPhoto { text-align: center;} .memberFeatContact { padding: 0px 0px 6px 0px; text-align: center;} .boxTextLt { font-size: 12px; text-align: left;} .boxTextRt { font-size: 12px; text-align: right;} .boxTextCenter { text-align: center; font-size: 11px;} .boxHeaderBorder {/* used if no subheader is used*/ border-bottom:1px solid #487048;} /* Featured Agent & Property */ .agentSummary { padding-left: 5px;} .boxFooterBorderFeat { /* use if no bottom subheader is used */ border-top:1px solid #97C997;} .boxHeaderBorderFeat {/* used if no subheader is used*/ border-bottom:1px solid #97C997;} .boxTopLtFeat{ background-image:url(/ccimages/verticals/realestate/default/re_bg_boxTopLtFeat.gif); background-repeat:no-repeat; width:6px; height:24px;} .boxTopBgFeat { background-image:url(/ccimages/verticals/realestate/default/re_bg_boxTopBgFeat.gif); background-repeat:repeat-x; height:24px; text-align:left;} .boxTopRtFeat { background-image:url(/ccimages/verticals/realestate/default/re_bg_boxTopRtFeat.gif); background-repeat:no-repeat; width:6px; height:24px;} .boxBotLtFeat { background-image:url(/ccimages/verticals/realestate/default/re_bg_boxBotLtFeat.gif); background-repeat:no-repeat; background-position:bottom; width:6px; height:24px;} .boxBotBgFeat { background-image:url(/ccimages/verticals/realestate/default/re_bg_boxBotBgFeat.gif); background-repeat:repeat-x; background-position:bottom; height:24px;} .boxBotRtFeat { background-image:url(/ccimages/verticals/realestate/default/re_bg_boxBotRtFeat.gif); background-repeat:no-repeat; background-position:bottom; width:6px; height:24px;} .boxBorderFeat { border-right:1px solid #97C997; border-left:1px solid #97C997; background-color: #ffffff;} .boxBorderFeatHeader { border-bottom: 1px solid #97C997;} .boxBorderFeatFooter { border-top: 1px solid #97C997;} .boxSubTopFeat { height:22px; border:1px solid #97C997; background-color:#E6F2E6; padding:0px 6px 0px 6px;} .boxSubBottomFeat { height: 22px; border:1px solid #97C997; background-color:#E6F2E6; padding:0px 6px 0px 6px;} .memberContainerFeat { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; padding-bottom: 14px;} .memberContainerFeat a:link { color:#548a54; text-decoration:underline;} .memberContainerFeat a:active { color:#548a54; text-decoration:underline;} .memberContainerFeat a:visited { color:#548a54; text-decoration:underline;} .memberContainerFeat a:hover { color:#548a54; text-decoration:underline;} /* Featured Property IFrame */ .featPropertyContainer { text-align: center;} .featProperty { vertical-align: top; padding: 0px 6px 0px 6px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;} .featProperty a:link { color:#548a54; font-size: 11px; text-decoration:underline;} .featProperty a:active { color:#548a54; font-size: 11px; text-decoration:underline;} .featProperty a:visited { color:#548a54; font-size: 11px; text-decoration:underline;} .featProperty a:hover { color:#548a54; font-size: 11px; text-decoration:underline;} .featPropertyPrice { font-weight: bold;} /* SUBMIT AD STEPS */ .title_on_beg_1 { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_1_on.gif); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#FFFFFF; vertical-align:middle; text-align:center; width:64px; height:64px;} .title_on_beg_2 { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_2_on.gif); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color:#FFFFFF; vertical-align:middle; text-align:center; width:64px; height:64px;} .title_off_beg_1 { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_1_off.gif); background-repeat:no-repeat; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:28px; font-weight:bold; vertical-align:middle; text-align:center; width:64px; height:64px;} .title_on_mid { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_bkgd.gif); background-repeat:repeat-x; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; vertical-align:middle;} .title_off_mid { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_gr_mid.gif); background-repeat:repeat-x; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; vertical-align:middle;} .title_off_beg { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_bkgd_gr_off.gif); background-repeat:no-repeat; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:28px; font-weight:bold; vertical-align:middle; text-align:left; text-indent:11px; width:50px; height:64px;} .title_on_gr_end { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_gr_end_on.gif); background-repeat:no-repeat; width:10px;} .title_off_gr_end { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_gr_end_off.gif); background-repeat:no-repeat; width:10px;} .title_on_end { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_bkend.gif); background-repeat:no-repeat; width:10px;} .title_off_end { background-image:url(/ccimages/verticals/realestate/default/realEstateTitle_gr_end.gif); background-repeat:no-repeat; width:10px;} .pageTitleContainer { width:643px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; letter-spacing:.03em; padding:0px 0px 0px 5px;} .titleUnderline { border-bottom: 1px solid #487048; margin-bottom: 5px;} .pageTitleTable { width:643px; font-family:Arial, Helvetica, sans-serif; font-size:12px;} .pageTitleTableWrap { font-family:Arial, Helvetica, sans-serif;} .pageTitle { font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:18px; font-weight:normal; text-align:left; line-height:25px; color:#487048; padding:0px 0px 4px 0px; border-bottom:1px solid #487048;} .pageTitleRt { font-weight:normal; font-size:12px; padding:0px 0px 4px 0px; text-align:right;} /* HEADING BLOCK STYLES */ .headerContainer { width:643px; padding:10px 8px 14px 8px;} .headTable { width:643px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; background-color:#ffffff; padding:0px 8px 0px 8px; border:1px solid #a5acb2;} .bannerAd { color:#487048; font-size:12px; font-weight:bold; padding:0px 0px 0px 0px; text-align:center;} .currentResultsRt { text-align:left; padding:0px 0px 0px 6px;} .currentSearchContainer { width:643px; border:1px solid #a5acb2; padding:6px 6px 6px 6px; background-color: #ffffff;} .currentSearchText { font-family:Arial, Helvetica, sans-serif; font-size:12px;} .currentSearchText a:link { color:#548a54; text-decoration:underline;} .currentSearchText a:active { color:#548a54; text-decoration:underline;} .currentSearchText a:visited { color:#548a54; text-decoration:underline;} .currentSearchText a:hover { color:#548a54; text-decoration:underline;} /* SPOTLIGHT FRAME STYLES */ .spotlightLayer { text-align:left; width:643px; overflow:hidden;} .spotlightTitle { color:#333333; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;} .spotlightAdColumns { padding:0px 0px 0px 8px; text-align:left;} div#spotlight { width:200px; margin:0 2%; padding:2px 0px 10px 0px; overflow:hidden;} b.ptop, b.pbottom { display:block;} b.ptop b, b.pbottom b { display:block; height:1px; overflow:hidden; background:#D9D9D9;} b.p1 { margin:0px 5px} b.p2 { margin:0px 3px} b.p3 { margin:0px 2px} b.ptop b.p4, b.pbottom b.p4 { margin:0px 1px; height:2px} .spotlightDisplayTable { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; font-weight:bold; background-color:#D9D9D9; text-align:left; height:170px;} .spotlightDisplayTable a:link { color:#548a54; text-decoration:underline;} .spotlightDisplayTable a:active { color:#548a54; text-decoration:underline;} .spotlightDisplayTable a:visited { color:#548a54; text-decoration:underline;} .spotlightDisplayTable a:hover { color:#548a54; text-decoration:underline;} .spotlightMake { text-align:center; vertical-align:top; height:20px;} .spotlightPhoto { text-align:center; vertical-align:top;} .spotlightPhotoFrame { border:1px solid #333333;} .spotlightPrice { text-align:center; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333333;} .spotlightSeller { font-family: Arial, Helvetica, sans-serif; height:35px; font-size:12px; font-weight:bold; text-align:center; vertical-align:top; color: #333333;} /* SPOTLIGHT UPSELL ADS */ div#spotlightUpsell { width:200px; margin:0 2%; padding:2px 0px 10px 0px; overflow:hidden;} b.uptop, b.upbottom { display:block;} b.uptop b, b.upbottom b { display:block; height: 1px; overflow: hidden; background: #FDC380;} b.up1 { margin: 0 5px;} b.up2 { margin: 0 3px;} b.up3 { margin: 0 2px;} b.uptop b.up4, b.upbottom b.up4 { margin: 0 1px; height: 2px;} .spotlightUpsellTable { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; font-weight:bold; background-color:#FDC380; text-align:left; height:170px;} .spotlightUpsellTable a:link { color:#548a54; text-decoration:underline;} .spotlightUpsellTable a:active { color:#548a54; text-decoration:underline;} .spotlightUpsellTable a:visited { color:#548a54; text-decoration:underline;} .spotlightUpsellTable a:hover { color:#548a54; text-decoration:underline;} /* SEARCH RESULTS STYLES */ .resultsContainer { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; padding:0px 0px 0px 5px;} .resultsContainerTabbed { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px;} .resultsTableStats { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px;} .resultsSwitchView { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right;} .resultsTotalStat { text-align:left; padding:4px 2px 4px 0px;} .resultsPagesNum { padding:4px 0px 4px 0px;} .resultsPagesStat { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right; padding:4px 0px 4px 0px;} .resultsTextOff { color:#999999;} .resultsTextOn { color:#333333;} .resultsTextOn a:link, a:active, a:visited, a:hover { color:#548a54; text-decoration:underline;} .resultsTable { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; border-top:1px dotted #999999; border-bottom:1px dotted #999999; background-color: #ffffff;} .resultsTable a:link { color:#548a54; text-decoration:underline;} .resultsTable a:active { color:#548a54; text-decoration:underline;} .resultsTable a:visited { color:#548a54; text-decoration:underline;} .resultsTable a:hover { color:#548a54; text-decoration:underline;} .resultsTable .resultsTitleRow { padding:4px 0px 4px 0px; border-bottom:1px dotted #999999; font-weight:bold; color:#004f80;} .resultsTable .resultsTitleIcon { width:25px; border-bottom:1px dotted #333333; text-align:left;} .resultsTable .resultsIcon { width:25px; text-align:left; padding:4px 0px 0px 0px;} .resultsTable .resultsIconBrief { width:25px; padding:4px 0px 0px 0px; border-bottom:1px dotted #999999; text-align:left;} .resultsIconBrief