﻿/* Dashboard START */
.dashboardList {
    width: 100%;
    border-collapse: collapse;
}

    .dashboardList tr td, .dashboardList tr th {
        padding: 6px;
        text-align: center;
        vertical-align: middle;
        border: solid 1px silver;
    }

    .dashboardList tr th {
        background: #808080;
        color: #ffffff;
        font-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.gridViewList {
    width: 100%;
    border-collapse: collapse;
}

    .gridViewList tr td, .gridViewList tr th {
        padding: 6px;
        vertical-align: middle;
        border: solid 1px silver;
    }

    .gridViewList tr th {
        text-align: center;
        background: #808080;
        color: #ffffff;
        font-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .gridViewList tr th a {
            color: White;
        }

.titleHeader {
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

    .titleHeader div.outer {
        background-color: #808080;
        color: white;
        height: 40px;
    }

    .titleHeader div.inner {
        padding-left: 5px;
        font-size: 150%;
        padding-top: 9px;
    }

    .titleHeader div.Export {
        background-color: white;
        border: solid 2px #808080;
        height: 40px;
        width: 100%;
        padding-top: 5px;
    }

    .titleHeader th {
        height: 40px;
        background-color: #808080;
        color: white;
        padding-left: 5px;
        font-size: 150%;
        vertical-align: middle;
    }

.dashboard {
    width: 100%;
    border-collapse: collapse;
}

    .dashboard tr td, .dashboard tr th {
        padding: 6px;
        border: solid 1px silver;
        text-align: center;
        vertical-align: middle;
    }

    .dashboard tr th {
        background: #808080;
        color: #ffffff;
        font-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dashboard tr.headerRow td {
        text-align: center;
        font-weight: bold;
        background: #eeeeee;
    }

        .dashboard tr.headerRow td.date {
            width: 75px;
            font-size: 90%;
            white-space: nowrap;
        }

    .dashboard tr.domainTitle td {
        text-align: left;
        font-weight: bold;
        background: #d0d0d0;
    }

    .dashboard tr.DMTTitle td {
        font-weight: bold;
        background: #d0d0d0;
        border: 1px solid black;
    }

    .dashboard tr.questionnaireTitle td {
        text-align: left;
        font-weight: bold;
        background: #eeeeee;
    }

    .dashboard tr td.i {
        border-right: none;
        vertical-align: top;
    }

    .dashboard tr td.q {
        text-align: left;
        border-left: none;
        vertical-align: top;
    }

    .dashboard tr td.w {
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        white-space: nowrap;
        padding-right: 25px;
    }

    .dashboard tr td.n {
        text-align: left;
        border: none;
        vertical-align: top;
    }

    .dashboard tr td.borderless-lr {
        border-left: none;
        border-right: none;
    }

    .dashboard tr td.borderless-l {
        border-left: none;
    }

    .dashboard tr td.borderless-r {
        border-right: none;
    }

    .dashboard tr td.bordered-r {
        border-right: 1px solid black;
    }

    .dashboard tr td.borderless-b {
        border-bottom: none;
    }

    .dashboard tr td.borderless-t {
        border-top: none;
    }

    .dashboard tr td.borderless-tb {
        border-top: none;
        border-bottom: none;
    }

    .dashboard tr td.centreMe {
        text-align: center;
    }

    .dashboard tr td.rightMe {
        text-align: right;
    }

    .dashboard tr.spacerRow td {
        border: none;
        font-size: 1pt;
        height: 10px;
    }

.noStatus {
    background: #eeeeee;
    color: #808080;
}

.action {
    width: 100%;
    font-size: 90%;
}

    .action tr th {
        font-weight: bold;
        text-align: left;
        background: #ffffff;
        border: none;
        padding: 8px 4px 0px 0px;
        color: #000000;
        font-size: 100%;
    }

    .action tr td {
        padding: 4px;
        padding-left: 0px;
        border: none;
        text-align: left;
    }

.dashboard tr.totalTop td {
    border-bottom: solid 2px #000000;
    font-weight: bold;
    font-size: 105%;
}

.dashboard tr.totalBottom td {
    border-top: solid 2px #000000;
    font-weight: bold;
    font-size: 105%;
}

.trendUp, .trendDown, .trendUpAlt, .trendDownAlt {
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard tr td.trendUp {
    background-image: url(Images/trend_up_bad.png);
}

.dashboard tr td.trendDown {
    background-image: url(Images/trend_down_good.png);
}

.dashboard tr td.trendUpAlt {
    background-image: url(Images/trend_up_good.png);
}

.dashboard tr td.trendDownAlt {
    background-image: url(Images/trend_down_bad.png);
}

.dashboard tr td.noTarget {
    color: #808080;
    font-style: italic;
}

.report {
    width: 100%;
    /* border: solid 1px silver; */
    border-collapse: collapse;
}

    .report tr td, .report tr th {
        padding: 6px;
        border: solid 1px black;
        text-align: left;
        vertical-align: middle;
    }

    .report tr th {
        background: rgb(238, 238, 238);
        color: #ffffff;
        font-size: 105%;
        /* white-space: nowrap; */
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom-width: 3px;
    }

    .report tr.headerRow td {
        text-align: center;
        font-weight: bold;
        background: #eeeeee;
    }

        .report tr.headerRow td.date {
            width: 75px;
            font-size: 90%;
            white-space: nowrap;
        }

    .report tr.domainTitle td {
        text-align: left;
        font-weight: bold;
        background: #d0d0d0;
    }

    .report tr.DMTTitle td {
        font-weight: bold;
        background: #d0d0d0;
        border: 1px solid black;
    }

    .report tr.questionnaireTitle td {
        text-align: left;
        font-weight: bold;
        background: #eeeeee;
    }

    .report tr td.i {
        border-right: none;
        vertical-align: top;
    }

    .report tr td.q {
        text-align: left;
        border-left: none;
        vertical-align: top;
    }

    .report tr td.w {
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        white-space: nowrap;
        padding-right: 25px;
    }

    .report tr td.n {
        text-align: left;
        border: none;
        vertical-align: top;
    }

    .report tr td.number, tr th.number {
        text-align: center;
    }

    .report tr td.borderless-lr {
        border-left: none;
        border-right: none;
    }

    .report tr td.borderless-l {
        border-left: none;
    }

    .report tr td.borderless-r {
        border-right: none;
    }

    .report tr td.bordered-r {
        border-right: 1px solid black;
    }

    .report tr td.borderless-b {
        border-bottom: none;
    }

    .report tr td.borderless-t {
        border-top: none;
    }

    .report tr td.borderless-tb {
        border-top: none;
        border-bottom: none;
    }

    .report tr td.centreMe {
        text-align: center;
    }

    .report tr td.rightMe {
        text-align: right;
    }

    .report tr.spacerRow td {
        border: none;
        font-size: 1pt;
        height: 10px;
    }

    .report tr.totalTop td {
        border-bottom: solid 2px #000000;
        font-weight: bold;
        font-size: 105%;
    }

    .report tr.totalBottom td {
        border-top: solid 2px #000000;
        font-weight: bold;
        font-size: 105%;
    }

.sortUp, .sortDown {
    background-position: center right;
    background-repeat: no-repeat;
}

.report tr td.sortAscending, tr th.sortAscending {
    background-image: url(../../../img/trend_up_good.png);
}

.report tr td.sortDescending, tr th.sortDescending {
    background-image: url(../../../Images/trend_down_good.png);
}

.report tr td.noTarget {
    color: #808080;
    font-style: italic;
}

.report tr td.thickBorder-l, tr th.thickBorder-l {
    border-left-width: 2px;
}

.report tr td.thickBorder-r, tr th.thickBorder-r {
    border-right-width: 2px;
}

.wardHasNotes {
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url(Images/note.png);
}

.report tr td.thickRightBorder, .report tr th.thickRightBorder {
    border-right-width: 3px;
}

.report tr td.thickLeftBorder, .report tr th.thickLeftBorder {
    border-left-width: 3px;
}

.rectificationScoresCell {
    width: 100px;
}

.quarterlyReport {
}

    .quarterlyReport td {
        border: solid 1px black;
    }

    .quarterlyReport th {
        border: solid 1px black;
    }
/* Dashboard END */

/* ICARUS START */

.dottedCell {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: #000000 1px dotted;
}

.dottedCellRedBorder {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    border: red 1px dotted;
}

.dottedCellOubreakBorder {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-right: yellow 1px dotted;
    border-top: yellow 1px dotted;
    border-left: yellow 1px dotted;
    border-bottom: yellow 1px dotted;
}

.linkHead a {
    color: Black;
}

/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: #2E4d7B;
    background-color: rgb(200, 200, 200);
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: rgb(128, 128, 128);
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Calender controls */

.gsttCalendar .ajax__calendar_container {
    border: 1px solid #000000;
    background-color: #007EB1;
    color: #ffffff;
}

.gsttCalendar .ajax__calendar_other .ajax__calendar_day,
.gsttCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.gsttCalendar .ajax__calendar_hover .ajax__calendar_day,
.gsttCalendar .ajax__calendar_hover .ajax__calendar_month,
.gsttCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.gsttCalendar .ajax__calendar_active .ajax__calendar_day,
.gsttCalendar .ajax__calendar_active .ajax__calendar_month,
.gsttCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}
/* ICARUS END */

/* Tabs START */

.cleftTabs {
    float: left;
    border-width: 1px 1px 0 1px;
    padding: 3px;
    margin-right: 1px;
    border-color: #0050B1;
    border-style: solid;
    cursor: hand;
    color: Black;
    text-decoration: none;
}

    .cleftTabs:hover {
        background-color: #0050B1;
        color: White;
        text-decoration: none;
    }

.selectedCleftTab {
    font-weight: bold;
}

    .selectedCleftTab a {
        background-position: 0% -42px;
    }

        .selectedCleftTab a span {
            background-position: 100% -42px;
        }

.visitContainer {
    border: solid 1px #0050B1;
    width: 100%;
    clear: left;
}

#tabs10 {
    float: left;
    width: 100%;
    line-height: normal;
}

    #tabs10 ul {
        margin: 0;
        padding: 10px 10px 0 0;
        list-style: none;
    }

    #tabs10 li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #tabs10 a {
        float: left;
        border-right-width: 0;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
        background-color: #007eb1;
        background: url(Images/tableft.jpg) no-repeat left top;
    }

        #tabs10 a span {
            float: left;
            display: block;
            background: url(Images/tabright.jpg) no-repeat right top;
            border-right-width: 0;
            padding: 5px 15px 4px 6px;
            color: #fff;
            background-color: #007eb1;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabs10 a span {
            float: none;
        }
        /* End IE5-Mac hack */
        #tabs10 a:hover span {
            color: #fff;
        }

        #tabs10 a:hover {
            background-position: 0% -42px;
        }

            #tabs10 a:hover span {
                background-position: 100% -42px;
            }
