%# Disable the calling of parental methods (such as autohandler).
<%flags>
inherit => undef
</%flags>
/*
   print.css

   Cascading Style Sheet for https://msf.ucsf.edu/symposium/
   printer version.

   created by: June Snedecor 08/11/05
   edited by:  Aenoch Lynn 2008.09.15

*/

/* Do not display the UCSF banner. */
#brand {
   display: none;
}       


/*general tags*/
body {
   float: none !important;
   font-family: Arial, sans-serif;
}

h1 {
   font-weight:normal;
   font-size: 14pt;
   text-align: center;
}

h2 {
   font-size: 12pt;
   font-weight: bold;
}

h3 {
   font-size: 12pt;
   text-align: center;
}

p {
   /*font-size: 11pt;*/
   font-size: 10pt;
}


/* june had a # in front commented out and was none */
#header {
   display: none;
}       

/* Display the printer version of the header graphic and title */
#prtheader {
   display: block;
}       

#header_graphic {
   display: none;
}
#header_title {
   display: none;
}
#print_header_graphic {
}
#print_header_title {
   font-size: 14pt;
   font-family: Arial, sans-serif;
   font-weight: bold;
}

/* Don't display the navigation menu. */
#left_navigation {
   display: none;
}

.content {
   float: none !important;
}


/* Don't display the horizontal and vertical decorations. */
#gradientbarvert {
   display: none;
}

#gradientbarhor {
   display: none;
}


#main {
   width: 100%;
   text-align: justify; 
   font-family: Arial, sans-serif;
}

#main ul {
   font-size: 13px;
   font-weight: bold;
}
#main td {
   font-size: 13px;
/*   font-weight: bold; */
}


.signature {
   font-style: italic;
   font-size: 8pt;
}

.hide_but_print {
   display: block;
}

.no_print {
   display: none;
}

.full_abstract {
   text-align:justify;
   font-size:10pt;
}
.full_abstract h3 { text-align: left; }

.warning { color:#FF0000; }
