﻿
@import url("grid.min.801.css");
@import url("grid.max.800.css");

.gridview_pager {

}

.gridview_pager td {
    padding: 0px !important;
    background-color: #ffffff;
}

.gridview_pager a {
    display: inline-block;
    border: solid 1px #cccccc;
    width: 40px;
    text-align: center;
    padding: 1px;
    margin: 1px;
    text-decoration: none;
    color: #666666;
}

.gridview_pager span {
    display: inline-block;
    border: solid 1px #cccccc;
    width: 40px;
    text-align: center;
    padding: 1px;
    margin: 1px;
    color: #ffffff;
    background-color: #3890B8;
}

.gridview_header {
    cursor: default;
    background-color: #3890B8 !important;
    color: #ffffff !important;
}

.gridview_header a {
    color: #ffffff !important;
    text-decoration: none;
}

.gridview_item {
    cursor: default;
    background-color: #ffffff;
}

.gridview_alternating_item {
    cursor: default;
    background-color: #eeeeee;
}

.gridview_selected_item {
    cursor: default;
    background-color: #dedede;
}

.gridview_item_clear {
    cursor: default;
    background-color: #ffffff !important;
    border: none;
}

.gridview_item_clear_transparent {
    cursor: default;
    background-color: transparent !important;
    border-color: transparent !important;
}

.gridview_item_yellow {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_green {
    cursor: default;
    background: -webkit-linear-gradient(#99ff99, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#99ff99, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#99ff99, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#99ff99, #ffffff); /* Standard syntax */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_blue {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_bluehardlight {
    cursor: default;
    background: -webkit-linear-gradient(#d5e2ec, #ffffff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#d5e2ec, #ffffff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#d5e2ec, #ffffff); /* Firefox 3.6-15 */
    background: linear-gradient(#d5e2ec, #ffffff); /* Standard syntax */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_bluelight {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_red {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_gray {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_orange {
    cursor: default;
    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 */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_dark {
    cursor: default;
    background: -webkit-linear-gradient(#000000, #666666); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#000000, #666666); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#000000, #666666); /* Firefox 3.6-15 */
    background: linear-gradient(#000000, #666666); /* Standard syntax */
    padding: 4px;
    background-repeat: no-repeat;
}

.gridview_item_skyblue {
    cursor: default;
    background-color: #b5ddef;
    padding: 4px;
}