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; }
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: 10px; }
.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; }

.sticky {  
    position: fixed;  
    width: 980;
    left: auto;
    right: auto;
    top: 0;  
    z-index: 100;  
    border-top: 0; 
    display: block;
}
.sticky tbody, .sticky tr {
    display: block;
}
.sticky td {
    float: right;
}
.sticky td.nav {
    float: left;
    padding: 6px 0 6px 3px !important;
}
.sticky td form.nav{
    padding: 2px;
}

.sticky2 {  
    position: fixed;  
    width: 160px;
    left: auto;
    padding-left: 3px;
    right: auto;
    top: 28px;  
    z-index: 100;  
    border-top: 0; 
    display: block;
}

.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;
}

td { font-family: Verdana, Arial; 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: 500px;
  /*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 15px;
  background-color: #f0f0f0;
  width: 470px;
}
.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 */