/****************************************************************************************************************************************************/
/*																main.css																			*/
/*									 	for admin/include/main.css AND member_admin/include/main.css												*/										
/*																																					*/
/* 2011/01/23 AEH synchronized with all three locations																								*/
/* 2022/06/27 AEH modified for admin and menu																										*/
/****************************************************************************************************************************************************/
/*															BEGIN Reset of defaults																	*/
/*
/****************************************************************************************************************************************************/
/* https://piccalil.li/blog/a-modern-css-reset/ | 10/01/2019   License: none (public domain)														*/
/*==================================================================================================================================================*/

/*** Begin Variables ********************************************************************************************************************************/
/* use:   font-family: var(--abel);     /*
/* color codes on web: coolors.co */
:root {
	--tpc_blue:			#336699;
	--tpc_yellow:		#ffff99;
	--test_bg_color:	moccasin;
	--test_frame_color: salmon;
	--prod_bg_color:	#ffffff;
	--black:			#000000;
	--white:			#ffffff;
	/* gradient codes on web: webgradients.com */
	/* font codes on web: fonts.google.com	*/
	--tpc_default_font: 'abel', cursive;
	--tpc_alt_1_font: 'anton', cursive;
	--tpc_alt_2_font: 'livvic', cursive;
}
/*** End Variables **********************************************************************************************************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, able, caption, tbody, tfoot, thead, tr, th, article, most-visited, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	/* Box sizing rules */
	*, *::before, *::after
{
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/**************************************************************************************************************************************************/
/*                            END Reset of defaults                                                                                               */
/**************************************************************************************************************************************************/
a {
	font-family: inherit;
	color: var(--tpc_blue);
	font-size: 0.9vw;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a.footerlink, a.footerlink:visited {
	font-weight: normal;
	color: #5B6871;
	}	
a:hover	{
/*	text-decoration: underline;
	color: #990033;                    */
	}

a.footerlink:hover, .footerOn:hover	{
	color: #00A0A6;
}
.alpha
		{
		list-style-type: lower-alpha;
		}
.BenchIntroText
		{
        font-family: arial, helvetica, sans-serif; 
        font-size: 14px;
		line-height: 18px;
        color: #666666;
        }
.blank {
		font-family: inherit;
		font-weight: normal;
		font-size: 10px;
		line-height: 14px;
		list-style-type: none;
		}
body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	background-color: #dddddd;
	/*background-image: url("/tpc_common_library/images/background_images/OIP_02.jpg");  */
	color: #000000;
}
.BodyText {
        font-family: inherit; 
        font-size: 1vw;
		line-height: 1.2vw;
        color: var(--tpc_blue);
        padding: 0 0.2vw 0 1.0vw;
        }
	.BodyText a {
		font-family: inherit;
		font-size: 0.9vw;
		line-height: 1.2vw;
        color: var(--tpc_blue);
		text-decoration: underline;
		padding: 0 0.2vw 0 1.0vw;
	}
		.BodyText a:visited {
			font-family: inherit;
			font-size: 0.9vw;
			line-height: 1.2vw;
			color: navy;
			text-decoration: none;
			padding: 0 0.2vw 0 1.0vw;
		}

.BodyText-Green {
        font-family: inherit; 
        font-size: 12px;
		line-height: 16px;
        color: green;
        padding-right: 5px;
        }        
.BodyTextBig
		{
        font-family: inherit; 
        font-size: 16px;
		line-height: 18px;
        color: var(--tpc_blue);
        }
.BodyTextBig_right
		{
        font-family: inherit; 
        font-size: 16px;
        text-align: right;
		line-height: 18px;
        color: #000000;
        padding-right: 10px;
        }
.BodyTextBig_center
		{
        font-family: inherit; 
        font-size: 16px;
        text-align: center;
		line-height: 18px;
        color: #000000;
        }
.BodyTextBig a 
		{
        font-family: inherit; 
        font-size: 16px;
		line-height: 18px;
        color: var(--tpc_blue);
        }
.bodytext_left 
		{
        font-family: inherit; 
        font-size: 12px;
		line-height: 16px;
        color: #000000;
        text-align: left;
        } 
.bodytext_empty, bodytext_empty a 
		{
        font-size: 23px;
		line-height: 33px;
        } 

.chevron, a.chevron, a.chevron:hover, a.chevron:visited, .WhiteChevron, a.WhiteChevron, a.WhiteChevron:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}
.chevronDisabled {
	font-size:		12px;
	line-height:	14px;
	font-weight:	bold;
	color:			#B2B2B2;
}
.color01
		{
		background-color: #FFCC66;
		}    
