/* Normal, standard links. */
a:link, a:visited
{
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #a4c639;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #a4c639;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use Verdana in black. */
body
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0	
}

td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}


/* 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: #EEEEEE;
}

/* 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: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #EEEEEE;
}

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

/* Still more colorful and larger horizontal hr.. */
.hrRFG
{
	height: 2px;
	border: 0;
	color: #a4c639;
	background-color: #a4c639;
}


/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #CC6666;
	border: 1px solid #cc3333;
	margin: 2px;
	padding: 5px;
	font-size: 9pt;
}

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

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

.quoteheader a:link, .quoteheader a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

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

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

/* 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, .windowbg3
{
	color: #000000;
	background-color: #EFEFEF;
}
.windowbg2
{
	color: #000000;
	background-color: #EEEEEE;
}

/*Message Control... Hey, Bob, you have 2...*/
.fmessage
{
	font-style: normal;
	color: #a4c639;
	background-color: #EEEEEE;
}

/*Message Control*/.fmessage, .fmessage a:link, .fmessage a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ECECEC;
	background-color: transparent;
}
.fmessage a:hover
{
	font-weight:bold;
	font-style: normal;
	color: #a4c639;
	background-color: transparent;
} 
/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #eeeeee;
	background-color: #a4c639;
}
.titlebg a:hover,.titlebg2 a:hover
{
	color: #ffffff; 
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #FEFEFE;
	color: #000000;
}

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

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

/* No image should have a border when linked */
a img{
	border: 0;
}

/*Headline Text Control*/
.headline, .headline a:link, .headline a:visited
{
	font-size: 14pt;
	font-weight: bold;
	color: #a4c639;
}

.headline a:hover
{
	color: #BBBBBB;		
}

/* Current Navigation Selected*/
.navbg, tr.navbg td, .navbg a:link, .navbg a:visited, .navbg a:hover
{
	font-weight: bold;
	font-style: normal;
	color: #a4c639;
	background-color: #EFEFEF;
}

/* Navigation Background on Toggle*/
.navbg2, tr.navbg2 td, .navbg2 a:link, .navbg2 a:visited, .navbg2 a:hover
{
	font-weight: bold;
	font-style: normal;
	color: #a4c639;
	background-color: #EEEEEE;
}

/* For the left bar*/
.leftbar
{
	background-color: #EFEFEF;
}

.bodybg
{
	background-color: #FFFFFF;
}

.lightredbg
{
	background-color: #CC9999;
}

/* The background for the top. */
.topbg
{
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}

/* No Images Exist*/
.noimages
{
	font-weight: bold;
	font-style: normal;
	color: #AAAAAA;
	background-color: #EFEFEF;
}

.yesimg
{
	font-weight: bold;
	color: #009900; 
}

.noimg
{
	font-weight: bold;
	color: #993300;
}

table.warning
{
	border-style: dashed;
	border-color: #666666
}

/* Track Banner background */
.track
{
	background-color: #000000;
}

/* Dropdown Menu Controls */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
}

/* For Profile Links */
a.windowbg2:link {color: #000000; text-decoration: none; }
a.windowbg2:visited  {color: #000000; text-decoration: none; }
a.windowbg2:hover  {color: #a4c639; text-decoration: none; }
