/* Normal, standard links. */

body {
	margin: 0px 0px 0px 0px;
	background-color : #000000 ;
	color : #465675;
	}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

h4 {
	color: #FF9900; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 11px; 
	color: #FFFF00; 
	text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #FFFF00;	text-decoration: underline;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}
	

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

r { 
	/* often used in components like Akobook, and Simpleboard forum
		to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
		if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #ffffff;
	background-color: #2E354B;
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
}

.spoiler
{
	color: #2E4B3B;
	background-color: #2E354B;
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #ffffff;
	background-color: #2E354B;
	border: 1px solid black;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ffffff;
	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: #ffffff;
	background-color: #373F5A;
}
.windowbg2
{
	color: #ffffff;
	background-color: #202534;
}

.windowbg3
{
	color: #ffffff;
	/*background-color: #202534;
	background-image: url(images/bg.gif);
	*/
	background-color: #000000;

}

/* Titles - such as table headers. */
tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}

/* Titles - such as table headers. */
.titlebg
{
	font-weight: bold;
	background-color: #373F5A;
	background-image: url(images/catbg.gif);
	color: #ffffff;
}

.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #373F5A;
	background-image: url(images/catbg.gif);
	color: #ffffff;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000000;
}
.tborder
{
	border: 1px solid #000000;
}

/* Default font sizes. */
.smalltext
{
	font-size: 11px; 
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


