/*************************************************************************
 * Created By: IT Serenity
 *========================================================================
 * Original Developer: Rob Couch
 *========================================================================
 * Purpose: Cascading Style Sheets Supporting Same Named .php Script
 *========================================================================
 * Modifications: Date - Developer - Description Of Coding Change
 * -----------------------------------------------------------------------
 * 2)
 * -----------------------------------------------------------------------
 * 1)
*************************************************************************/

/*************************************************************************************
****  Client  ************************************************************************
*************************************************************************************/
html, body
{
  font-family: Helvetica,sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#Email
{
  display: inline-block;
  background-color: #74B7E1;
  border-style: outset;
  color: #000000;
  padding: 10px 20px 20px;
  text-align: left;
  width: 80%;
}
#Email .Lbl
{
  display: inline-block;
  padding: 0 4px 0 0;
  text-align: right;
  white-space: nowrap;
  width: 70px;
}
.ErrHd
{
  color: yellow;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 18px;
}
.ErrCon
{
  color: #00ffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#Page
{
  color: #000000;
  position: relative;
  margin: 0 8px;
  font-size: 14px;
  vertical-align: top;
  z-index: 1;
}
/*************************************************************************************
****  Modal  *************************************************************************
*************************************************************************************/
.ModalDIV
{
  position: fixed;
  background: rgba(0,0,0,0.8);
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 99999;
  pointer-events: none;
}
.ModalDIV:target
{
  opacity: 1;
  pointer-events: auto;
}
.ModalDIV > #ErrorMain
{
  position: relative;
  margin: 10% auto;
  max-width: 600px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #ff0000;
  background: -moz-linear-gradient(#ff000, #999);
  background: -webkit-linear-gradient(#ff000, #999);
  background: -o-linear-gradient(#ff000, #999);
}
.ModalDIV > #PopMain
{
  position: relative;
  margin: 10% auto;
  max-width: 600px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #29A3CC;
  background: -moz-linear-gradient(#29A3CC, #999);
  background: -webkit-linear-gradient(#29A3CC, #999);
  background: -o-linear-gradient(#29A3CC, #999);
}
.ModalClose
{
  position: absolute;
  top: -12px;
  right: -14px;
  background: #606061;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  width: 28px;
  
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.ModalClose:hover
{
  background: #00d9ff;
}
/*************************************************************************************
****  Table  *************************************************************************
*************************************************************************************/
.Tbl
{
  display: table;
}
.TClm
{
  display: table-column;
}
.TRow
{
  display: table-row;
}
.TCll
{
  display: table-cell;
}
.TABL
{
  display: table;
}
.TCOL
{
  display: table-column;
}
.TROW
{
  display: table-row;
}
.TCEL
{
  display: table-cell;
}
/*************************************************************************************
****  Content  ***********************************************************************
*************************************************************************************/
.Blk
{
  color: #000000;
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
}
.IB
{
  display: inline-block;
  vertical-align: middle;
}
.IBT
{
  display: inline-block;
  vertical-align: top;
}
.H_C
{
  color: #102258;
  margin: 0;
  padding: 0;
  text-align: center;
  /*text-shadow: 1px 1px 1px #3a3a3a;*/ 
}
.H_L
{
  color: #102258;
  margin: 0;
  padding: 0;
  text-align: left;
  /*text-shadow: 1px 1px 1px #3a3a3a;*/ 
}
.H_R
{
  color: #102258;
  margin: 0;
  padding: 0;
  text-align: right;
  /*text-shadow: 1px 1px 1px #3a3a3a;*/ 
}
.HLB
{
  color: #102258;
  margin: 0;
  padding: 0;
  text-align: left;
  /*text-shadow: 1px 1px 1px #3a3a3a;*/ 
}
.Act
{
  background-color: #4DCBEF;
  color: #000000;
  font-weight: bold;
  padding: 3px 4px 4px;
}
.Btn
{
  background-color: #4DCBEF;
  color: #000000;
  font-weight: bold;
  padding: 3px 4px 4px;
}
.Btn:hover
{
  background-color: #85FFD6;
  color: #000000;
}
.Btn:focus
{
  background-color: #85FFD6;
  color: #000000;
}
.Btn:disabled
{
  background-color: #d2d2d2;
  color: #555555;
}

.FltL { float: left; }
.FltR { float: right; }

.Spc2 { font-size: 1px; height: 2px; }
.Spc4 { font-size: 1px; height: 4px; }
.Spc6 { font-size: 1px; height: 6px; }
.Spc8 { font-size: 1px; height: 8px; }
.Spc12 { font-size: 1px; height: 12px; }
.Spc16 { font-size: 1px; height: 16px; }
.Spc24 { font-size: 1px; height: 24px; }
.Spc28 { font-size: 1px; height: 28px; }
.Spc32 { font-size: 1px; height: 32px; }
.Spc40 { font-size: 1px; height: 40px; }
.Spc48 { font-size: 1px; height: 48px; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.unl { text-decoration: underline; }

.nw { white-space: nowrap; }

.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }
.w850 { width: 850px; }

.Pad2
{
  padding: 2px 0;
}
.Pad4
{
  padding: 2px 0;
}
.Pad6
{
  padding: 2px 0;
}
.Pad8
{
  padding: 2px 0;
}
.UL
{
  text-decoration: underline;
}
.StyCen
{
  text-align: center;
}
.StyRig
{
  text-align: right;
}
.StyLef
{
  text-align: left;
}
.RadTLBR
{
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.RadTRBL
{
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
}
.RadTLTR
{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
