/* ~~~~[  2025-10-30 */
/* ~~~~[  Gold, #ffd700 */

body {
	margin: 0px;
	background-color: #5E5663;
	background-image: url('img/medaljong.jpg');
	height: 100%;
}

a {
	text-decoration: none;
	color: #6A6772;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: #909090;
	background: transparent;
}

.color {
	text-decoration: none;
	color: white;
	background: transparent;
	font: 0.73em Times;
}

.color_active {
	text-decoration: none;
	color: gold;
	background: transparent;
	font: 0.73em Times;
	border-radius: 2px;
}

.color:hover {
	text-decoration: none;
	color: Khaki;
	background: transparent;
}

/* ~~~~[  inquiry  */

.notice {
	-webkit-appearance: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	text-align: left;
	width: 60%;
	padding: 12px;
	color: black;
	background-image: linear-gradient(to bottom, #fcf7f0, transparent);
	border: 3px dotted grey;
	border-radius: 8px;
}

/* ~~~~[  gold bg  */

.gold {
	background-color: gold;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
} 

p.left {
	text-align: left;
}

align_left {
	text-align: left;
	width: 80%;
}

.linespacing {
	line-height: 20pt;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
}

/* ~~~~[  main table  */

table {
	margin-left: auto;
	margin-right: auto;
	background-color: WhiteSmoke;
	background-image: url('img/medaljong_light.jpg');
	border-spacing: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 3px solid;
	border-right: 3px solid;
	border-color: gold;
	width: 80%;
	height: 100%;
	padding: 0px;
}

/* ~~~~[  logo  */

.top {
	height: 85px;
	vertical-align: middle;
	text-align: center;
}

.strong {
	font-size: 4.2vmax;
	font-weight: bold;
}

/* ~~~~[  menu choices  */

.menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #6A6772;
	height: 30px;
	vertical-align: top;
}

/* ~~~~[  info  */

.maincell {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}

.the9 {
	width: 75%;
	height: auto;
	filter: drop-shadow(2px 2px 2px dimgray);
}

img {
	max-width: 100%;
	border-radius: 3px;
}

img:hover {
	max-width: 100%;
	border-radius: 3px;
	opacity: 0,5;
}

hr {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, transparent, gold, transparent);
 }

/* ~~~~[  button sizes  */


.goldbutton {
	color: Gold;
	padding: 2px;
	font: 0.65em Times;
	font-weight: bold;
	vertical-align: baseline;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button {
	color: white;
	padding: 2px;
	font: 0.65em Times;
	vertical-align: baseline;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button_active {
	color: black;
	padding: 2px;
	font: 0.65em Times;
	vertical-align: baseline;
	background: gold;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button_active:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button70 {
	color: white;
	padding: 2px;
	font: 0.70em Times;
	vertical-align: baseline;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button70:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button70_active {
	color: gold;
	padding: 2px;
	font: 0.70em Times;
	vertical-align: baseline;
	background: #B7B5BD;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button70_active:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button75 {
	color: white;
	padding: 2px;
	font: 0.75em Times;
	vertical-align: baseline;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button75:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button75_active {
	color: gold;
	padding: 2px;
	font: 0.75em Times;
	vertical-align: baseline;
	background: #B7B5BD;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button75_active:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button85 {
	color: white;
	padding: 2px;
	font: 0.85em Times;
	vertical-align: baseline;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button85:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button85_active {
	color: gold;
	padding: 2px;
	font: 0.85em Times;
	vertical-align: baseline;
	background: #B7B5BD;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
}

.button85_active:hover {
	color: gold;
	background: #6A6772;
	border-radius: 3px;
	filter: drop-shadow(1px 1px 2px DarkGrey);
} 