/* Normal, standard links. */
a:link, a:visited
{
	color: #2DC8E1;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #F3F7F9;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #2DC8E1;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: #F3F7F9;
	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: #3939AA;
	background-image: url('images/bkgd.png');
	background-attachment: fixed;
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
  margin: 1px;
  padding: 20px 4px 20px 4px;
/*  padding-left: 60px;
  padding-right: 60px;*/
}

html*body {
  	background-repeat: repeat-x;
} 

td
{
	color: #BABCCC;
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea
{
	font-size: 9pt;
	color: #3939AA;
	border: 1px solid #022538;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E0EFFF;
}

/* 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). */
input, select, button
{
	font-size: 8pt;
	font-weight: normal;
	color: #7A7E81;
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-color: #F3F7F9;*/
}

/* Standard horizontal rule.. */
hr
{
	color: #F3F7F9;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #7A7E81;
	background-color: #F3F7F9;
}

/* A quote, perhaps from another post. */
.quote

{

	color: #000000;

	background-color: #99AAFF;

	border: 1px solid #95a0b9;

	margin: 1px;

	padding: 1px;

	font-size: 11px;

	line-height: 1.4em;

}

/* A code block - maybe even PHP ;). */

.code

{

	color: #F1EFEF;

	background-color: #222222;

	font-family: "courier new", "times new roman", monospace;

	font-size: 11px;

	line-height: 1.3em;

	/* Put a nice border around it. */

	border: 1px solid #95a0b9;

	margin: 1px auto 1px auto;

	padding: 1px;

	width: 99%;

	/* Don't wrap its contents, and show scrollbars. */

	white-space: nowrap;

	overflow: auto;

	/* Stop after about 24 lines, and just show a scrollbar. */

	max-height: 24em;

}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	color: #4E8EC0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* the today container in calendar */

.calendar_today {

	background-color: #066295;

}

/* Generally, those [?] icons. */

.help {
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */

.meaction {
	color: #5B7F8F;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */

.editor {
	width: 90%;
}

/* Highlighted text - such as search results. */

.highlight {
	background-color: #3939AA;
	font-weight: bold;
	color: #F3F7F9;
}

/* Alternating backgrounds... */

.windowbg {
	color: #F1EFEF;
	background-color: #022538;
}

.windowbg2 {
	color: #F1EFEF;
	background-color: #044367; //#BECADC;
}

.windowbg3 {
	color: #F1EFEF;
	background-color: #066295;
}

/* Titles - such as table headers. */

tr.titlebg td, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	font-style: normal;
	color: #53C051;
	background-image: url("images/middle.gif");
	background-repeat: repeat-x;
}

/* Titles - such as table headers. */

.titlebg {
	font-weight: bold;
	background-color: #364363;
	background-image: url(images/strip.gif);
	color: #53C051;
	background-repeat: repeat-x;
	border-bottom: solid 1px #066295;
	border-top: 1px solid #022538;
	padding-left: 10px;
  padding-right: 10px;
}

.titlebg a:hover {
	color: #2DC8E1;
	/*text-decoration: underline;*/
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{
	
	color: white;
	font-style: normal;
	text-decoration: underline;


}

/*This is only for the bottom of the calendar*/
.titlebg3 {
	background-image: url("images/middle.gif");
	background-repeat: repeat-x;
}

/* This is used for categories, page indexes, and several other areas in the forum.

.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/

.catbg , tr.catbg td  

{

	background-color: transparent;
	background-image: url('images/middle.gif');
	height: 27px;
	color: #F1EFEF;
	padding-left: 10px;
	padding-right: 10px;

}

.catbg2 , tr.catbg2 td {

	background-color: #f3f4f6;
	/*background-image: url('images/middle.gif');*/
	height: 27px;
	color: #F1EFEF;
	padding:0px;

}

.catbg3 , tr.catbg3 td {

	background-color: #f3f4f6;
	background-image: url('images/middle.gif');
	height: 27px;
	color: #F1EFEF;
	padding: 0px;

}

.catbg, .catbg2, .catbg3 {

  border-top: 0px solid #afbbc7;
	border-right: 0px solid #afbbc7;
	border-left: 0px solid #afbbc7;
	border-bottom: solid 0px #2c6ec0;
	background-repeat: repeat-x;

}

.catbg, .catbg2 {

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {

	font-size: 10pt;
	color: #F1EFEF;
	text-decoration: none;

}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {

	color: #F1EFEF;
	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {

	color: #2DC8E1;

}
/* The borders around things. */
.bordercolor
{
	background-color: #022538;
}
.tborder
{
	border: 1px solid #022538;
	background-color: #066295;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	background-color: #066295; 
}

/* Image border fix */
img
{
	border: 0;
}