/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 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; }
.screen_only { display: none; }

table.section tr th + th + th + th + th { display: none; }
table.section tr td + td + td + td + td { display: none; }
table.section td a { color: black; text-decoration: none; }

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

