/*GVHeader*/
tr.Q2Normal td {
  background-color: #f5f5f5;
}
tr.Q2Highlighted td {
  background-color: #ffff99;
} /*GVHeader*/
th.GVHeader,
td.GVHeader {
  color: Blue;
  cursor: pointer;
  text-decoration: underline;
}
th.GVHeader:hover,
td.GVHeader:hover {
  color: Red;
} /*Report*/
a.ReportLink {
  color: Black;
  cursor: pointer;
  text-decoration: underline;
}
a.ReportLink:hover {
  color: Blue;
} /*Menu2*/
#divMenu2 {
  position: absolute;
  display: none;
  left: 42px;
}
tr.RM {
  height: 22px;
  background-color: Gray;
  border-top: 1px solid Silver;
  border-bottom: 1px solid Black;
}
label.lbM2 {
  color: Yellow;
  cursor: pointer;
  padding: 5px;
}
label.lbM2:hover {
  color: Red;
} /**/
.Small {
  font-size: small;
  font-family: Arial Narrow;
}
body {
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}
table,
td,
div {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial TUR, Verdana;
}
table.ToggleDiv {
  width: 100%;
  height: 18px;
  cursor: pointer;
}
#LbSuccess {
  color: #008000;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
}
#LbError {
  color: #cc6600;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
}
tr.BB2,
td.BB2,
div.BB2 {
  border-bottom: 2px solid #000;
}
tr.BR2,
td.BR2 {
  border-right: 2px solid #000;
}
tr.BT2,
td.BT2 {
  border-top: 2px solid #000;
}
tr.BL2,
td.BL2 {
  border-left: 2px solid #000;
}
tr.BB,
td.BB {
    border-bottom: 1px solid #000;
}
tr.BBRL,
td.BBRL {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;

}
tr.BTRL,
td.BTRL {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
tr.BBTL,
td.BBTL {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
tr.BBTR,
td.BBTR {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
tr.BRL,
td.BRL {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
tr.BT,
td.BT {
    border-top: 1px solid #000;
}
tr.BL,
td.BL {
    border-left: 1px solid #000;
}
tr.BR,
td.BR {
    border-right: 1px solid #000;
}
tr.BA,
td.BA {
    border: 1px solid #000;
}
tr.BA2,
td.BA2 {
    border: 2px solid #000;
}
tr.GroupBoxText,
td.GroupBoxText {
  background-color: #ffffdd;
  line-height: 16px;
}
.SortHeaderAsc {
  text-indent: 10px;
  cursor: pointer;
  background-image: url("../../images/List/SortAsc.png");
  background-repeat: no-repeat;
  background-position: left; /* width/height */
  background-size: 10px 10px;
}
.SortHeaderDesc {
  text-indent: 10px;
  cursor: pointer;
  background-image: url("../../images/List/SortDesc.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 10px 10px;
}
#txtTitle {
  font-weight: bold;
}
form {
  display: inline;
} /**/
.Round4 {
  border-radius: 4px;
  behavior: url(../Utils/Pie.htc);
}
.Round {
  border-radius: 7px;
  behavior: url(../Utils/Pie.htc);
} /*Top*/
.RoundTLR {
  border-radius: 6px 6px 0px 0px;
  behavior: url(../Utils/Pie.htc);
}
.RoundTL {
  border-radius: 6px 0px 0px 0px;
  behavior: url(../Utils/Pie.htc);
}
.RoundTR {
  border-radius: 0px 6px 0px 0px;
  behavior: url(../Utils/Pie.htc);
} /*EndTop*/ /*Bottom*/
.RoundBLR {
  border-radius: 0px 0px 6px 6px;
  behavior: url(../Utils/Pie.htc);
}
.RoundBL {
  border-radius: 0px 0px 0px 6px;
  behavior: url(../Utils/Pie.htc);
}
.RoundBR {
  border-radius: 0px 0px 6px 0px;
  behavior: url(../Utils/Pie.htc);
} /*EndBottom*/
.Shadow {
  box-shadow: 3px 3px 3px #535353;
  behavior: url(../Utils/Pie.htc);
}
.Shadow2px {
  box-shadow: 2px 2px 2px #535353;
  behavior: url(../Utils/Pie.htc);
} /**/
textarea {
  border: 1px solid silver;
  color: #003366;
  font-size: 12px;
  font-family: Arial TUR, Verdana;
}
.ListEdit {
  height: 20px;
  border: 1px solid #999999;
}
#HiddenSubmit {
  width: 0px;
  border: 0px;
  background-color: Transparent;
}
input,
button {
  height: 22px;
  border: 1px solid silver;
  color: #003366;
  font-size: 12px;
  font-family: Arial TUR, Verdana;
  border-radius: 3px;
}
input.cb {
  width: 15px;
  height: 15px;
  border: 0px;
}
input.Link,
button.Link,
span.Link,
input.LinkF {
  border: 0px solid;
  cursor: pointer;
  height: 18px;
  background-color: Transparent;
  color: #006699;
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
}
input.Link2,
button.Link2,
span.Link2 {
  border: 0px solid;
  cursor: pointer;
  height: 18px;
  background-color: Transparent;
  color: #006699;
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: underline;
  display: inline-block;
}
input.cLink,
button.cLink,
span.cLink {
  border: 0px solid;
  height: 18px;
  background-color: Transparent;
  color: Gray;
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
}
button.BtnMap {
  padding-left: 1px;
  background-color: #9999ff;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  cursor: pointer;
  height: 22px;
  width: 70px;
}
button.BtnMap:hover {
  color: White;
  background-color: #7d7dff;
}
button.BtnMapActive {
  background-color: #ffcc00;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  font-family: Arial Narrow;
  cursor: pointer;
  height: 22px;
  width: 70px;
} /*For Lookup Tables*/
table.TrOver tr:hover td {
  background-color: #ffff99;
  cursor: pointer;
}
table.TrOver tr:first-child:hover td {
  background-color: Transparent;
  cursor: default;
} /**/
input.CC {
  outline: 1px solid Blue;
  height: 1.2em;
  width: 1.2em;
}
input.BCC {
  outline: 1px solid Red;
  height: 1.2em;
  width: 1.2em;
}
input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
} /**/
select {
  height: 22px;
  color: #003366;
  border: 1px solid silver;
  font-size: 12px;
  font-family: Arial TUR, Verdana;
  border-radius: 3px;
}
select.Archive {
  width: 60px;
  color: #003366;
  background-color: #ffdd99;
}
select.ind {
  width: 90px;
  color: #003366;
  background-color: #e1e1e1;
}
select.AOperator {
  width: 40px;
  color: #003366;
  background-color: #bde5f8;
}
select.Calc {
  width: 60px;
  color: #003366;
  background-color: #e1e1e1;
}
select option.first {
  color: Red;
  background: White;
  highlight: White;
} /**/
tr.Archived {
  color: Orange;
}
td.keyRemind {
  color: Gray;
  font-size: smaller;
  text-align: center;
  vertical-align: top;
}
#Menu0 {
  width: 145px;
  position: absolute;
  z-index: 3;
  visibility: hidden;
  font-size: 11px;
  font-family: Arial TUR, Verdana;
  border: 1px solid #535353;
  box-shadow: 3px 3px 3px #535353;
  behavior: url(../Utils/Pie.htc);
}
div.MenuItem {
  padding-left: 2px;
  cursor: pointer;
  color: black;
  line-height: 16px;
  background-color: #cdcdcd;
}
div.MenuItem:hover {
  background-color: Highlight;
} /**/
img {
  border-style: none;
  border-width: 0px;
}
.BtnImg {
  cursor: pointer;
  border-style: none;
  border-width: 0px;
} /*For small img*/
.BtnGlb {
  border-top: 0px;
  border-right: 1px solid Transparent;
  border-bottom: 1px solid Transparent;
  border-left: 3px solid Transparent;
}
.BtnGlb:hover {
  vertical-align: top;
  cursor: pointer;
  border-top: 0px;
  border-right: 1px solid Black;
  border-bottom: 1px solid Black;
  border-left: 3px solid Transparent;
} /*For GridView*/
img.BtnPop {
  cursor: pointer;
  border: 0px;
}
img.BtnPop:hover {
  border-right: 1px solid Black;
  border-bottom: 1px solid Black;
} /*Not Works*/
img.BtnPop:active {
  border-right: 1px solid Blue;
  border-bottom: 1px solid Blue;
} /**/
.rOnly {
  border: 1px solid silver;
  background-color: #e4f1ea;
  color: #607090;
  height: 22px;
}
.Empty {
  border: 1px solid silver;
  background-color: #e2e2e2;
  height: 22px;
}
.sInfo {
  color: Silver;
} /**/
#divWait1 {
  display: none;
  position: fixed;
  top: 45px;
  left: 415px;
  border-radius: 5px;
  border: 1px solid Blue;
  box-shadow: 0px 0px 10px Blue;
}
#divWait2 {
  display: none;
  position: fixed;
  top: 5px;
  left: 480px;
  border-radius: 5px;
  border: 1px solid Blue;
  box-shadow: 0px 0px 10px Blue;
}
#divHeader {
  display: none;
} /*DivFixed*/
#DivFixed {
  border: 3px solid #92aed6;
  border-top: none;
  background-color: #d3dfee;
}
#TrFixed {
  background-color: #92aed6;
  color: White;
  font-weight: bold;
  height: 21px;
  border-bottom: 1px solid gray;
}
#TrFixed:hover {
  background-color: #7799cc;
}
#TdFixed {
  cursor: move;
  padding-left: 3px;
  width: 100%;
}
#TgFixed {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 6px;
  width: 15px;
  text-align: right;
  vertical-align: middle;
}
input.BtnFixed,
button.BtnFixed {
  background-color: #5bc0de;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  cursor: pointer;
  height: 22px;
  width: 70px;
}
input.BtnFixed:hover,
button.BtnFixed:hover {
  color: White;
  background-color: #28a3c6;
} /**/
tr.BBF,
td.BBF {
  border-bottom: 1px solid #92aed6;
}
.mp5{
  margin-left: 5px;
  padding-left: 5px;
}
.mp10{
  margin-left: 10px;
  padding-left: 10px;
}
.mp15{
  margin-left: 15px;
  padding-left: 15px;
}
.mp20{
  margin-left: 20px;
  padding-left: 20px;
}

