﻿
body
{
    color : #000000;
    background-color : #FFFFFF;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
}

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	}

#header,
#footer,
#menu,
#navMenu,
#LeftColumn,
#RightColumn
{
    display:none;
}

#CentreColumn
{
    /* margin: 0 1%; */
}

.StatusMessage
{
    display:none;
}


/*************************************************************
   Anything that we don't want printed can have this css class
   applied to it
 **************************************************************/
.noPrint
{
    display:none;
}

/*************************************************************
    Print information, only displayed when printing
 **************************************************************/
.printInformation
{
    display:block;
    font-style:inherit;
    overflow:hidden;
    margin:5px;
}

/*************************************************************
 object commands, like "edit, deleted, etc" should be placed in
 a container with this class so they are hidden during printing.
 **************************************************************/
.ObjectCommands
{
    display:none;
}
/************* POSTS PRINTING *****************/

/* hide the nav menu */
#PostTopicEdit
{
    display:none;
}

.post
{
    display:block; 
    page-break-inside:avoid;
    border: solid thin black;
    padding:5px;
    margin:5px;
}
.post .title
{
    color:Black;
    font-weight:bold;
}

