﻿body
{
    background-color:White;
}

#outerconainer
{
    width:1050px;
    height:450px;
    background-color:White;
}
        
#gMap
{
    width:1050px;
    height:450px;
    background-color:White;   
}

#searchCriteria
{
    text-align:right;
    background-color:#ebebeb;
    padding: 2px;
	padding-bottom: 20px;
    padding-left:20px;
    padding-right:60px;
}

#Wrapper1 {
    left: 0px;
    display: inline;
    width: 100%;
    padding-bottom: 20px;
}
#InnerWrapper1 {
    float:left;
    display: inline;
    width:50%;
}

#InnerWrapper2 {
    display: inline;
    width: 50%;
    float:right;
}

#ddLabel1 {
    padding-left: 20px;
    
}
#Wrapper2 {
    text-align: center;
    padding-right:60px;
}
#btnSearch {
    background-color: #104682;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
    width: 65px;
    margin-left:235px;
}
table th:first-child{
	border-radius: 5px 0 0 5px;
}

table th:last-child{
	border-radius: 0 5px 5px 0;
}

#btnReset {
    background-color: #3abe73;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
	width:50px;
}
.rowAlt
{
    background-color:#ededed;
   
}

.listViewHeader
{
    background-color:#004A80;
    color:White;         
}

#popUpWinTbl
{
    background-color:#114783;
    color:White;
    font-size:small;           
    padding: 20px 30px; 
    border-radius: 5px;         
}

#helpTxt
{
    font-size:smaller;
}

#lblTotalRecords
{
    font-weight:bold;
}

.childTD
{
    padding:0px 0px 0px 10px;
}

.hiddenRow
{
    display:none;
}

.tableCellWidth1
{
    width:100px;
}

.tableCellWidth2
{
    width:200px;
}

.tableCellWidth3 {
    width: 75px;
    text-align: center;
}

.tableCellWidth4
{
    width:100px;
    text-align: center;
}

.tableCellWidth5 {
    width: 75px;
    text-align: center;
}

.tableCellWidth6 {
    width: 75px;
    text-align: center;
}
.tableCellWidth7 {
    width: 100px;
    text-align: center;
}


.fontSizeSmall
{
    font-size:12px;
}