ÿþ/ *  
 C S S   f o r   p r o j e c t   T r a n s p o r e n t  
  
 a u t h o r :   J a n i s   Z a l i t i s  
  
 N o t e s :  
  
 P l e a s e   r e a d   a b o v e   b e f o r e   d o i n g   A N Y   c h a n g e s   i n   C S S   f i l e :  
  
 C o n t e n t s :  
  
 1 . G l o b a l   s t y l e s   ( a t t a c h e d   t o   c e r t a i n   H T M L   e l e m e n t s )  
 2 . L a y o u t   e l e m e n t   s t y l e s   ( a t t a c h e d   t o   c e r t a i n   p a r t s   o f   s i t e   l a y o u t )  
 3 . B l o c k   s t y l e s   ( a t t a c h e d   s e p a r a t e l y   t o   e a c h   b l o c k )  
 4 . C o o l T a b l e s  
  
 E d i t i n g   t h i s   f i l e :  
  
 T o   s e a r c h   f o r   a   s t y l e ,   p l e a s e   f i r s t   t a k e   t i m e   t o   e v a l u a t e   w h e r e   i t   b e l o n g s   ( f r o m   c o n t e n t s   a b o v e ) .  
 F i r s t   t h r e e   c a t e g o r i e s   a r e   s h o r t   a n d   e a s y   t o   s e a r c h   i n .  
 C a t e g o r i e s   2   a n d   3   a r e   a t t a c h e d   t o   f i l e   " l a y o u t s / m a i n . h t m l " ,   s o   i f   y o u   w a n t   t o   f i n d   w h a t   p a r t   o f   t h e   l a y o u t   t h e y   r e p r e s e n t ,   s c a n   t h a t   f i l e .  
 C a t e g o r y   4   c o n t a i n s   e n t i r e l y   f r o m   b l o c k   s t y l e   d e f i n i t i o n s ,   s o   y o u   c a b   t y p e   t h e   b l o c k   n a m e   y o u r e   s e a r c h i n g   f o r   i n   t h e   s e a r c h   d i a l o g u e   a n d   h i t   " f i n d "   t o   f i n d   t h e   d e f i n i t i o n s   o f   n e e d e d   b l o c k .  
 A N D :   a l w a y s   l e a v e   a   c o m m e n t   s a y i n g   w h o   d i d   i t   a n d   w h e n ,   w h e n   c h a n g i n g   s o m e t h i n g !  
  
 1 . G l o b a l  
 * /  
 h t m l ,   b o d y ,   t d ,   l i ,   s p a n ,   d i v ,   a ,   i n p u t ,   t e x t a r e a ,   s e l e c t ,   p  
 {  
         f o n t - f a m i l y :   V e r d a n a ,   T a h o m a ,   A r i a l ,   s a n s - s e r i f ;  
         f o n t - s i z e :   8 p t ;  
         c o l o r :   # 0 0 0 0 0 0 ;  
 }  
  
 t a b l e  
 {  
 	 b o r d e r - w i d t h :   0 p x ;  
 }  
  
 b o d y ,   f o r m  
 {  
 	 p a d d i n g :   0 p x   0 p x ;  
 	 m a r g i n :   0 p x   0 p x ;  
 	 b a c k g r o u n d - c o l o r :   # f f f f f f ;  
  
 }  
  
 i n p u t ,   t e x t a r e a ,   s e l e c t ,   h r  
 {  
 	 b o r d e r - s t y l e :   s o l i d ;  
 	 b o r d e r - w i d t h :   1 p x ;  
 	 b o r d e r - c o l o r :   # A E A E A E ;  
 	 b a c k g r o u n d - c o l o r :   # f f f f f f ;  
 }  
  
 b  
 {  
 	 f o n t - w e i g h t :   b o l d ;  
 }  
  
 s p a n . a s t e r i s k  
 {  
 	 c o l o r :   r e d ;  
 }  
  
 . e r r o r  
 {  
 	 c o l o r :   r e d ;  
 }  
  
 . s u c c e s s  
 {  
 	 c o l o r :   g r a y ;  
 }  
  
 . n o w r  
 {  
 	 w h i t e - s p a c e :   n o w r a p ;  
 }  
  
 / *  
 g l o b a l   f o r m   s t y l e s  
 * /  
 t a b l e . f o r m t a b l e  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t d . f o r m N a m e  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   0 p x ;  
 }  
  
 t d . f o r m F i e l d  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   1 0 p x ;  
 }  
  
 t d . f o r m E r r o r  
 {  
 	 c o l o r :   r e d ;  
 	 t e x t - a l i g n :   l e f t ;  
 	 p a d d i n g :   1 0 p x   0 p x   0 p x   0 p x ;  
 }  
  
 . f o r m B u t t o n  
 {  
 	 c o l o r :   # A E A E A E ;  
 	 f o n t - w e i g h t :   n o r m a l ;  
 	 t e x t - d e c o r a t i o n :   u n d e r l i n e ;  
 	 c u r s o r : p o i n t e r ;  
 	 c u r s o r : h a n d ;  
 }  
  
 . f o r m I C h e c k b o x  
 {  
 	 b o r d e r - w i d t h :   0 p x ;  
 }  
  
 . f o r m D e s c  
 {  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   0 p x ;  
 }  
  
 . b i g  
 {  
 	 f o n t - s i z e :   1 0 p t ;  
 }  
  
  
 / *  
 l i n k s  
 * /  
 a . l 0 ,   a . l 0 : v i s i t e d  
 {  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 }  
  
 . l 0 s e l    
 {  
 	 c o l o r :   # F E 0 0 0 0 ;  
 }  
  
 a . l 0 s e l  
 {  
 	 c o l o r :   # F E 0 0 0 0 ;  
 }  
  
 a . l 1  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 }  
  
 a . l 1 s e l  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 c o l o r :   # F E 0 0 0 0 ;  
 }  
  
 a . l 2  
 {  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 }  
  
 a . l 2 s e l  
 {  
 	 c o l o r :   # F E 0 0 0 0 ;  
 }  
  
 / *  
 2 . L a y o u t   e l e m e n t s  
 l e v e l   1  
 * /  
  
 t a b l e . m a i n  
 {  
 	 w i d t h :   7 8 0 p x ;  
 	 m a r g i n - t o p :   2 0 p x ;  
 }  
  
 t d . t o p  
 {  
 	 w i d t h :   7 8 0 p x ;  
 }  
  
 t d . l e f t  
 {  
 	 p a d d i n g :   1 5 p x   0 p x   0 p x   1 5 p x ;  
 	 w i d t h :   1 2 0 p x ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 t d . m i d d l e  
 {  
 	 w i d t h :   6 3 5 p x ;  
 	 p a d d i n g :   1 5 p x   3 0 p x   0 p x   5 p x ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 t d . b o t t o m  
 {  
 	 w i d t h :   7 8 0 p x ;  
 	 h e i g h t :   4 0 p x ;  
 	 v e r t i c a l - a l i g n :   m i d d l e ;  
 	 p a d d i n g :   0 p x   2 0 p x   0 p x   2 0 p x ;  
 }  
  
 . v F i l l G r a y  
 {  
 	 b a c k g r o u n d - i m a g e :   u r l ( / p i c / f i l l s / v _ g r a y . g i f ) ;  
 	 b a c k g r o u n d - r e p e a t :   r e p e a t - y ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 / *  
 l e v e l   2  
  
 h e a d   c h i l d s  
 * /  
 t a b l e . h e a d L e f t  
 {  
 	 w i d t h :   5 1 5 p x ;  
 	 p a d d i n g - l e f t :   1 5 p x ;  
 }  
  
 t d . m e n u  
 {  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 }  
  
 t d . l o g o L e f t  
 {  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 	 t e x t - a l i g n :   r i g h t ;  
 }  
  
 t d . l o g o R i g h t  
 {  
 	 w i d t h :   1 0 5 p x ;  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 	 t e x t - a l i g n :   l e f t ;  
 }  
  
 t d . l a n g s  
 {  
 	 p a d d i n g :   0 p x   0 p x   3 p x   0 p x ;  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 	 t e x t - a l i g n :   r i g h t ;  
 	 w i d t h :   9 0 p x ;  
 }  
  
 / *  
 l e f t   c h i l d s  
 * /  
 t a b l e . s p e c i a l  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t a b l e . s p e c i a l   t d  
 {  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   0 p x ;  
 }  
  
 / *  
 3 . B l o c k   s t y l e s  
  
 F r e e   T e x t  
 * /  
  
 t a b l e . f t M a i n  
 {  
 	 w i d t h :   1 0 0 % ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 	 p a d d i n g - b o t t o m :   1 5 p x ;  
 }  
  
 t d . f t T i t l e ,   t d . f t T i t l e   p ,   t d . f t T i t l e   p   b ,   t d . f t T i t l e   b  
 {  
 	 f o n t - w e i g h t :   b o l d ;  
 	 f o n t - s i z e :   9 p t ;  
 }  
  
 a . f t L i n k ,   a . f t L i n k : a c t i v e ,   a . f t L i n k : h o v e r ,   a . f t L i n k : v i s i t e d  
 {  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 	 t e x t - d e c o r a t i o n :   u n d e r l i n e ;  
 }  
  
 . f t R i g h t  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 }  
  
 / *  
 L a n g s  
 * /  
 t a b l e . l M a i n  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t a b l e . l M a i n   t d  
 {  
 	 p a d d i n g - r i g h t :   1 5 p x ;  
 }  
  
 / *  
 S e a r c h  
 * /  
 t a b l e . s M a i n  
 {  
 	 w i d t h :   4 5 0 p x ;  
 }  
  
 a . s T i t l e ,   a . s T i t l e : a c t i v e ,   a . s T i t l e : h o v e r ,   a . s T i t l e : v i s i t e d  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 c u r s o r : p o i n t e r ;  
 	 c u r s o r : h a n d ;  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 c o l o r :   # A E A E A E ;  
 }  
  
 t a b l e . s M a i n   i n p u t  
 {  
 	 w i d t h :   1 0 0 p x ;  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 }  
  
 . s S e a r c h  
 {  
 	 p a d d i n g - l e f t :   5 p x ;  
 	 t e x t - d e c o r a t i o n :   u n d e r l i n e ;  
 	 c u r s o r : p o i n t e r ;  
 	 c u r s o r : h a n d ;  
 	 c o l o r :   # A E A E A E ;  
 }  
  
 . r S e a r c h  
 {  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 c u r s o r : p o i n t e r ;  
 	 c u r s o r : h a n d ;  
 	 c o l o r :   # A E A E A E ;  
 }  
  
 / *  
 H e a d e r  
 * /  
 t a b l e . h M a i n  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 f o n t - w e i g h t :   b o l d ;  
 	 p a d d i n g :   0 p x   0 p x   3 p x   0 p x ;  
 	 v e r t i c a l - a l i g n :   b o t t o m ;  
 }  
  
 t a b l e . h M a i n   t d  
 {  
 	 p a d d i n g - r i g h t :   2 5 p x ;  
 }  
  
 t a b l e . h M a i n   t d   a  
 {  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 }  
  
 / *  
 F o l d e r   V i e w  
 * /  
 t d . f w  
 {  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 t d . l 2 a r e a  
 {  
 	 p a d d i n g :   0 p x   0 p x   5 p x   1 5 p x ;  
 }  
  
 / *  
 S i t e   M a p  
 * /  
 t a b l e . s m M a i n  
 {  
 	 m a r g i n - b o t t o m :   1 5 p x ;  
 }  
  
 t d . s m T i t l e  
 {  
 	 c o l o r :   # F E 0 0 0 0 ;  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 f o n t - w e i g h t :   b o l d ;  
 	 p a d d i n g - b o t t o m :   1 0 p x ;  
 }  
  
 a . s m O n e  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 f o n t - w e i g h t :   b o l d ;  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 	 p a d d i n g - l e f t :   1 5 p x ;  
 }  
  
 a . s m T w o  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 t e x t - d e c o r a t i o n :   n o n e ;  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 	 p a d d i n g - l e f t :   3 0 p x ;  
 }  
  
 a . s m T h r e e  
 {  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 	 p a d d i n g - l e f t :   3 5 p x ;  
 }  
  
 / *  
 F o o t e r  
 * /  
 t a b l e . f M a i n  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t a b l e . f M a i n   t d  
 {  
 	 w i d t h :   2 5 % ;  
 }  
  
 / *  
 B a n n e r   S t a t i c  
 * /  
 t a b l e . b s M a i n  
 {  
 }  
  
 t a b l e . b s M a i n   i n p u t  
 {  
 	 b o r d e r - w i d t h :   0 p x ;  
 }  
  
 / *  
 Q u e s t i o n  
 * /  
 t a b l e . q M a i n  
 {  
 	 w i d t h :   2 6 5 p x ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 t a b l e . f o r m T a b l e   i n p u t  
 {  
 	 w i d t h :   1 5 0 p x ;  
 }  
  
 t a b l e . f o r m T a b l e   t e x t a r e a  
 {  
 	 w i d t h :   1 5 0 p x ;  
 	 h e i g h t :   1 0 0 p x ;  
 }  
  
 / *  
 N e w s  
 * /  
 t a b l e . n M a i n  
 {  
 	   w i d t h :   1 0 0 % ;  
 }  
  
 t d . n T i t l e  
 {  
 	 t e x t - t r a n s f o r m :   u p p e r c a s e ;  
 	 f o n t - w e i g h t :   b o l d ;  
 	 c o l o r :   # F E 0 0 0 0 ;  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   0 p x ;  
 }  
  
 t d . n T x t  
 {  
 	 t e x t - a l i g n :   j u s t i f y ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 }  
  
 . n L i n k  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g :   5 p x   0 p x   1 5 p x   0 p x ;  
 }  
  
 / *  
 V e s t k o p a  
 * /  
 t a b l e . v M a i n  
 {  
 	 w i d t h :   3 3 0 p x ;  
 }  
  
 / *  
 F o r m a   A V  
 * /  
 t a b l e . f a v M a i n  
 {  
 	 w i d t h :   4 0 0 p x ;  
 }  
  
 t a b l e . f a v M a i n   t d  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g - b o t t o m :   1 0 p x ;  
 }  
  
 t a b l e . f a v M a i n   t d   s e l e c t  
 {  
 	 w i d t h :   2 0 5 p x ;  
 }  
  
 t a b l e . f a v M a i n   t d   i n p u t ,   t e x t a r e a  
 {  
 	 w i d t h :   2 0 0 p x ;  
 }  
  
 / *  
 F o r m a   A T  
 * /  
 t a b l e . f a t M a i n  
 {  
 	 w i d t h :   3 3 5 p x ;  
 }  
  
 t a b l e . f a t M a i n   t d  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g - b o t t o m :   1 0 p x ;  
 }  
  
 t a b l e . f a t M a i n   t d   s e l e c t  
 {  
 	 w i d t h :   2 0 5 p x ;  
 }  
  
 t a b l e . f a t M a i n   t d   i n p u t ,   t e x t a r e a  
 {  
 	 w i d t h :   2 0 0 p x ;  
 }  
  
 # t d I n f o   d i v  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 	 p a d d i n g :   5 p x   5 p x   5 p x   5 p x   ! i m p o r t a n t ;  
 	 b o r d e r :   # A E A E A E   1 p x   s o l i d ;  
 	 b a c k g r o u n d - c o l o r :   # D 6 D 3 C E ;  
 	 w i d t h :   2 9 5 p x ;  
 	 f l o a t :   r i g h t ;  
 }  
  
 . c l o s e B u t t o n s { 	  
 	 f l o a t :   r i g h t ;  
 }  
  
 t d . f a t I n f o  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g :   0 p x   0 p x   1 0 p x   1 0 p x ;  
 }  
  
 / *  
 F o r m a   A N  
 * /  
 t a b l e . f a n M a i n  
 {  
 	 w i d t h :   4 0 0 p x ;  
 }  
  
 t a b l e . f a n M a i n   t d  
 {  
 	 t e x t - a l i g n :   r i g h t ;  
 	 p a d d i n g - b o t t o m :   1 0 p x ;  
 }  
  
 t d . f a n F i e l d  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 	 p a d d i n g - b o t t o m :   1 0 p x ;  
 	 p a d d i n g - l e f t :   1 0 p x ;  
 }  
  
 t a b l e . f a n M a i n   t d   s e l e c t  
 {  
 	 w i d t h :   2 0 5 p x ;  
 }  
  
 t a b l e . f a n M a i n   t d   i n p u t ,   t e x t a r e a  
 {  
 	 w i d t h :   2 0 0 p x ;  
 }  
  
 t a b l e . f a n C h k T a b l e  
 {  
 }  
  
 t a b l e . f a n C h k T a b l e   t d  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 	 p a d d i n g - r i g h t :   1 p x ;  
 }  
  
 t a b l e . f a n C h k T a b l e   t d   i n p u t  
 {  
 	 w i d t h :   1 5 p x ;  
 	 b o r d e r - w i d t h :   0 p x ;  
 }  
 . r a d i o T d  
 { }  
 . r a d i o T d   t d  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 }  
 . r a d i o T d   i n p u t  
 {  
 	 m a r g i n :   0 p x   5 p x   0 p x   5 p x ;  
 	 b o r d e r :   0 p x   ! i m p o r t a n t ;  
 	 w i d t h :   1 0 p x   ! i m p o r t a n t ;  
 }  
 t a b l e . f a n S e l T a b l e   t d  
 {  
 	 b o r d e r - w i d t h :   0 p x ;  
 	 p a d d i n g :   0 p x   2 p x ;  
 }  
  
 t d . f a n A s t e r  
 {  
 	 w i d t h :   3 9 % ;  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 }  
 t d . f a n T i t l e  
 {  
 	 t e x t - a l i g n :   l e f t   ! i m p o r t a n t ;  
 	 f o n t - w e i g h t :   b o l d ;  
 	 f o n t - s i z e :   9 p t ;  
 	 t e x t - t r a n s f o r m :   u p a p e r c a s e ;  
 }  
 / *  
 A p t a u j a  
 * /  
 t a b l e . a M a i n  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t a b l e . a M a i n   t d  
 {  
 	 t e x t - a l i g n :   l e f t ;  
 }  
  
 t a b l e . a M a i n   t d   i n p u t  
 {  
 	 b o r d e r - w i d t h :   0 p x ;  
 	 p a d d i n g - l e f t :   5 p x ;  
 }  
  
 t d . a Q u e s t i o n  
 {  
 	 p a d d i n g :   5 p x   0 p x   5 p x   0 p x ;  
 }  
  
 / *  
 A u t o   m e k l  a n a  
 * /  
 t a b l e . a m M a i n  
 {  
 	 w i d t h :   1 0 0 % ;  
 }  
  
 t a b l e . a m M a i n   s e l e c t  
 {  
 	 w i d t h :   1 5 0 p x ;  
 }  
  
 / *  
 	 F o l d e r   V i e w  
 * /  
 t a b l e . f o l d e r V i e w  
 {  
  
 }  
  
 t a b l e . f o l d e r V i e w   t d  
 {  
 	 p a d d i n g :   0 p x   0 p x   5 p x   0 p x ;  
 }  
  
 / *  
 4 . C o o l T a b l e s  
 * /  
 . c t M a i n ,   . c t H e a d e r ,   . c t E v e n ,   . c t O d d   {   }  
  
 t a b l e . c t M a i n  
 {  
 	 m a r g i n - b o t t o m :   1 5 p x ;  
 }  
  
 t a b l e . c t M a i n   t d  
 {  
 	 p a d d i n g :   5 p x   4 p x   5 p x   4 p x ;  
 }  
  
 t a b l e . c t M a i n   a  
 {  
 	 t e x t - d e c o r a t i o n :   u n d e r l i n e ;  
 	 c o l o r :   # 0 0 0 0 0 0 ;  
 }  
  
 t d . c t H e a d e r  
 {  
 	 c o l o r :   # F F F F F F ;  
 	 b a c k g r o u n d - c o l o r :   # 9 9 9 9 9 9 ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 	 b o r d e r - b o t t o m :   1 p x   s o l i d   w h i t e ;  
 	 f o n t - w e i g h t :   b o l d ;  
 }  
  
 t d . c t H e a d e r   p  
 {  
 	 c o l o r :   # F F F F F F ;  
 	 b a c k g r o u n d - c o l o r :   # 9 9 9 9 9 9 ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 	 f o n t - w e i g h t :   b o l d ;  
 }  
  
 t d . c t H e a d e r   a ,   t d . c t H e a d e r   p   a  
 {  
 	 c o l o r :   # F F F F F F ;  
 	 t e x t - d e c o r a t i o n :   u n d e r l i n e ;  
 	 b a c k g r o u n d - c o l o r :   # 9 9 9 9 9 9 ;  
 	 v e r t i c a l - a l i g n :   t o p ;  
 	 f o n t - w e i g h t :   b o l d ;  
 }  
  
 t d . c t E v e n ,   t d . c t E v e n   p  
 {  
 	 b a c k g r o u n d - c o l o r :   # C C C C C C ;  
 }  
  
 t d . c t O d d ,   t d . c t O d d   p  
 {  
 }  
  
 / / d e s c r i b e   t a b l e  
  
 t a b l e . d e s c r i b e  
 {  
 	 b o r d e r - s t y l e :   s o l i d ;  
 	 b o r d e r - w i d t h :   1 p x ;  
 	 b o r d e r - c o l o r :   # A E A E A E ;  
 	 b a c k g r o u n d - c o l o r :   # f f f f f f ;  
 } 
