/*
*
*    Department of Engineering Tutorials Stylesheet
*
*    Written By Snowdog [11/21/01]
*
/*



/*                                 
=================================
BASIC BODY COPY AND LINKS
=================================
*/

body
{
	font-family:	Garamond, Times, serif;
	color:		white;
	background-color:	black;
        margin:             2em;
}

a:link,
a:active
{
	text-decoration:	none;
	color:		#FFCC33;
	background:		transparent;
}

a:visited
{
	text-decoration:	none;
	color:			#FFFFCC;
	background:		transparent;
}

a:hover
{
	text-decoration:	none;
	color:			black;
	background:		yellow;

}


/*
==================================
PARAGRAPH COPY
==================================
*/

p{
   	text-indent: 		0em;
	margin-right:		1em;
	margin-left:		1em;
	margin-top: 		.5em;
	margin-bottom: 		.5em;
}




/*
==================================
HEADINGS AND SPECIAL NOTATIONS
==================================
*/


h1
{	
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		200%;
	font-weight:		bold;
	border: 		solid; 
	border-width: 		thin; 
	width: 			100%;
	padding: 		0.2em;
        background-color:       #222222;
	border-color: 		#EB8500;
	color:			white;
}

h2,h3
{
	
	text-transform: 	uppercase;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		120%;
	font-weight:		normal;
	border-top:		none;
	border-right:		none;
	border-left:		solid;
	border-bottom: 		solid; 
	border-width: 		thin; 
	width: 			100%;
	padding-top:		0.3em;
	padding-left: 		0.2em;
	padding-bottom:		0.2em;
	border-color: 		#EB8500;
	color:			#EB8500;
	margin-top: 		1em;
}

/*
================================
TABLE CLASSES
================================
*/
tr.heading
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		100%;
	font-weight:		bold;
	border:			none 
	width: 			100%;
	padding:		0.5em;
	color:			white;
	background:		#333333;

}

td.type1
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		80%;
	font-weight:		normal;
	border:			none 
	width: 			100%;
	padding:		0.5em;
	color:			white;
	background:		black;
}

td.type2
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 		80%;
	font-weight:		normal;
	border:			none 
	width: 			100%;
	padding:		0.5em;
	color:			white;
	background:		#333333;
}

/*
================================
DIV CLASSES
================================
*/

/* <DIV class="note"> used for highlighting special features */
div.note
{
	width: 			auto;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		85%;
	font-style: 		italic;
	color:			yellow;
	padding:		0.4em;
	background: 		black;
    	padding: 		0.5em;
	border:			dashed;
    	border-width: 		thin;
	border-color:		yellow;
}

/* <DIV class="settings"> used for entity keys value pairs etc */
div.settings
{

	margin-right:		2em;
	margin-left:		2em;
	margin-top: 		1em;
	margin-bottom: 		1em;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		85%;
	color:			silver;
	padding:		1em;
	background: 		transparent;
    	padding: 		0.5em;
	border:			solid;
    	border-width: 		thin;
	border-color:		white;

}

/* <DIV class="byline"> Used for the writers contact info or data */
div.byline
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		75%;
	color:			white;
	text-align:		right;
	padding:		.5em;
	border:			solid;
	border-width:		thin;
	border-color:		white;
	background-color:	#333333;
	
}

pre 
{ 
	font-size:		75%;
	font-family: 		monospace;
	color:			silver;
}



/*
========================================
BASIC TEXT COLORIZATIONS
========================================
*/

font.text-red
{
	color:			red;
}

font.text-yellow
{
	color:			yellow;
}

font.text-orange
{
	color:			orange;	
}

font.text-silver		
{
	color:			silver;
}

font.text-gray		
{
	color:			gray;
}

font.text-black		
{
	color:			black;
}
