/* remotefilename=/style/styles.css
 *
 *	Copyright © 2008-2010 by Photo By Fred.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for the site
*
*	Author:			Fred Koschara
*	Last Modified:	July 20, 2011 @ 12:50 am
*
*	Revision History:
*	   Date		  by		Description
*	2011/07/20	wfredk	add half, left,... top,... ; EOF marker line
*	2010/07/27	wfredk	features styles list must include "td p"
*	2010/07/11	wfredk	basic styles file moved to style directory
*	2010/07/11	wfredk	add a bunch of styles
*	2010/07/10	wfredk	add documentation block
*	2010/07/10	wfredk	add main, maincomment classes
*/
body, table, tbody, td, p
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #101010;
	font-size: 14px;
	font-weight: normal;
	color: #ffffe8;
}
a:link
{	text-decoration: none;
	color: #9999ff;
}
a:visited
{	text-decoration: none;
	color: #ff66ff;
}
a:active
{	text-decoration: none;
	color: white;
}
:link:hover
{	text-decoration: underline;
/*	font-weight: bold; */
	color: red;
}
img, fieldset
{	margin: 0;
	padding: 0;
	border: 0;
}
.toclink, td.toclink, a.toclink
{	text-decoration: none;
	color: #99ff99;
}
:link:hover.toclink
{	text-decoration: underline;
	color: #9999ff;
}
td.toc, p.toc
{	color: #ffff66;
}
.tdetail
{	font-size: 10px;
}
.main
{	font-size: 14pt;
	color: #ffffcc
}
.maincomment
{	font-size:10pt;
	color:#ffffcc
}
.features, .features div, .features div td, .features td, .features td p
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffe8;
}

.half
{	width:50%;
}

.seeThru
{	background:none;
}
.embed
{	padding: 0;
	border: 0;
	border-spacing: 0;
	margin: 0;
}
.collapseborder
{	border-collapse: collapse;
}
.nobordr
{	border: 0px none;
}

.left
{	text-align:left;
}
.center
{	text-align:center;
}
.right
{	text-align:right;
}
.justify
{	text-align:justify;
}

.top
{	vertical-align: top;
}
.middle
{	vertical-align: middle;
}
.bottom
{	vertical-align: bottom;
}

.undln
{	text-decoration:underline;
}

.padcell
{	padding:15px;
	text-align:center;
	vertical-align:middle;
}

.ErrorText
{	background-color: #cc0000;
	color: #ffff66;
}
.ErrorTitle
{	background-color: #cc0000;
	color: #99ffff;
}
.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;
}
.OptColor	/* option color */
{	color: #ffff66;
}
.RqdColor	/* required element marker color */
{	color: #ff6666;
}
.SctColor	/* section heading color */
{	color: #ff9933;
}
.TxtColor	/* text color */
{	color: #ffffe8;
}
.VLnColor	/* visited link color */
{	color: #ff66ff;
}
/* EOF: styles.css */

