/* Header 1. color: rgb(82, 74, 24); */
h1
{
	line-height: 12pt;
	margin-bottom: 1pt;
	font-family: Georgia,Times,serif;
	font-size: medium;
	color: rgb(0, 0, 102);
	font-weight: bold;
	letter-spacing: -1pt;
}

/* Header 2. */
h2
{
	margin-bottom: 1pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: medium;
	color: rgb(255, 0, 0);
	font-style: italic;
	font-weight: bold;
}

/* Header 3. */
h3
{
	margin-bottom: 2pt;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 9pt;
	color: rgb(255, 102, 0);
}

/* Header 4 Top of Content. */
h4
{
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: rgb(255, 102, 0);
	font-weight: bold;
	margin-bottom: 3pt;
}

/* Header 5. */
h5
{
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-top: 1pt;
	margin-bottom: 3pt;
}

/* Normal, standard links. #666699 #6666CC */
a:link
{
	color: #666699;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links. #666699 #6666CC */
.navie, .navie:link, .navie:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.navie:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links - p style. #666699 #6666CC */
.pnavie
{
	margin-top: 0pt;
	margin-bottom: 3px;
	margin-left: 5px;
}

/* Personal Page body header text formatting */
.djkhdr
{
	color: rgb(0, 0, 128);
	font-size: 10pt;
	font-weight: bold;
}

/* Tournament history table text formatting */
.thistxt
{
	text-align: left;
	font-size: 9pt;
	vertical-align: bottom;
}

/* Small 8pt-Bold links. #666699 #6666CC */
.navis, .navis:link, .navis:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.navis:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Small 8pt-Bold links - p style. #666699 #6666CC */
.pnavis
{
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 12pt;
}

/* Site Map explicit standard links. #666699 #6666CC */
.navsm, .navsm:link, .navsm:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}
.navsm:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Site Map explicit standard links - p style. #666699 #6666CC */
.pnavsm
{
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 11pt;
}

/* News Release history links - p style. */
.pnews
{
	margin-top: 0pt;
	margin-bottom: 0px;
	line-height: 14pt;
	font-size: 8pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
}

/* Normal, standard links - explicit. #666699 #6666CC */
.nava, .nava:link, .nava:visited
{
	color: #666699;
	text-decoration: underline;
}
.nava:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Nav2 links - blue version of Nav1. */
.nav2, .nav2:link, .nav2:visited
{
	color: #666699;
	text-decoration: none;
}
.nav2:hover
{
	color: #999900;
	text-decoration: none;
}

/* Nav1 links - for the index page links #000066. */
.nav1, .nav1:link, .nav1:visited
{
	color: #314218;
	text-decoration: none;
}
.nav1:hover
{
	color: #999900;
	text-decoration: none;
}

/* Navs links - for the left and right edge links. */
.navs, .navs:link, .navs:visited
{
	font-weight: bold;
	color: #314218;
	text-decoration: underline;
}
.navs:hover
{
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}

/* Links Page general links. */
.navb, .navb:link, .navb:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.navb:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Links Page general links. */
.navo, .navo:link, .navo:visited
{
	color: #FF6600;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.navo:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Navst links - for the store product links. */
.navst, .navst:link, .navst:visited
{
	color: #314218;
	text-decoration: underline;
}
.navst:hover
{
	color: #999900;
	text-decoration: none;
}

/* Top page header area where the title and logo are. */
#headerarea
{
	background-color: #a0c0d9;
	border-bottom: 1px solid gray;
}

/* This is the main body where all the content goes. */
#bodyarea
{
	margin: 4px;
}

/* And this is the bottom, where the copyright and links go. */
#footerarea
{
	border-top: 1px solid gray;
	margin: 4px;
}
#footerarea a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
#footerarea a:hover
{
	color: #999900;
	text-decoration: none;
}

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

/* By default (td, body..) use Times in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Times,serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #a0c0d9;
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Picture descriptions for picture pages. */
.pictxtarea
{
	text-align: center;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

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

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

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #330066;
	font-style: normal;
	background-color: #FFFF99;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(../images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(../images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #FFFF66;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: silver;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFCC;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: medium;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #FFFF99;
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* Header bar links. */
.hbar, .hbar:link, .hbar:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}
.hbar:hover
{
	color: #999900;
	text-decoration: underline;
}
