/*

#
#
# YapBB, a fully functional bulletin board system
# Copyright (C) 2000/01  Arno van der Kolk
# http://yapbb.sourceforge.net/
# 
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#
#

*/

/**

<p>
  <a href="http://jigsaw.w3.org/css-validator">
    <img style="border:0;width:88px;height:31px" 
    src="http://jigsaw.w3.org/css-validator/images/vcss.gif" 
    alt="Correct CSS!">
  </a>
</p>

*/

/*=====================================================================================================================*/
/* general (default theme)                                                                                             */
/*=====================================================================================================================*/

Xinput.inp,									/* INPUT FIELDS */
Xselect.inp,
Xtextarea.inp {
	font: 8pt Tahoma;
/*	font-size: 8pt; */
	border-width: 1pt;
	border-color: #FFFFFF;
	border-style: solid;
}

input.button {								/* Submit/Reset/Normal buttons */
	font: 8pt Tahoma;
}

.thtcolor {
  COLOR: #FFFFFF;
}
#all A:active {								/* SELECTED LINK COLOR */
  COLOR: #FF0000;
}
#all A:visited {							/* VISITED LINK COLOR */
  COLOR: #666666;
}
#all A:hover {								/* LINK COLOR with the mouse cursor over it */
  COLOR: #FF0066;
}
#all A:link {								/* NORMAL LINK COLOR */
  COLOR: #FF0000;
}

#cat A:active {								/* SELECTED LINK COLOR */
  COLOR: #FF0066;
  text-decoration: none;
}
#cat A:visited {							/* VISITED LINK COLOR */
  COLOR: #666666;
  text-decoration: none;
}
#cat A:hover {								/* LINK COLOR with the mouse cursor over it */
  COLOR: #FF0066;
  text-decoration: underline;
}
#cat A:link {								/* NORMAL LINK COLOR */
  COLOR: #FF0066;
  text-decoration: none;
}

tr.alternate1 {								/* ALTERNATING COLOR 1 (light) */
	background-color: #F2EFEF;
}

tr.alternate2 {								/* ALTERNATING COLOR 2 (dark) */
	background-color: #CCCCCC;
}

.header {									/* TABLE HEADER COLOR */
/*	background-color: #113274; */
	background-color: #FF0066;
	color: #FFFFFF;
	font: bold 8pt/10pt Verdana, serif;
}

tr.headerLight {							/* TABLE HEADER COLOR (no bold font) */
	background-color: #000000; // New Thread line
	color: #FF0066;
	font: 8pt/10pt Verdana, serif;
}

tr.footer {									/* TABLE FOOTER COLOR */
	background-color: #FFFFFF;
}

table.bright {								/* Normal tables */
}

table.brightBox {							/* Normal tables with a border */
	border-style: solid;
	border-color: #FF0066;
	border-width: 1px;/* 2pt 2pt 1pt;*/
	border: 1px solid #FF0066;
}

table.dark {								/* Tables with dark back */
	background-color: #FFFFFF;
	background: #FF0066;
}

table.darkBox {								/* Tables with dark back and a border */
	//background-color: #000000;
	background-color: #FF0066;
	border-style: solid;
	//border-color: #000000;
	border-color: #FF0066;
	border-width: 1px;/* 2pt 2pt 1pt;*/
	//background-color: #000000;
	background-color: #FF0066;
	//background: #000000;
	background: #FF0066;
	//border: 1px solid #000000;
	border: 1px solid #FF0066;
}

body {										/* General body specification */
	//background-color: #F9D385;
	background-color: #FFFFFF;
	font: 10pt/12pt Arial, serif;
/*	font-size: 13pt; */
	color: #000000;
}

span.me {									/* Color for /me tag */
	color: #df040f;
}

span.you {									/* Color for [you] tag */
	color: #0000ff;
}

.smallFont {								/* SMALL FONT */
	font: 8pt/9pt Verdana, serif;
	/* fontOpen1 */
}

.normalFont, select {						/* NORMAL FONT */
	font: 10pt/12pt Arial, serif;
	/* fontOpen3 */
}

.bigFont {									/* NORMAL FONT BOLD */
	font: bold 10pt/12pt Arial, serif;
	/* fontOpen2 */
}

select.forumhopper {						/* Forum navigation selector */
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

select.forumnavigation, 					/* Topic and Post navigation selector */
select.topicnavigation,
select.postnavigation {
/*	background-color: #222299; */
	background-color: #c0c0f0;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

select.alternate1 {							/* Topic and Post navigation selector */
	background-color: #CCCCCC;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: ##FF0066;
	text-decoration: none;
}

select.alternate2 {							/* Topic and Post navigation selector */
	background-color: #CCCCCC;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: ##FF0066;
	text-decoration: none;
}

option.category {
}

option.forum {
}

option.seperator {
	text-decoration: line-through;
}

option.empty {
}

img {										/* Standard image definition: remove border (when in hyperlink) */
/*	border-style: transparant; */
	border-width: 0pt;
}

form {
	display: inline;
}


/*=====================================================================================================================*/
/* posts-list only                                                                                                     */
/*=====================================================================================================================*/

tr.quote {									/* SPECIAL QUOTE MARK UP */
	background-color: #FFFFFF;
	font-size: 8pt;
}

tr.code {									/* SPECIAL CODE MARK UP */
	background-color: #a0b0ff;
	font: 8pt/9pt Courier;
}

tr.image {
	background-color: #c0c0ff;				/* SPECIAL PICTURE MARK UP */
	font-size: 8pt;
}

td.buttonbar {								/* BUTTON BAR */
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1pt;
}

span.userNormal {							/* Color of the name of normal users */
	color: #FF0066;
	font-weight: bold;
}

span.userMod {								/* Color of the name of moderators */
	color: #FF0066;
	font-weight: bold;
}

span.userAdmin {							/* Color of the name of administrators */
	color: #FF0066;
	font-weight: bold;
}

span.userSuper {							/* Color of the name of superusers */
	color: #FF0066;
	font-weight: bold;
}

img.avatar {
	border-color: #FF0066;					/* THE BORDER AROUND AVATAR IMAGES */
	border-style: solid;
	border-width: 1pt;
	border: 1pt solid #FF0066;
	width: 60px;
	height: 60px;
}

form {
	display: inline;						/* MAKE ALL FORMS INLINE */
}


/*=====================================================================================================================*/
/* forum-list only                                                                                                     */
/*=====================================================================================================================*/

td.alternate1 {
	background-color: #F2EFEF;
}
td.alternate2 {
	background-color: #CCCCCC;
}


 <center><i>Rendered by PHP in: 0.022 sec</i></center>

