/* remotefilename=/style/styles.css
 *
 *	Copyright © 2010-2014 by StudioLines.com.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Defines basic site-wide styles
*
*	Author:			Fred Koschara
*	Creation Date:	March twenty-first, 2010
*	Last Modified:	April 13, 2014 @ 10:04 pm
*
*	Revision History:
*	   Date		  by		Description
*	2014/04/13	wfredk	add many common rulesets
*	2010/03/21	wfredk	original development
*/
body, td
{	background:#000000 url('/graphics/space.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8cc;
	font-weight:normal;
}
td, p
{	background:none;
	color:#e8e8cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

form
{	display:inline;	/* required to make InternetExploiter work right */
}
img, fieldset
{	margin:0;
	padding:0;
	border:0;
}

input.numeric
{	text-align:right;
}

:link
{	text-decoration:none;
	color:#9999ff;
}
:visited
{	text-decoration:none;
	color:#ff66ff;
}
a:focus,a:active
{	outline:0;
}
a:active
{	text-decoration:none;
	color:yellow;
}
:link:hover
{	text-decoration:underline;
	color:red;
}
:visited:hover
{	text-decoration: underline;
	color: red;
}

.half
{	width:50%;
}

.seeThru
{	background:none;
}
.blkBk
{	background:black;
}

.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;
}

.dblspace
{	margin-top:1em;
}

#content .size90, .size90
{	font-size:0.9em;	/* == 90% */
}
#content .size110, .size110
{	font-size:1.1em;	/* == 110% */
}
#content .size120, .size120
{	font-size:1.2em;	/* == 120% */
}
#content .size150, .size150
{	font-size:1.5em;	/* == 150% */
}

.bold
{	font-weight:bold;
}
.undln
{	text-decoration:underline;
}

.BigErrorText
{	background-color: #cc0000;
	font-size: 110%;
	color: #ffff66;
}
.BigNoticeText
{	background-color: #cc0000;
	font-size: 110%;
	color: #ffff66;
}
.ErrorBkgd
{	background-color: #cc0000;
}
.ErrorText
{	background-color: #cc0000;
	color: #ffff66;
}
.ErrorTitle
{	background-color: #cc0000;
	color: #99ffff;
}
.NoticeText
{	background-color: #cc0000;
	color: #ffff66;
}
.NoticeTitle
{	background-color: #cc0000;
	color: #99ffff;
}
/* EOF: styles.css */