.color02
		{
		background-color: #CC9900;
		}    
.color03
		{
		background-color:var(--tpc_blue);
		}
 
.color04
	{
	background-color: #FFCC66;
	}    
.color05
	{
	background-color: #FFCC66;
	}
.color06
	{
	background-color: #CCCCCC;
	}
.flink 	
	{
    font-family: inherit; 
    font-size: 10px;
    color: var(--tpc_blue);
	line-height: 12px;
	font-weight: normal;
    }
.flink a	
	{
	font-family: inherit; 
	font-size: 10px;
    color: #0000CD;
	line-height: 12px;
	text-decoration: underline;
	}
.flink a.flink:visited	
	{
	font-family: inherit; 
	font-size: 10px;
	color: black;
	line-height: 12px;
	text-decoration: underline;
	}
.fntSize9
	{
	font-size: 9pt;
	}
.footer 
	{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	}
.footerOn, a.footerOn, a.footerOn:visited {
	font-weight: normal;
	color: #00A0A6;
}
form {
	font-size: 10pt;
}
.frmButton {
	background-color: #CC9900;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 1.0vw;
	line-height: 1.2vw;
	vertical-align:middle;
	font-weight: bold;
}
.GrayText {
	font-size:		0.65vw;
	line-height:	14px;
	font-weight:	normal;
	color:			black;
}
.gutter {
	background-color: #FFFFFF;
}
.tpctc-h1 {
	font-family: inherit;
	font-size: 24px;
	text-align:center;
	line-height: 28px;
	color: #CC3333;
	font-weight:bold;
}

h1, H1, .h1, .hphead {
	font-family: inherit;
	font-size: 14px;
	line-height: 16px;
	color: #CC3333;
	font-weight:bold;
}
h5, H5, .h5 {
	font-family: inherit;
	font-size: 13px;
	line-height: 16px;
	color: #CC3333;
}
h2, H2, .h2 
	{
	font-family: inherit;
	font-size: 13px;
	line-height: 16px;
	color: #000000; 
	font-weight:bold;
	text-align: center;
	}
h3, H3, .h3 
	{
	font-family: inherit;
	font-size: 11px;
	line-height: 14px;
	color: #000000; 
	}
h4
	{
	font-family: inherit;
	font-size: 9px;
	line-height: 11px;
	color: #000000; 
	}
hsmall, Hsmall, .hsmall 
    {
    font-family: inherit;
    font-size: 10px;
    line-height: 13px;
    color: #000000; 
    font-weight:normal;
    text-align: center;
    }

admin_table_header1, .admin_table_header1 {
	font-family: inherit;
	font-size: 1.4vw;
	line-height: 1.6vw;
    color: var(--tpc_blue);
	font-weight: bold;
	text-align: center;
	padding: 1.6vw 0 1vw 0;
	margin: 1.6vw 0 1vw 0;
}

admin_table_header2, .admin_table_header2 {
	font-family: inherit;
	font-size: 0.8vw;
	line-height: 16px;
	color: black;
	font-weight: bold;
	text-align: left;
	padding: 0.6vw 0 0 0;
}

admin_table_header3, .admin_table_header3 {
	font-family: inherit;
	font-size: 0.8vw;
	line-height: 16px;
	color: black;
	font-weight: bold;
	text-align: left;
	padding: 0.3vw 0 0 0;
}

