@charset "UTF-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat; 
	background-size: 100% auto; 
	background-color: #313131;
	background-position:center bottom;
}
#pageWrap {
	margin:0;
	padding:0;
}
#header-bg {
	/*background: url(../images/lines-bg.png);
	background-repeat: repeat-x;*/
	border-top:10px solid black;
	border-bottom: 7px solid #DA262E;
	padding-bottom: 3px;
	background-color:white;
}
#headerArea {
	display: block;
	border-collapse: collapse;
	margin: -15px auto 0 auto;
	width: 922px;
}
#headerArea .event {
	margin:90px 0 0 10px;
}
#bodyArea {
	display:block;
	border-collapse: collapse;
	margin: 0px auto;
	padding: 20px;
	background-color:white;
	min-height:25em;
	/*background-image: url(../images/backgroundBody.png);*/
}
#bodyContent, #footerContent {
	width: 922px;
	display:block;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0px;	
}
#redBox {
	background-color: #DA262E;
	text-transform: uppercase;
	color: #FFF;
	width: 130px;
}
#redBox p{
	font-size: .5em;
	padding-left: 45px;
	padding-bottom: 4px;
	margin:0px;
}
#subheader-tag {
	font-size: .8em;
	margin:0;
	color: #656565;
}
#bannerWrapper{
	width:100%;
	border-bottom:15px solid black;
}
#bannerArea {
	background-image: url(../images/banner-plain-tcc.jpg) ;
	display:block;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0px;
	width: 922px;
	height: 247px;
}
#date {
	color: #FFF;
	font-size: 1.2em;
	margin-left: 45px;
	margin-top: 170px;
}
#bodyContent {
/*min-height: 300px;	*/
}
.bodyContentDrilldown {
	/*background: url(../images/drilldownBackground.jpg) no-repeat;*/
	background-position: 0px 10px;	
	margin-left: 22px !important;
	/*min-height: 485px !important;*/
}
#sliderArea {
	display: block;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 887px;
	/*background-image: url(../images/backgroundSlider.jpg);
	background-position: 100% 100%;*/
	border-top: 1px solid #393506;
}
#sliderContent {
	display: block;
	border-collapse: collapse;
	margin: 5px;
	width: 877px;
	height: 211px;
	background-color: #444D60;
}
#datesContainer {
	display: block;
	margin: 0px;
	padding: 5px 0px 10px 10px;
	background-color: #fff;
	color: white;
	vertical-align: middle;
}
.datesContainerDrilldown {
	background: none !important;	
	color: #fff !important;
	padding: 15px 0px 0px 100px !important;
}
#datesContainer p {
	display: inline-block;
	margin: 0px;
}
#datesContainer p.dates {
	font-weight:bold;
	font-size: 1.5em;
}
#datesContainer p.datesDrilldown {
	font-weight:bold;
	font-size: 1.2em;
}
#datesContainer .boxit {
	display:inline-block;
	width: 10px;
	height: 10px;
	background: #fff;	
	margin: 0px 5px;
}
#datesContainer p.location {
	font-size: 1.15em;
}
#datesContainer p.locationDrilldown {
	font-size: 1em;
}
#sectionContent label {
    margin-right: 10px;
}
#sectionContent h1 {
    font-size: 130%;
    margin: 10px 0px;
}
#sectionContent h3 {
    margin: 5px 0px;
}
#sectionContent h4 {
    margin: 5px 0px 5px 0px;
}
#sectionContent p {
    margin: 0px 0px 10px 0px;
}
#sectionContent ol {
    margin-top: 0px;
    margin-bottom: 10px;
}
#sectionContent a:link, #sectionContent a:active, #sectionContent a:visited {
	color:inherit;
}
#conditions {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	font-size: .8em;
    background-color: #666666;
    color:#FFFFFF;
    padding: 10px 20px;
    clear: left;
    margin: 20px 0px 10px 0px;
}
#conditions a:link {
    color:#FFFFFF;
}

