html, body {
	font-family: Verdana, Arial;
	font-size: 11px;
	scrollbar-face-color: #5685c4;
	scrollbar-highlight-color: #99CCFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #3399FF; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000;
	background-color: #000000;
	margin:0px;
	padding:0px;
}

a { font-family: Verdana, Arial; color: #FFFFFF; text-decoration: underline; font-size: 10pt; }
a:hover { color: #5685c4; text-decoration: underline; }

form {
	margin: 0px;
	padding: 0px;
}

textarea {
	background: #262626;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 100px;
	width: 320px;
	border: 1px solid #736F6E;
}

.header { color: #FFFFFF; text-decoration: none; font-family: Verdana, Arial; }

.footer { color: #FFFFFF; text-decoration: none; font-family: Verdana, Arial; font-size: 10pt; }
.footer a { color: #FFFFFF; text-decoration: underline; }
.footer a:hover { color: #FFFFFF; text-decoration: underline; }

.nav { color: #FFFFFF; text-decoration: none; font-family: Verdana, Arial; font-size: 10pt; }
.nav a { color: #FFFFFF; text-decoration: none; }
.nav a:hover { color: #FFFFFF; text-decoration: none; }

.search { background-color: #262626; font-family: verdana, sans-serif; border: #b2b2b2 1px solid; font-size: 10pt; color: #FFFFFF; padding-left:2px; }

.navbar { width: 980px; position: -webkit-sticky; }

.skyscraper { width: 160px; position: -webkit-sticky; }



.blue { color: #5685c4; text-decoration: underline; font-family: Verdana, Arial; }
.blue a { color: #5685c4; text-decoration: underline; }
.blue a:hover { color: #5685c4; text-decoration: underline; }

.box {
	background-color: #262626;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 19px;
	width: 220px;
	border: 1px solid #736F6E;
}

table tbody tr td { font-family: Verdana, Arial; color: #FFFFFF; font-size: 10pt; }

li { margin-left: 25px; }

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #5685c4;
	visibility: hidden;
	z-index: 150;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dropmenudiv {
	position:fixed;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana, Arial;
	line-height:15px;
	z-index:100000;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #FEFEFE;
}

div.info {
	white-space:nowrap; 
	width:150px; 
	overflow:hidden; 
}

div#dv_IAB_160x600, div#dv_IAB_300x250, div#dv_IAB_300x600, div#dv_IAB_336x280, div#dv_IAB_728x90, div#dv_IAB_970x90, div#dv_IAB_970x250 {
	display: inline !important;
}

/* modal part */
#modal-background {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#modal {
  background-color: #fff;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  /*padding: 10px 20px;*/
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  font-size: 1.5rem;
  animation-name: animatemodal;
  animation-duration: 0.4s;
  border: 1px solid #303030;
}

.yes, .no {
  border: none;
  padding: 7px 14px;
  font-size: 1rem;
  border-radius: 5px;
}

.yes {
  background-color: #00ff00;
}

.no {
  background-color: #ff0000;
}

#close-btn {
  align-self: flex-end;
  /*color: black;*/
  position: absolute;
  right: 20px;
  color: white;
  top: 12px;
}

#close-btn:hover {
  cursor: pointer;
  color: #ff0000;
}
.modal-header {
  width: 100%;
  text-align: left;
  background-color: #000000;
  position: relative;
  padding: 5px 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header img {
  height: 38px;
  margin-left: 7px;
}
.modal-body {
  /*padding: 10px 10px;*/
  padding: 0px 0px;
  background-color: #f0f0f0;
  width: 502px;
}
.modal-footer {
  background-color: #262626;
  width: 100%;
}
.modal-footer p {
  padding: 5px 0px;
  margin: 5px 0px;
  color: white;
  font-size: 14px;
}

/* modal part end */

/* animation part */
@keyframes animatemodal {
  from {
    top: 50%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/* animation part end */



/* 23aug 2023 */ 

/*header-butten*/
 /*td {
    font-family: Verdana, Arial;
    font-size: 20px;
    padding-bottom: 5px;
}
td a#register {
    background: #5685c4;
    padding: 7px 10px;
    display: inline-block;
    max-width: 63px;
    margin: auto;
    margin-right: 15px;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-right: 10px;

}
td a#register:hover {
    background: #326bc4;
    color: #fff;
    text-decoration: underline;
}
td a#login {
    background: #5685c4;
    padding: 7px 16px;
    display: inline-block;
    max-width: 40px;
    margin: auto;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 2px;
    padding-bottom: 10px;
    padding-right: 15px;
}
td a#login:hover {
    background: #326bc4;
    color: #fff;
    text-decoration: underline;
}

td form {
    margin-right: 15px;
}

.form {
    margin: 20px auto;
    margin-top: 100px;
    padding: 40px 50px;
    max-width: 300px;
    border-radius: 5px;
    background: #c0c0c0;
    box-shadow: 1px 1px 1px #666;
}
.login-title {
    margin: 20px 0 0;
    color: #326bc4;
    font-size: 28px;
    text-align: center;
}
.login-input, .login input[type=password] {
    border: 2px solid #666;
    transition: .2s;
}
input#Password:hover {
    border: 2px solid #326bc4;
}
.login-input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
}
input.login-input[type=text]:hover {
    border-color: #326bc4;
    outline: none;
    transition: all .2s ease-in-out;
}
.login-input,.login input[type=password] {
    border: 2px solid #666;
    transition: .2s;
}
.login-input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
}
input.login-input[type=password]:hover {
    border-color: #326bc4;
    outline: none;
    transition: all .2s ease-in-out;
}
input.login-button[type=submit] {
    border: none;
    background: #5685c4;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 20px 0px;
}
input.login-button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
}
input.login-button[type=submit]:hover {
    background: #326bc4;
}
form {
    margin-right: 10px;
    margin-top: 15px;
}
input[type="submit"] {
    padding-inline: 10px;
}
input[type="submit"]:hover {
    background: #326bc4;
    color: white;
}

.login {
    margin: 20px auto;
    margin-top: 100px;
    padding: 40px 50px;
    max-width: 300px;
    border-radius: 5px;
    background: #c0c0c0;
    box-shadow: 1px 1px 1px #666;
}
 .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
}         
.login input[type=text],.login input[type=password] {
    border: 2px solid #666;
    transition: .2s;
}
.login input[type=text]:hover {
    border-color:#326bc4; 
    outline: none; 
    transition: all .2s ease-in-out;
} 
.login input[type=submit] {
    border: none;
    background: #5685c4;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 20px 0px;
}
.login input[type=submit]:hover {
    background:#326bc4;
}
.login h2 {margin: 20px 0 0;
 color: #326bc4; 
 font-size: 28px;
}
.login p {
    margin-bottom: 30px;
    color: #326bc4;
}
.login h2,.login p,.login a {
    text-align: center;
}
.login a {
    text-decoration: none; 
    font-size: .8em;
}
.login a:visited {
    color: inherit;
     color: #666;
}
.login a:hover {
    text-decoration: underline;
    color: #326bc4;
}
.links {
    display: table;
    width: 100%; 
    box-sizing: border-box; 
    border-top: 1px solid #c0c0c0;
    margin-bottom: 10px;
    border-top: 1px solid #326bc4;
 }
.links a {
display: table-cell;
padding-top: 10px;
}
.links a:first-child {
    text-align: left;
}
.links a:last-child {
    text-align: right;
}*/


