img {
	border: 0px;
}

/* Normal, standard links. */
a:link
{
	color: #273A81;
	text-decoration: underline;
}
a:visited
{
	color: #273A81;
	text-decoration: underline;
}

a:hover
{
	color: #6170AA;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #273A81;
	text-decoration: none;
}
a.nav:hover
{
	color: #6170AA;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #09102F;
	font-size: 9pt;
	font-family: Tahoma, arial, helvetica, serif;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color:#F1F2F8;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000200;
	font-family: Tahoma, arial, helvetica, 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: 8pt;
	font-weight: normal;
	color: #000200;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #1E2F6F;
	background-color: #182864;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #081134;
	background-color: #C6CBDF;
	border: 1px solid #182864;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
	width:90%;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #081134;
	background-color: #C6CBDF;
	border: 1px solid #182864;
	font-size: 8pt;
	padding: 1px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #081134;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #2641B9;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #EE7586;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #020820;
	background-color: #D1D5E4;
}
.windowbg2
{
	color: #020820;
	background-color: #B2B9D3;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	background-image: url(images/blue/menu.jpg);
	background-repeat: repeat;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	font-weight: bold;
	background-image: url(images/blue/menu2.jpg);
	background-repeat: repeat;
}

/* The borders around things. */
.bordercolor
{
	background-color: #253472;
	border: 4px solid #253472;
}
.tborder
{
	border: 4px solid #253472;
	background-color: #253472;
}

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

.box
{
	border: 4px solid #253472;
	padding: 0px;
	margin: 0px;
}

.menu
{
	border-top: 1px solid #253472;
	margin: 0px;
	padding: 0px;
}

.menu a:link
{
	color: #0A1857;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.menu a:visited
{
	color: #0A1857;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.menu a:hover
{
	color: #D6DCF3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.opt a:link
{
	color: #0A1A57;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.opt a:visited
{
	color: #0A1A57;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.opt a:hover
{
	color: #57659F;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.titlebg a:link, .titlebg a:visited
{
	color: #0A1A57;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.titlebg a:hover
{
	color: #D6DBF3;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	color: #0A1A57;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #7D8ABC;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.back2
{
	background-color:#F1F2F8;
}

.calendar2
{
	height: 96px;
	border: 2px outset;
	color: #0E183D;
	background-color: #C0C6E1;
}

.calendar
{
	height: 100px;
	padding: 2px;
	color: #0E183D;
	background-color: #F5F6F8;
}

/* 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;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}