/*Just links*/
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Give this place a body to go with the head and feet */
body, td, th , tr
{
	color: #000000;
	font-size: normal;
	font-family: serif, times;
}

/* The main body of the entire forum. */
body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: serif, times;
}
input, button
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: serif, times;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Mkae the select box smaller */
select
{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	font-family: serif, times;
}

/* Make some rulez look stylish */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* Screw image borders they suck */
a img
{
	border: 0;
}

/* Change the backgrounds for some definition */
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}

.titlebg
{
	color: black;
	font-style: normal;
	background: #E9F0F6;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but where we dont need bold */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

.catbg , tr.catbg td
{
	background: #88A6C0;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg
{
	border-bottom: solid 1px #375576;
}
.catbg
{
	font-weight: bold;
}