/* 
    Document   : print
    Created on : Aug 30, 2010, 10:04:41 AM
    Author     : ken
    Description:
        A stylesheet for printing pages
*/

body { font-size:11px; }

#header { background-color: #aaa; }
#header .logo img { float:left; background-color: #aaa; }
#header .members_wrapper { float:right; }
#core { clear:both; }
.navbar, #header .search_wrapper { display:none; }
.tooltip { display:none; }
table.media { clear:both; }
table .actions a { display:block; }

#siteMap { display:none; }

