/* Normal, standard links. */
a:link, a:visited {
	color: #E7E7B6;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #C8AF77;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #C8AF77; //#84C9E7;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover {
	color: #E7E7B6;
	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: #009CFF;
	background-color: #133F54;
	background-image: url('images/bg.png');
	background-attachment: fixed;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
  margin: 1px;
  padding: 30px 4px 30px 4px;

}

html*body {

  background-repeat: repeat-x;
} 

td {
	color: #00C7C7; //#C8AF77; 
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {

  font-size: 16px;
}

.menubg {
  
	background-color: #133F54;
	
}

/* 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;
	
}

/* 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: #9999DD;
	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;
	border: 1px solid #022538;

}

/* 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: #2D5A70; //#5D89A1; 
	border: 1px solid #043F60;
}

.windowbg2 {
	color: #F1EFEF;
	background-color: #002E43; //#113D52; 
	border: 1px solid #355161; 
	 
}

.windowbg3 {
	color: #F1EFEF;
/*	background-image: url('images/main_bg.jpg');*/
	background-color: #011C2B;

}


.windowbg4 {

  background-image: url('images/t_22.gif');
	
}

.windowbg5 {
	color: #F1EFEF;
/*  background-color: #011C2B;*/
  background-image: url('images/main_bg.jpg');
}

/* Titles - such as table headers. */

tr.titlebg td {

	font-size: small;
	color: #84C9E7;
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
}

/* Titles - such as table headers. */

.titlebg {
	font-weight: bold;
	background-color: #022538;
	background-image: url(images/strip.gif);
	color: #84C9E7; 
	background-repeat: repeat-x;
	border: 1px solid #022538;
	padding: 10px;
  
}

.titlebg a:link, .titlebg a:visited {
  background-color: transparent;
	color: #84C9E7;
}

.titlebg a:hover {
	color: #2DC8E1;
	
}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	
	color: #000017;
	font-style: normal;
	text-decoration: underline;


}

/*This is only for the bottom of the calendar*/
.titlebg3 {
	background-image: url("images/subnav.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/catbg.gif');
	height: 29px;
	color: #F1EFEF;
	padding-left: 10px;
	padding-right: 10px;

}

.catbg2 , tr.catbg2 td {

	background-color: transparent;
	height: 29px;
	color: #F1EFEF;
	padding:0px;

}

.catbg3 , tr.catbg3 td {


	background-image: url('images/cap_mid.gif');
	height: 29px;
	color: #F1EFEF;
	padding: 0px;

}

/*Not being used on this theme.*/
/*
.catbg4, tr.catbg4 td {

	background-image: url('images/');

	
}*/

.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: #002E43; //#113D52;
	
}
.tborder {
	border-width: 1px;
	border-style: inset solid;
	border-color: #00002E;
}

/* 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-image: url('images/t_22.1.gif');  
}

/* Image border fix */
img {
	border: 0;
}