﻿table.mytable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    float: none;
}

table.style1 > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    padding-left: 15px;
    text-align: left;
}

table.style1 > tbody > tr > th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
}

    table.style1 > tbody > tr > th.spl {
        background-color: #5D7B9D;
        color: #fff;
    }

.gridview th {
    font-size: 12px;
    font-weight: bold;
    color: #13488a;
    border: 1px solid black;
    background-color: #eee;
    padding: 8px;
}
/* the style for the normal table cells */
.gridview td {
    padding: 8px;
    border: 1px solid black;
}

.headerstyle1 {
    font-size: 16px;
    font-weight: bold;
    color: navy;
}

.AutoExtender {
    font-size: 12px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    width: auto;
    float: left;
    z-index: 9999999999;
    position: absolute;
    margin-left: 0px;
    list-style: none;
    font-weight: bold;
}

/* blue back white fore*/

.bluebgwhitefore {
    text-align: left;
    border: 1px solid #64a1d8;
    height: 25px;
    cursor: pointer;
    background-color: #75B2E9;
    padding-left: 10px;
    color: #fff;
    border-bottom: none;
    padding-top: 4px;
}
/* blue back white fore*/
.whitefore_small {
    height: 25px;
    cursor: pointer;
    padding-left: 10px;
    color: #fff;
    padding-top: 4px;
}
.whitefore_big {
      font-size: 14px;
    height: 25px;
    cursor: pointer;
    padding-left: 10px;
    color: #fff;
    padding-top: 4px;
}
.bluefore_small {
      font-size: 12px;
    height: 25px;
    cursor: pointer;  
    color: #1e749f;
    padding-top: 4px;
}
/* blue back white fore*/

.whitelink a:link {
    text-decoration: none;
    color: #fff;
}

.whitelink a:hover {
    text-decoration: none;
    color: #ff6a00;
}

a.application {
    font-size: 10px;
    color: #000;
}

table.ui-datepicker-calendar > tbody > tr > td.GH > span {
    background-color: red;
    color: #FFFFFF;
    border: 1px solid #BADFAA;
}

table.ui-datepicker-calendar > tbody > tr > td.RH > a {
    background-color: #0c9f0f;
    color: #ffffff;
    border: 1px solid #4cff00;
}

.rbline > label {
    display: inline;
}

.parentDisable {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.4);
    color: #aaa;
}

.bold-font {
font-size: 12px;
font-weight: bold;
}

.button {
  font: bold 12px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}