#DivMap {
  border: 1px solid Silver;
}
#DivMapType {
  position: absolute;
  top: 30px;
  left: 7px;
  z-index: 2;
}
#DivMapProc {
  position: absolute;
  top: 30px;
  left: 700px;
  z-index: 2;
}
#DivMapHeader,
#TrMapHeader,
#TdMapHeader {
  height: 22px;
  position: absolute;
  top: 0px;
  border: 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
#DivMapFooter {
  height: 20px;
  border: 1px solid Silver;
  background-color: #ffffdd;
  position: absolute;
  top: 382px;
}
#divZoom,
#divZoom2,
#divEmailWarning,
#divEMessageWarning,
#divForumWarning,
#divAdminWarning {
  border: 0px;
  position: absolute;
  display: none;
  left: 30px;
  z-index: 2;
} /**/
.wFullForm,
#divLookup,
#divLookup2 {
  width: 760px;
}
.wFullScrn,
#divQuery,
#divChart,
#divHeader,
#DivMapHeader,
#TrMapHeader,
#TdMapHeader,
#DivMapFooter {
  width: 980px;
}
.wHalfScrn {
  width: 490px;
}
.wQuartScrn {
  width: 245px;
}
.wThirdScrn {
  width: 735px;
}
.wLenField{
  width: 195px;
}
.wLonField{
  width: 685px;
}
#divQuery {
  margin-bottom: 10px;
} /**/
#divLookup,
#divLookup2 {
  position: absolute;
  display: none;
  background-color: White;
  border: 1px solid gray;
  height: 300px;
  z-index: 2;
}
#Lookup,
#Lookup2 {
  width: 100%;
  height: 100%;
}
#divHintTd {
  border: 2px solid #de3c10;
  background-color: #ffebef;
  line-height: 16px;
}
#divHint {
  position: absolute;
  display: none;
  z-index: 2;
  border: 0px;
  white-space: nowrap;
  border-radius: 3px;
  behavior: url(../Utils/Pie.htc);
}
#div0 {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px solid Silver;
}
.dispNone {
  display: none;
}
.dispBlock {
  display: block;
}
.cursorDefault {
  cursor: default;
}
.cursorPointer {
  cursor: pointer;
}
.colorWhite {
  color: White;
}
.colorGray {
  color: Gray;
}
.colorGreen {
  color: Green;
}
.colorBlue {
  color: Blue;
}
.colorRed {
  color: Red;
}
.colorYellow {
  color: Yellow;
}
.colorCoral {
  color: Coral;
}
.colorBrown {
  color: Brown;
}
.fwBold {
  font-weight: bold;
}
.fwNormal {
  font-weight: normal;
}
.taCenter {
  text-align: center;
}
.taLeft {
  text-align: left;
}
.taRight {
  text-align: right;
}
.tnr8{
  font-family: 'Times New Roman';
  font-size: 8pt;
}
.tnr9{
  font-family: 'Times New Roman';
  font-size: 9pt;
}
.tnr10{
  font-family: 'Times New Roman';
  font-size: 10pt;
}
.tnr11{
  font-family: 'Times New Roman';
  font-size: 11pt;
}
.tnr12{
  font-family: 'Times New Roman';
  font-size: 12pt;
}

