/* Normal, standard links. */
a: 
{color: #ffffff;}
a:link
{
	color: #000000;
	text-decoration: none;
	
}
a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav,
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
.nav:link,
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
.nav:visited
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: #B0D1BA;
	background-color: transparent;
	text-decoration: none;
}

/* Tables should show empty cells too. */
table
{  
		 empty-cells: show;
	}


/* By default (td, body..) use Verdana in black. */
body
{
	color: #ffffff;
	font-size: 12pt;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #317329;
}
td
{
	color: #000000;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.headertext  { color: #ffffff; }
.headertext:link  { color: #ffffff; }
.headertext:visited  { color: #ffffff; }
.headertext:hover  { color: #B0D1BA; }
.headertext2, .headertext2:link  .headertext2:visited  { font-size: 10pt; color: #ffffff; }
.headertext2:hover  { font-size: 10pt; color: #ffffff; }
.todaybd { font-size: 8pt; color: blue; font-weight: bold; }
.todaybd:link { font-size: 8tp; color: blue; font-weight: bold; }
.todaybd:visited { font-size: 8pt; color: blue; font-weight: bold; }
.birth, .birth:visited, .birth:link
{ font-size: 8pt; color: #000000; }
.birth:hover { font-size: 8pt; color: #000000; }
.headertext:hover  { font-size: 8pt; color: #B0D1BA; font-weight: bold; }
.forumheadera { color: #ffffff; }
.forumheadera:hover  { color: #ffffff; }
.forumheadera:link  { color: #ffffff; }
.forumheadera:visited  { color: #ffffff; }
.forumheader, .forumheader:link, .forumheader:visited  { color: #ffffff; font-weight: bold; }
.forumheader:hover { color: #B0D1BA; font-weight: bold; }
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #DCECE1;
	}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #A6CAB1;
}

/* Standard horizontal rule.. */
hr
{
	color: #4A8F5F;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #4A8F5F;
	background-color: #4A8F5F;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #BEDAC3;
	border: 1px solid #317329;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
	font-weight: bold;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #DCECE1;
}
.windowbg2
{
	color: #000000;
	background-color: #AFD5BB;
}

/* Titles - such as table headers. */
.titlebg,
{
	color: #ffffff;
	background-color: #236B25;
}
tr.titlebg td
{
	color: #ffffff;
	background-color: #236B25;
}
.titlebg a:link
{
	color: #ffffff;
	background-color: #236B25;
}
.titlebg a:visited
{
	color: #ffffff;
	background-color: #236B25;
}
.titlebg a:hover
{
	color: #B0D1BA;
	background-color: #236B25;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg:visited, .catbg:link
{
	font-weight: bold;
	font-size: 9pt;
	background-color: #C8E4CA;
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	
	background-color: #236B25;
}
.tborder
{
	border: 1px solid #317329;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
	}