/* Tabs END */
/* Widget START */
.widget {
    width: 100%;
    /* border: solid 1px silver; */
    border-collapse: collapse;
}

    .widget tr td {
        padding: 6px;
        text-align: center;
        vertical-align: middle;
    }

    .widget tr th {
        padding: 6px;
        border: solid 2px white;
        text-align: center;
        vertical-align: middle;
    }

    .widget tr th {
        background: #2c3e50;
        color: #ffffff;
        font-size: small;
        /* white-space: nowrap; */
        padding-top: 10px;
        padding-bottom: 10px;
    }

.iconButton.buildWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard-white_0012_text-docSmall.png');
}


.menu_bedButton {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    height: 100px;
    width: 170px;
    margin-bottom: 5px;
    background-image: url('../../Applications/images/bed.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.menu_bedButtonOrdered {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    height: 100px;
    width: 170px;
    margin-bottom: 5px;
    background-image: url('../../Applications/images/bedOrdered.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}


.menu_bedButtonHelpDesk {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    height: 100px;
    width: 170px;
    margin-bottom: 5px;
    background-image: url('../../Applications/images/bed.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}


.menuChangeDisplay {
    display: block;
    width: 232px;
    font-size: large;
}

.menu_bedButtonOrderedHelpDesk {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    height: 100px;
    width: 170px;
    margin-bottom: 5px;
    background-image: url('../../Applications/images/bedOrdered.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.menu_bedButtonLock {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    height: 100px;
    width: 170px;
    margin-bottom: 5px;
    background-image: url('../../Applications/images/bed.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.menu_bedButton:hover {
    background-color: #8094A8;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Verdana;
    font-size: 17px;
    padding: 16px 31px;
    padding-top: 40px;
    text-decoration: none;
}

.menu_bedButton:active {
    background: #eef6ff;
    position: relative;
    top: 1px;
}

.menu_myButton {
    background-color: #eef6ff;
    border: 1px solid #2c3e50;
    display: inline-block;
    cursor: pointer;
    color: #2c3e50;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    height: 150px;
    width: 100%;
}

    .menu_myButton:hover {
        background-color: #8094A8;
    }
    /*.menu_myButton:active {
	background:#8094A8;
	position:relative;
	top:1px;
}*/
    .menu_myButton.completed {
        background-color: #ccd4dd;
        background-image: url(../../img/greentick.png);
        background-position-x: 85%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        cursor: default;
        text-decoration: none;
    }

        .menu_myButton.completed:hover {
            background-color: #ccd4dd;
        }

    .menu_myButton.cutoff {
        background-color: #ccd4dd;
        cursor: default;
        text-decoration: none;
    }

        .menu_myButton.cutoff:hover {
            background-color: #ccd4dd;
        }

.menuDataCaptureCell {
    padding: 10px;
    width: 25%;
}

.iconButton.checkUserWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard-white_0007_heartsmall.png');
    background-position: 12px center;
}

.iconButton.verifyWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-white_0008_keylock.png');
    background-position: 12px center;
}

.iconButton.cancelWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0006_crosssmall.png');
    background-position: 75px center;
}

.iconButton.cancelRightWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0006_crosssmall.png');
    background-position: 5px center;
}

.iconButton.backWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0004_chevron-thin-backsmall.png');
    background-position: 1px center;
}

.iconButton.previewWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0005_docssmall.png');
    background-position: 5px center;
}

.iconButton.nextWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0004_chevron-thin-rightsmall.png');
    background-position: 80px center;
}

