﻿
.setHeight22 {
    height: 22px;
}
.titleClaims1 {
    /*font-weight:bold;
    background-color:#d6dfec;
    color:#17365D;
    margin-bottom:5px;
    text-shadow:none;*/
    background: rgb(222,239,255);
    background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
    background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );
    font-weight: normal;
    font-size: 13px;
    color: #1a283a;
    text-shadow: none;
    font-weight: bold;
    margin-bottom: 5px;
}
.titleClaims2 {
    margin-top: 5px;
    font-weight: bold;
    background-color: #1b223e;
    color: #f7e3a8;
    margin-bottom: 5px;
    text-shadow: none;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}
.inputCtrlClaims {
    display: block;
    width: 100%;
    min-height: 20px;
    height: 100%;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #00246B;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom:4px;
}

.sView {
    color: #00246B;
    border: none;
    box-shadow: none;
}

.labelview {
    text-shadow: none;
    font-weight: normal;
    font-size:12px;
}

.ddlClaims{
    text-shadow:none;
    font-size:13px;
}