admin_table_row, .admin_table_row, .admin_table_row a {
	font-family: inherit;
	font-size: 0.8vw;
	line-height: 0.9vw;
	color: black;
/*	text-decoration: underline;		*/
	font-weight: normal;
	text-align: left;
}

align_left, .align_left {
	text-align: left;
}
align_center, .align_center {
	text-align: center;
}
align_right, .align_right {
	text-align: right;
}

input {
	font-size: 9pt;
}
input.button 
	{ 
	font-size: 9pt;
	background-color:#FFFFFF;
	}
.IntroText 
	{
    font-family: arial, helvetica, sans-serif; 
    font-size: 15px;
	line-height: 24px;
    color: #000000;
	}
label 
	{
	font-size: 9pt;
	}

.MidHead 
	{
    font-family: inherit; 
    font-size: 1.4vw;
    color: #CC3333; 
    font-weight: bold;
	}

.bmheader
	{
    font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	line-height: 14px;
	}

.bmheader a:link, .bmheader a:visited	{
	font-family: inherit;
    color: var(--tpc_blue);
    line-height: 18px;
	font-size:14px;
	text-decoration:underline;
    padding-top: 5px;
    padding-bottom: 5px;
	}

.homesel
	{
    font-family: inherit;
	font-size: 12px;
	font-weight:normal; 
	color: #CC3333;
	line-height: 14px;
	}
.homesel a:link, .homesel a:visited	{
	font-family: inherit;
    color: var(--tpc_blue);
    line-height: 16px;
	font-size:14px;
	text-decoration:none;
    padding-top: 5px;
    padding-bottom: 5px;
	}

.navTop 
	{
	background-color: #CCCCCC;
	}
.nobullet
	{
	list-style-type: none;
	}
.mainArea 
	{
	background-color: #DDDDDD;
	}
.off	{display: none} 
.on		{display: block}
option 
	{
	font-size: 10pt;
	}
padding7	
	{
	padding: 7px;
	}
.pagingLinkText	
	{
	font-size: 0.9vw;
	line-height: 1.1vw;
    color: var(--tpc_blue);
	}


.pagingLinkText a:link {
		font-size: 0.9vw;
		line-height: 1.1vw;
        color: var(--tpc_blue);
	}

.pagingLinkOff 
	{
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	}
.pagingLinkOn 
	{
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	}
.q
	{
	font-family: inherit;
	font-size: 18px;
	color: #cc9900; 
	}	
.required 
	{
	color: black;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

.not_required {
	color: black;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

.results 		
	{
    color: var(--tpc_blue);
    font-size: 12px;
    }
.roman
	{
	list-style-type: lower-roman;
	}        
.secondary
	{
	font-family: inherit;
	font-weight: normal;
	font-size: 10px;
	list-style-type: square;
	margin-left: 3px;
	}
select 
	{
	font-size: 10pt;
	}
.SmText
	{
    font-family: inherit; 
    font-size: 0.4vw;
	line-height: 0.6vw;
    color: #000000;
	font-weight: normal;
    }
.Sort
	{
	color:#FFFFFF;
	text-decoration:none;
	font-family: inherit;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
.Sort:Hover
	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
.square 
	{
	font-size: 11px;
	text-decoration: none;
	list-style-type: square;
    color: var(--tpc_blue);
	}
.squareblk 
	{
	list-style-type: square;
	color: #000000;
	}
submit {
	font-size: 9pt;
	background-color: #CC9900;
}
.TableHead, a.TableHead, a.TableHead:visited 
	{
	font-size: 1.2vw;
	line-height: 1.4vw;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 0.3vw;
	}
.TableHead:hover, a.TableHead:hover 
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

td, TD
	{
	font-size: 1vw;
	line-height: 1.2vw;
	}

#admin_menu {
	padding: 2vw;
}

#memberadmin_menu {
	padding: 2vw;
}

.navhdr {
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
    color: var(--tpc_blue);
}

.navitem {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}


.navselitem {
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	line-height: 14px;
}

.navsubitem, .navsubitem a {
	font-family: inherit;
	font-size: 9px;
	font-weight: bold;
	color: #CC3333;
	line-height: 14px;
}

.left_nav_group, .left_nav_group a, .a.left_nav_group {
	font-size: 1.2vw;
	line-height: 1.4vw;
	font-style: italic;
	font-weight: bold;
	color: lightgray;
	margin: 0 0 0 0.3vw;
}

.navLeft {
	font-size: 1vw;
	background-color: var(--tpc_blue);
	color: lightgray;
	margin: 0 0 0 0.70vw;
	width:20%;
}
	a.navLeft, a.navLeft:visited {
		font-weight: bold;
		text-decoration: none;
		font-size: 1vw;
		color: #AAAAAA;
		margin: 0 0 0 0.90vw;
	}
	a.navLeft:hover {
		text-decoration: none;
		color: #FFFFFF;
		font-style: italic;
		margin: 0 0 0 0.70vw;
	}

.navRight {
	background-color: #FFFFFF;
}

navLeftSelItem, a.navLeftSelItem {
	font-size: 1vw;
	font-weight: bold;
	color: lightgray;
	text-decoration: none;
	background-color: var(--tpc_blue);
	margin: 0 0 0 0.70vw;
}

	a.navLeftSelItem:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}

	a.navLeftSelItem:visited {
		font-size: 1vw;
		font-weight: bold;
		color: lightgray;
		text-decoration: none;
		background-color: var(--tpc_blue);
		margin: 0 0 0 0.70vw;
	}

