﻿.lmTable
{
	font-family: 'Tahoma';
	font-size: 11px;
	color: Green;
	text-decoration: none;
}
.lmMain
{
	background-color: #F7F7DE;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	border-top: Solid 1px Green;
	border-bottom: Solid 1px Green;
}
.txtSub
{
	background-color: White;
	cursor: default;
	color: Green;
}
.lmSub
{
	background-color: White;
	cursor: default;
	color: Green;
	text-decoration: none;
}
a.lmSub
{
	background-color: White;
	cursor: default;
	color: Green;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.lmSub:Hover
{
	background-color: White;
	width: 100%;
	height: 100%;
	color: #808000;
	text-decoration: none;
}
.TextBox
{
	border: Green 1px solid;
	font-size: 11px;
	font-family: Tahoma;
}
.DropDown
{
	border: Green 1px solid;
	font-size: 11px;
	font-family: Tahoma;
}
.Button
{
	border: #808000 1px solid;
	font-size: 11px;
	font-family: Tahoma;
	background-color: Green;
	color: White;
}
.NormalCaption
{
	font-size: 11px;
	font-family: Tahoma;
	color: Green;
}
.NormalCaptionForCounter {
    font-size: 12px;
    font-family: Tahoma;
    color: Green;
}
.FormHeading
{
	font-size: 14px;
	font-family: Tahoma;
	color: Green;
	font-weight: bold;
}
hr
{
	border: 1px Solid Green;
	height: 1px;
}
.AnswerHR
{
	border: 1px Solid Silver;
	height: 1px;
}

/* GRID VIEW */
.GridFooterStyle
{
	background-color: #d2ebb8;
	color: Olive;
	vertical-align: middle;
}
.GridRowStyle
{
	background-color: #F7F7DE;
	vertical-align: middle;
}
.GridSelectedRowStyle
{
	background-color: #CE5D5A;
	font-weight: bold;
	color: White;
	vertical-align: Middle;
}
.GridPagerStyle
{
	background-color: #F7F7DE;
	text-align: Right;
	vertical-align: Middle;
	color: Black;
}
.GridHeaderStyle
{
	font-weight: bold;
	background-color: Green;
	vertical-align: Middle;
	color: Khaki;
	text-align: left;
}
.GridAlternatingRowStyle
{
	background-color: White;
	vertical-align: Middle;
}
.divcenter {
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.scrollingCheckBoxList {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100px;
    width: 300px;
    border: 1px solid aliceblue;
    overflow-y: scroll;
    font-size: 11px;
    font-family: Tahoma;
    color: Green;
}

.scrollingCheckBoxList2 {
    border: 1px #808080 solid;
    margin: 10px 10px 10px 10px;
    height: 50px;
    font-size: 11px;
    font-family: Tahoma;
    color: Green;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }