/*
  Created for diablerie.org
*/


 /* General page style. */
body {
	background-color: #000000;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;  <!-- general page font links -->


}
a:link,a:active,a:visited {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #999999; <!-- More menubar color -->

	font-weight: bold;
}
a:hover		{
	text-decoration: underline;
	color : #ffffff;
/*	font-weight: bold; */
}
hr	{ height: 0px; border: solid #888BC8 0px; border-top-width: 1px;}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #999999;
}
.overline	{
			font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: underline overline; color : #999999;
}


/* General text */
.gen { font-size : 12px; } <!-- General font on all pages -->
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { }
a.gen,a.genmed,a.gensmall { color: #999999; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #999999; text-decoration: underline; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #C1C0A9;
	background-color: #110b45; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #909090; line-height: 125%;
	background-color: #999999; border: #8E8E8F; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #C51616; text-decoration: underline;}

}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;

}

input { text-indent : 2px; }

/* The buttons used for styling in message post */
input.button {
	background-color : #303030;
	color : #999999;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.gentiny {
	font-size: 9px; font-weight: normal; color: #999999;
}
.colourbolded {
	font-weight: bold;
	color: #999999;
}
.colourboldeditalic {
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.sheet_button {
	background-color: #825455;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	cursor: hand;
}
.titleital {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.titled_listing {
	font-size: 10px;
	font-weight: bold;
	color: #00A2C4;
}
.heading {
	font-size:20px;
	color:#999999;
	font-variant:small-caps;
}
.page_heading {
	font-size:18px;
	color:#999999;
	border-bottom:1px solid #AAAAAA;
}
.page_subheading {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
.tab_border {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

