/*Css for Error and Success Message [07/11/2012] Start tag*/
.IN-widget {
    top: 2px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .IN-widget {
        top: 2px !important;
    }
}


form {
    margin: 0px !important;
    padding: 0px !important;
}

.error {
    background-color: #fde7e7;
    border: 1px solid #c10404;
    padding: 5px 5px 5px 5px;
    /*border-radius: 4px;*/
    font-family: 'Trebuchet MS';
    color: #d20404;
    font-weight: bold;
    /*background-image: url(/content/images/icon-info-red.png);*/
    /*background-position: 5px center;*/
    background-repeat: no-repeat;
    width: auto;
    margin: 5px 0px 4px 0px;
    position: relative;
    font-size: 12px;
}

.success {
    background-color: #f4f7e9;
    border: 1px solid #2e7801;
    padding: 5px 5px 5px 5px;
    /*border-radius: 4px;*/
    font-family: 'Trebuchet MS';
    color: #2e7801;
    font-weight: bold;
    /*background-image: url(/content/images/icon-info-green.png);*/
    /*background-position: 5px center;*/
    background-repeat: no-repeat;
    width: auto;
    margin: 5px 0px 4px 0px;
    font-size: 12px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    position: relative;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ae0202;
    /*background-color: #fee;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #fee;
}

.validation-summary-valid {
    display: none;
}




/*pager style*/

.pages {
    color: red;
    font-weight: bold;
    font-size: 11px;
}

    .pages .item {
        padding: 1px 6px;
        font-size: 13px;
    }
    /*numeric pager items*/

    .pages .cpb {
        color: red;
        padding: 1px 6px;
        font-size: 13px;
    }
    /*current pager item*/

    .pages a {
        text-decoration: none;
        padding: 0 5px;
        border: 1px solid #ddd;
        margin: 0 2px;
        color: #000;
        font-weight: normal;
    }

        .pages a:hover {
            background-color: #E61636;
            color: #fff;
            border: 1px solid #E61636;
            text-decoration: none;
            font-weight: normal;
        }





div.time-picker {
    position: absolute;
    height: 191px;
    width: 4em; /* needed for IE */
    overflow: auto;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 99;
    margin: 0;
}

div.time-picker-12hours {
    width: 6em; /* needed for IE */
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.time-picker li {
    cursor: pointer;
    height: 10px;
    font: 12px/1 Helvetica, Arial, sans-serif;
    padding: 4px 3px;
}

    div.time-picker li.selected {
        background: #0063CE;
        color: #fff;
    }
