﻿@import url("grid.max.800.css");
@import url('grid.min.801.css');

.grid, .row {
    margin: 0;
    padding: 0;
}

.gridview_header {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    background: #666666;
    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 {
    /*background-image: url(../images/ImagesUpload/gdw_pager.gif);*/
    background-repeat: repeat-x;
    display: inline-block;
    width: 30px;
    text-decoration: none;
    text-align: center;
    color: Gray;
    border: Gray 1px solid;
    font-size: 10px;
    font-weight: normal;
}

.gridview_pager_sel {
    text-align: center;
    display: inline-block;
    width: 30px;
    border: Gray 1px solid;
    font-size: 10px;
    color: Gray;
    background-color: #ffffcc;
}

.gridview_btn_edit {
    background: url(../../images/buttons/gdw_edit.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_delete {
    background: url(../../images/gdw_delete.png) #eeeeee no-repeat center center !important;
}


.gridview_btn_load {
    background: url(../../images/load_search.png) #eeeeee no-repeat center center !important;
}

.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) #eeeeee no-repeat center center !important;
}

.gridview_btn_cancel {
    background: url(../../images/buttons/gdw_cancel.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_yes {
    background: url(../../images/buttons/gdw_yes.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_no {
    background: url(../../images/buttons/gdw_no.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_download {
    background: url(../../images/buttons/200-download3.png) #eeeeee no-repeat center center !important;
}

.gridview_btn_mic {
    background: url(../../images/buttons/031-mic.png) #eeeeee no-repeat center center !important;
}

.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_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 */
}
