body {
     font-family: 'Shadows Into Light', cursive;
     margin: 0 auto;
     background-color: #7fcec5;
     background-image: linear-gradient(315deg, #7fcec5 0%, #14557b 74%);
}

.header {
     width: 100%;
     height: 80px;
     padding: 0;
     border-spacing: 0;
     border: 0px solid #000000;
}
.lefthead {
     width: 265px;
     border-right: 0px solid #000000;
     font-family: 'Shadows Into Light', cursive;
     font-size: 26px;
     color: #ffffff;
     padding-left: 10px;
}
.righthead {
     padding: 0px;
}
.pad5 { padding: 5px; }
.pad15l { padding-left: 25px; }
.bold { font-weight: bold; }
.larger { font-size: 18px; }
.invoicetitle { font-size: 26px; }
.invoicedetails { font-size: 18px; }
.nowrap { white-space: nowrap; }
.borderleft { border-left: 1px solid #fff; }
.borderright { border-right: 1px solid #fff; }
.bordertop { border-top: 1px solid #fff; }
.borderbottom { border-bottom: 1px solid #fff; }
.clientbox { color: #fff; }
.grey { color: #fff;  background-color: #818181; font-size: 14px; }
.invwidth {
      width: 70%
}

.invdetails {
      min-height: 500px;
}
.invheight {
      height: 100%;
}

.menu {
      background-color: #343225;
      color: #ffffff;
      width: 100%;
      height: 30px;
}
.menu a:{
      background-color: #343225;
      color: #ffffff;
      text-decoration: none;
}
.menu a:active{
      background-color: #343225;
      color: #ffffff;
      text-decoration: none;
}
.menu a:link{
      background-color: #343225;
      color: #ffffff;
      text-decoration: none;
}
.menu a:visited{
      background-color: #343225;
      color: #ffffff;
}
.menu a:hover{
      background-color: #343225;
      color: #ffffff;
      text-decoration: underline;
}
.pageheader {
      color: #57878e;
      width: 100%;
      height: 30px;
      background-color: #f9f9f9;
      padding-left: 10px;
}
.main {
     height: 650px;
     width: 100%;
     color: #ffffff;
     background-color: #4b493c;

}
.footer {
     background-color: #d9d7c8;
     width: 100%;
     height: 160px;
     padding: 0;
     border-spacing: 0;
     border: 1px solid #000000;
}

.pad5 { padding: 5px; }
.pad5lr { padding: 0 5px; }
.largeheaderpage {
     background-color: #d9d7c8;
     color: #000;
     padding-bottom: 20px;
}

#nav {
     list-style:none;
     height:2em;
     border:0px solid #000;
     margin:0px auto;
     z-index: 2000;
}
#nav li {

     position: relative;
     top:10px;
     right: 105px;
     float:right;
     width:100px;
     background:#343225;
     font-family: 'Shadows Into Light', cursive;
     font-size: 14px;
     color: #d9d7c8;
     text-align:center;
     margin-right: 2px;
     border:0px solid #000;
     border-top-right-radius: 5px;
     border-top-left-radius: 5px;
     z-index: 2000;
}

#nav li:hover {
     background:#4b493c;
     text-decoration:none;
}
#nav a {
     color: #d9d7c8;
     text-decoration:none;
}
.logintop {
     padding: 30px;
     border-radius: 5px;

}
.mytable {
  font-family: Arial,Helvetica;
  border: 2px solid #4f85c3;
  background-color: #F0F0F0;
  color: #000;
  text-align: center;
  border-collapse: collapse;
}
.mytable td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

.mytable tbody td {
  font-size: 13px;
}
.mytable tr:nth-child(even) {
  background: #ADD8E6;
  color: #000;
}
.mytable tbody tr:hover {
  background: #4f85c3;
  color: #000;
}
.mytable thead {
  background: #66ccff;
  background: -moz-linear-gradient(top, #7fcec5 0%, #66ccff 66%, #14557b 100%);
  background: -webkit-linear-gradient(top, #7fcec5 0%, #66ccff 66%, #14557b 100%);
  background: linear-gradient(to bottom, #7fcec5 0%, #66ccff 66%, #14557b 100%);
}

.mytable thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #4f85c3;
}
.mytable thead th a:{
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable thead th a:active{
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable thead th a:link{
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable thead th a:visited{
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable thead th a:hover{
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}
.mytable thead th:first-child {
  border-left: none;
}
/*////////////////////////////////////////MY TABLE3 START////////////////////////////////////*/
.mytable3 {
  font-family: Arial,Helvetica;
  color: #000000;
  border: 2px solid #000;
  background-color: #F5C8BF;

  text-align: center;
  border-collapse: collapse;
}
.mytable3 td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

.mytable3 tbody td {
  font-size: 11px;
}
.mytable3 tr:nth-child(even) {
  background: #eee;
}
.mytable3 thead {
  background: #818181;
  background: -moz-linear-gradient(top, #000000 0%, #999999 66%, #333333 100%);
  background: -webkit-linear-gradient(top, #000000 0%, #999999 66%, #333333 100%);
  background: linear-gradient(to bottom, #000000 0%, #999999 66%, #333333 100%);
}

.mytable3 thead th {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #000;
}
.mytable3 thead th a:{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable3 thead th a:active{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable3 thead th a:link{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable3 thead th a:visited{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mytable3 thead th a:hover{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}
.mytable3 thead th:first-child {
  border-left: none;
}
/*////////////////////////////////////////MY TABLE3 END////////////////////////////////////*/
.logintxt {
        font-weight: bold;
        FONT-FAMILY: trebuchet ms;
        font-size: 14px;
        color: #919191;
        width: 240px;
        height: 25px;
        padding: 0 5px;
}
.bg-calendar-icon {
  background: url('../images/ci_calendar_1390342.png') no-repeat 97.25% 4px white;
  padding-left: 5px;
  padding-right: 50px;
  padding-bottom: 2px;
  width: 195px;
  height: 25px;
  border: 1px gray solid;

}
.form-field {
   border: 1px solid #c9b7a2;
   background: #EEE7DB;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:6px;
   margin-bottom:2px;
   width:280px;
}
.form-field:focus {
   background: #eeeeee;
   color: #000;
}
.form-field-small {
   border: 1px solid #c9b7a2;
   background: #EEE7DB;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:6px;
   margin-bottom:2px;
   width:80px;
}
.form-field-small:focus {
   background: #eeeeee;
   color: #000;
}
textarea { overflow: auto; resize:none; }
.form-textarea {
   border: 1px solid #c9b7a2;
   background: #EEE7DB;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   overflow: auto;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:6px;
   margin-bottom:2px;
   width:280px;
}
.form-textarea:focus {
   background: #eeeeee;
   color: #000;
   overflow: auto;
}
.form-textarealrg {
   border: 1px solid #c9b7a2;
   background: #e4d5c3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   overflow: auto;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:6px;
   margin-bottom:2px;
   width:480px;
}
.form-textarealrg:focus {
   background: #eee;
   color: #000;
   overflow: auto;
}
select {
           background: #EEE7DB;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
        border: 1px solid #c9b7a2;
	height: 35px;
	width:280px;
        vertical-align: middle;
        text-align: center;
	font-size:16px;
        line-height:30px;
        margin-top:2px;
        margin-bottom:2px;
        padding-left: 6px;
        padding-right: 6px;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;

}
.select:focus {
   background: #eeeeee;
   color: #000;
}
.mmybtn {
  background: #7fcec5;
  background-image: -webkit-linear-gradient(top, #14557b, #000000);
  background-image: -moz-linear-gradient(top, #14557b, #000000);
  background-image: -ms-linear-gradient(top, #14557b, #000000);
  background-image: -o-linear-gradient(top, #14557b, #000000);
  background-image: linear-gradient(to bottom, #14557b, #000000);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 16px 6px 16px;
  text-decoration: none;
}

.mmybtn:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #14557b);
  background-image: -moz-linear-gradient(top, #000000, #14557b);
  background-image: -ms-linear-gradient(top, #000000, #14557b);
  background-image: -o-linear-gradient(top, #000000, #14557b);
  background-image: linear-gradient(to bottom, #000000, #14557b);
  text-decoration: none;
}

.blink {
     color: #000;
     line-height: 20px;
}
.blink a:active{
     color: #000;
     text-decoration: none;
}
.blink a:link{
     color: #000;
     text-decoration: none;
}
.blink a:visited{
     color: #000;
     text-decoration: none;
}
.blink a:hover{
     color: #000;
     text-decoration: underline;
}