/* 
##::: Project         Online Telephone Directory System
##::: Style Sheet     directories-print
##::: File            /html/isdb/css/directories-print.css
##::: Language        Cascading Style Sheet
##::: Author          sattrich
##::: Hostname        ds.netel.isu.edu
##::: Date Launched   June 1, 2011
##::: 
##::: Description     The directories-print style sheet redefines styles to format
##:::                 the page appropriately for print (black and white text, no
##:::                 template elements, and so forth).
##:::                    
##::: ModDate   ByWhom    Description
##::: ========  ========  ==========================================================
##::: 
*/

@import "styles.css";
@import "directories.css";

/* Template */
div#header { display:none }
div#nav { display:none }
div#isufooterwrap { display:none }

/* Headings */
h2 { display:none }

/* Sign In */
div#signin { display:none }

/* Search Tabs */
div#searchTabs { display:none }

/* Search Content */
div#searchContent { display:none }

/* Links */
a, a:visited { color:Black }
div#clear { display:none }