
/* BEGIN TEMPLATE css_print.tpl */

/* does not use template values on purpose */

#phorum #post, #phorum #thread-options, #phorum .nav, #phorum .message-options, #phorum .message-moderation {
    display: none;
}

#phorum div.generic {
    background-color: #ffffff;
    border: 1px solid #000000;
}

#phorum div.message-body {
    border: 1px solid #000000;
    background: transparent;
}

#phorum div.message-body br {
    clear:both;
}

#phorum table.list th  {
    background: transparent;
    color: #000000;
}

#phorum table.list td.current {
    background-color: #ffffff;
}

#phorum a,#phorum a:hover {
    color: #000000;
}

/* END TEMPLATE css_print.tpl */




/* Added by module "announcements", template "announcements::css" */
#phorum table.announcements {
    margin-bottom: 20px;
}



/* Added by module "bbcode_geshi", function "mod_bbcode_geshi_css" */
/**
 * GeSHi Dynamically Generated Stylesheet
 * --------------------------------------
 * Dynamically generated stylesheet for php
 * CSS class: bbcode_geshi, CSS id: 
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 * --------------------------------------
 */
.php#phorum .bbcode_geshi .de1, .php#phorum .bbcode_geshi .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.php#phorum .bbcode_geshi  {font-family:monospace;}
.php#phorum .bbcode_geshi .imp {font-weight: bold; color: red;}
.php#phorum .bbcode_geshi li, .php#phorum .bbcode_geshi .li1 {font-weight: normal; vertical-align:top;}
.php#phorum .bbcode_geshi .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.php#phorum .bbcode_geshi .li2 {font-weight: bold; vertical-align:top;}
.php#phorum .bbcode_geshi .kw1 {color: #b1b100;}
.php#phorum .bbcode_geshi .kw2 {color: #000000; font-weight: bold;}
.php#phorum .bbcode_geshi .kw3 {color: #990000;}
.php#phorum .bbcode_geshi .kw4 {color: #009900; font-weight: bold;}
.php#phorum .bbcode_geshi .co1 {color: #666666; font-style: italic;}
.php#phorum .bbcode_geshi .co2 {color: #666666; font-style: italic;}
.php#phorum .bbcode_geshi .co3 {color: #0000cc; font-style: italic;}
.php#phorum .bbcode_geshi .co4 {color: #009933; font-style: italic;}
.php#phorum .bbcode_geshi .coMULTI {color: #666666; font-style: italic;}
.php#phorum .bbcode_geshi .es0 {color: #000099; font-weight: bold;}
.php#phorum .bbcode_geshi .es1 {color: #000099; font-weight: bold;}
.php#phorum .bbcode_geshi .es2 {color: #660099; font-weight: bold;}
.php#phorum .bbcode_geshi .es3 {color: #660099; font-weight: bold;}
.php#phorum .bbcode_geshi .es4 {color: #006699; font-weight: bold;}
.php#phorum .bbcode_geshi .es5 {color: #006699; font-weight: bold; font-style: italic;}
.php#phorum .bbcode_geshi .es6 {color: #009933; font-weight: bold;}
.php#phorum .bbcode_geshi .es_h {color: #000099; font-weight: bold;}
.php#phorum .bbcode_geshi .br0 {color: #009900;}
.php#phorum .bbcode_geshi .sy0 {color: #339933;}
.php#phorum .bbcode_geshi .sy1 {color: #000000; font-weight: bold;}
.php#phorum .bbcode_geshi .st0 {color: #0000ff;}
.php#phorum .bbcode_geshi .st_h {color: #0000ff;}
.php#phorum .bbcode_geshi .nu0 {color: #cc66cc;}
.php#phorum .bbcode_geshi .nu8 {color: #208080;}
.php#phorum .bbcode_geshi .nu12 {color: #208080;}
.php#phorum .bbcode_geshi .nu19 {color:#800080;}
.php#phorum .bbcode_geshi .me1 {color: #004000;}
.php#phorum .bbcode_geshi .me2 {color: #004000;}
.php#phorum .bbcode_geshi .re0 {color: #000088;}
.php#phorum .bbcode_geshi .ln-xtra, .php#phorum .bbcode_geshi li.ln-xtra, .php#phorum .bbcode_geshi div.ln-xtra {background-color: #ffc;}
.php#phorum .bbcode_geshi span.xtra { display:block; }


/* Added by module "bbcode_geshi", template "bbcode_geshi::css" */
#phorum pre.bbcode_geshi
{
    border: 1px solid #C4C6A2;
    background-color: #FEFFEC;
    padding: 1em 1em;
    overflow: auto;
}

#phorum pre.bbcode_geshi ol {
    margin-top: 0;
    margin-bottom: 0;
}

#phorum pre.bbcode_geshi .head
{
    font-size: 80%;
    float: right;
}

/* I find the underlined code links too cluttering. */
#phorum pre.bbcode_geshi a { text-decoration: none; }
#phorum pre.bbcode_geshi a:hover { text-decoration: underline; }

