﻿/*
					Table Settings. See Scheme For Custom Site Settings
					Global Page
*/
html, body
	{
	margin:0;
	padding:10px;
	}

/*
					Global Table Settings
*/
.table
	{
	border-collapse: collapse;
	}

/*
   					Settings For Page Header Table
*/
.TableHeader
	{
	width:100%;
	height:170px;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:20px;
	margin-left:0px;
	}

.TableHeaderLeft
	{
	text-align:center;
	vertical-align:middle;
	width:25%;
	}

.TableHeaderMiddle
	{
	width:50%;
	}

.TableHeaderRight
	{
	text-align:center;
	vertical-align:middle;
	width:25%;
	}
	
hr.HeaderFooter
	{
	width:90%;
	margin-left:5%;
	height: 10px;
	}

div.SubHead
	{
	text-align:center;
	}

/*
			Style information for tables that are specifically for indexing to data pages or other index tables
*/

/*	Settings For Custom Tables	*/
.TableCols8
	{
	display:table;
	width: 90%;
	height: 90%;
	margin-left: 5%;
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	}
	
/*	Define Physical Characteristcs Of Header Row  */
.TableCols8 th
	{
	height:35px;
	}

/*	Define Physical Characteristics Of First Data Row */
.TableCols8 tr:nth-child(1)
	{
	font-size: 15px;
	height: auto;
	}

.TableCols8 tr:last-child
	{
	font-size: 15px;
	height:25px;
	font-size:medium;
	}

.TableCols8 td img
	{
	width:90%;
	max-width:90%;
	max-height:90svh;
	height:auto;
	}


.Table50
	{
	margin-left:10%;
	width:50%;
	margin-right:40%;
	}

.TableIndex
	{
	width: 80%;
	margin-left: 10%;
	}

.TableIndex table , tbody, tr, td
	{
	text-align: center;
	}

.TableIndex tr:first-child td
	{
	height:170px;
	}

.TableIndex td
	{
	height:25px;
	}
	
.TableIndex tr, td
	{
	border-collapse: collapse;
	right: auto;
	left: auto;
	}

.TableIndex tr:nth-child(1)
	{
	height:300;
	}

.TableIndex th
	{
	border-collapse:collapse;
	}

.TableData
	{
	width:auto;
	margin-left:auto;
	margin-right:auto;	
	}

.TableData tr:hover
	{
	font-weight:bold;
	}

.TableDocList
	{
	border-collapse: collapse;
	width: 80%;
	margin-left: 10%;
	}

.TableDocList table , tbody, tr
	{
	text-align: center;
	}

.TableDocList td
	{
	height:175px;
	}

.TableDocList tr, td
	{
	border-spacing: 1px;
	border-collapse: collapse;
	right: auto;
	left: auto;
	}

.TableDocList th
	{
	border-spacing:3px;
	border-collapse:collapse;
	}

/*
			Settings For Calculator Tables
*/
.TableCalc
	{
	border-collapse: collapse;
	-webkit-border-radius: 42px 40px 29px 38px;
	-moz-border-radius: 42px 40px 29px 38px;
	border-radius: 42px 40px 29px 38px;

	width: 50%;
	margin-left: 25%;
	}

.TableCalc tr, td
	{
	border-collapse: collapse;
	right: auto;
	left: auto;
	}

.TableCalc td:first-child
	{
	text-align:right;
	}
	
.TableCalc td:first-child+td
	{
	text-align:left;
	}



/*table.TableCalc th
	{
	border-collapse:collapse;
	}
*/


/*
			Settings For Phantom Tables
*/
.UpperLeft td:first-child
	{
	vertical-align:middle;
	max-height:15px;
	text-align: center;
	padding-left:0px;
	padding-top:0px;
	}

.UpperLeft td
	{
	vertical-align: top;
	max-height:15px;
	text-align: left;
	padding-left:15px;
	padding-top:15px;
	}

.Phantom
	{
	width:100%;
	border-collapse:collapse;
	}

.Phantom th
	{
	width:33%;
	height:10px;
	font-size: small;
	background: silver;
	border-width: 1px;
	text-align:center;
	}

.Phantom td
	{
	border-width: 0px;
	font-weight: lighter;
	font-family: "Courier New", Courier, monospace;
	text-align:center;
	}

/*
			Settings For Footer
*/
.Footer
	{
	text-align:center;
	}

	/* Style information for tables that are specifically for indexing to data pages or other index tables */