/**************************** jquery ui *******************************/
@import "../JQueryThemes/redmond/jquery-ui-1.8.11.custom.css";

/**************************** jquery validate *************************/
@import "core.css";
@import "cmxformTemplate.css";
@import "cmxform.css";
.err
{
     background: url("../Images/App-error-icon.png") no-repeat 0px 0px;
    padding-left: 30px; 
      position: absolute; margin-top:20px;
    width:350px;
    margin-left: 34px;
    margin-top: 17px;
    color: #EC5F00;
    height: 30px;
    font-family: Calibri;
    font-size: 14px;
    line-height: 24px;
    font-style: normal !important;
    }
.suc
{
     position: absolute; margin-left:34px; margin-top:24px;
     padding-left:25px; width:350px;
     background: url("../Images/Checked2.gif") no-repeat 0px 0px;
    color:#eac117; 
    font-size:1px;

    }
td.error {
    background: url("../Images/App-error-icon.png") no-repeat 0px 0px;
    padding-left: 30px; padding-top:2px;
}

td.success 
{
    position:absolute;
    background: url("../Images/Checked2.gif") no-repeat 0px 8px;
    color:#F8ba01 !important;
    padding-left: 16px;

}

form.form1 td.error {
    margin-left: auto;
    color:#CC0000;
}

td.error
{
    position: absolute;
    width:350px;
    margin-left: 25px;
    margin-top: -15px;
    color: #EC5F00;
    height: 30px;
    font-family: Calibri;
    font-size: 14px;
    line-height: 24px;
    font-style: normal !important;
}
#warning { display: none; }

/****************************** body ********************************/


/****************************** gridview ****************************/
.gridviewPagerStyle a {
    font-size: smaller;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
    background-color: White;
}

.gridviewPagerStyle span {
    font-size: smaller;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
    background-color: #EFF3FB;
}

.gridviewGridLines td {
    border: 1px solid #E5E5E5;
}

.gridviewHighlight {
    background-color: Black;
}
.hidden{
    display:none;
}