.vaTop {
  vertical-align: top;
}
.vaBottom {
  vertical-align: bottom;
} /*padding*/
.Pad3 {
  padding: 3px;
}
.PadL3 {
  padding-left: 3px;
}
.PadR3 {
  padding-right: 3px;
}
.Pad6 {
  padding: 6px;
}
.PadL6 {
  padding-left: 6px;
}
.PadR6 {
  padding-right: 6px;
}
.Pad10 {
  padding: 10px;
}
.PadL10 {
  padding-left: 10px;
}
.PadR10 {
  padding-right: 10px;
}
.PadR100 {
  padding-right: 100px;
}
.PadT3 {
  padding-top: 3px;
}
.PadT6 {
  padding-top: 6px;
}
.PadB3 {
  padding-bottom: 3px;
}
.PadB6 {
  padding-bottom: 6px;
} /**/
.h100p {
  height: 100%;
}
.w100p {
  width: 100%;
}
.w075p {
  width: 75%;
}
.w050p {
  width: 50%;
}
.w033p {
  width: 33%;
}
.w025p {
  width: 25%;
}
.w013p {
  width: 13%;
}
.w012p {
  width: 12%;
} /*width*/
input.wDate {
  width: 80px;
}
input.wPhone {
  width: 100px;
}
input.wHoldingID {
  width: 95px;
}
input.wElectronicID {
  width: 130px;
}
input.wAnimalID {
  width: 110px;
}
input.wPersonID {
  width: 95px;
} /**/
.w3Cell {
  width: 420px;
}
.w4Cell {
  width: 600px;
}
.wDoubleCell {
  width: 285px;
}
.wFullCell {
  width: 140px;
}
.wHalfCell {
  width: 70px;
}
.w3HalfCell {
  width: 210px;
}
.wQuarterCell {
  width: 40px;
}
.w3QuarterCell {
  width: 120px;
} /**/
.w225 {
  width: 225px;
}
.w200 {
  width: 200px;
}
.w175 {
  width: 175px;
}
.w155 {
  width: 155px;
}
.w150 {
  width: 150px;
}
.w145 {
  width: 145px;
}
.w140 {
  width: 140px;
}
.w135 {
  width: 135px;
}
.w130 {
  width: 130px;
}
.w125 {
  width: 125px;
}
.w120 {
  width: 120px;
}
.w115 {
  width: 115px;
}
.w110 {
  width: 110px;
}
.w105 {
  width: 105px;
}
.w100 {
  width: 100px;
}
.w090 {
  width: 90px;
}
.w085 {
  width: 85px;
}
.w080 {
  width: 80px;
}
.w075 {
  width: 75px;
}
.w070 {
  width: 70px;
}
.w050 {
  width: 50px;
}
.w045 {
  width: 45px;
}
.w040 {
  width: 40px;
}
.w030 {
  width: 30px;
}
.w025 {
  width: 25px;
}
.w005 {
  width: 5px;
}
.w000 {
  width: 0px;
} /*end width*/ /*height*/
.h005 {
  height: 5px;
}
.h018 {
  height: 18px;
}
.h020 {
  height: 20px;
}
.h022 {
  height: 22px;
}
.h024 {
  height: 24px;
}
.h030 {
  height: 30px;
}
.h040 {
  height: 40px;
}
.h100 {
  height: 100px;
}
.h400 {
  height: 400px;
} /*end height*/ /*--*/
.bgInfo {
  background-color: #bde5f8;
}
.bgWarn {
  background-color: #feefb3;
}
.bgSucc {
  background-color: #dff2bf;
}
.bgExit {
  background-color: #dff2bf;
}
.bgBrown {
  background-color: #e9967a;
}
.bgFixed {
  background-color: #d3dfee;
}
.bgTransparent {
  background-color: Transparent;
}
.bgBlack {
  background-color: #000000;
}
.bgSilver{
  background-color: silver;
}

