/* Normal, standard links. */

{
	padding-top: 0;
	margin-top: 0;
}


a:link, a:visited

{

	color: #181818;

	background-color: transparent;

	text-decoration: none;

}

a:hover

{

	color: #181818;

	background-color: transparent;

	text-decoration: none;

}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited

{

	color: #181818;

	background-color: transparent;

	text-decoration: none;

}

a.nav:hover

{

	font-weight: bold;

	color: #181818;

	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
{
	padding-top: 0;  padding-bottom: 0;
	margin-top: 0;   margin-bottom: 0;
	color: #181818;
	background-color: #6F8BA8;
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
}



td

{

	color: #181818;

	font-size: x-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: #181818;

	border: 1px solid black;

	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: #181818;

	font-family: verdana, arial, helvetica, sans-serif;

	background-color: #FFFFFF;

}



/* Standard horizontal rule.. */

hr

{

	color: #000;

	background-color: transparent;

}

/* A more colorful hr.. */

.hrcolor

{

	height: 1px;

	border: 0;

	color: #000;

	background-color: #000;

}



/* A quote, perhaps from another post. */

.quote

{

	color: #181818;

	background-color: #E9EDF1;

	border: 1px solid black;

	margin: 3px;

	padding: 3px;

	font-size: x-small;

}



/* A code block - maybe even PHP ;). */

.code

{

	color: #181818;

	background-color: #E9EDF1;

	border: 1px solid black;

	margin: 3px;

	padding: 3px;

	font-size: x-small;

}



/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

	color: #181818;

	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: 100%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: yellow;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds... */

.windowbg

{

	color: #181818;

	background-color: #FFFFFF;

}

.windowbg2

{

	color: #181818;

	background-color: #F8F8F8;

}



.windowbg3
{

	color: #181818;
	background-color: #E9EDF2;
} 

.body_bg
{

	color: #181818;
	background-color: #E9EDF2;
	background-image: url(images/body_bg.gif);
}


/* Titles - such as table headers. */

tr.titlebg td, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	font-style: normal;

	color: #181818;

}



/* Titles - such as table headers. */

.titlebg

{

	font-weight: bold;

	background-color: #FFFFFF;

	background-image: url(images/catbg.gif);

	color: #181818;

}



.titlebg a:hover

{

	color: #181818;

	text-decoration: underline;

}



/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/catbg.gif);
	color: #181818;
}

.catbg3
{
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/catbg.gif);
	color: #181818;
}
.titlebg2
{
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/catbg.gif);
	color: #181818;
}

/* The borders around things. */

.bordercolor

{

	background-color: #181818;

}

.tborder

{

	border: 1px solid #181818;

}



/* Default font sizes. */

.smalltext

{

	font-size: x-small;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}

/* the today container in calendar */
.calendar_today
{
	background-color: #E9EDF2;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #ffffff;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #E9EDF2;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}