﻿<style type="text/css">		// 2016-12-28/ED
body
{
	background-color: #f9ba39;
    margin: 0;
    padding: 0;
}

input, textarea
{
	font-size: 1em;
    padding: 6px 10px;
    margin: 6px 0;
    box-sizing: border-box;
    border: 2px solid green;
    border-radius: 4px;
}

input[type=text]:focus
{
    background-color: #ccffef;
}

textarea:focus
{
    background-color: #ccffef;
}

#changed
{
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-align:right;
}

#contents
{
	position: absolute;
//	left: 18%; top: 0em;
	left: 10%; top: 0em;
	width: 80%;
}

h3
{
//	margin-bottom: -0.5em;
}

#help
{
  position: absolute;
  right:   0px;
  top:	  15px;
  width:  80px;
}

#help input, textarea
{
	font-size: 1em;
    padding: 2px;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid green;
    border-radius: 4px;
}

#main
{
	background-color: #e6ffff;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	position: relative;
	padding: 25px 5px 20px 20px;
	border-color: teal;
	border-style: solid;
    border-width: 5px;
    border-radius: 25px;

}

#main_help
{
	background-color: #ffff99;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	position: relative;
	padding: 15px;
	border-color: teal;
	border-style: solid;
    border-width: 5px;
    border-radius: 25px;
}

textarea
{
	font-family: "Verdana";
	font-size: 1em;
}

.tableHdr
{
	font-size: 1.2em;
}

/*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul
{
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}

#tswcsstabs ul li
{
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}

#tswcsstabs li a
{
	color: #ff0 ;
	background-color: #300000 ;
	border: 1px outset #ff8080 ;
	padding: 5px ;
	text-decoration: none ;
	display: inline ;
}

#tswcsstabs li a:hover
{
	color: #000 ;
	background-color: #ff8888 ;
}
</style>
