﻿body, html, form
{
    margin: 0px 0px 0px 0px;
    height: 100%;
}
.copyright-text {
    font-size: 10px;
    font-weight: bold;
    display: block;
}
.lnkblack
{
	font-weight: bold;
	font-size: 11px;
	background-color: Blue;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.lnkgreen
{
	font-weight: bold;
	font-size: 11px;
	background-color: Green;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.lnkyellow
{
	font-weight: bold;
	font-size: 11px;
	background-color: Yellow;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
.lnkred
{
	font-weight: bold;
	font-size: 11px;
	background-color: Red;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.tmr
{
	font-weight: bold;
	font-size: 11px;
	color: #FF00FF;
	font-family: Verdana;
	text-decoration: none;
}
.tdtext
{
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
}
.mdtext
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.Psgdiv
{
	border: #313131 1px solid;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	width: 100%;
	font-family: Verdana;
	height: auto;
	text-align: justify;
	text-decoration: none;
	overflow: auto;
}
.bld
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
.bldw
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
.htext
{
	color: #000000;
	font-family: Verdana;
	font-size: 23px;
	font-weight: bolder;
	text-decoration: none;
}
.mhtext
{
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
}
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
    padding: 0px;
    border-top: 0px;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: absolute;
  width:400px;
  height:200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  padding: 16px;
  border: 5px solid orange;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}