/* Red Aqua Theme by Andrea Hubacher */

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	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: #FFFFFF;
	background-color: #ffffff0;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

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: #ffffff;
}

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

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

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #f0f0f0;
	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;
}

/* 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: 960px;
}

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

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

/* Top logo bar with forum title and smflogo */
.logobg, .logobg td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/logobg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	border-bottom: 1px solid #330000;
}
.logobg a:link, .logobg a:visited, .logobg a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Top menu bar with home, login, logout etc. */
.menubg
{
	color: #ffffff;
	background-color: #ffffff0;
}
/* Forum Navigation Links (Menu Buttons and Page Number Links) */
.forum_nav
{
	color: #000000;
	background-color: #FFFFFF;
}
tr.forum_nav td
{
	color: #000000;
	background-color: #FFFFFF;
}


/* category headers. */
.catbg, .catbg2
{
	font-weight: bold;
	color: #ffffff;
		  background-image: url(images/titlebg.gif);
		  background-repeat: repeat-x;
	text-decoration:none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.catbg a:hover, .catbg2 a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}


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

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.copyright
{
	background-color: #ffffff0;
	color: #FFFFFF;
	font-size: x-small;
}
.copyright td
{
	color: #FFFFFF;
	font-size: x-small;
}
.copyright a:link, .copyright a:visited, .copyright a:hover
{	color: #FFFFFF;
	text-decoration: underline;
}
.titlebg
{
		  font-weight: bold;
		  font-style: normal;
		  color: #ffffff;
		  background-color: #ffffff0;
		  border-top: 1px solid #ffffff0;
		  border-bottom: 1px solid #ffffff0;
		  background-image: url(images/titlebg.gif);
		  background-repeat: repeat-x;
		  white-space: nowrap;

}
tr.titlebg td
{
		  font-weight: bold;
		  font-style: normal;
		  color: #ffffff;
		  background-color: transparent;
		  white-space: nowrap;
}
.titlebg a:link, .titlebg a:visited
{
		  font-weight: bold;
		  font-style: normal;
		  color: #ffffff;
		  background-color: transparent;
}
.titlebg a:hover
{
		  color: #ffffff;
		  text-decoration: underline;
}

/* Copyright tag at the bottom of the page */
.copyright, .copyright td
{
	background-color: transparent;
	color: #000000;
	font-size: x-small;
}
.copyright a:link, .copyright a:visited, .copyright a:hover
{	color: #000000;
	text-decoration: underline;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: #B60000;
	border: 1px solid #999999;
	background-image: url(images/headertitlesbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.headertitles2
{
	background-color: #ffffff;
	border: 1px solid #999999;
	background-image: url(images/headertitlesbg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.headerbodies
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	color: white;
	background-color: transparent;
	border-bottom: 1px solid #ffffff0;
	width:960px;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #FFFFFF;
	left: 30px;
	right: 30px;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: white;
	background-color: transparent;
	border-top: 1px solid #ffffff;
}
