/* Normal, standard links. */
a:link
{
	color: #000080;
	text-decoration: underline;
}
a:visited
{
	color: #000099;
	text-decoration: underline;
}

a:hover
{
	color: #4F8CC2;
	text-decoration: underline;  
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #033F73;
	text-decoration: underline; 
}
a.nav:hover
{
	color: #3A79B0;
	text-decoration: underline; 
}

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

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000033;
	font-size: small;
	font-family: Arial, Verdana, sans-serif;
}

body
{
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: small;
	color: #010002;
	font-family: Arial, Verdana, sans-serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: small;
	font-weight: normal;
	color: #010002;
	font-family: Arial, Verdana, sans-serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #3A79B0;
	background-color: #3A79B0;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #28013E;
	background-color: #DCE9F5;
	border: 1px solid #3A79B0;
	margin: 2px;
	padding: 3px;
	font-size: small;
	width:90%;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #28013E;
	background-color: #DCE9F5;
	border: 1px solid #3A79B0;
	font-size: small;
	padding: 1px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

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

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

/* /me uses this a lot. */
.meaction
{
	color: #4F8CC2;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #2B013E;
	background-color: #F0F5FA;
	
}
.windowbg2
{
	color: #2B013E;
	background-color: #E9EFF7;
	
	
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #490764;
	font-style: normal;
	background-color: #DCE9F5;
}
.titlebg a:hover
{
	color: #033F73; background: #C4DDF3; 
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-weight: bold;
	background-color: #85ACD4;
	color: #033F73;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #033F73;
}

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

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
	font-family: arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: medium;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{  background-color: #DCE9F5;
	border: 1px solid #033F73;
}
.headerbodies
{
	border: 1px solid #033F73;
	background-color: #DCE9F5;
	background-repeat: repeat-x;
	background-position: bottom;
}

.back1
{  
	background-image: url(http://www.serverduo.com/~gentlech/images/blank.gif);
	background-repeat: repeat;
	background-color:#DCE9F5;
}

.back2
{
	background-image: url(http://www.serverduo.com/~gentlech/images/blank.gif);
	background-repeat: repeat;
	background-color:#DCE9F5;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{

background-image: url(http://www.serverduo.com/~gentlech/images/blank.gif);
background-repeat: repeat;

}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
}