﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/*
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
*/

body {
    font-size: 10pt;
    background-image: url(~/images/bgGradient.gif);
    font-family: Arial;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-repeat: repeat-x;
}


.InputButton {
    color: blue;
    background-color: #DEE5DA;
    border: 1px solid #7D9D78;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-family: sans-serif;
}

td {
    vertical-align: top;
}

.MapToolBar {
    background-color: Red;
}


.tabs {
    position: relative;
    top: 1px;
    left: 5px;
}

.input {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-family: sans-serif;
    color: blue;
    background-color: #DEE5DA;
    border: 1px solid #7D9D78;
}
/**************************/
.tab {
    border: solid 1px black;
    background-color: #eeeeee;
    padding: 2px 6px;
}

.selectedTab {
    background-color: white;
    border-bottom: solid 1px white;
}

.tabContents {
    border: solid 1px black;
    padding: 0px;
    background-color: White;
}

.divCaption {
    background-color: #E1E1E1;
    padding-left: 5px;
}


/*Drag Panel*/
.dragMe {
    width: 100%;
    height: 21px;
    background-color: #FFF;
    text-align: center;
    cursor: move;
    font-weight: bold;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 270px;
}

.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.InvalidRun {
    background-image: url('Images/Invalid.png');
    background-repeat: repeat;
}


#divUserNotification {
    text-align: center; /*background-color: #FFF8C6; */
    position: absolute;
    top: 0px;
    z-index: 10000;
    width: 100%;
    color: Red;
}


.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-family: sans-serif;
}
