﻿.dbn {
  display: none;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.fi {
  float: inherit;
}
.bc {
  margin: 0 auto;
}
.ph {
  cursor: pointer;
}
.boxBor {
  box-sizing: border-box;
}
.boxCon {
  box-sizing: content-box;
}
.ofh {
  overflow: hidden;
}
.ofyh {
  overflow-y: hidden;
}
.ofys {
  overflow-y: scroll;
}
.ofxh {
  overflow-x: hidden;
}
.ofxs {
  overflow-x: scroll;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.pof {
  position: fixed;
}
.t0 {
  top: 0;
}
.l0 {
  left: 0;
}
.r0 {
  right: 0;
}
.b0 {
  bottom: 0;
}
.tdn {
  text-decoration: none;
}
.tu {
  text-decoration: underline;
}
.cup {
  cursor: pointer;
}
.m0 {
  margin: 0;
}
.m0a {
  margin: 0 auto;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mr0 {
  margin-right: 0;
}
.ml0 {
  margin-left: 0;
}
.p0 {
  padding: 0!important;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.fb {
  font-weight: bold;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tin2 {
  text-indent: 2em;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.bor {
  border: 1px solid #f00;
}
.bn {
  border: none;
}
.bbn {
  border-bottom: none;
}
.btn {
  border-top: none;
}
.bln {
  border-left: none;
}
.brn {
  border-right: none;
}
.outn {
  outline: none;
}
.init{ margin:0;padding-left:0!important;padding-right:0!important;}
.rowinit{margin-right: 0!important;margin-left: 0!important;}
.pora{ position:relative}
.poab{ position:absolute}
.w100{ width:100%;}
.mt40{ margin-top:40px}
.fs14{ font-size:14px}
.w95{ width:95%; margin:0 auto}

.mt10{
	margin-top: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.w_100{
	width:100%;
}
.pl15{
	padding-left:15px;
}

.pagesite{
  text-align: right;
}
.pagesite a{
  font-size: 14px;cursor:pointer;
}
.pagesite a[disabled="disabled"]{
    cursor: text;color:#333;
}
.pagesite a[disabled="disabled"]:hover{
  text-decoration:none;
  color:innital;
}
.pagesite div select{
  margin:0 5px;
}
