/*********************************************************************************************************
 This code is part of the Simple Forum software (www.gerd-tentler.de/tools/forum), copyright by
 Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or
 redistributing it over the Internet or in any other medium. In all cases copyright must remain intact.
*********************************************************************************************************/


.forum P, .forum DIV, .forum SPAN, .forum TD, .forum TH, .forum UL, .forum OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}
.forum DIV, .forum PRE {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 6px;
}
.forum A, .forum A:active, .forum A:visited {
  color: #0000D0;
  text-decoration: none;
}
.forum A:hover {
  color: #FF0000;
  text-decoration: underline;
}
.forum .cssLink1, .forum .cssLink1:active, .forum .cssLink1:visited {
  color: #000080;
  text-decoration: none;
}
.forum .cssLink1:hover {
  color: #0000FF;
  text-decoration: underline;
}
.forum .cssLink2, .forum .cssLink2:active,  .forum .cssLink2:visited {
  color: #80A0C0;
  text-decoration: underline;
}
.forum .cssLink2:hover {
  color: #6080A0;
  text-decoration: underline;
}
.forum .cssLink3, .forum .cssLink3:active,  .forum .cssLink3:visited {
	color: #03F;
	text-decoration: none;
}
.forum .cssLink3:hover {
	color: #03F;
	text-decoration: underline;
}
.forum .cssDetails {
  color: #80A0C0;
}
.forum .cssCurThread {
  font-weight: bold;
  color: #0000FF;
}
.forum .cssDate {
  color: #FF6666;
}
.forum .cssTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #B0D0F0;
  border: 2px outset #FFFFFF;
}
.forum .cssSmall {
  font-size: 10px;
  color: #A0A0A0;
}
.forum .cssContent {
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #A0B0C0;
}
.forum .cssForm {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
}
.forum .cssThreads {
  text-align: left;
  background-color: #F0F8FF;
  border: 1px solid #A0B0C0;
  overflow: auto;
}
.forum .cssNavigation {
	text-align: center;
	font-weight: bold;
	color: #e37e11;
}
.forum .cssError {
  text-align: center;
  font-weight: bold;
  color: #D00000;
  background-color: #FFF0E0;
  border: 1px solid #C0B0A0;
}
.forum .cssCode {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
  color: #00A000;
  background-color: #E0FFE0;
  border: 1px solid #C0E0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.forum .cssQuote {
  color: #808080;
  background-color: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.forum .titreForum {
	text-align: center;
	font-weight: bold;
	color: #03F;
	font-size: 14px;
	border: 1px solid #CCC;
}