.GradMix {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left,
    red,
    orange,
    green,
    blue,
    indigo,
    violet
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    left,
    red,
    orange,
    green,
    blue,
    indigo,
    violet
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    left,
    red,
    orange,
    green,
    blue,
    indigo,
    violet
  ); /* For Fx 3.6 to 15 */
  background: linear-gradient(
    to right,
    red,
    orange,
    green,
    blue,
    indigo,
    violet
  ); /* Standard syntax */
}
.GradGreen {
  background-color: #8fc1f8;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#e4f1ea),
    to(#48845e)
  ); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(
    top,
    #e4f1ea,
    #48845e
  ); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #e4f1ea, #48845e); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #e4f1ea, #48845e); /* IE 10 */
  background: -o-linear-gradient(top, #e4f1ea, #48845e); /* Opera 11.10+ */
}
.GradBlue {
  background-color: #8fc1f8;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#8fc1f8),
    to(#336699)
  );
  background: -webkit-linear-gradient(top, #8fc1f8, #336699);
  background: -moz-linear-gradient(top, #8fc1f8, #336699);
  background: -ms-linear-gradient(top, #8fc1f8, #336699);
  background: -o-linear-gradient(top, #8fc1f8, #336699);
}
.GradTurkuaz {
  background-color: #edf9fc;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#edf9fc),
    to(#25a7c7)
  );
  background: -webkit-linear-gradient(top, #edf9fc, #25a7c7);
  background: -moz-linear-gradient(top, #edf9fc, #25a7c7);
  background: -ms-linear-gradient(top, #edf9fc, #25a7c7);
  background: -o-linear-gradient(top, #edf9fc, #25a7c7);
}
.GradBrown {
  background-color: #ecc6c6;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ecc6c6),
    to(#993333)
  );
  background: -webkit-linear-gradient(top, #ecc6c6, #993333);
  background: -moz-linear-gradient(top, #ecc6c6, #993333);
  background: -ms-linear-gradient(top, #ecc6c6, #993333);
  background: -o-linear-gradient(top, #ecc6c6, #993333);
}
.GradBlack {
  background-color: #cccccc;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#cccccc),
    to(#000000)
  );
  background: -webkit-linear-gradient(top, #cccccc, #000000);
  background: -moz-linear-gradient(top, #cccccc, #000000);
  background: -ms-linear-gradient(top, #cccccc, #000000);
  background: -o-linear-gradient(top, #cccccc, #000000);
}
.GradRed {
  background-color: #ffcccc;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffcccc),
    to(#ff0000)
  );
  background: -webkit-linear-gradient(top, #ffcccc, #ff0000);
  background: -moz-linear-gradient(top, #ffcccc, #ff0000);
  background: -ms-linear-gradient(top, #ffcccc, #ff0000);
  background: -o-linear-gradient(top, #ffcccc, #ff0000);
}
.GradMagenta {
  background-color: #eff3fe;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#eff3fe),
    to(#9191ff)
  );
  background: -webkit-linear-gradient(top, #eff3fe, #9191ff);
  background: -moz-linear-gradient(top, #eff3fe, #9191ff);
  background: -ms-linear-gradient(top, #eff3fe, #9191ff);
  background: -o-linear-gradient(top, #eff3fe, #9191ff);
}
.GradYellow {
  background-color: #ffffdd;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffdd),
    to(#ffcc00)
  );
  background: -webkit-linear-gradient(top, #ffffdd, #ffcc00);
  background: -moz-linear-gradient(top, #ffffdd, #ffcc00);
  background: -ms-linear-gradient(top, #ffffdd, #ffcc00);
  background: -o-linear-gradient(top, #ffffdd, #ffcc00);
}
input.uppercase {
  text-transform: uppercase;
}
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 2px;
  height: 24px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}