.navsessionvars {
	font-size: 1vw;
	font-weight: bold;
	color: lightgray;
	text-decoration: none;
	background-color: var(--tpc_blue);
	margin: 0 0 0 0.9vw;
}

.tdItmDesc {
	font-size: 0.8vw;
	line-height: 1.0vw;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding: 0 0.5vw 0 0;
	background-color: var(--tpc_blue);
}

.tdItmDesc2 {
	font-size: 0.8vw;
	line-height: 1.0vw;
	font-weight: normal;
	color: inherit;
	vertical-align: middle;
	background-color: white;
}

.tdbmsubsection1 {
	font-size: 1.1vw;
	line-height: 1.3vw;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	background-color: var(--tpc_blue);
}

.tdItmVal {
	background-color: #FFFFFF;
	font-size: 1vw;
	line-height: 1.2vw;
	vertical-align: middle;
	padding: 0 0 0 0.5vw;
}
	.tdItmVal a {
		font-family: inherit;
		font-size: 1vw;
		line-height: 1.2vw;
		color: #0000CD;
		padding-right: 5px;
		text-decoration: underline;
	}
		.tdItmVal a:visited {
			font-family: inherit;
			font-size: 1vw;
			line-height: 1.2vw;
			color: black;
			padding-right: 5px;
			text-decoration: underline;
		}

.tdItmVal2 {
	font-family: inherit;
	font-size: 0.8vw;
	line-height: 1.0vw;
	vertical-align: middle;
	padding: 0 0 0 0.5vw;
}

.tdBGColor {
	background-color: #CCCCCC;
	font-size: 1.3vw;
	line-height: 1.5vw;
}
textarea 
	{
	font-size: 9pt;
	}
th.Sel, TH.Sel 
	{
	background-color: #999999;
	text-align: left;
	}
th, TH 
	{
	font-size: 12px;
	line-height: 16px;
	background-color: #CC9900;
	text-align: left;
	}
tr.RecordOff 
	{
	background-color: #FFFFFF;
	}
tr.RecordOn 
	{
	background-color: #E5E5E5;
	}
.yellow
	{
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #cc9900; 
	}
	
.yellowsm
	{
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	color: #cc9900; 
	}
.white
	{
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	color:  white;
	}
	
#table_detail_withdrawn 
{
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
	padding-right:		1px;
	padding-left:		1px;
	padding-top:		1px;
	padding-bottom:		1px;
	width:				50em;
	background-color:   Gray;
}	

