/* - - - - jquery dependent styles - - - - */

.even { background-color: #fff; }
.odd { background-color: #eee; }

#gallery ul { margin-left: 62px; }
#gallery ul li { display: inline; list-style: none; margin: 0px; }

.hide { display: none; }

/* Note: These are special classes dynamically assigned to anchors */
a.pdf { background: url('../images/icons/page_white_acrobat.png') left center no-repeat; }
a.zip { background: url('../images/icons/page_white_compressed.png') left center no-repeat; }
a.doc { background: url('../images/icons/page_word.png') left center no-repeat; }
a.php { background: url('../images/icons/page_white_php.png') left center no-repeat; }
a.rss { background: url('../images/icons/feed.png') left center no-repeat; }
a.swf { background: url('../images/icons/page_white_flash.png') left center no-repeat; }
a.pic { background: url('../images/icons/picture.png') left center no-repeat; }
a.ext { background: url('../images/icons/link_go.png') right center no-repeat;}
a.leftLinkImg { padding-left: 20px; }
a.rightLinkImg { padding-left: 20px; }