
/**
 * Kelare
 * ---------------------------------------------------------------------------
 * Copyright, Akretio SPRL.  All Rights Reserved.
 *
 * This file is part of the Kelare project and can not be distributed or
 * used in any application without prior consent of Akretio SPRL.
 * Contact us for any information or authorisation.
 */

body
{
  background-color: white;
  margin: 5px 5px 5px 5px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

img
{
  border: 0px;
}


/* News */

.newsprinttitle
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
  font-size: 16px;
}

.newsprintmessage
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
}

/* Articles */

.articleprinttitle
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
  font-size: 16px;
}

.articleprintmessagetext
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
}

.articlepagetitle
{
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}


/* Forum */


.forumprinttitle
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
  font-size: 16px;
}

.forumprintmessage
{
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px;
}

.forumprintmessageinfo
{
  border-bottom: 1px dotted black;
  padding: 2px 2px 2px 2px;
  font-size: 10px;
}

.forumprintmessagetext
{
  padding: 2px 2px 2px 2px;
  font-size: 14px;
}


.bbquote
{
  border: 1px dotted black;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
}

div.bbquotetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px dotted black;
}

.bbcodecode
{
  font-family: courier;
  border: 1px dotted black;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  border-left: 5px solid black;
  margin-right: 10px;
}

div.bbcodetitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px dotted black;
}

.bbwhisper
{
  border: 1px dotted black;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
}

.bbwhispertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px dotted black;
}

.bbwhispertext
{
  padding: 5px 5px 5px 5px;
}

div.bbspoiler
{
  border: 1px dotted black;
  border-left: 5px solid black;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 5px 5px 5px;
}

div.bbspoilertitle
{
  font-size: 9px;
  font-weight: bold;
  border-bottom: 1px dotted black;
}

