﻿/*
					Static Settings. See Scheme For Custom Site Settings
*/
@import "/_Includes/Scheme.css";

/*
					Global Page
*/
html, body
	{
	margin:0;
	padding:10px;
	}

/*
					Global Table Settings
*/
table
	{
	border-collapse: collapse;
	}

tr, td, th
	{
	height:30px;
	}

/*
   			Settings For Page Header Table
*/
.TableHeader
	{
	width:100%;
	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 th, tr, td
	{
	height:30px;
	table-layout:fixed;
	width:12%;

	}

.TableCols8 td:first-child
	{
	height:15px;
	}

.TableCols8 td
	{
	width:12%;
	}

/*
   			Settings For List Table
*/
.TableList
	{
	table-layout:auto;
	width: 80%;
	margin-left: 10%;
	}

.TableList th
	{
	width:auto;
	height:30px;
	}

.TableList tr, td
	{
	width:auto;
	height:20px;
	}

.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;
    white-space: nowrap;  /** added **/
	}

.TableIndex th
	{
	border-collapse:collapse;
	}

.TableData
	{
	width:10%;
	margin-left:auto;
	margin-right:auto;	
	}

.TableData tr:hover
	{
	background-color:fuchsia;
	color:blue;
	font-weight:bold;
	}

.TableData td, th, tr
	{
	margin:5px 5px 5px 5px;
	}

.TableInvisible
	{
	width:10%;
	margin-left:auto;
	margin-right:auto;
	border-color: #000000;
	border-width: 1px;
	}
	
.TableInvisible tr:first-child td
	{
	height:15px;
	}


.TableTableInvisible td, th, tr
	{
	margin:0px 10px 0px 10px;
	}

.TableTableInvisible td
	{
	height:12px;
	}

.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;
	border-color: black;
	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 */