﻿.Border {
    border-spacing: 0px 0px;
    border: 2px solid darkgreen;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
}

.HorizontalScrollbar {
    overflow-x: auto; /*for horizontal scroll bar */
    overflow-y: hidden; /*for hiding vertical scroll bar */
    /*width: 1024px;*/
}

.MainHeading {
    background-image: url('../Images/SubTitle.gif');
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-weight: bold;
}

.Message {
    color: #288AA3;
}

.HeaderStyle {
    background: #79b75f;
    text-align: center;
    color: white;
    opacity: 0.8;
}

.AlternatingRowStyle {
    background-color: #dff0d8;
    font-weight: normal;
    color: black;
    text-align: left;
    opacity: 0.7;
}

.RowStyle {
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    background: #dff0d8;
    opacity: 0.8;
}

table {
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
}

.ColonColumn {
    width: 1px;
    text-align: center;
}

.FormControl {
    /*position: relative;*/
    height: 25px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Verdana';
    font-size: 12px;
    padding: 2px 5px;
    box-shadow: none;
    width: 300px;
    right: 2px;
}

.Button {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: #dff0d8;
    color: darkgreen;
    width: 120px!important;
    height: 30px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle!important;
    cursor: pointer;
    border: 1px solid darkgreen;
}

.SelectedButton {
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    background-color: #ff000024;
    color: red;
    width: 120px !important;
    height: 30px;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle !important;
    cursor: pointer;
    border: 1px solid red;
}

.FaintColor {
    background-color: #dff0d8;
}

input {
    position: relative;
    height: 25px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana;
    font-size: 12px;
    padding: 2px 5px;
    box-shadow: none;
    width: 240px;
    top: 0px;
    left: -2px;
}

    input:focus {
        border: 2px solid darkgreen;
        background-color: #dff0d8;
        color: darkgreen;
    }

​ textarea:focus {
    border: 2px solid darkgreen;
    background-color: #dff0d8;
    color: darkgreen;
}

.HeaderCorner {
    /*border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;*/
    background-color: #dff0d8;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: darkgreen;
    cursor: pointer;    
    opacity: 0.8;
    /*border: 1px solid darkgreen;*/
}


.RowndedCorner {
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    background-color: #dff0d8;
    width: 100px;
    height: 100px;    
    text-align: center;
    vertical-align: middle;
    color: darkgreen;
    cursor: pointer;        
    opacity: 0.8;
    border: 1px solid darkgreen;
}