.iconButton.updateWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0001_save.png');
    background-position: 80px center;
}

.iconButton.saveWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0001_save.png');
    background-position: 5px center;
}

.radioButton.restrictWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0009_lock.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.radioButton.unrestrictWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0009_unlock.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.radioButton.activeWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0013_check.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.radioButton.inactiveWidget {
    background-image: url('../../Applications/SynbiotixDashboards/images/synbiotix-icons-dashboard_0006_crosssmall.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}

.chkDefaultActionWidget {
    border: none;
    font-size: small;
}

.radioWidget {
    text-align: right;
    border: none;
    font-size: small;
}

.dashboardListsWidget {
    color: white;
    /*border-color:white;
  border-right-width:2px;
  border-right-color:white;*/
    border-right: solid 2px white;
}

/* these styles break the rules for naming classes using colours but
we can be fairly sure they will never change as they're using the 
traffic light system */

.redStatusWidgetBorder {
    border: 1px solid black;
    background-color: #f75746;
    color: #ffffff;
    font-size: 10px;
}

.amberStatusWidgetBorder {
    border: 1px solid black;
    background-color: #f7b246;
    color: #ffffff;
    font-size: 10px;
}

.greenStatusWidgetBorder {
    border: 1px solid black;
    background-color: #57bc78;
    color: #ffffff;
    font-size: 10px;
}

.blueStatusWidgetBorder {
    border: 1px solid black;
    background-color: #2c3e50;
    color: #ffffff;
    font-size: 10px;
}

.yellowStatusWidgetBorder {
    border: 1px solid black;
    background-color: yellow;
    color: black;
    font-size: 10px;
}


.redStatusWidget {
    background-color: #f75746;
    color: #ffffff;
    font-size: 10px;
}

.amberStatusWidget {
    background-color: #f7b246;
    color: #ffffff;
    font-size: 10px;
}

.greenStatusWidget {
    background-color: #57bc78;
    color: #ffffff;
    font-size: 10px;
}

.blueStatusWidget {
    background-color: #2c3e50;
    color: #ffffff;
    font-size: 10px;
}

.yellowStatusWidget {
    background-color: yellow;
    color: black;
    font-size: 10px;
}

.NAStatusWidget {
    border: 1px solid black;
    color: black;
    font-size: 10px;
}

.widgetFontSizeBold {
    font-weight: bold;
    font-size: 10px;
}

.widgetFontSize {
    font-size: 10px;
}

.widgetContainer {
    border: 1px solid #5b7b9b;
    border-top: 5px solid #5b7b9b;
    height: 250px;
    overflow-y: auto;
}

    .widgetContainer select {
        margin-top: 120px;
    }

.widgetIcon {
    position: relative;
    top: -10px;
}

.dropDownDiv {
    width: 240px;
    height: 25px;
    overflow: hidden;
    background: url(../../img/down-arrow-with-bg.png) no-repeat right #ddd;
    border: 1px solid #ccc;
}
/* Widget END */

/*
    TELERIK GRID Custom Skins
 */

/*
    GridGreySkin
*/

.GridGreySkin {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #CBCBCB !important;
}

    .GridGreySkin .rgHeader {
        color: #449a39 !important;
        background-color: #F3F3F3 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #CBCBCB !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .GridGreySkin .rgHeader > a {
            color: #449a39 !important;
        }

    .GridGreySkin .rgRow > td, .GridGreySkin .rgAltRow > td {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #CBCBCB !important;
    }

/*
    GridGreySkin1
*/

.GridGreySkin1:not(.GridDraggedRows) {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #CBCBCB !important;
    display: inline-block !important;
    width: 100%;
}

.GridGreySkin1 .rgHeader {
    color: #333333 !important;
    background-color: #F3F3F3 !important;
    background-image: none !important;
    font-size: 13px !important;
    border-style: solid !important;
    border-width: 1px 0 1px 1px !important;
    border-color: #CBCBCB !important;
    font-weight: 700 !important;
    padding: 6px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .GridGreySkin1 .rgHeader > a {
        color: #333333 !important;
    }

.GridGreySkin1 .rgRow > td, .GridGreySkin1 .rgAltRow > td, .GridGreySkin1 .rgNoRecords > td {
    padding: 6px !important;
    border-style: solid !important;
    border-width: 0 0 1px 1px !important;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background-color: white !important;
    border-color: #CBCBCB !important;
}

.GridGreySkin1 .rgRow:hover > td, .GridGreySkin1 .rgAltRow:hover > td {
    background-color: #E9E9E9 !important;
}

.GridGreySkin1 .rgRow a, .GridGreySkin1 .rgAltRow a, .GridGreySkin1 .rgEditRow a {
    color: #333333 !important;
    text-decoration: underline !important;
}

.GridGreySkin1 .rgRow > td.NoPadding, .GridGreySkin1 .rgAltRow > td.NoPadding {
    padding: 0 !important;
}

/*END of TELERIK GRID Custom Skins*/
