/* Normal, standard links. */
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #FFB903;
	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, td
{
	color: #000000;
	font-size: 13px;
	font-family: 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: Arial, Helvetica, sans-serif;
	background-color: #CEB584;
}

/* 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: Arial, Helvetica, sans-serif;
	background-color: #CEB584;
}

/* Standard horizontal rule.. */
hr
{
	color: #A57E41;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #A57E41;
	background-color: #A57E41;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: small;
}

.poll
{
	font-size: 10px; font-family: Arial; background-color: dimgray; color: red;
}


/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* 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     {background-color: #A57E41; border-color: #FFA800 #2D1C00 #2D1C00 #FFA800; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.windowbg2    {background-color: #CEB584; border-color: #E29500 #623C00 #623C00 #E29500; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.windowbg3    {background-color: #A57E41; border-color: #F9C86A #CC9900 #CC9900 #F9C86A; border-style:outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.catbg        {background-color: #A57E41; border-color: #DC8700 #6A4600 #6A4600 #DC8700; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.text1        {font-style: normal; font-weight: bold; font-size: 13px; color: #000000;}
.oldcatbg     {background-color: #FF00FF; color: #E4D3A9; font-weight: bold; font-size: 13px;; border: 1px #666666 solid}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
   background-color: #A57E41; 
   border-color: #FFFFFF #000000 #000000 #FFFFFF; 
   border-style: outset; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px
}

.titlebg a:link, .titlebg a:visited
{
   background-color: #A57E41; 
   border-style: none; 
}

.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The borders around things. */
.bordercolor  
{
	background-color: #000000;
}
.tborder
{
	border: 1px solid #A57E41;
}

/* Default font sizes. */
.smalltext
{
	font-size: 10px;
}
.normaltext
{
	font-size: 13px;
}
.largetext
{
	font-size: 16px;
}