#footerArea {
	clear:both;
	height:250px; 
	width: 100%; 

}
#footerContent {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:right;
	padding: 10px;
	margin-top: 30px;
	display: block;
	border-collapse: collapse;
	margin: 0px auto;
	width: 922px;
	/*background-image: url(../images/backgroundImage.jpg);
	background-repeat:repeat-x;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.footerContentDrilldown {
	margin-top: 17px !important;	
}
#footerContent p {
	margin: 0px;
	font-size: .7em;
	color: #939393;
	padding: 0px 20px 0px 20px;
}
#footerContent a {
	color: #939393;
}
#footerContent a:hover {
	color: #e96656;
}
#footerCap {
	display: block;
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
	width: 922px;
	height: 20px;
	/*background-image: url(../images/footerCap.png);*/
	margin-bottom: 50px;
}
#floater {
	float: right;
	width: 50%;
	padding: 3px;
	text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
}
.clear {
	clear:both;	
}
.red {
	color: #E20003 !important;	
}
.green {
	color: green !important;
}
.highlight {
	font-size: 1.5em !important;
	font-style:italic;	
}
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }
.createColumn {
	float:left;
	margin-right: 15px;	
	width: 42%;
	word-wrap: break-word;
}
.createInlineBlock{
	display:inline-block;
	vertical-align: top;
}
.ccards {
	text-align: center;
	margin-top:15px;
	width:30%; 
	margin-right: 15px;
	background:white;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.securityMessage{
	vertical-align: middle; width:60%;
}
 ul.checkit {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.checkit li {
	padding-left: 25px;
	background-image: url(../images/check1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.noTopBottomMargin {
	margin-top:0;
	margin-bottom:0;
}
.noTopMargin {
	margin-top:0;
}
.addTopMargin1 {
	margin-top: 1em !important;
}
.addTopMargin2 {
	margin-top: 2em !important;
}
.addTopMargin3 {
	margin-top: 3em !important;
}
.addTopMargin4 {
	margin-top: 4em !important;
}
.addBottomMargin1 {
	margin-bottom: 1em !important;
}
.addBottomMargin2 {
	margin-bottom: 2em !important;
}
.addBottomMargin3 {
	margin-bottom: 3em !important;
}
.addBottomMargin4 {
	margin-bottom: 4em !important;
}
.addUnderline {
	border-bottom:1px solid black;
	display:inline-block;
}

/******* datatables styles *******/
.dataTable td {
	border: 1px solid #000;
	padding: 1em 0.5em !important;
}
.dataTables_length {
	display: flex;
	align-items: center;
	float: unset !important;
}
.dataTables_length label {
	display: flex;
	align-items: center;
	margin: unset;
}
.dataTables_length label div {
	margin-right: 8px;
	margin-left: 6px;
}
.dataTables_length select {
	width: unset !important;
}
#pageList {
	width: unset !important;
	padding: 4px;
	border-radius: 3px;
}
label[for=pageList] {
	margin-bottom: unset !important;
}
.dataTables_wrapper .dataTables_paginate {
	float: unset !important;
	text-align: left !important;
	width: fit-content;
	padding-top: 0;
}
.dataTables_wrapper .dataTableWrapper .dataTables_paginate .paginate_button {
	color: #fff !important;
}
.dataTableWrapper {
	display: flex;
	margin-bottom: 1rem;
}
table.dataTable .dataTablesDarkRow {
	background-color: #333;
	color: #ddd;
	font-size: 15px;
}
table.dataTable .dataTablesDarkRow th {
	font-weight: 300;
	padding: 4px;
}
.pageWrapper {
	display: flex;
	align-items: center;
}
a.first, a.previous, a.next, a.last {
	margin-right: 3px;
	border: 1px solid #000 !important;
	padding: 5px !important;
	background: #000 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ipeiaTable thead tr:first-of-type th {
	padding-left: 8px !important;
}
.ipeiaTable td {
	vertical-align: top;
}
.ipeiaTable thead tr:first-of-type th {
	background-color: #333;
	color: #ddd;
	padding: 4px;
	font-size: 15px;
	font-weight: 400;
}
.ipeiaTable tr.odd td {
	background-color: #eee;
}
.ipeiaTable thead tr:last-of-type th {
	padding: 1em 0.5em !important;
	background-color: #eee;
	box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%);
}
.ipeiaTable thead tr:last-of-type input {
	padding: 4px;
}
.ipeiaTable .emptyDataTable {
	background-color: #333333 !important;
}
.paginationInfo {
	margin: 8px;
}
.dtfh-floatingparent input {
	display: block;
	width: 100%;
}
.dtfh-floatingparent {
	border-bottom: 1px solid #000;
}
#changePresenter {
	display: none;
	margin-top: 1rem;
}

@media only screen and (max-width: 500px) {
	div {
		
	}
	#headerArea, #bodyArea, #footerArea {
		width:100%;
		box-sizing: border-box;
	}
	#headerArea img {
		margin-left:.5em;
	}
	#headerArea .event {
		margin: 1em;
	}
	#bannerArea,#bodyContent,#footerArea {
		width:100%;
	}
	#bodyArea {
		padding: .5em;
	}
	#bannerWrapper {
		position:relative;
	}
	#bannerArea {
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	#bannerWrapper #date {
		margin:auto;
		position: absolute;
		bottom:0;
		left:.5em;
	}
	#sectionContent h3 {
		padding:5px;
	}
	#footerContent {
		width:90%;
	}
	#footerContent div#floater {
		width:100%;
		float:none;
		text-align: left;
	}
	#footerContent div#floater img {
		width:90%;
	}
	#conditions {
		box-sizing: border-box;
	}
	.ccards {
		margin:.5em auto;
		width:100%;
		box-sizing: border-box;
	}
	.securityMessage{
		width:100%;
	}
	.createColumn {
		float:none;
		width:100%;
	}
}
