/*
 * $Id: simon.css,v 1.5 2020/02/15 03:44:16 simon Exp $
 * $Source: /usr/local/cvs/cvsroot/simonrivett.com/public_html/css/simon.css,v $
 *
 * CSS file for SimonRivett.com site
 */

body	{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10pt;
	background: #003300;
	color: #FFCC00;
	}

h1	{
	font-family: Papyrus;
	font-weight: normal;
	font-size: 40pt;
	text-align: center;
	margin: 0;
	}

h2	{
	font-family: Papyrus;
	font-weight: normal;
	font-size: 20pt;
	text-align: center;
	margin-bottom: 0;
	}

table	{
	border-collapse: collapse;
	empty-cells: show;
	}

th	{
	color: #FFFF00;
	font-size: 12pt;
	}

td	{
	color: #33FF33;
	font-size: 12pt;
	position: relative;
	}

tr.strikeout td:before
	{
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px solid red; /* #111; */
	width: 100%;
	}
tr.strikeout td:after
	{
	content: "\00B7";
	font-size: 1px;
	}

.tblhead
	{
	color: #FFFF00;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	}

.title	{
	text-align: right;
	color: orange;
	}

p	{
	font-size:12pt;
	}

.adm	{
	position: absolute;
	left: 5;
	top: 5;
	}

.msg	{
	color: #E08000;
	font-weight: bold;
	}

.nice	{
	font-family: Papyrus;
	}

.tblbrdr
	{
	height: 5;
	background: navy;
	}

a	{
	cursor: pointer;
	text-decoration: none;
	color: #FF6600;
	}
a:active
	{
	color: #00FFCC;
	}
a:hover {
	color: red;
	text-decoration: underline overline;
	}

/* Request entry box, Email entry input field and label */
.reqlbl
	{
	float: left;
	}

.reqinput
	{
	float: none;
	width: auto;
	overflow: hidden;
	}

.reqinput input
	{
	width: 100%;
	}

/* End */
