﻿@import url('Style.css');
body {

}
.Grid_ItemStyle {
    background-color: #F2EFEC;
    color: #333333;
}

.Grid_AlternatingItemStyle {
    background-color: White;
    color: #284775;
}

.Grid_HeaderStyle {
    background-color: #FFFFD7;
    height: 30px;
    text-align: right;
}

.Grid_FooterStyle {
    color: White;
}
.btn {
    background-color: #fecb04;
    border: none;
    padding: 9px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: bold;
    cursor: pointer;
}
.MainContent {
    background-color: rgb(247, 247, 247);
    /*border: solid 1px #dfdfdf;*/
    padding: 0px 8px 30px 8px;
}
.thumbnail {
    position: relative;
    vertical-align: top;
    margin: 4px 0px 4px 0px;
}

    .thumbnail input {
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .thumbnail img {
        width: 100px;
        cursor: zoom-in;
    }

.HighlightP {
    display: block;
}
.Msg {
    width: 95%;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12pt;
}
.hiddencol {
    display: none;
}

.buttonGrid {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.Grid_BoundColumn {
    text-align: center;
}

    .Grid_BoundColumn img {
        width: 30px;
    }

.buttonGrid th {
    display: block;
    padding: 0 4px 0 15px;
    background: url(Content/images/del.gif) no-repeat;
}