.greybg 
{
    background-color: #cccccc;
    border-style: solid;
    border-color: Black;
    border-width: thin;  
    border-collapse: collapse;  
    padding: 3px;
}
.yellowbg
{
    background-color: var(--tpc_yellow);
    border-style: solid;
    border-color: Black;
    border-width: thin;    
    border-collapse: collapse;  
    padding: 3px;
}
.redbg
{
    background-color: #ff6699;
    border-style: solid;
    border-color: Black;
    border-width: thin;
    border-collapse: collapse;  
    padding: 3px;
}
.whitebg
{
    background-color: #FFFFFF;
    border-style: solid;
    border-color: Black;
    border-width: thin;
    border-collapse: collapse;  
	padding: 3px;
}

div.htmltooltip{
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #272727;
    border: 10px solid black;
    color: white;
    padding: 3px;
    width: 500px;    
    /*width of tooltip*/
}

table.benchmark_details_white
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
}
table.benchmark_details_white td, table.benchmark_details_white th 
{
    font-size:0.8em;
    border:1px solid #cccccc;
    padding:3px 7px 2px 7px;
}
table.benchmark_details_white th 
{
    font-size:0.9em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#FFFFFF;
    color:#ffffff;
}

table.benchmark_details_gray
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
    background-color: #cccccc;
}
table.benchmark_details_gray td, table.benchmark_details_gray th 
{
    font-size:0.8em;
    border:1px solid #999999;
    padding:3px 7px 2px 7px;
}

table.benchmark_details_gray th 
{
    font-size:0.9em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color: #cccccc;
    color:#ffffff;
}

table.benchmark_details_yellow
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
    background-color: var(--tpc_yellow);
}

table.benchmark_details_yellow td, table.benchmark_details_yellow th 
{
    font-size:0.8em;
    border:1px solid #cccccc;
    padding:3px 7px 2px 7px;
}

table.benchmark_details_yellow th 
{
    font-size:0.9em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color: var(--tpc_yellow);
    color:#ffaaff;
}

table.benchmark_details_red
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
    background-color: #ff6699;
}

table.benchmark_details_red td, table.benchmark_details_red th 
{
    font-size:0.8em;
    border:1px solid #cccccc;
    padding:3px 7px 2px 7px;
}

table.benchmark_details_red th 
{
    font-size:0.9em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color: #ff6699;
    color:#ffaaff;
}	

#tpc-logo-left
    {
    margin-left:		30px;
    margin-right:		0px;
    padding-right:		0px;
    padding-left:		0px;
    padding-top:		1px;
    float:              left;
    height:             60px;
    }

/* TPC Homepage needs 'none' for image border */
img
{
    border: none;
}

.img_align_left {
	border: none;
	text-align:left;
}

.img_align_center {
	border: none;
	text-align: center;
}

.img_align_right {
	border: none;
	text-align: right;
}

#page-wrap {
    margin:         0 auto;
    border-style:   solid;
    border-color:   black;
    border-width:   medium; 
}

#page-wrap-admin-tools {
    width:          1800px;
    margin:         0 auto;
    border-style:   solid;
    border-color:   black;
    border-width:   medium; 
}

.hbucket a
{
    font-size:1.25em;
	font-weight:    bold;
}
.facebook
	{
	width:              38px;
    display:            inline;
    margin:             0 13px 10px 0;
	}  
	
	.linkedin
	{
	width:              38px;
    display:            inline;
    margin:             0 13px 10px 0;
	} 
	
	.twitter
	{
	width:              38px;
    display:            inline;
    margin:             0 13px 10px 0;
	}

.wrapper-footer {
	width: 100%;
	float: left;
	margin-top: 0.1em;
}


.social_networks {
	width: 10%;
	float: right;
	margin: 0 0 0 0;
}

.socialmedia {
	width: 2.5vw;
	display: inline;
	margin: 0 0.3vw 0 0;
	float: left;
}

.socialmedia_r {
	width: 2.0vw;
	display: inline;
	margin: 0 0.3vw 0 0;
	float: right;
}

