/* Infernowolf.com Stylesheet */

.menustyle
{
	background-color: #3b763b;
	border: 1px;
	border-style: solid;
	border-color: #838383;
}
.menuitem
{
	background-color: #3b763b;
	color: #FFDA28;
	font-family: verdana;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #838383;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
.mouseover
{
	background-color: #3165B5;
	color: #FFDA28;
	font-family: verdana;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #838383;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

BODY
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	color: #996600;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: black;
}

H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: #33cc33;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4
{
	font-weight: 500;
	font-size: 1.33em;
	word-spacing: normal;
	text-transform: none;
	color: #33cc33;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	

HR	
{
	color: #663333;
}

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: #0099cc;
	text-decoration: none;
}	
		
A:visited
{
	color: #0099cc;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#0099cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#00C86D;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

A.Header
{
	color: #E18324;
}

A.Header:link
{
	color: Goldenrod;
}

A.Header:active
{
	color: Goldenrod;
}

A.Header:visited
{
	color: Goldenrod;
}

A.Header:hover
{
	color: #00C86D;
	text-decoration: underline;
}

A.StandOut
{
	color: indianred;
}

A.StandOut:link
{
	color: indianred;
}

A.StandOut:active
{
	color: indianred;
}

A.StandOut:visited
{
	color: indianred;
}

A.StandOut:hover
{
	color: #00C86D;
	text-decoration: underline;
}

/* Page Title */
.HeaderTitle
{
	font-weight: bold;
	font-size: large;
	color: #8AB300;
	font-family: 'Courier New';
	text-decoration: underline overline;
}

/* Headings */
.Important
{
	font-weight: bold;
	color: goldenrod;
}

.ImportantEnough
{
	color: GoldenRod;
}

/* Error Message */
.DateTime
{
	color: limegreen;
}


/* Success Message #1 */
.MSG_Success1
{
	color: #00CC00;
}

/* Error Message */
.MSG_Error1
{
	color: lime;
}
/* Error Message #2 */
.MSG_Error2
{
	color: Firebrick;
}

/***************************************/
/**** Message Board Styles *************/
/***************************************/

.Forum_MSG_Error
{
	color: lime;
}

.Forum_Table
{
 border-color:  silver;
}

.Forum_Header
{
	font-weight: bold;
	color: #ff9933;
	font-variant: small-caps;
}

.Forum_Message_bgColor1
{
	background-color: #383838;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}
.Forum_Message_bgColor2
{
	background-color: #444444;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}

.Forum_Message_MsgBorders
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}
.Forum_Message_bgColorInfo
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	background-color: black;
	border-right-color: gray;
}

.Forum_Messages
{
	color: green;
	font-family: 'Times New Roman';
}

.Forum_Message_Author
{
	font-weight: bold;
	color: forestgreen;
}

.Forum_Message_Designation
{
	color: darkcyan;
	font-style: italic;
}

.Forum_Message_Posted
{
	color: #cc9933;
}

.Forum_Message_Modified
{
	color: #cc9933;
}

.Forum_A:link
{
	font-weight: bold;
	color: lime;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:visited
{
	font-weight: bold;
	color: lime;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:active
{
	font-weight: bold;
	color: aqua;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:hover
{
	font-weight: bold;
	color: fuchsia;
	font-variant: small-caps;
	text-decoration: underline;
}

/***************************************/

