/*
 Copyright 2009, Dan C. Maftei
 Released under the Creative Commons BDS license
 http://creativecommons.org/licenses/BSD/
 */

#card_container { position: relative; width: 335px; margin: 3em 0 1em; }
#card_shadow { position: absolute; top: 4px; left: 4px; background: #ccc; width: 335px; height: 190px; }
#card_content { position: relative; background: #fff; width: 335px; height: 190px; color: #000; border: 1px solid #000 !important; overflow: hidden; z-index: 9; }
#card_content table { width: 335px; height: 190px; border-collapse: collapse; border: none; }
#card_content td { width: 100%; height: 100%; font: bold 16pt "Times New Roman"; text-align: center; vertical-align: middle; }
#card_text { color: black; text-decoration: none; outline: none; }
#card_source { visibility: hidden; width: 0; height: 0; }
#card_content a { border: none; }

