a.whitelinks {
    font-weight: normal;
    color: #eeeeee;
}

    a.whitelinks:hover {
        font-weight: normal;
        color: #eeeeee;
        text-decoration: underline;
    }

input.EditError {
    background-color: #FFCCCC;
}

.red {
    color: red;
}

.green {
    color: green;
}

img {
    border-width: 0px;
}

select {
    font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
    width: 160px;
    color: #000000;
    font-size: 100%;
}

textarea {
    font-family: Frutiger Linotype, Trebuchet MS, Tahoma, Arial;
    /*	color: #666666;*/ font-size: 8pt;
    width: 95%;
    /*height:40px;*/
}

select.small {
    width: 100px;
}

select.custom {
    width: 240px;
}

table {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
    /*th
{
height:25px;
}*/
    table#center-table {
        text-align: center;
    }

.align-left, .div_left, td.align-left {
    text-align: left;
}

.align-center, .div_center, tbody td.align-center {
    text-align: center;
}

.align-right, .div_right, tbody td.align-right {
    text-align: right;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.width-98 {
    width: 98%;
}

.width-100 {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.valign-top {
    vertical-align: top;
}

.valign-bottom {
    vertical-align: bottom;
}

.valign-middle {
    vertical-align: middle;
}


.ConfirmDelete {
    font-size: 18px;
    color: red;
}

label {
        padding-left:5px;
    }

input[type="radio"] {
        -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
        -moz-appearance: checkbox; /* Firefox */
        -ms-appearance: checkbox; /* not currently supported */

    }

input [type=text]{
    padding-left:5px;
}

@media print {
    .pagebreak {
        page-break-before: always;
    }

    .mainmenu {
        display: none;
        border: none;
    }

    .header {
        display: none;
    }

    .donotprint {
        display: none;
    }

    .main-table {
        border: none;
    }

    table#mainBody {
        width: 95%; /*1000px;*/
        /*	background-image: url(../../Common/images/body_bg.gif); */
    }


    label {
        font-size: 17px;
        padding-left:5px;
    }

    textarea {
        font-size: 17px;
        padding-left:5px;
    }
    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 17px;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #000;
        border-radius: 4px;
    }

    .ClaimFormHeader {
        text-align: center;
        color: #606060;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow:clip;
        height: 34px;
        padding: 6px 12px;
        font-size: 17px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #000;
        border-radius: 4px;
    }

    input[type="radio"] {
        -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
        -moz-appearance: checkbox; /* Firefox */
        -ms-appearance: checkbox; /* not currently supported */

    }
}
