/* remotefilename=/style/styles.css
 *
 *	Copyright © 2011 by Fred Koschara.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for the site
*
*	Author:			Fred Koschara
*	Last Modified:	September 4, 2014 @ 10:39 pm
*
*	Revision History:
*	   Date		  by		Description
*	2014/09/04	wfredk	add LnkColorAlt, bold, italic rulesets
*	2013/08/19	wfredk	add cycle-active-pager ruleset
*	2013/08/18	wfredk	add bannerFollow ruleset
*	2011/05/31	wfredk	correct years in revision history
*	2011/05/21	wfredk	add top, middle bottom styles
*	2011/05/20	wfredk	remove wfredk.com-specific styles
*	2011/05/18	wfredk	td background:none
*	2011/05/13	wfredk	floating accordian menu
*	2011/05/12	wfredk	initial accordian menu styles
*	2011/05/05	wfredk	replace Js DDM styles with floatmenu
*	2011/04/28	wfredk	initial Js DDM styles
*	2011/04/16	wfredk	class names are CASE SENSITIVE in Firefox
*	2011/04/15	wfredk	add several styles
*		|						|
*	2011/04/13	wfredk	add several styles, file documentation
*/
body
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:url('/graphics/l5-back.jpg');
	color:#eeeeaa;
}

td
{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:none;
	color:#eeeeaa;
}
td.color3
{	background-color:#330033;
	color:#e6e666;
}

:link
{	text-decoration:none;
	color:#9999ff;
}
:visited
{	text-decoration:none;
	color:#ff66ff;
}
a:focus,a:active
{	outline:0;
}
a:active
{	text-decoration:none;
	color:white;
}
:link:hover
{	text-decoration:underline;
	color:red;
}
:visited:hover
{	text-decoration:underline;
	color:red;
}

td.toc, p.toc
{	color:#ffff66;
}
.toctitle, td.toctitle
{	color:#6699ff;
	font-size:18pt;
	padding:20px;
	background:none repeat scroll 0 50% #550055;
}
.tocLink:link, .tocLink:visited
{	text-decoration:none;
	color:#99ff99;
}
.stubLink:link, .stubLink:visited
{	text-decoration:none;
	color:#339933;
}
.tocLink:link:hover
{	text-decoration:underline;
	color:#9999ff;
}
.tocLink:visited:hover
{	text-decoration:underline;
	color:red;
}
.tocMenu
{	list-style:none;
}

.cycle-pager-active
{	color:red;
}

.bannerFollow
{	margin-bottom:45px;
}

.half
{	width:50%;
}

.seeThru
{	background:none;
}

.left
{	text-align:left;
}
.center
{	text-align:center;
}
.right
{	text-align:right;
}

.top
{	vertical-align: top;
}
.middle
{	vertical-align: middle;
}
.bottom
{	vertical-align: bottom;
}

.bold
{	font-weight:bold;
}
.italic
{	font-style:italic;
}
.undln
{	text-decoration:underline;
}

img, fieldset
{	margin:0;
	padding:0;
	border:0;
}
h1.short
{	margin-top:.25em;
}
h1
{	font-size:24pt;
	font-weight:bold;
}
h2
{	font-size:18pt;
	font-weight:bold;
}
h3
{	font-size:14pt;
	font-weight:normal;
	font-variant:small-caps;
}

.ErrorBkgd
{	background-color:#cc0000;
}
.BigErrorText
{	font-size:120%;
	background-color:#cc0000;
	color:#ffff66;
}
.ErrorText
{	background-color:#cc0000;
	color:#ffff66;
}
.ErrorTitle
{	background-color:#cc0000;
	color:#99ffff;
}
.BigNoticeText
{	font-size:120%;
	background-color:#cc0000;
	color:#ffff66;
}
.NoticeText
{	background-color:#cc0000;
	color:#ffff66;
}
.NoticeTitle
{	background-color:#cc0000;
	color:#99ffff;
}

.BkgCoCode	/* background color */
{	color:#101010;
}
.BtnColor	/* button color */
{	color:#99ff99;
}
.CapColor	/* caption color */
{	color:#33cc99;
}
.LblColor	/* label color */
{	color:#99ff99;
}
.LnkColor	/* link color */
{	color:#9999ff;
}
.LnkColorAlt	/* link color */
{	color:#333399;
}
.NRqColor	/* not-required element marker color (background) */
{	color:#101010;
}
.OptColor	/* option color */
{	color:#ffff66;
}
.RqdColor	/* required element marker color */
{	color:#ff6666;
}
.SctColor	/* section heading color */
{	color:#ff9933;
}
.TxtColor	/* text color */
{	color:#eeeeaa;
}
.VLnColor	/* visited link color */
{	color:#ff66ff;
}

#floatMenu
{	position:absolute;
	left:75%;
	margin-left:25px;
	top:75px;
}

#nav *
{	position:relative;/* peek-a-boo bug fix for IE6 */
	min-width:0;/* peek-a-boo bug fix for IE7 */
}
#nav img
{	padding:3px;
}
#nav li
{	display:block;
	width:280px;
	cursor:pointer;
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}
#nav a
{	padding:5px 0;
	text-decoration:none;
}
#nav ul
{	display:none;
	margin:0;
	padding:0;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
}
#nav ul li
{	padding-left:0
}
#nav ul li a
{	padding:0;
}

#navContainer
{	clear:both;
	width:320px;
	margin:15px;
}
/* EOF: styles.css */
