﻿
.gridview_header {
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    background: -webkit-linear-gradient(#eeeeee, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#eeeeee, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#eeeeee, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#eeeeee, #ffffff); /* Standard syntax */
    height: 40px;
}

A:link.gridview_header_lnk, A:active.gridview_header_lnk, A:visited.gridview_header_lnk {
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}

A:link.gridview_pager_lnk, A:active.gridview_pager_lnk, A:visited.gridview_pager_lnk {
    display: inline-block;
    text-align: center;
    width: 40px;
    text-decoration: none;
    color: Gray;
    border: Gray 1px solid;
    font-weight: normal;
}

.gridview_pager_sel {
    display: inline-block;
    text-align: center;
    width: 40px;
    text-decoration: none;
    color: Gray;
    border: Gray 1px solid;
    font-weight: normal;
    background-color: #ffffcc;
}

.gridview_btn_edit {
    background: url(../../images/buttons/gdw_edit.png) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_delete {
    background: url(../../images/buttons/gdw_delete.png) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_select {
    background: url(../../images/buttons/gdw_btn_select.gif) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_deletefile {
    background: url(../../images/buttons/gdw_deletefile.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_update {
    background: url(../../images/buttons/gdw_update.png) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_cancel {
    background: url(../../images/buttons/gdw_cancel.png) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_endbilling {
    background: url(../../images/buttons/gdw_btn_endbilling.png) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_yes {
    background: url(../../images/buttons/gdw_yes.png) #eeeeee no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_no {
    background: url(../../images/buttons/gdw_no.png) #eeeeee no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_download {
    background: url(../../images/buttons/gdw_download.png) #eeeeee no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_chk {
    width: 30px;
    height: 30px;
    background: url(../../images/buttons/gdw_yes.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_nochk {
    width: 30px;
    height: 30px;
}

.gridview_btn_view_default {
    background: url(../../svg/686868/055-price-tags.svg) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_view_inout {
    background: url(../../svg/686868/054-price-tag.svg) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}

.gridview_btn_close {
    background: url(../../svg/cccccc/272-cross.svg) #fefefe no-repeat center center !important;
    width: 40px;
    height: 40px;
}


.gridview_item {
    cursor: default;
    background-color: #ffffff;
    border-bottom: solid #cccccc 1px;
    text-align: left;
    height: 40px;
}

.gridview_alternating_item {
    cursor: default;
    background-color: #eeeeee;
    border-bottom: solid #cccccc 1px;
    text-align: left;
    height: 40px;
}

.gridview_selected_item {
    cursor: default;
    background-color: #b6bdd2 !important;
    border-bottom: solid #cccccc 1px;
    height: 40px;
}

.gridview_item_yellow {
    background: -webkit-linear-gradient(#ffff66, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#ffff66, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#ffff66, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#ffff66, #ffffff); /* Standard syntax */
}

.gridview_item_green {
    background: -webkit-linear-gradient(#009900, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#009900, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#009900, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#009900, #ffffff); /* Standard syntax */
}

.gridview_item_blue {
    background: -webkit-linear-gradient(#6699CC, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#6699CC, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#6699CC, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#6699CC, #DFF8FF); /* Standard syntax */
}

.gridview_item_bluelight {
    background: -webkit-linear-gradient(#006080, #DFF8FF); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#006080, #DFF8FF); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#006080, #DFF8FF); /* Firefox 3.6-15 */
    background: linear-gradient(#006080, #DFF8FF); /* Standard syntax */
}

.gridview_item_hardblue {
    color: #ffffff;
    background: -webkit-linear-gradient(#6699CC, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#6699CC, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#6699CC, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#6699CC, #DFF8FF); /* Standard syntax */
}

.gridview_item_red {
    background: -webkit-linear-gradient(#FF6666, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#FF6666, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#FF6666, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#FF6666, #ffffff); /* Standard syntax */
}

.gridview_item_gray {
    background: -webkit-linear-gradient(#dedede, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#dedede, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#dedede, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#dedede, #ffffff); /* Standard syntax */
}

.gridview_item_orange {
    background: -webkit-linear-gradient(#FF9966, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#FF9966, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#FF9966, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#FF9966, #ffffff); /* Standard syntax */
}

.gridview_item_violet {
    background: -webkit-linear-gradient(#9999cc, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#9999cc, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#9999cc, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#9999cc, #ffffff); /* Standard syntax */
}
