body {
  background: #f9f9f9;
}
#header
{
	width:100%;
	height:68px; 
	background:#048abb;
	color:#f9f9f9;
	font-family:"Microsoft YaHei","Helvetica Neue","Helvetica,Arial", sans-serif;
	padding: 4px 0px 0px 30px;
	font-size:18px;
	font-weight:bold;
	align:centre;
	position: fixed;
  	top: 0;
	left: 0;
	overflow: hide;
	z-index: 10000;
}
#home_content
{
	width:100%;
	height:300px;
	background:#048abb;
	color:#f9f9f9;
	font-family:"Helvetica Neue","Helvetica,Arial", sans-serif;
	padding: 15px 0px 0px 30px;
	font-size:18px;
	font-weight:bold;
	align:centre;
	position: fixed;
	top: 200;
	left: 0;
	overflow: hide;
}

#content {
   text-align:left;
}
#hdname {
	padding: 20px 0px 0px 0px;
	margin-left: 120px;
}
.topnav {
  background-color:#048abb;
  text-align:center;
}
.topnav a {
  display:inline-block;
  color: #f2f2f2;
  text-align:center;
  padding: 2px 16px 5px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: #048abb;
}
.topnav .active {
  background-color: #ffffff;
  color: #048abb;
}
#orgtable
{
	width:50%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:80px;
}
#orgtable a
{
	text-decoration:none;
	color:#00a2d1;
}
#orgtable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	text-align: center;
}
#orgtable th {
    padding: 12px 12px 12px 15px;
    text-align: center;
    background-color: #f2f2f2;
    color: black;
}
#membertable
{
	width:50%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:40px;
}
#membertable a
{
	text-decoration:none;
	color:#00a2d1;
}
#membertable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	text-align: left;
}
#membertable th {
    padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 5px;
    text-align: left;
    background-color: #f2f2f2;
    color: black;
}
#eventtable
{
	width:60%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:40px;
}
#eventtable a
{
	text-decoration:none;
	color:#00a2d1;
}
#eventtable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	padding: 5px;
}
#eventtable th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #f2f2f2;
    color: black;
}
#courtstable
{
	width:250%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:40px;
}
#courtstable a
{
	text-decoration:none;
	color:#00a2d1;
}
#courtstable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	text-align: center;
}
#courtstable th {
    padding-top: 6px;
    padding-bottom: 6px;
 	height:65px;
    text-align: center;
    background-color: #f2f2f2;
    color: black;
}
#courtstable thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    color: #fff;
}			
#usertable
{
	width:60%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:40px;
}
#usertable a
{
	text-decoration:none;
	color:#00a2d1;
}
#usertable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	padding: 5px;
}
#usertable th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #f2f2f2;
    color: black;
}
#desctable
{
	width:30%;
/*	font-weight:bolder; */
	color:#333;
	margin-bottom:40px;
}
#desctable a
{
	text-decoration:none;
	color:#00a2d1;
}
#desctable,td
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	text-align: left;			  
	padding: 5px;
}
#desctable th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #f2f2f2;
    color: black;
}
.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader > img {
    width: 100px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}

/*#grp_table
{
	width:60%;
	font-weight:bolder;
	color:#999;
	margin-bottom:40px;
}
#grp_table a
{
	text-decoration:none;
	color:#00a2d1;
}
#grp_table,td,th
{
	border-collapse:collapse;
	border:solid #d0d0d0 1px;
	padding:2px;
}
#grp_table td input
{
	width:80%;
	height:35px;
	border:dashed #00a2d1 1px;
	padding-left:15px;
	box-shadow:0px 0px 0px rgba(1,0,0,0.2);
	outline:none;
}
#grp_table td input:focus
{
	box-shadow:inset 1px 1px 1px rgba(1,0,0,0.2);
	outline:none;
}
#grp_table td button
{
	border:solid #f9f9f9 0px;
	box-shadow:1px 1px 1px rgba(1,0,0,0.2);
	outline:none;
	background:#00a2d1;
	padding:9px 15px 9px 15px;
	color:#f9f9f9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	border-radius:3px;
	width:49.5%;
}
#grp_table td button:active
{
	position:relative;
	top:1px;
}*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  font-weight:bold;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}		  
/*====================================================================================================    */
#ers_site fieldset
{
   width: 230px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#ers_site legend, #ers_site h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#ers_site label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}
/* Webkit browsers like Safari and Chrome */
#ers_site input[type=number]::-webkit-inner-spin-button,
#ers_site input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Webkit browsers like Safari and Chrome */
#ers_site input[type=date]::-webkit-inner-spin-button,
#ers_site input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}											

#ers_site input[type="text"],#ers_site textarea,
#ers_site input[type="password"],#ers_site input[type="date"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#ers_site input[type="text"],
#ers_site input[type="password"]
{
  height:15px;
  width:220px;
}

 #ers_site #scaptcha
{
  width:60px;
  height:18px;
}

#ers_site input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px; 
}
#ers_site input[type="button"]
{
   width:100px;
   height:30px;
   padding-left:0px; 
}

#ers_site textarea
{
  height:800px;
  width:600px;
}

#ers_site input[type="text"]:focus,
#ers_site textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#ers_site .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#ers_site .container2
{
   margin-top:5px;
   margin-bottom: 5px;
}

#ers_site .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
   vertical-align:top
}

#ers_site #register_password_errorloc
{
    clear:both;
}

#ers_site  fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#ers_site fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}
#ers_site .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#ers_site .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#ers_site #ers_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#ers_site  #ers_crdiv p
{
    display:none;
}

#ers_site_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#ers_site_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
	margin-left: 20px;
}

#ers_site_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}
#cke_site_content li
{
font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;

padding-top:10px;
padding-bottom:10px;
}
#cke_site_content
{
font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	margin-left: 20px;
}

#cke_site_content h2
{
	font-weight: normal;
	line-height: 1.2;
   font-weight:bold;
   color:#333;
}
