body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
	font-size: 12pt;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #171617;
	webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}
.pgcontent {
	max-width: 100%;
}
.pgheader {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.menuwrap {
	position: relative;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 4px 1.5%;
	width: 100%;
	max-width: 100%;
	height: 155px;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}
.logocontainleft {
	min-width: 115px;
	width: 10%;
	padding: 30px 0px 0px 15px;
	min-height: 125px;
	max-height: 125px;
	overflow: hidden;
}
.logo {
	margin-top: 5px;
	height: 120px;
	width: 115px;
	background: url("/domcfg.nsf/tcc_logo.png") no-repeat;
	background-size: auto 120px;
}
.menucontainright {
	width: 77%;
	padding: 40px 0px 0px 0px;
}
.menulogosub {
	letter-spacing: 0;
	font-size: 10px;
	font-weight: 800;
	color: transparent;
	height: 45px;
	max-height: 45px;
	background: url("/domcfg.nsf/tcc_second_logo.png") no-repeat top right;
    background-size: auto 45px;
    overflow: hidden;
}
.menudivsub ul {
	position: relative;
	display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px 1.5%;
	width: 100%;
	max-width: 100%;
	min-height: 50px;
	max-height: 60px;
}
.menudivsub li {
	display: inline-block;
	margin: 0;
	font-size: 0.75rem;
	list-style-type: none;
}
.menudivsub li:first-child {
	margin-left: auto;
	padding-right: 20px;
}
.menudivsub a {
	display: block;
	padding: 0px 15px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #959699;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formheader {
	min-width: 100%;
	max-width: none;
	background: url("/domcfg.nsf/tcc-our-services1.jpg") repeat-x;
	background-color: #000000;
	height: 50px;
	max-height: 50px;
	border: 0px;
	margin: 0px;
}
.formcontent {
	position: fixed;
	margin: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 800px;
	padding: 0px;
	box-sizing: border-box;
	color: rgb(23, 22, 23);
	line-height: 27.2px;
	text-rendering: optimizelegibility;
	text-size-adjust: 100%;
	transform: matrix(1, 0, 0, 1, 0, 0);
	unicode-bidi: isolate;
	background: url("/domcfg.nsf/tcc-happenings-header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.login_content-wrap {
	margin-bottom: 100px;
}
.login_description {
	display: block;
	opacity: 1;
	margin-bottom: 60px;
}
.login_title {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	font-family: "Open Sans", sans-serif;
	font-size: 4em;
	font-weight: 800;
	color:#fff;
}
.login_title h1 {
	color: inherit;
	opacity: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	transform: inherit;
	font-size: inherit;
}
.login_table {
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 45px 4px;
}
.login_table td {
	padding: 5 5 12 5;
}
.login_identify {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}
#LoginUserFormTable2 td {
	text-shadow: 4px 2px 8px rgba(255, 255, 255, 0.25);
}
#LoginUserFormTable2 input[type=submit] {
	background-color: gold;
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%);
	border: 0.5px solid DarkGoldenRod;
	border-radius: 20px 5px;
	min-width: 170px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
    font-size: 1.4em;
    text-transform: uppercase;
    cursor: pointer;
}
.tblReportHdr {
	border: solid 1px #eeeeee;
	width: 90%;
	max-width: 90%;
	margin-left:auto; 
    margin-right:auto;
}
.tblReport {
	border: solid 1px #eeeeee;
	width: 90%;
	max-width: 90%;
	margin-left:auto; 
    margin-right:auto;
}
.tblReport tr:nth-child(even) {
    background-color: #eedeee;
}
.tblReport td {
	padding: 5px 1px 0px 3px;
}
