﻿/* BODY TABLE GRIDVIEW STYLES*/
body {
    background-image: url("../img/bkgnd.gif");
    overflow-x: auto;
    overflow-y: auto;
}
.content {
    width: 303px;
    margin-left: auto;
    margin-right: auto;
}
.tcenter {
    margin-left: auto;
    margin-right: auto;
}
.hdIntro {
    background-color: #B0E0E6;
    width: 837px;
    height:30px;
    text-align:center;
    border-radius: 7px;
}
.hiddencol {
    display: none;
}
.cGrp {
    width: 220px;
    height: 150px;
    color: navy;
    background-color: LightCyan;
}
.rowHighlight {
    background-color: #f0f8ff;
}
.hiddencol {
    display: none;
}

/* DIVISON STYLES */
.divComment {
    display:none;
    width:750px; 
    height:78px; 
    vertical-align:middle;
}

/*  DROPDOWN LIST STYLES   */
.styled-select {
    overflow: hidden;
    background: no-repeat right #F6F1DB;
    border: 2px solid #006699;
    font-size: 16px;
    border-radius: 5px;
}
.styled-select select {
    background: transparent;
    width: 180px;
    padding: 4px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 26px;
    -webkit-appearance: none;
    font-family: Andalus;
    color: #006699;
}
/*  drop down lists  */
.msgrps-SelectBox {                       
  font-family:Calibri;
  font-size: 18px;
  background-color: #d8eae8;
  width:360px;
}

/*  dd watersheds   */
.msws-SelectBox {                       
  font-family:Calibri;
  font-size: 18px;
  background-color: #d8eae8;
  width:auto;
}
/*     dd Labels      */
.ms-cdlabel {
    font-weight: bold;
    color: #006699;
    font-family: Verdana;
    font-size: medium;
}

/*     plot Y1 Y2 button      */

/* btnOther chem/b/b de */
.btnOther {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    display: inline-block;
    border-radius: 4px;
    background-color: #B0E0E6;
    color: navy;
    text-align: center;
    font-size: 16px;
    padding: 2px;
    width: 215px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.btnOther span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnOther span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnOther:hover span {
    padding-right: 25px;
}

.btnOther:hover span:after {
    opacity: 1;
    right: 0;
}
/*     gridview select button      */
.btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    color: white;
    font-size: 16px;
    background: #4284c7;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

a.btn:hover {
    background: #4284c7;
    color: yellow;
    text-decoration: none;
}
/*  Pager style  */
.pager table {
    width: auto;
    align-content: center;
}

.pager span {
    color: blue;
    font-size: large;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}

.myYPanel {
    padding-top: 5px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    border-radius: 9px;
    background: #63a9ff;
    color: white;
    width: 205px;
    height: 35px;
    font-size: 14px;
}

.myYmsPanel {
    padding-top: 9px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-right: 2px;
    border-radius: 6px;
    background: #AACCFF;
    color: navy;
    width: 160px;
    height: 36px;
    font-size: 14px;
}
/*   BUTTON STYLES  */
.btnReset {
    width: 100px;
    height: 20px;
    font-size: 12px;
    color:red;
}

/* FONT STYLES */
.hd32navy {
    font-family: Arial;
    font-size: 32px;
    color: navy;
    font-weight:600;
}
.hd32white {
    font-family: Arial;
    font-size: 32px;
    color: white;
    font-weight: 800;
}
.hd30turq {
    font-family: Arial;
    font-size: 30px;
    color: turquoise;
    font-weight: 800;
}
.hd28navy {
    font-family: Arial;
    font-size: 28px;
    color: navy;
    font-weight: 600;
}
.hd24navy {
    font-family: Arial;
    font-size: 24px;
    color: navy;
}
.hd18navy{
    font-family: Arial;
    font-size: 18px;
    color: navy;
}
.hd18blue {
    font-family: Arial;
    font-size: 18px;
    color: blue;
}
.hd18green {
    font-family: Arial;
    font-size: 18px;
    color: green;
}
.hd18brown {
    font-family: Arial;
    font-size: 18px;
    color: brown;
}
.pg16navy {
    font-family: Arial;
    font-size: 16px;
    color: navy;
}
.pg16blue {
    font-family: Arial;
    font-size: 16px;
    color: blue;
}
.pg16green {
    font-family: Arial;
    font-size: 16px;
    color: green;
    text-align: left;
}
.pg16brown {
    font-family: Arial;
    font-size: 16px;
    color: brown;
    font-weight: 700;
}
.pg16black {
    font-family: Arial;
    font-size: 16px;
    color: black;
}
.pg16red {
    font-family: Arial;
    font-size: 16px;
    color: red;
    font-weight: 700;
    text-align: center;
}
.pg14blue {
    font-family: Arial;
    font-size: 14px;
    color: blue;
}
.pg14green {
    font-family: Arial;
    font-size: 14px;
    color: green;
}
.pg14black {
    font-family: Arial;
    font-size: 14px;
    color: black;
}
.pg14brown {
    font-family: Arial;
    font-size: 14px;
    color:brown ;
}
.pg14red {
    font-family: Arial;
    font-size: 14px;
    color: red;
}
.pg12black {
    font-family: Arial;
    font-size: 12px;
    color: black;
}
.pg12blue {
    font-family: Arial;
    font-size: 12px;
    color: blue;
}
.pg12green {
    font-family: Arial;
    font-size: 12px;
    color: green;
}
.pg10black {
    font-family: Arial;
    font-size: 10px;
    color: black;
}

.pg10blue {
    font-family: Arial;
    font-size: 10px;
    color: blue;
}

.pg10green {
    font-family: Arial;
    font-size: 10px;
    color: green;
}

/* BUTTON STYLES   color: #104E8B; bc: #abcdef */
.button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    border-radius: 8px;
    background-color: #AACCFF;
    font-size: 18px;
    font-family: 'Arial';
    font-weight:600;
    color: #030369;
    padding-right: 5px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 25px;
    width: 235px;
    height: 40px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    top: 0px;
    left: 0px;
}
.button:hover {
     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
 }
.btn20maroon {
    width: 185px;
    height: 50px;
    color: maroon;
    font-size: 20px;
}
.btninc {
    border-style: solid;
    border-color: #2E9AFE;
    border: 3px;
    border-radius: 5px;
    background-color: #B0E0E6;
    font-size: 14px;
    width: 60px;
    height: 26px;
    color: navy;
}
/* PARAGRAPH LINE STYLES */
p.pCenter {
    text-align: center;
}
p.pLeft {
    text-align:left;
}
p.pRight {
    text-align: right;
}
.center {
    text-align: center;
}
LLeft {
    text-align: left;
}
LCenter {
    text-align: left;
}
LRight {
    text-align: left;
}

/* IMAGE STYLES */
#imgrc {
    border-radius: 14px;
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 4px 3px 2px #888888;
    padding: 0px;
    width: 266px;
    height: 200px;
}
#imgrm {
    border-radius: 18px;
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 4px 3px 2px #888888;
    padding: 0px;
    width: 440px;
    height: 235px;
}

/* IFRAME STYLES */
.iframechem {
    border-radius: 20px;
    width: 750px;
    height: 920px;
}
.iframebac {
    border-radius: 20px;
    width: 790px;
    height: 510px;
}
.ybutton {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-color: #AACCFF;
    padding: 2px 2px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 2px solid #ccc;
    position: relative;
}
.hd32white {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}
.hd32white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
}
