/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* print.css
 *
 * Copyright (c) 2009 Fired Up Studios
 * All rights reserved.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* structure */

h1#logo { text-align: center; }
div#left { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* content */

table.cal_nav td.nav { display: none; }
form.search { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* tricks */

.print_only { display: block; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
