﻿.mainTable
{
    width:100%;
    border:1px solid #000000;
    padding:5px;
}
.firstTable
{
    width:100%;
    border-collapse: collapse;
}
.secondTable
{
    width:100%;
    border-collapse: collapse;
}
.thirdTable
{
    width:100%;
    border-collapse: collapse;
}
.tblSmallTd{
    border: 1px solid black;
     height:30px;
     padding:10px;
     width:190px;
     font-family: Tahoma, Geneva, sans-serif;
    font-size:medium;
}

.extTd{
    height:35px;
    border: 1px solid black;
    font-size:medium;
}
.tblSmallTdWithnoPadding{
     height:30px;
     border: 1px solid black;
     padding:0px;
     width:190px;
     font-family: Tahoma, Geneva, sans-serif;
    font-size:medium;
}
.tblBigTd{
    border: 1px solid black;
     height:30px;
     padding:1px;
     width:620px;
     font-family: Tahoma, Geneva, sans-serif;
    font-size:larger;
}
.tblBigTdWithnoPadding{
     height:30px;
     border: 1px solid black;
     padding:1px;
     width:620px;
     font-family: Tahoma, Geneva, sans-serif;
    font-size:larger;
}
.tblSmallTd label{
    font-family: Tahoma, Geneva, sans-serif;
    font-size:larger;
}

.txtBoxStyle{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 10px;
    font-size:medium;
}
.smallTxtBoxStyle{
    width:90%;
    font-size:medium;
    height:100%;
    border:none;
    padding:10px;
}
.innerTable{
    border-collapse: collapse;
   /*float: right;*/
   width:97%;
   padding:5px;
   margin:2px;
    height: 75px;
}

.btnStyle {
  background: #0d8ade;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a6eb0), to(#0d8ade));
   background: -webkit-linear-gradient(top, #0a6eb0, #0d8ade);
   background: -moz-linear-gradient(top, #0a6eb0, #0d8ade);
   background: -ms-linear-gradient(top, #0a6eb0, #0d8ade);
   background: -o-linear-gradient(top, #0a6eb0, #0d8ade);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
  font-size: 20px;
  padding: 7px 14px 7px 14px;
  text-decoration: none;
}

.btnStyle:hover {
  background: #28597a;
   color: #ccc;
  background-image: -webkit-linear-gradient(top, #165780, #1878b8);
  background-image: -moz-linear-gradient(top, #165780, #1878b8);
  background-image: -ms-linear-gradient(top, #165780, #1878b8);
  background-image: -o-linear-gradient(top, #165780, #1878b8);
  background-image: linear-gradient(to bottom, #165780, #1878b8);
  text-decoration: none;
}
.btnStyle:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.newTableCss{
    height:35px;
    border: 1px solid black;
    font-size:medium;
    text-align:center;
}
