/****************************************************************/
/* External CSS file                                            */
/* Filename 'main.css'                                          */
/* Author:                                                      */
/* Copyright: 2000-2020 J-Place Productions All Rights Reserved */
/* Modified: yymmdd   By: BS                                    */
/*           Added standard comment headers                     */
/****************************************************************/


body {
	background: #CC99FF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: Black;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #993300;
}
img {
	border: 0px;
}

table {
	color: #000000;
	border: 1px solid Purple;
	background-color: #CCCCFF;
	text-align: center;
	font-size: 1em;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}
th {
	font-weight: bold;
	font-size: larger;
}
tr {
	vertical-align: middle;
}

li {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
ul {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
hr {
	color: Purple;
}

a:link {
	color: #0000CC;
}
a:visited {
	color: #660066;
}
a:hover {
	color: Red;
}
a:active {
	color: Blue;
}

input {
	border: 1px solid Purple;
}
input:focus {
	border: 1px solid Blue;
	background-color: #FFDDFF;
}
input:hover {
	color: red;
}
input.submit {
	background-color: #FFC0CB;
	color: Purple;
	text-align: center;
	border: 1px solid Purple;
	font-weight: bold;
}
input.submit:focus {
	border: 1px solid Blue;
	background-color: #FFDDFF;
}
input.submit:hover {
	color: Blue;
	border: 1px solid Blue;
	background: Yellow;
}

input.radio{
	border: none;
}
input.checkbox{
	border: none;
}


select {
	border: 1px solid Purple;
}
select:focus {
	border: 1px solid Blue;
	background-color: #FFDDFF;
}
select:hover {
	color: red;
}

/*********************************************************/
/* IDs */
#tableOfContents {
	color: #000000;
	border: 1px solid Purple;
	background-color: #CCCCFF;
	text-align: center;
	font-size: 1em;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tableOfContents td {
	border-bottom-color: Purple;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0.35em;
}
#tableOfContents th {
	color: Maroon;
	border-bottom-color: Purple;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0.35em;
}

/*********************************************************/
/* Titles */
#bigTitle {
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
#topTitle {
	font-size: x-large;
	font-weight: bold;
	color: Maroon;
}

/*********************************************************/
/* Header, Footer IDs */

#header {
	background: #8080FF;
	border: 0;
	margin: 0.25em 2.5% 0.25em 2.5%;
	width: 95%;
}

#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer p {
	padding-top: 5px;
	font: bold 60% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: .5em;
}

#footer img {
	border: none;
}
#footer em {
	color: Maroon;
}
#siteFooter {
	color: Maroon;
	background-color: #FFCCFF;
	text-align: center;
	height: 1.3em;
	width: 100%;
	font-size: 0.8em;
	margin-top: 10px;
}

/*********************************************************/
/* div box (and table) styles */
.navBottomButtonBox {
	background: #8080FF;
	border: 0;
	margin: 0.25em 2.5% 0.25em 2.5%;
	width: 95%;
}
.navBottomButtonBox img {
	margin: 0 4px 0 4px;
}
.navBottomHeading {
	margin: 0px;
}

.promoDiv{
	text-align: center;
	background: #FFFFFF;
	padding-left: auto;
	padding-right: auto;
	border: 1px dashed #800080;
	margin-left: 5px;
	margin-right: 5px;
}
.promoGrabBag {
	color: #000000;
	border: 1px dotted Purple;
	background-color: #FFF0F5;
	text-align: center;
	font-size: 1em;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}



/*********************************************************/
/* image styles */
.thumbBordered {
	border: 1px solid;
	margin: 2px;
	padding: 0px;
}
/*********************************************************/
/* Misc styles */
.numbered {
	list-style-type: decimal;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.footnote {
	text-align: center;
	color: maroon;
}
.under {
	text-decoration: underline;
}
.small {
	font-size: 0.85em;
}
.smaller {
	font-size: 0.70em;
}
.error {
	font-weight: bold;
	color: Red;
	background-color: Yellow;
}
.warning {
	font-weight: bold;
	color: #FF6633;
	background-color: #FFFFCC;
}
.debug {
	font-weight: bold;
	color: #FAFAD2;
	background-color: #483D8B;
}
.greyedOut {
	background-color: #CCCCCC;
}