@charset "utf-8";
@import "base.css";
/****************************************************************
Onyx Theme Style Sheet

Copyright &copy; 2005-2009 by James E. Pettis

August 11, 2009
****************************************************************/


/****************************************************************************
Color Analysis

Target:  separation of
	visited link color (#991100)
	and highlight color (#770044)

Alterations to Default Background
	HSL
	Luminance "upped" so that average color value is 232

	Resulting Average Color:	232, 232, 232		#E8E8E8

Colors			+ Sat.			- Sat.			Pure +Sat			Pure -Sat
	Gray			#002222			#000000			#3F3F3F				#000000
	Red				#991100			#552222			#5F2F2F				#2F0000
	Orange		#882200			#331100			#763B0B				#2E1700
	Yellow		#554400			#444411			#474717				#2F2F00
	Yel/Grn		#335500			#442211			#2B5613				#172E00
	Green			#005511			#225522			#1F571F				#002F00
	Cy/Grn		#005533			#003311			#23562B				#002E17
	Cyan			#005555			#003333			#1F4F4F				#002F2F
	Cy/Blu		#003388			#003311			#233366				#00172E
	Blue			#0000BB			#000033			#2F2F5F				#00002F
	Purple		#330088			#110033			#2F275E				#17002E
	Violet		#550066			#330033			#4F1F4F				#2F002F
	Pink			#880033			#330011			#662333				#2E0017
/****************************************************************************/


/*****************************************************************************
Default text color
/****************************************************************************/
body, div.SearchResults div.LinkFrameInner
	{
	color: #000000;
	}


/*****************************************************************************
Highlight text color
/****************************************************************************/
h1, h2, h3, h4, h5, h6, th, strong
	{
	color: #770044;
	}

div.RuleH1, div.RuleH2, div.RuleH3
	{
	background-color: #0066CC;
	}

/* default inset border */
.BorderInset, table.Outset th, table.Outset td, .LinkFrameInner
	{
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	}

/* default raised border */
div.RuleH1, div.RuleH2, div.RuleH3, div.RuleH4, .BorderOutset, table.Outset,
.LinkFrameOuter
	{
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	}

/*****************************************************************************
default bacground
/****************************************************************************/
body, div.SearchResults div.LinkFrameInner
	{
	background-image: url('onyx/bg_wcag.gif');
	background-color: #E8E8E8;
	}


body
	{
	font-family: 'times new roman', serif;

	padding: 1em;
	margin: 0;
	}

a:link
	{
	color: #0000BB;
	}

a:visited
	{
	color: #991100;
	}

ul
	{
	list-style-image: url('onyx/bullet2.gif');
	list-style-type: disc;

	margin: 0 0 0 20px;
	padding: 0px;
	}

ul li ul
	{
	list-style-image: url('onyx/bullet.gif');

	margin: 0 0 0 17px;
	}

/*	IE 6 fails to display (most) normal text, especially after
		re-load, when a 3-column theme is used.  The background of
		the content section overwrites text.  This (oddly) overcomes this
		shortcoming - use only when necessary */
.IE6Show
	{
	position: relative;
	}

.OutsetA
	{
	color: #003366;
	}

.OutsetB
	{
	left: -1px;
	top: -1px;
	}

a.ButtonLeft
	{
	text-align: left;
	left: 1em;
	}

a.ButtonRight
	{
	text-align: right;
	right: 1em;
	}


/*****************************************************************************/
/*	div.SearchResults	*/
div.SearchResults
	{
	clear: both;
	text-align: center;
	}

div.SearchResults div.LinkFrameOuter
	{
	margin: auto;
	width: 835px;
	}

div.SearchResults div.LinkFrameInner
	{
	border-width: 10px;
	padding: 10px;
	width: 795px;
	}
/*	end div.SearchResults	*/
/*****************************************************************************/


span.LeftButtonText
	{
	display: block;
	width: 39px;

	text-align: center;
	}