body {
	margin: 5px 10px; /* Need to set body margin and padding to get consistency between browsers. */
	padding: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #f5dd84;
	text-align: center; /* Hack for IE5/Win */
	overflow-y:scroll;
}

body, td {font-size: 1em;}
img {border: none;}

#content {
	width: 1300px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 5px;
	background-color: #fffad3;
	position: relative;
}

#menu {
	width: 250px;
}

input, submit, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: white;
}

a:link {color: black;text-decoration: underline; font-weight: normal;}
a:visited {color: black;text-decoration: underline; font-weight: normal;}
a:hover {color: black;text-decoration: none; font-weight: normal;}

a.one2one_link:link {color: white;text-decoration: underline; font-weight: bold;}
a.one2one_link:visited {color: white;text-decoration: underline; font-weight: bold;}
a.one2one_link:hover {color: white;text-decoration: none; font-weight: bold;}

a.backlink:link, a.toplink:link {color: black;text-decoration: underline; font-weight: normal;text-transform: uppercase;}
a.backlink:visited, a.toplink:visited {color: black;text-decoration: underline; font-weight: normal;text-transform: uppercase;}
a.backlink:hover, a.toplink:hover {color: black;text-decoration: none; font-weight: normal;text-transform: uppercase;}

.h2, h2 > .marked > a:link {color: #B72D2D; font-weight: bold;}
.h2, h2 > .marked > a:visited {color: #B72D2D; font-weight: bold;}
.h2, h2 > .marked > a:hover {color: #B72D2D; font-weight: bold;}

.h1, h1 {font-size: 1.2em; font-weight: bold;}
.h2, h2 {font-size: 1.2em; font-weight: normal;}
.h3, h3 {font-size: 1em; font-weight: bold;}

.sort_act {cursor: pointer;background-color:#B6D4E6;}
.sort_over {cursor: pointer;background-color:#B6D4E6;}
.sort_act a {background-color:#B6D4E6;text-decoration: none;font-weight: bold;}
.sort_inact a {text-decoration: none;font-weight: bold;}
.sort_over a {background-color:#B6D4E6;text-decoration: none;font-weight: bold;}

.input_focus {background-color: #F3DDDD}

.message_info {font-weight:bold; background-color: #3C943C; color:white; padding:5px;}
.message_warning {font-weight:bold; background-color: #ED8907; color:white; padding:5px;}
.message_error {font-weight:bold; background-color: #B72D2D; color:white; padding:5px;}

.message_info_top {margin-bottom:10px;padding:10px;font-size:1.0em;background-color: #3C943C; color:white;}
.message_warning_top {margin-bottom:10px;padding:10px;font-size:1.0em;background-color: #ED8907; color:white;}
.message_error_top {margin-bottom:10px;padding:10px;font-size:1.0em;background-color: #B72D2D; color:white;}

.highlighted {color:#B72D2D; font-weight: bold;}

.up {color:#248319; font-weight: bold;}
.down {color:#B72D2D; font-weight: bold;}

.mandatory {color: black; font-weight: bold;}
.progress {display: none; margin-left:5px; padding-bottom:2px;}
.txt {font-size: 0.9em; margin-left:5px;}

.button {background-color:#bbdcff;font-weight:normal;font-size:1.5em;text-transform:uppercase;border:0;outline:0;cursor: pointer;}
.button_a {background-color:#012ba1;font-weight:bold;font-size:2em;text-transform:uppercase;cursor: pointer;}
.button_o {background-color:#3497ff;font-weight:normal;font-size:1.5em;text-transform:uppercase;cursor: pointer;}
.button_o a {text-transform:uppercase;text-decoration:none;color:black;}
.button a {text-transform:uppercase;text-decoration:none;color:black;}

.button_a span {color:white}

.main_table, .results_table {
	width: 100%;
	border-collapse: collapse;
}

.main_table tr.header {
	font-size: 2.5em;
	text-transform: uppercase;
}

.main_table tr.footer {
	font-size: 1.5em;
	text-transform: uppercase;
}

.main_table tr.blank {
	height: 10px;
}

.main_table tr.line {
	font-size: 1em;
}

.main_table tr.header > th, .main_table tr.header > td, .main_table tr.footer > td {
	padding: 5px 15px 5px 15px;
	background-color: #3497ff;
	color: white;
	font-weight: bold;
}

.main_table tr.line {
	padding: 4px 10px 4px 10px;
	margin-top: 2px;
	background-color: #F9CD79;
}

.main_table tr.standard > td {
	padding: 4px 10px 4px 10px;
	margin-top: 2px;
	background-color: #bbdcff;
}

.main_table div.card_wrapper {
	display: flex;
	position: relative;
}

.main_table div.card, .main_table div.card_full {
	background-color: white;
	padding: 10px;
	text-align: center;
	box-shadow: 4px 5px 4px #79b2f9;
	border-radius: 15px;
	text-transform: uppercase;
}

.main_table div.card {
	margin: 10px;
}

.main_table div.card_full {
	margin: 10px 10px 20px 10px;
}

.main_table div.card {
	float: left;
	clear: left;
}

.main_table div.card_full > div.text {
	text-align: left;
}

.main_table div.card_right {
	position: absolute;
	right: 0px;
	padding-bottom: 15px;
}

.main_table div.card > div.title, .main_table div.card_full > div.title {
	padding-bottom: 5px;
}

.main_table div.card > div.text, .main_table div.card > div.text_lower {
	font-size: 2em;
}

.main_table div.card > div.text_lower {
	text-transform: none;
}

.main_table div.card_full > div.title {
	font-size: 2em;
	margin-bottom: 15px;
}

.main_table div.card_full > div.text {
	font-size: 1em;
}

.results_table tr.header > th {
	font-size: 1em;
	text-transform: uppercase;
	padding: 15px 5px;
	background-color: #3e4246;
	color: white;
	font-weight: bold;
}

.results_table tr.header > th.word_break {
	word-spacing:9999px;
	text-align: right;
}

.results_table tr.line > td {
	padding: 10px 5px;
	background-color: white;
	white-space: nowrap;
}

.results_table tr.line_odd > td {
	padding: 10px 5px;
	background-color: #e9e8e8;
	white-space: nowrap;
}

.results_table tr.line > td.result, .results_table tr.line_odd > td.result {
	border-right: 1px solid black;
}

.results_table tr.line > td.result, .results_table tr.line > td.result_last {
	font-weight: bold;
	border-left: 1px solid black;
}

.results_table tr.line_odd > td.result, .results_table tr.line_odd > td.result_last {
	font-weight: bold;
	border-left: 1px solid black;
}

.results_table tr.line_odd > td.result {
	font-weight: bold;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.results_table tr.line > td.icon, .results_table tr.line_odd > td.icon {
	width: 21px;
	padding-left: 0px;
	padding-right: 0px;
}

.results_header {
	padding: 5px;
	background-color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	border: 4px solid black;
	margin-bottom: 5px;
}

.filter_table td {
	padding: 15px 5px 0px 0px;
}

.filter_table {
	margin-bottom: 15px;
}

.inner_table {
	width: 100%;
}

.inner_table td {
	text-transform: none;
}

.update_button, .search_button, .update_button_o, .search_button_o {
	border: none;
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	width: 150px;
	height: 40px;
	margin: 0px 15px 0px 15px;
	border-radius: 15px;
	cursor: pointer;
 }                

.update_button {
	background-color: #f73c3c;
}

.search_button {
	background-color: #3497ff;
}

.update_button_o {
	background-color: #af3030;
}

.search_button_o {
	background-color: #012ba1;
}

select.droplist {
	height: 40px;
	width: 270px;
	font-size: 1em;
	padding-left: 5px;
}

.loading {
	opacity: 20%;
}

.loading_section {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	opacity: 75%;
	z-index: -1;
}

.loading_section center {
	position: relative;
	top: 200px;
	text-transform: uppercase;
}

.gold_medal, .silver_medal, .bronze_medal {
	border-radius: 50%;
	font-weight: bold;
	color: white;
	width: 25px;
	height: 25px;
}

.gold_medal {
	background: #fed600;
	border-color: #fed600;
}

.silver_medal {
	background: #c1c1c1;
	border-color: #c1c1c1;
}

.bronze_medal {
	background: #b29459;
	border-color: #b29459;
}

.gold_medal > div, .silver_medal > div, .bronze_medal > div {
	padding-right: 8px;
	padding-top: 3px;
}

.score {
	position: absolute;
	top: 145px;
	left: 685px;
	width: 200px;
	background-color: white;
	border-radius: 20%;
	border: 5px solid #012ba1;
	color: #012ba1;
	font-weight: bold;
	text-transform: uppercase;
}

.score > div.board {
	position: relative;
	top: 10px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.score > div.board > div.title {
	text-transform: uppercase;
}

.score > div.board > div.text {
	top: -5px;
	position: relative;
	font-size: 3.5em;
	padding: 5px 10px;
}

.info_box {
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	background-color: white;
}

.export {
	text-align: right;
	margin: 10px 0;
}

.small {
	font-size: 0.6em;
}

.arrow_down {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #B72D2D;
	font-size: 0;
	position: relative;
	display: inline;
	top: -3px;
	margin-left: 5px;
}

.arrow_up {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #248319;
	font-size: 0;
	position: relative;
	display: inline;
	top: -20px;
	margin-left: 5px;
}

#from_email {display: none;}

@media print {
.noprint {display: none;}
}
