ÿþ/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * D r o p   D o w n   &   R o l l o v e r   M e n u     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 f u n c t i o n   M M _ s w a p I m g R e s t o r e ( )   {    
     v a r   i , x , a = d o c u m e n t . M M _ s r ;   f o r ( i = 0 ; a & & i < a . l e n g t h & & ( x = a [ i ] ) & & x . o S r c ; i + + )   x . s r c = x . o S r c ;  
 }  
  
 f u n c t i o n   M M _ s w a p I m a g e ( )   {  
     v a r   i , j = 0 , x , a = M M _ s w a p I m a g e . a r g u m e n t s ;   d o c u m e n t . M M _ s r = n e w   A r r a y ;   f o r ( i = 0 ; i < ( a . l e n g t h - 2 ) ; i + = 3 )  
       i f   ( ( x = M M _ f i n d O b j ( a [ i ] ) ) ! = n u l l ) { d o c u m e n t . M M _ s r [ j + + ] = x ;   i f ( ! x . o S r c )   x . o S r c = x . s r c ;   x . s r c = a [ i + 2 ] ; }  
 }  
  
 f u n c t i o n   M M _ f i n d O b j ( n ,   d )   {  
 	 v a r   p , i , x ;     i f ( ! d )   d = d o c u m e n t ;   i f ( ( p = n . i n d e x O f ( " ? " ) ) > 0 & & p a r e n t . f r a m e s . l e n g t h )   {  
 	 d = p a r e n t . f r a m e s [ n . s u b s t r i n g ( p + 1 ) ] . d o c u m e n t ;   n = n . s u b s t r i n g ( 0 , p ) ; }  
 	 i f ( ! ( x = d [ n ] ) & & d . a l l )   x = d . a l l [ n ] ;   f o r   ( i = 0 ; ! x & & i < d . f o r m s . l e n g t h ; i + + )   x = d . f o r m s [ i ] [ n ] ;  
 	 f o r ( i = 0 ; ! x & & d . l a y e r s & & i < d . l a y e r s . l e n g t h ; i + + )   x = M M _ f i n d O b j ( n , d . l a y e r s [ i ] . d o c u m e n t ) ;  
 	 i f ( ! x   & & d . g e t E l e m e n t B y I d )   x = d . g e t E l e m e n t B y I d ( n ) ;   r e t u r n   x ;  
 }  
  
 f u n c t i o n   M M _ s h o w H i d e L a y e r s ( )   {  
 	 v a r   i , p , v , o b j , a r g s = M M _ s h o w H i d e L a y e r s . a r g u m e n t s ;  
 	 f o r   ( i = 0 ;   i < ( a r g s . l e n g t h - 2 ) ;   i + = 3 )   i f   ( ( o b j = M M _ f i n d O b j ( a r g s [ i ] ) ) ! = n u l l )   {   v = a r g s [ i + 2 ] ;  
 	 i f   ( o b j . s t y l e )   {   o b j = o b j . s t y l e ;   v = ( v = = ' s h o w ' ) ? ' v i s i b l e ' : ( v = = ' h i d e ' ) ? ' h i d d e n ' : v ;   }  
 	 o b j . v i s i b i l i t y = v ;   }  
 }  
  
 f u n c t i o n   M M _ p r e l o a d I m a g e s ( )   {   / / v 3 . 0  
         v a r   d   =   d o c u m e n t ;   i f   ( d . i m a g e s )   {  
                 i f   ( ! d . M M _ p )   d . M M _ p   =   n e w   A r r a y ( ) ;  
                 v a r   i ,   j   =   d . M M _ p . l e n g t h ,   a   =   M M _ p r e l o a d I m a g e s . a r g u m e n t s ;   f o r   ( i   =   0 ;   i   <   a . l e n g t h ;   i + + )  
                         i f   ( a [ i ] . i n d e x O f ( " # " )   ! =   0 )   {   d . M M _ p [ j ]   =   n e w   I m a g e ;   d . M M _ p [ j + + ] . s r c   =   a [ i ] ;   }    
         }  
 }  
  
 f u n c t i o n   h i g h l i g h t M e n u I m a g e ( i m g N a m e ,   i m g S r c )   {  
         $ ( " # "   +   i m g N a m e ) . a t t r ( " s r c " ,   i m g S r c ) ;  
         a l e r t ( $ ( " # "   +   i m g N a m e ) . a t t r ( " s r c " ) )  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * E v e n t s   c a l e n d a r * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 f u n c t i o n   s h o w E v e n t ( E v e n t H o l d e r ,   t d )   {  
         $ ( " . e v e n t r o w " ) . s l i d e U p ( " s l o w " ) ;  
         $ ( " . s e l e c t e d - d a t e - o n " ) . a t t r ( " c l a s s " ,   " s e l e c t e d - d a t e " ) ;  
         $ ( " # "   +   E v e n t H o l d e r ) . s l i d e D o w n ( " s l o w " ) ;  
         $ ( " # "   +   t d ) . a t t r ( " c l a s s " ,   " s e l e c t e d - d a t e - o n " ) ;  
 }  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * S e a r c h * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 f u n c t i o n   V a l i d a t e O t h e r S e a r c h ( s o u r c e ,   a r g s )   {  
         v a r   u r l   =   d o c u m e n t . l o c a t i o n . h r e f . t o L o w e r C a s e ( )  
         i f   ( u r l . i n d e x O f ( " d e f a u l t " )   >   - 1 )   {  
                 i f   ( M M _ f i n d O b j ( " C o n t r o l H e a d e r 1 _ t x t K e y w o r d " ) . v a l u e   = =   " "   | |   M M _ f i n d O b j ( " C o n t r o l H e a d e r 1 _ t x t K e y w o r d " ) . v a l u e   = =   " (-+"   | |   M M _ f i n d O b j ( ' C o n t r o l H e a d e r 1 _ t x t K e y w o r d ' ) . v a l u e . l e n g t h   <   3 )  
                         a r g s . I s V a l i d   =   f a l s e ;  
                 e l s e  
                         a r g s . I s V a l i d   =   t r u e ;  
         }  
         e l s e   {  
                 i f   ( M M _ f i n d O b j ( " c t l 0 0 _ C o n t r o l H e a d e r 1 _ t x t K e y w o r d " ) . v a l u e   = =   " "   | |   M M _ f i n d O b j ( " c t l 0 0 _ C o n t r o l H e a d e r 1 _ t x t K e y w o r d " ) . v a l u e   = =   " (-+"   | |   M M _ f i n d O b j ( ' c t l 0 0 _ C o n t r o l H e a d e r 1 _ t x t K e y w o r d ' ) . v a l u e . l e n g t h   <   3 )  
                         a r g s . I s V a l i d   =   f a l s e ;  
                 e l s e  
                         a r g s . I s V a l i d   =   t r u e ;  
         }  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   S U B M E N U   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) {  
 	 $ ( " . m a i n s u b m e n u : l a s t " ) . a d d C l a s s ( " l a s t m a i n m e n u " ) ;  
 	 $ ( " . m a i n s u b m e n u : e q ( 6 ) " ) . a d d C l a s s ( " l a s t m a i n m e n u 2 " ) ;  
 	 $ ( " . l e v e l O n e " ) . h o v e r ( f u n c t i o n ( ) {  
 	         $ ( t h i s ) . f i n d ( " . m a i n s u b m e n u " ) . s h o w ( ) ;  
 	 } ,   f u n c t i o n ( ) {  
 	 	 $ ( t h i s ) . f i n d ( " . m a i n s u b m e n u " ) . h i d e ( ) ; 	 	  
 	 } ) ;  
 	 $ ( " . s u b m e n u   d i v . s u b m e n u b t n " ) . h o v e r ( f u n c t i o n ( ) {  
 	 	 $ ( t h i s ) . f i n d ( " u l . t h i r d l e v e l " ) . s h o w ( ) ;  
 	 } ,   f u n c t i o n ( ) {  
 	 	 $ ( t h i s ) . f i n d ( " u l . t h i r d l e v e l " ) . h i d e ( ) ;  
 	 } ) ;  
 	 $ ( " u l . t h i r d l e v e l " ) . e a c h ( f u n c t i o n ( i n d e x )   {  
 	       $ ( t h i s ) . f i n d ( " l i : l a s t   a " ) . c s s ( " b o r d e r - b o t t o m " ,   " n o n e " ) ;  
 	 } ) ;  
 	 $ ( " t d . s u b m e n u " ) . e a c h ( f u n c t i o n ( i n d e x )   {  
 	       $ ( t h i s ) . f i n d ( " d i v . s u b m e n u b t n : l a s t " ) . c s s ( " b o r d e r - b o t t o m " ,   " n o n e " ) ;  
 	 } ) ;  
 	 $ ( " u l . t a b s - n a v   l i . t a b s - s e l e c t e d " ) . a d d C l a s s ( " n o r i g h t b o r d e r " ) ;  
 	  
 	 $ ( " u l [ d i r e c t i o n = ' l t r ' ] " ) . f i n d ( " l i " ) . c s s ( { b a c k g r o u n d P o s i t i o n :   " l e f t   7 p x " ,   p a d d i n g L e f t : 1 0 } ) ;  
 	  
 } ) ;  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   P r i n t   F u n c t i o n   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 f u n c t i o n   p r i n t _ f u n c t i o n ( ) {            
 	 v a r   d i s p _ s e t t i n g = " t o o l b a r = n o , l o c a t i o n = n o , d i r e c t o r i e s = n o , m e n u b a r = n o , " ;  
 	 d i s p _ s e t t i n g + = " s c r o l l b a r s = y e s , w i d t h = 6 1 0 ,   h e i g h t = 4 0 0 ,   l e f t = 1 0 0 ,   t o p = 1 0 0 " ;  
 	 v a r   b r e d _ v a l u e   =   d o c u m e n t . g e t E l e m e n t B y I d ( " b r e d c r u m b c o n t " ) . i n n e r H T M L ;  
 	 v a r   c o n t e n t _ v a l u e   =   d o c u m e n t . g e t E l e m e n t B y I d ( " c o n t e n t e n l a r g e " ) . i n n e r H T M L ;  
 	 v a r   d o c p r i n t = w i n d o w . o p e n ( " " , " " , d i s p _ s e t t i n g ) ;  
 	 d o c p r i n t . d o c u m e n t . o p e n ( ) ;  
 	 d o c p r i n t . d o c u m e n t . w r i t e ( ' < h t m l > < h e a d > < t i t l e > FB'()  'DEGF/3JF  (J1H*< / t i t l e > ' ) ;  
 	 d o c p r i n t . d o c u m e n t . w r i t e ( ' < s t y l e > . c o n t e n t t e x t   t d , . c o n t e n t t e x t   d i v   { f o n t - s i z e : 1 3 p x   ! i m p o r t a n t ; c o l o r : # 3 e 3 e 3 e   ! i m p o r t a n t ; } b o d y { d i r e c t i o n : r t l ; } p , h 3 , h 2 , h 1 , f o r m , b o d y , l i , u l { m a r g i n : 0 } p , h 3 , h 2 , h 1 , f o r m , b o d y , . l i s t f i e l d b a c k , . b e c o m e e n g s e c t l i s t   u l , . c o n t e n t t e x t   u l { p a d d i n g : 0 } t d { v e r t i c a l - a l i g n : t o p ; f o n t - f a m i l y : T a h o m a } i m g , a . b u t t o n , . b u t t o n { b o r d e r : 0 } u l { m a r g i n - r i g h t : 1 0 p x   ! i m p o r t a n t ; m a r g i n : 1 0 p x   0 } l i { l i s t - s t y l e : n o n e ; l i s t - s t y l e - t y p e : n o n e ; l i s t - s t y l e - i m a g e : n o n e } o l   l i { l i s t - s t y l e : d e c i m a l } o l . i   l i { l i s t - s t y l e - t y p e : l o w e r - r o m a n } . p o s r e l a t i v e , . s u b c o n t e n t - c o n t a i n e r , # h o m e b l o c k s - w r a p p e r { p o s i t i o n : r e l a t i v e } d i v # m a i n w e b s i t e { d i r e c t i o n : r t l } . l i s t f i e l d b a c k   s e l e c t , . l i s t f i e l d b a c k , . t e x t f i e l d b a c k s m a l l , . t e x t f i e l d b a c k { b a c k g r o u n d : u r l ( . . / i m a g e s / t e x t f i e l d - b a c k . g i f )   r e p e a t - x ; w i d t h : 1 6 1 p x } . l i s t f i e l d b a c k   s e l e c t , . l i s t f i e l d b a c k , . t e x t f i e l d b a c k s m a l l , . t e x t f i e l d b a c k , . f e e d b a c k - w r a p p e r   t e x t a r e a , . f e e d b a c k - w r a p p e r   i n p u t [ t y p e = t e x t ] { p a d d i n g : 5 p x   7 p x   0   0 ; b o r d e r : 1 p x   s o l i d   # c c c c d c ; h e i g h t : 1 7 p x } . l i s t f i e l d b a c k   s e l e c t , . l i s t f i e l d b a c k , . t e x t f i e l d b a c k s m a l l , . t e x t f i e l d b a c k , . u p d a t e f o r m l i s t , . f e e d b a c k - w r a p p e r   t e x t a r e a , . f e e d b a c k - w r a p p e r   i n p u t [ t y p e = t e x t ] { m a r g i n : 0   0   4 p x   4 p x } . l i s t f i e l d b a c k { m a r g i n : 5 p x   0   0   4 p x } . l i s t f i e l d b a c k , a . b u t t o n , . b u t t o n { h e i g h t : 2 0 p x } . t e x t f i e l d b a c k s m a l l { w i d t h : 1 0 0 p x } . p a d t o p 2 { p a d d i n g - t o p : 2 p x } . l o g i n c o n t , . a n c h o r l i n k s , . p u l i c a t i o n s - l i s t i n g - l a s t , . p u l i c a t i o n s - l i s t i n g { b o r d e r - b o t t o m : 1 p x   s o l i d   # d f d f d f } . l o g i n c o n t { p a d d i n g - b o t t o m : 1 3 p x } . l o g i n c o n t , . f o r m c o n t 2 , . f o r m c o n t 1 , . o t h e r f o r u m t i t l e { m a r g i n - b o t t o m : 5 p x } . e v e n t s r o w , . v a c a n c y t i t l e , . b o o k d e t a i l s - f i e l d , . a n c h o r l i n k s , . p u l i c a t i o n s - l i s t i n g - l a s t , . p u l i c a t i o n s - l i s t i n g { p a d d i n g - b o t t o m : 1 0 p x } . e v e n t s r o w , . p a g e c o n t e n t h e a d , . e v e n t t i t l e d e t a i l s , . e v e n t t i t l e , . d e t a i s l f o r u m t i t l e , . c o m m e n t e x t a r e a , . f o r u m d a t e , . p u l i c a t i o n s - l i s t i n g - l a s t , . p u l i c a t i o n s - l i s t i n g { m a r g i n - b o t t o m : 1 0 p x } . s u b c e t s { b a c k g r o u n d : # F F F ; p a d d i n g : 1 1 p x   1 1 p x   1 7 p x   1 1 p x ; b o r d e r - b o t t o m : 1 1 p x   s o l i d   # 1 0 6 4 7 0 } . m a i n r i g h t t i t l e , . p a g e c o n t e n t h e a d { b o r d e r - b o t t o m : 1 p x   s o l i d   # 8 e 8 e 8 e } . m a i n r i g h t t i t l e , . m a r g b o t t o m 1 5 , . s e a r c h c o n t , . e v e n t d a t e , . a c c c o n t e n t , . b a c k t o t o p l i n k { m a r g i n - b o t t o m : 1 5 p x } . m a i n r i g h t t i t l e { p a d d i n g - b o t t o m : 6 p x } . r e a d a l l e v e n t s , . b r e d t o p   a , . b r e d t o p , . b r e d c r u m b s , . b r e d c r u m b s   a , . e v e n t d a t e , . u s e r t o o l s e d i t l i n k s , . r e p h e a d m o r e , . r e p m o r e , . s e a r c h b r e d c r u m b   a , . s e a r c h b r e d c r u m b , . s e a r c h d a t e s , . f o r m s t a t s t x t , . o t h e r f o r u m s t a t s , . b a c k t o t o p l i n k { f o n t - s i z e : 1 1 p x } . r e a d a l l e v e n t s , . o t h e r f o r u m c o n t { p a d d i n g - b o t t o m : 1 2 p x } . t o o l s p a d { p a d d i n g : 1 7 p x   0   0   0 } . l e f t p a d { p a d d i n g : 1 2 p x   0   0   0 } . p a g e t i t l e { f o n t - s i z e : 2 0 p x } . p a g e t i t l e , . s u b s u b t i t l e , . b r e d t o p   a , . b r e d t o p , . b r e d c r u m b s , . b r e d c r u m b s   a , . b e c o m e e n g s e c t t i t l e , . d a t e r e l e a s e , . a c c h e a d t i t l e , . u s e r t o o l s e d i t l i n k s , . u s e r t o o l s e d i t l i n k s   a , # t b l r p t r o w   t d   a , . b a c k c l a s s { c o l o r : # 4 8 4 8 4 8 } . p a g e t i t l e , . b a c k c l a s s   a { p a d d i n g : 0   0   0   0 } . s u b s u b t i t l e , . b e c o m e e n g s e c t t i t l e , . d a t e r e l e a s e , . a c c h e a d t i t l e , . r e p h e a d t i t l e , . f o r m t e x t a l e r t , . d e t a i s l f o r u m t i t l e { f o n t - s i z e : 1 4 p x } . s u b s u b t i t l e , . e v e n t t i t l e d e t a i l s , . e v e n t t i t l e , . e v e n t s l i s t t i t l e   a , h 1 , . u s e r i n f o t i t l e , . r e p t i t l e , . o t h e r f o r u m t i t l e , . f o r u m u s e r n a m e , . v a c a n c y t i t l e , . b o o k d e t a i l s - f i e l d , . l a n d i n g t i t l e   a { f o n t - w e i g h t : b o l d } . s u b s u b t i t l e { p a d d i n g : 0   0   1 0 p x   0 } . s u b s u b t i t l e , . e v e n t s l i s t t i t l e   a , . u s e r i n f o t i t l e , . s u c c i n f o s   a , . p d f i c o , . d o w n l o a d i c o , a . b u t t o n , . b a c k , . b a c k c l a s s   a { d i s p l a y : b l o c k } . b r e d c r u m b s , . r e p o h e a d { m a r g i n - b o t t o m : 1 3 p x } . b r e d t o p { p a d d i n g : 1 9 p x   0   0   0 } . s e a r c h c o n t , . m e m b e r s g u i d e c o n t , # t b l l i s t r o w 2 , . p i c t u r e d e v e n t s c o n t , . m i s c n e w s c o n t , . f o r m c o n t 2 , . f o r m c o n t 1 { b a c k g r o u n d : # f 2 f 2 f 2 } . s e a r c h c o n t { p a d d i n g : 1 6 p x   1 0 p x   1 6 p x   0 } . s e a r c h c o n t , . m e m b e r s g u i d e c o n t , . p i c t u r e d e v e n t s c o n t , . m i s c n e w s c o n t , . f o r m c o n t 2 , . f o r m c o n t 1 { b o r d e r : 1 p x   s o l i d   # e 6 e 6 e 6 } . e v e n t s l i s t r o w , . s e a r c h r o w - h o l d e r , . c u r r e n t e v e n t r o w , . m o r e f o r u m s a r t c { b o r d e r - b o t t o m : 1 p x   s o l i d   # 7 9 7 9 7 9 } . e v e n t s l i s t r o w { m a r g i n - b o t t o m : 2 5 p x } . e v e n t s l i s t r o w , . g r i d - i t e m - r i g h t , . g r i d - i t e m - l e f t { p a d d i n g - b o t t o m : 2 5 p x } . e v e n t s b o r d e r p i c { b o r d e r : 1 p x   s o l i d   # b a b a b a } . e v e n t d a t e , . r e p o h e a d { b a c k g r o u n d : # 1 0 6 4 7 0 } . e v e n t d a t e { w i d t h : 1 2 0 p x ; p a d d i n g : 3 p x   1 0 p x   3 p x   0 ; w h i t e - s p a c e : n o w r a p } . e v e n t t i t l e d e t a i l s , . e v e n t t i t l e , . e v e n t s l i s t t i t l e , . e v e n t s l i s t t e x t , . e v e n t d e s c p , . b e c o m e e n g s e c t l i s t   u l   l i , . c o n t e n t t e x t , h 1 , h 2 , . n e w s s e c t t i t l e , . a b s o l u t e s t o r i e s , . s u c c i n f o s , . r e p t e x t , . i s t i m a r a c o n t , . f o r m c o n t 2 , . f o r m c o n t 1 , . o t h e r f o r u m t i t l e , . o t h e r f o r u m c o n t , . f o r u m u s e r n a m e , . f o r u m u s e d t x t , . l a n d i n g t i t l e { f o n t - s i z e : 1 3 p x } . e v e n t t i t l e d e t a i l s { f o n t - s i z e : 1 7 p x ; f o n t - w e i g h t : n o r m a l } . e v e n t s l i s t t i t l e   a , . o t h e r f o r u m t i t l e , . f o r u m u s e r n a m e { b a c k g r o u n d : u r l ( . . / i m a g e s / c a l e v e n t s d a t e - a r r o w . g i f )   n o - r e p e a t   r i g h t   4 p x } . e v e n t s l i s t t i t l e   a { p a d d i n g : 0   1 2 p x   3 p x   0 } . m a r g b o t t o m 3 5 { m a r g i n - b o t t o m : 3 5 p x } . a b s o l u t e r i g h t m e n u , . a b s o l u t e s t o r i e s , . s u c c i n f o s , . c o l l a p s e b t n { p o s i t i o n : a b s o l u t e } . a b s o l u t e r i g h t m e n u { r i g h t : 2 3 8 p x ; t o p : - 3 2 p x ; w i d t h : 2 3 8 p x } . a b s o l u t e r i g h t m e n u , . s u c c i n f o s , . d i s p l a y n o n e { v i s i b i l i t y : h i d d e n } . a b s o l u t e r i g h t m e n u , . h i g h z i n d e x { z - i n d e x : 1 0 0 } . s u b c o n t e n t - c o n t a i n e r , . b a c k , . c l e a r f l o a t { c l e a r : b o t h } . s u b c o n t e n t - c o n t a i n e r { h e i g h t : 0 ; o v e r f l o w : h i d d e n } . b e c o m e e n g p i c b o r d e r { b o r d e r : 3 p x   s o l i d   # e a e a e a } . b e c o m e e n g s e c t t i t l e { b a c k g r o u n d : # c d c c c c ; p a d d i n g : 2 p x   8 p x   4 p x   8 p x } . b e c o m e e n g s e c t t i t l e , . s e a r c h r o w - h o l d e r , . c u r r e n t e v e n t r o w , . r e p t i t l e { m a r g i n - b o t t o m : 7 p x } . b e c o m e e n g s e c t l i s t   u l   l i , . i s t i m a r a c o n t { b o r d e r - b o t t o m : 1 p x   s o l i d   # b 3 b 3 b 3 } . b e c o m e e n g s e c t l i s t   u l   l i { p a d d i n g : 6 p x   1 0 p x   8 p x   0   ! i m p o r t a n t ; b a c k g r o u n d : u r l ( . . / i m a g e s / g r a y - a r r o w . g i f )   n o - r e p e a t   r i g h t   9 p x   ! i m p o r t a n t } . b e c o m e e n g s e c t l i s t   u l   l i , . c o n t e n t t e x t   u l   l i { l i n e - h e i g h t : 1 3 p x } . m a r g b o t t o m 2 0 , . o f f i c e s - l i s t i n g , . a n c h o r l i n k s { m a r g i n - b o t t o m : 2 0 p x } . c e n t e r p a d { p a d d i n g : 1 3 p x   0 } . c o n t e n t t e x t { z - i n d e x : 8 8 8 8 } . c o n t e n t t e x t   u l   l i { p a d d i n g : 0   1 0 p x   5 p x   0 ; b a c k g r o u n d : u r l ( . . / i m a g e s / c o n t e n t - b u l l e t . g i f )   n o - r e p e a t   r i g h t   7 p x } . r a d - u p l o a d   u l   l i { p a d d i n g : 0   0   0   0   ! i m p o r t a n t ; m a r g i n : 0   0   5 p x   0   ! i m p o r t a n t ; b a c k g r o u n d : n o n e   ! i m p o r t a n t ; l i n e - h e i g h t : 1 1 p x   ! i m p o r t a n t } . r a d - u p l o a d   u l { m a r g i n : 0   0   0   0   ! i m p o r t a n t } . R a d U p l o a d P r o g r e s s A r e a , . R a d U p l o a d { w i d t h : 3 0 0 p x   ! i m p o r t a n t } . f l o a t l e f t p i c , . f l o a t a l i g n m e n t { f l o a t : l e f t } . f l o a t l e f t p i c { m a r g i n : 0   2 0 p x   2 0 p x   0 } . c o n t g a l l e r y n a v { b a c k g r o u n d : # d 6 d 6 d 6 ; p a d d i n g : 4 p x   6 p x   2 p x   0 } . d a t e r e l e a s e { p a d d i n g : 2 p x   7 p x   0   7 p x } . t b l f i r s t r o w   t d , t h . t b l f i r s t r o w , . t b l r p t r o w   t d { b o r d e r - r i g h t : 3 p x   s o l i d   # F F F   ! i m p o r t a n t ; c o l o r : # 4 8 4 8 4 8   ! i m p o r t a n t } . t b l f i r s t r o w   t d , t h . t b l f i r s t r o w { b a c k g r o u n d : # e a e a e a   ! i m p o r t a n t ; f o n t - s i z e : 1 4 p x   ! i m p o r t a n t ; p a d d i n g : 1 0 p x   1 5 p x   ! i m p o r t a n t } . t b l r p t r o w   t d { b a c k g r o u n d : # f 2 f 2 f 2   ! i m p o r t a n t ; b o r d e r - b o t t o m : 3 p x   s o l i d   # F F F   ! i m p o r t a n t ; p a d d i n g : 7 p x   1 5 p x   9 p x   1 5 p x   ! i m p o r t a n t } . t b l r p t r o w   t d , . s e a r c h r o w   t d , . r e p s u b m e n u l i s t   l i   a { f o n t - s i z e : 1 1 p x   ! i m p o r t a n t } . f i l e r o w   t d , . s e a r c h r o w   t d { b a c k g r o u n d : # F F F   ! i m p o r t a n t ; b o r d e r - b o t t o m : n o n e   ! i m p o r t a n t ; b o r d e r - r i g h t : n o n e   ! i m p o r t a n t ; p a d d i n g : 7 p x   0   9 p x   0   ! i m p o r t a n t } . f i l e r o w   t d , . r e p s u b m e n u l i s t   l i { f o n t - s i z e : 1 3 p x   ! i m p o r t a n t } h 1 , a . s e a r c h b r e d s e l e c t e d , . s e a r c h b r e d c r u m b   a : h o v e r , . p i c t u r e d e v e n t s c o n t   a : h o v e r , # t b l r p t r o w   t d   a : h o v e r , . b e c o m e e n g s e c t l i s t   u l   l i   a : h o v e r , . r i g h s u b m e n u o p e n e d   u l   l i   a . o n , . r i g h s u b m e n u o p e n e d   u l   l i   a : h o v e r , . e v e n t s l i s t t i t l e   a : h o v e r , . e v e n t d e s c p   a : h o v e r , . e v e n t t i t l e d e t a i l s   a : h o v e r , . e v e n t t i t l e   a : h o v e r , . b r e d t o p   a : h o v e r , . b r e d c r u m b s   a : h o v e r , . r e a d a l l e v e n t s   a : h o v e r , . w e l c o m e c o n t   a : h o v e r , . h o m e s e c t l i n k s 2   l i   a : h o v e r , . h o m e s e c t l i n k s   l i   a : h o v e r , . f o o t e r c o n t   a : h o v e r , . r e a d m o r e n e w s   a : h o v e r , . u s e r t o o l s l i n k s   a : h o v e r , . c o n t e n t t e x t   a , . a d v s e a r c h   a : h o v e r , . w e l c o m e e n g n a m e   a : h o v e r , . m o r e f r o m n e w s s e c t   a : h o v e r , . u s e r t o o l s e d i t l i n k s   a : h o v e r , . s u c c i n f o s   a : h o v e r , . r e p t i t l e   a : h o v e r , . r e p m o r e   a : h o v e r , . r e p s u b m e n u l i s t   l i   a : h o v e r , a . s e a r c h b r e d s e l e c t e d , . s e a r c h b r e d c r u m b   a : h o v e r , . f o r m t e x t a l e r t , . l a n d i n g t i t l e , . l a n d i n g t i t l e   a , . l a n d i n g m e n u s   l i   a , . c a l e v e n t s t i t l e   a : h o v e r { c o l o r : # 1 0 6 4 7 0 } h 1 { b a c k g r o u n d : u r l ( . . / i m a g e s / s u b m e n u - a r r o w . g i f )   n o - r e p e a t   r i g h t   5 p x ; p a d d i n g : 0   1 3 p x   0   0 ; m a r g i n : 0   0   2 0 p x   0 } h 2 { m a r g i n : 0   0   7 p x   0 } . m o r e f r o m n e w s s e c t , . u s e r i n f o d e t a i l s , . a d v s e a r c h , . u s e r t o o l s l i n k s , . w e l c o m e e n g n a m e , . u s e r i n f o t i t l e , . p i c t u r e d e v e n t s c o n t , . p r e s s r e l e a s e d a t e , . f o r u m d a t e , . v a c a n c y t i t l e , . b o o k d e t a i l s - f i e l d { f o n t - s i z e : 1 2 p x } . w e l c o m e p a n e l c o n t { b a c k g r o u n d : # d d d ; p a d d i n g : 1 0 p x   1 2 p x } . a d v s e a r c h , . u s e r t o o l s l i n k s , . u s e r t o o l s e d i t l i n k s , . r e p h e a d m o r e , . p r e s s r e l e a s e d a t e , . m o r e f r o m n e w s s e c t , . a l i g n m e n t , . b a c k , . b a c k c l a s s , # t r a i n i n g t b l   t d , . b a c k t o t o p l i n k { t e x t - a l i g n : l e f t } . e m a i l a r r o w , . c h a n g e i n f o s a r r o w { b a c k g r o u n d : u r l ( . . / i m a g e s / d a r k g r a y - a r r o w . g i f )   n o - r e p e a t   r i g h t   4 p x ; p a d d i n g : 0   1 5 p x   0   0 } . e m a i l a r r o w , . c h a n g e i n f o s a r r o w , . u p d a t e i n f o s a r r o w , . a d d i n f o s a r r o w { d i s p l a y : i n l i n e - b l o c k } . e m a i l a r r o w { b a c k g r o u n d : u r l ( . . / i m a g e s / e m a i l - a r r o w . g i f )   n o - r e p e a t   r i g h t   4 p x ; p a d d i n g : 0   2 0 p x   0   0 } . m e m b e r s g u i d e c o n t { p a d d i n g : 7 p x   7 p x   1 0 p x   7 p x } . m e m b e r s g u i d e c o n t   i n p u t { w i d t h : 2 1 3 p x ; m a r g i n : 0   0   4 p x   0 } . p a d t o p 5 , . l a n d i n g r o w , . l a n d i n g t i t l e { p a d d i n g - t o p : 5 p x } . p a d b o t t o m 1 5 , . l o g o c o n t { p a d d i n g - b o t t o m : 1 5 p x } . a c c o r d h e a d { m a r g i n - b o t t o m : 3 p x } . a c c o r d h e a d , . c o l l a p s e b t n { c u r s o r : p o i n t e r } . a c c h e a d c o n t { b a c k g r o u n d : # c d c c c c   u r l ( . . / i m a g e s / a c c - c l o s e . g i f )   n o - r e p e a t   3 p x   3 p x ; p a d d i n g : 3 p x   1 0 p x   3 p x   4 0 p x } . o p e n a r r o w { b a c k g r o u n d : # c d c c c c   u r l ( . . / i m a g e s / a c c - o p e n . g i f )   n o - r e p e a t   3 p x   3 p x } . u s e r t o o l s e d i t l i n k s { p a d d i n g : 1 p x   0   0   0 } . u p d a t e i n f o s a r r o w , . a d d i n f o s a r r o w { b a c k g r o u n d : u r l ( . . / i m a g e s / a d d - i n f o . g i f )   n o - r e p e a t   0   2 p x ; p a d d i n g : 0   0   0   1 5 p x } . u p d a t e i n f o s a r r o w { b a c k g r o u n d : u r l ( . . / i m a g e s / u p d a t e - i n f o . g i f )   n o - r e p e a t   0   2 p x } . u s e r i n f o t i t l e { b a c k g r o u n d : u r l ( . . / i m a g e s / g r a y - a r r o w . g i f )   n o - r e p e a t   r i g h t   6 p x ; p a d d i n g : 0   1 0 p x   7 p x   1 0 p x } # t b l l i s t r o w 2 , # t b l l i s t r o w 1 { p a d d i n g : 1 0 p x ; b a c k g r o u n d : # e a e a e a ; b o r d e r - b o t t o m : 3 p x   s o l i d   # F F F } . p a d r i g h t 1 0 { p a d d i n g - r i g h t : 1 0 p x } . u p d a t e f o r m l i s t , . v a c a n c y t i t l e , . b o o k d e t a i l s - f i e l d { w i d t h : 1 1 0 p x } . p i c t u r e d e v e n t s c o n t { p a d d i n g : 1 3 p x } . p i c t u r e d e v e n t s c o n t , . r e p m o r e , . r e p m o r e   a , . p i c t u r e d e v e n t s c o n t   a , . n e w s h o m e p a d , . r e a d a l l e v e n t s   a , . r e a d m o r e n e w s   a { c o l o r : # 7 0 7 0 7 0 } . e v e n t p i c b o r d e r { b o r d e r : 1 p x   s o l i d   # 7 7 7 } . m i s c n e w s c o n t { p a d d i n g : 7 p x   1 0 p x   2 5 p x   1 0 p x } . l a t e s t n e w s c o n t { p a d d i n g : 7 p x   1 0 p x   1 0 p x   0 } . t r a i n i n g t i t l e { f o n t - s i z e : 1 6 p x } . s e a r c h r o w - h o l d e r , . c u r r e n t e v e n t r o w , . l a n d i n g d e s c { p a d d i n g - b o t t o m : 7 p x } . s e a r c h r o w - h o l d e r { b o r d e r - b o t t o m : 1 p x   s o l i d   # e 6 e 6 e 6   ! i m p o r t a n t } . s u c c e s s s t o r i c o n t { b o r d e r : 1 p x   s o l i d   # c b c b c b ; w i d t h : 3 0 3 p x } . h e i g h t 2 0 1 { h e i g h t : 2 0 1 p x } . a b s o l u t e s t o r i e s , . s u c c i n f o s { F I L T E R : a l p h a ( o p a c i t y = 8 5 ) ; m o z - o p a c i t y : . 8 5 ; o p a c i t y : . 8 5 ; k h t m l - o p a c i t y : . 8 5 ; r i g h t : 0 ; p a d d i n g : 5 p x   2 0 p x ; w i d t h : 2 6 3 p x } . a b s o l u t e s t o r i e s { b o t t o m : 0 ; b a c k g r o u n d : # 0 a 4 b 5 6 } . a b s o l u t e s t o r i e s , . r e p h e a d t i t l e , . e v e n t d a t e , . l a n g l i n k s , . a l l n e w s l i n k , . r i g h s u b m e n u o p e n e d   u l   l i   a , . s u b r i g h t m e n u c o n t   d i v   a , . r i g h t m e n u b t n h i g h l i g h t e d   a , . r i g h t m e n u b t n   a , . f o o t e r c o n t   a , . a l l n e w s l i n k   a , . l a n g l i n k s   a { c o l o r : # F F F } . a b s o l u t e s t o r i e s   a , . r e p h e a d m o r e , . r e p h e a d m o r e   a { c o l o r : # F F F   ! i m p o r t a n t } . s u c c i n f o s { b a c k g r o u n d : # e c e c e c ; t o p : 6 4 p x ; h e i g h t : 8 5 p x } . s u c c i n f o s , . s u c c i n f o s   a , . r e p t e x t , . r e p t i t l e , . r e p t i t l e   a , . p r e s s r e l e a s e d a t e , . i s t i m a r a c o n t , . i s t i m a r a c o n t   a , . v a c a n c y t i t l e , . e v e n t t i t l e d e t a i l s , . b e c o m e e n g s e c t l i s t   u l   l i   a , . t o o l s s e p , . a d d t h i s , . a d d t h i s   a , . e v e n t s l i s t t i t l e   a , . e v e n t s l i s t t i t l e , . e v e n t s l i s t t e x t , . e v e n t d e s c p , . e v e n t d e s c p   a , . e v e n t t i t l e d e t a i l s   a , . e v e n t t i t l e   a , . e v e n t t i t l e , . c a l e v e n t s d a t e , . c a l e v e n t s t i t l e   a , . c o n t e n t t e x t , . c o n t e n t t e x t   a : h o v e r , . w e l c o m e e n g n a m e   a , . w e l c o m e e n g n a m e , . u s e r t o o l s l i n k s   a , . u s e r t o o l s l i n k s , . a d v s e a r c h   a , . a d v s e a r c h , . u s e r i n f o d e t a i l s , . m o r e f r o m n e w s s e c t   a , . u s e r i n f o t i t l e , . o t h e r f o r u m t i t l e , . o t h e r f o r u m t i t l e   a , . o t h e r f o r u m c o n t , . f o r u m u s e d t x t { c o l o r : # 3 e 3 e 3 e } . s u c c i n f o s   a { p a d d i n g : 7 p x   0   0   0 } . r e p o h e a d { p a d d i n g : 2 p x   1 2 p x } . r e p h e a d m o r e { p a d d i n g : 2 p x   0   0   0 } . r e p p i c b o r d e r { b o r d e r : 1 p x   s o l i d   # b 3 b 3 b 3 } . r e p m o r e { m a r g i n - t o p : 7 p x } . i s t i m a r a c o n t { p a d d i n g : 4 p x   0   2 p x   0 } . p d f i c o { b a c k g r o u n d : u r l ( . . / i m a g e s / p d f - i c o . g i f )   n o - r e p e a t   r i g h t   0 ; p a d d i n g : 0   2 5 p x   9 p x   0 } . d o w n l o a d i c o { b a c k g r o u n d : u r l ( . . / i m a g e s / d o w n l o a d - i c o . g i f )   n o - r e p e a t   r i g h t   5 p x } . d o w n l o a d i c o , . o t h e r f o r u m t i t l e , . f o r u m u s e r n a m e { p a d d i n g : 0   1 0 p x   0   0 } . r e p s u b m e n u l i s t { p a d d i n g : 2 0 p x   1 2 p x   1 0 p x   1 2 p x   ! i m p o r t a n t } . r e p s u b m e n u l i s t   l i { b a c k g r o u n d : u r l ( . . / i m a g e s / r e p s u b m e n u - a r r o w . g i f )   n o - r e p e a t   r i g h t   4 p x   ! i m p o r t a n t ; c o l o r : # 3 e 3 e 3 e   ! i m p o r t a n t ; l i n e - h e i g h t : 1 3 p x   ! i m p o r t a n t ; p a d d i n g : 0   1 5 p x   1 3 p x   0   ! i m p o r t a n t } . r e p s u b m e n u l i s t   l i   a { c o l o r : # 7 0 7 0 7 0   ! i m p o r t a n t } . c a l e v e n t s t i t l e , . w e l c o m e c o n t , . h o m e s e c t l i n k s 2   a , . h o m e s e c t l i n k s   l i   a , . w e l c o m e c o n t   a { c o l o r : # 8 f 8 f 8 f } . a l l n e w s l i n k   a : h o v e r , a . l a n g s l i n k o n , . l a n g l i n k s   a : h o v e r , . r e p h e a d m o r e   a : h o v e r { c o l o r : # f f d 2 0 0 } . b e c o m e e n g s e c t l i s t   u l   l i   a , . t o o l s s e p , . a d d t h i s , . a d d t h i s   a , . r i g h s u b m e n u o p e n e d   u l   l i   a , . s u b r i g h t m e n u c o n t   d i v   a , . r i g h t m e n u b t n h i g h l i g h t e d   a , . e v e n t d e s c p   a , . e v e n t t i t l e d e t a i l s   a , . e v e n t t i t l e   a , . b r e d t o p   a , . b r e d c r u m b s   a , . r e a d a l l e v e n t s   a , . c a l e v e n t s t i t l e   a , . r i g h t m e n u b t n   a , . w e l c o m e c o n t   a , . h o m e s e c t l i n k s 2   l i   a , . h o m e s e c t l i n k s   l i   a , . f o o t e r c o n t   a , . r e a d m o r e n e w s   a , . a l l n e w s l i n k   a , . l a n g l i n k s   a , . c o n t e n t t e x t   a : h o v e r , # t b l r p t r o w   t d   a , . u s e r t o o l s l i n k s   a , . a d v s e a r c h   a , . w e l c o m e e n g n a m e   a , . u s e r t o o l s e d i t l i n k s   a , . m o r e f r o m n e w s s e c t   a , . p i c t u r e d e v e n t s c o n t   a , . s u c c i n f o s   a , . r e p h e a d m o r e   a , . r e p t i t l e   a , . r e p m o r e   a , . i s t i m a r a c o n t   a , . c o n t e n t t e x t   a , . r e p s u b m e n u l i s t   l i   a , . f o r m h e a d i c o   a , . f o r u m u s e r n a m e   a , . s e a r c h b r e d c r u m b   a , . s e a r c h b r e d c r u m b , . l a n d i n g m e n u s   l i   a , . l a n d i n g t i t l e   a : h o v e r , . l a n d i n g m e n u s   l i   a : h o v e r { t e x t - d e c o r a t i o n : n o n e } . a r a b i c t e x t { f o n t - f a m i l y : A r i a l } . u p d a t e f o r m l i s t , . l i s t f i e l d b a c k , . t e x t f i e l d b a c k s m a l l , . t e x t f i e l d b a c k , . s e a r c h f i e l d , . c o m m e n t e x t a r e a , . f e e d b a c k - w r a p p e r   t e x t a r e a , . f e e d b a c k - w r a p p e r   i n p u t [ t y p e = t e x t ] { f o n t : 1 1 p x   t a h o m a } . u p d a t e f o r m l i s t , . l i s t f i e l d b a c k , . t e x t f i e l d b a c k s m a l l , . t e x t f i e l d b a c k , . s e a r c h f i e l d , . f e e d b a c k - w r a p p e r   t e x t a r e a , . f e e d b a c k - w r a p p e r   i n p u t [ t y p e = t e x t ] , . s e l e c t M e n u { c o l o r : # 7 f 7 e 7 f } a . b u t t o n , . b u t t o n { f o n t : 1 3 p x   t a h o m a , g e n e v a , s a n s - s e r i f ; b a c k g r o u n d : u r l ( . . / i m a g e s / b t n - b g . g i f )   r e p e a t - x ; t e x t - a l i g n : c e n t e r } a . b u t t o n , . b u t t o n , a . b u t t o n : h o v e r { c o l o r : # f f f } a . b u t t o n { w i d t h : 5 0 p x } . b a c k , # t r a i n i n g t b l   t d { d i r e c t i o n : l t r } . g r i d - i t e m - r i g h t , . g r i d - i t e m - l e f t { f l o a t : r i g h t   ! i m p o r t a n t ; w i d t h : 3 3 0 p x   ! i m p o r t a n t } . g r i d - i t e m - l e f t { p a d d i n g - l e f t : 6 0 p x } . s e a r c h b r e d c r u m b { p a d d i n g : 1 0 p x   0   0   0 } . s e a r c h b r e d c r u m b   a , . s e a r c h b r e d c r u m b { c o l o r : # 4 3 4 3 4 3 } u l   l i { l i n e - h e i g h t : 1 6 p x   ! i m p o r t a n t } . b a c k c l a s s { f o n t : 1 2 p x   t a h o m a ; b o r d e r - t o p : 1 p x   s o l i d   # 9 5 9 5 9 5 ; p a d d i n g : 5 p x   0   0   0 } . b a c k c l a s s   a { b a c k g r o u n d : u r l ( . . / i m a g e s / b a c k - a r r o w . g i f )   n o - r e p e a t   3 5 p x   4 p x } . f o r m c o n t 2 , . f o r m c o n t 1 { p a d d i n g : 1 2 p x } . f o r m h e a d i c o { b a c k g r o u n d : u r l ( . . / i m a g e s / a r / c o m m e n t - i c o . g i f )   n o - r e p e a t   r i g h t   4 p x ; p a d d i n g : 0   2 0 p x   7 p x   0 } . f o r m h e a d i c o , . f o r m h e a d i c o   a , . d e t a i s l f o r u m t i t l e , . c o m m e n t e x t a r e a , . f o r u m u s e r n a m e , . f o r u m u s e r n a m e   a , . f o r u m d a t e { c o l o r : # 0 0 0 } . f o r u m u s e r n a m e   a : h o v e r , . o t h e r f o r u m t i t l e   a : h o v e r , . f o r m h e a d i c o   a : h o v e r , . f o r m s t a t s t x t { c o l o r : # 1 f 6 d 7 9 } . f o r m t x t { c o l o r : # 7 9 7 7 7 7 } . f o r m s t a t s t x t { b o r d e r - t o p : 1 p x   s o l i d   # c a c a c a ; m a r g i n - t o p : 1 1 p x ; p a d d i n g - t o p : 8 p x } . m o r e f o r u m s a r t c { p a d d i n g - b o t t o m : 4 p x ; m a r g i n : 1 5 p x   0   1 5 p x   0 } . o t h e r f o r u m c o n t { m a r g i n - b o t t o m : 1 2 p x ; b o r d e r - b o t t o m : 1 p x   s o l i d   # d 3 d 3 d 3 } . c o m m e n t e x t a r e a { h e i g h t : 8 3 p x ; b o r d e r : 1 p x   s o l i d   # d d d ; w i d t h : 6 7 5 p x } . i n f o t x t { h e i g h t : 2 4 p x } . c o n t a c t i n f o { t e x t - a l i g n : r i g h t ; w i d t h : 4 5 0 p x } . f e e d b a c k - w r a p p e r   t e x t a r e a , . f e e d b a c k - w r a p p e r   i n p u t [ t y p e = t e x t ] { w i d t h : 3 6 0 p x ; b a c k g r o u n d : u r l ( . . / i m a g e s / t e x t f i e l d - b a c k . g i f )   r e p e a t - x   s c r o l l   0   0   t r a n s p a r e n t } . f e e d b a c k - w r a p p e r   t e x t a r e a { h e i g h t : 1 0 0 p x } . l a s t m a i n m e n u { r i g h t : - 1 3 0 p x   ! i m p o r t a n t } . l a s t m a i n m e n u 2 { r i g h t : - 3 0 p x   ! i m p o r t a n t } . l a n d i n g r o w { b o r d e r - b o t t o m : 1 p x   s o l i d   # d 8 d 8 d 8 ; m a r g i n - b o t t o m : 1 7 p x } . l a n d i n g r o w , . l a n d i n g t i t l e { p a d d i n g - b o t t o m : 5 p x } . l a n d i n g t i t l e   a { t e x t - d e c o r a t i o n : n o n e   ! i m p o r t a n t } . l a n d i n g m e n u s { p a d d i n g : 0   0   0   1 7 p x } . l a n d i n g m e n u s   l i { b a c k g r o u n d : u r l ( . . / i m a g e s / b a c k - a r r o w . g i f )   n o - r e p e a t   0   6 p x ; p a d d i n g : 0   0   3 p x   1 2 p x } . l a n d i n g t i t l e   a : h o v e r , . l a n d i n g m e n u s   l i   a : h o v e r { c o l o r : # 7 1 7 3 7 c } . d i s p l a y n o n e { d i s p l a y : n o n e } # h o m e b l o c k s - w r a p p e r { z - i n d e x : 9 9 9 9 } . c o l l a p s e b t n { w i d t h : 5 5 p x ; h e i g h t : 8 p x ; b a c k g r o u n d : u r l ( . . / i m a g e s / s h o w - h i d e - f o o t e r . g i f )   b o t t o m   n o - r e p e a t ; b o t t o m : 3 p x ; z - i n d e x : 9 9 9 9 9 9 9 9 9 ; r i g h t : 4 5 7 p x } . n o - b o r d e r - b o t , . p u l i c a t i o n s - l i s t i n g - l a s t { b o r d e r - b o t t o m : n o n e } . s e l e c t M e n u { f o n t : 1 1 p x   t a h o m a , g e n e v a , s a n s - s e r i f ; h e i g h t : 2 2 p x } . s o c i a l { p a d d i n g - l e f t : 1 5 p x } . b a c k t o t o p l i n k { b o r d e r - t o p : 1 p x   s o l i d   # d f d f d f ; p a d d i n g - t o p : 4 p x ; b a c k g r o u n d : u r l ( . . / i m a g e s / b a c k t o p t o p a r r o w . g i f )   n o - r e p e a t   8 5 p x   9 p x } . p u l i c a t i o n s - l i s t i n g - l a s t { m a r g i n - b o t t o m : 0 } ; < / s t y l e > < / h e a d > < b o d y > ' ) ;  
 	 d o c p r i n t . d o c u m e n t . w r i t e ( ' < t a b l e   w i d t h = " 1 0 0 % "   b o r d e r = " 0 "   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 0 " > < t r > < t d   s t y l e = " b a c k g r o u n d : # 1 0 6 4 7 0 ;   p a d d i n g : 7 p x ; " > < t a b l e   b o r d e r = " 0 "   c e l l p a d d i n g = " 0 "   c e l l s p a c i n g = " 0 "   w i d t h = " 1 0 0 % " > < t r > < t d > < i m g   s r c = " . . / i m a g e s / l o g o . g i f " > < / t d > < t d   s t y l e = " t e x t - a l i g n : l e f t ; v e r t i c a l - a l i g n : m i d d l e ; " > < a   h r e f = " j a v a s c r i p t : s e l f . p r i n t ( ) ; s e l f . c l o s e ( ) ; "   s t y l e = " c o l o r : # F F F ;   f o n t - s i z e : 1 2 p x ;   f o n t - w e i g h t : b o l d ;   t e x t - d e c o r a t i o n : n o n e ; " > %7(9  'D5A-)< / a > < / t d > < / t r > < / t a b l e > < / t d > < / t r > < t r > < t d   s t y l e = " p a d d i n g : 0   1 0 p x ; " > ' + b r e d _ v a l u e + ' < / t d > < / t r > < t r > < t d   c l a s s = " c o n t e n t t e x t "   s t y l e = " p a d d i n g : 0   1 0 p x   2 0 p x   1 0 p x ; " > ' + c o n t e n t _ v a l u e + ' < / t d > < / t r > < / t a b l e > ' ) ;  
 	 d o c p r i n t . d o c u m e n t . w r i t e ( ' < / b o d y > < / h t m l > ' ) ;  
 	 d o c p r i n t . d o c u m e n t . c l o s e ( ) ;    
   	 d o c p r i n t . f o c u s ( ) ;  
 }  
 f u n c t i o n   P r e v e n t C o p y P a s t e ( t x t I D )   {  
 v a r   t x t   =   j Q u e r y ( " # "   +   t x t I D ) ;  
 v a r   c a n c e l F u n c   =   f u n c t i o n ( e )   { r e t u r n   f a l s e ; } ;  
 t x t . b i n d ( ' c o n t e x t m e n u ' ,   c a n c e l F u n c ) ;  
 i f   ( ! j Q u e r y . b r o w s e r . o p e r a )   { t x t . b i n d ( ' c u t   c o p y   p a s t e ' ,   c a n c e l F u n c ) ;  
 }    
 }  
  
 f u n c t i o n   h i g h l i g h t M e n u ( c u r r e n t )   {  
         $ ( " # "   +   c u r r e n t ) . a t t r ( " c l a s s " ,   " r i g h t m e n u b t n h i g h l i g h t e d " ) ;  
 } 
