@charset "utf-8";
@import "base.css";
/*****************************************************************************
CWP Theme Style Sheet

Created by Christian Web Programming

Copyright &copy; 2009 by James E. Pettis

December 30, 2009
/*****************************************************************************/


fieldset input, fieldset textarea
	{
	font-family: 'arial', 'helvetica', sans-serif;
	}

/*****************************************************************************
Default text color
/****************************************************************************/
body, div.SearchResults div.LinkFrameInner, label, .Highlight
	{
	color: #FFFFFF;
	}


/*****************************************************************************
Highlight text color
/****************************************************************************/
h1, h2, h3, h4, h5, h6, th, strong
	{
	color: #CCCCCC;
	}

div.RuleH1, div.RuleH2, div.RuleH3
	{
	background-color: #CCCCCC;
	}
/*****************************************************************************
end Highlight text color
/****************************************************************************/


/*****************************************************************************
Subheading Color
/****************************************************************************/
fieldset .H4, fieldset h5
	{
	color: #55EEEE;
	}

fieldset
	{
	border-color: #00EEEE;
	}
/*****************************************************************************
end Subheading Color
/****************************************************************************/


/* 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-style: solid;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	}

/*****************************************************************************
default background
/****************************************************************************/
body, div.SearchResults div.LinkFrameInner
	{
	background-color: #000000;
	}


body
	{
	font-family: 'times new roman', serif;

	padding: 1em;
	margin: 0;
	}

a:link
	{
	color: #70B8FF;
	}

a:visited
	{
	color: #FF66FF;
	}

ul, ul li
	{
	list-style-image: none;
	list-style-type: none;

	margin: 0;
	margin-top: .3em;
	padding: 0;
	}

ul img.Bullet
	{
	height: 1em;
	margin-right: .2em;
	margin-top: .1em;
	vertical-align: text-top;
	}

/*	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: #808080;
	}

.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	*/
/*****************************************************************************/


/****************************************************************************
fieldset.RadioButtons
/****************************************************************************/
fieldset.RadioButtons
	{
	display: inline;
	margin: 0;
	margin-right: .5em;
	padding: 0 .5em;
	text-align: left;
	vertical-align: top;
	}

fieldset.RadioButtons div.Top
	{
	margin-top: .5em;
	}

fieldset.RadioButtons div.Top label
	{
	font-size: 126%;
	}

fieldset.RadioButtons input
	{
	margin: 0;
	}

fieldset.RadioButtons label
	{
	display: inline-block;
	margin-bottom: .5em;
	}
/****************************************************************************
end fieldset.RadioButtons
/****************************************************************************/


span.LeftButtonText
	{
	display: block;
	width: 39px;

	text-align: center;
	}