.bg_gold {
	color: #b81;
	background-color: inherit;
	margin: 0vw 0.1vw 0.6vw 0;
}

	.bg_gold a {
		color: #369;
		background-color: inherit;
		text-decoration: underline;
		margin: 0vw 0.1vw 0.6vw 0;
	}

.bg_darkgray {
	color: #369;
	background-color: darkgray;
}

.bg_lightgray {
	color: #369;
	background-color: lightgray;
}

.bg_lightblue {
	color: #369;
	background-color: lightblue;
}

.bg_red {
	color: #369;
	background-color: sandybrown;
}

.bg_white {
	color: #369;
	background-color: white;
}

.bg_yellow {
	color: #369;
	background-color: yellow;
}

.bg_blue {
	color: #69c;
	background-color: blue;
}

.bg_test_system {
	background-color: darkorange;
}

.table_row_align_top {
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
	padding: 0.3vw 0.3vw 0.3vw 0.3vw;
	margin: 0.3vw 0.3vw 0.3vw 0.3vw;
}

.tablerow__align_middle {
	font-family: inherit;
	font-size: inherit;
	vertical-align: middle;
	padding: 0.3em 0em 0.3em 0.5em;
}

.table_row_align_bottom {
	font-family: inherit;
	font-size: inherit;
	vertical-align: bottom;
	padding: 0.3em 0em 0.3em 0.5em;
}

.table_row_align_baseline {
	font-family: inherit;
	font-size: inherit;
	vertical-align: baseline;
	padding: 0.3em 0em 0.3em 0.5em;
}

.normal_weight {
	font-size: 0.5vw;
	line-height: 1.0vw;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
    color: var(--tpc_blue);
}
#main_table {
	border: solid 0.1vw black;
	border-collapse: collapse;
	width: 100%;
	background-color: black;
}

#main_row {
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
	padding: 0.3vw 0.3vw 0.3vw 0.3vw;
	margin: 0.3vw 0.3vw 0.3vw 0.3vw;
}

.main_content {
	background-color: #DDDDDD;
}

#bm_list_table, .bm_list_table {
	border: solid 0.1vw black;
	border-collapse: collapse;
	width: 100%;
    background-color: var(--tpc_yellow);
}

	#bm_list_table td {
		border: solid 0.01vw black;
		border-collapse: collapse;
		padding: 0.25vw 0.2vw 0.25vw 0.3vw;

	}
.bm_list_item, .bm_list_item a {
	text-decoration: none;
}

ul {
	margin: 0 0 1vw 0;
}
.copyright {
	width: 100%;
	font-family: inherit;
	font-size: 0.65vw;
	line-height: 1.85vw;
	color: #369;
	text-align: center;
	vertical-align: middle;
	display: inline;
	float: none;
}
	.copyright a:link {
		width: 100%;
		font-family: inherit;
		font-size: 0.65vw;
		line-height: 1.85vw;
		color: #369;
		text-align: center;
		text-decoration: underline;
		display: inline;
		float: none;
	}
	.copyright a:visited {
		font-family: inherit;
		font-size: 0.65vw;
		line-height: 1.85vw;
		color: #369;
		text-align: center;
		text-decoration: underline;
		display: inline;
		float: none;
	}

.selPageSize {
	font-family: inherit;
	font-size: 1.65vw;
	line-height: 1.85vw;
	color: #369;
	text-align: center;
	text-decoration: none;
	display: inline;
	float: none;
}
.memberadmin_selection_text {
	font-family: inherit;
	font-size: 1.2vw;
	line-height: 1.4vw;
	color: #369;
	text-align: center;
	text-decoration: none;
	display: inline;
	float: none;
}
.border_thin {
	border: solid 0.1vw black;
}
.result_download_txt {
	font-family: inherit;
	font-size: 1.2vw;
	line-height: 1.4vw;
	color: #369;
	text-align: center;
	text-decoration: none;
	display: inline;
	float: none;
}
.result_pulldown {
	font-family: inherit;
	font-size: 1vw;
	line-height: 1.2vw;
	color: black;
	text-decoration: none;
	display: inline;
	float: none;
}
/*	CSS EOF																																*/