﻿.InforLogin
{
    /*background-image: url(/Images/middle_border.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    /*width: 646px;*/
    /*margin: 3px auto;
    padding-bottom: 5px;*/
}
.InforLogin label, .InforLogin a
{
    /*color: #F9F9F9;*/
    font-size: 12px;
}
.InforLogin a:hover
 {
     text-decoration:underline;
     }
form, table
{
    margin: 0px;
    padding: 0px;
	font-size: 12px;
}
.InforLogin .colName
{
    color: #004296 !important;
    font-size: 12px;
}
.InforLogin .text
{
    width: 130px;
    margin: 0px;
    background-attachment: scroll;
    background-image: url(/Images/content_left_bot_middle.jpg);
    background-position: 2px 2px;
    border: 1px solid #3e3e7f;
    height: 17px;
    padding-top: 2px;
}
.InforLogin a
{
    margin: 5px;
    font-size: 12px;
}
.InforLogin .submit
{
    border: 1px solid Black;
    color: #4E5763;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 1px;
    padding: 0px 2px 0px 2px;
}

/*********************************************/
.objectGrid
{
	padding:0px;
	margin:0px;
}
.objectGrid a
{
    color: #004296;
    margin: 0px;
    padding: 0px;
}
.objectGrid table
{
    width: 100%;
}
.objectGrid table .TitleHeader
{
    text-align: left;
    padding: 5px;
    line-height: 20px;
}
.objectGrid table thead
{
    background-color: #EEEEEE;
    line-height: 22px;
    color:#555555;
    /*border-right: dashed 1px white;
    border-bottom: dashed 1px #004296;*/
}
.objectGrid table thead tr th
{
    /*border-right: dashed 1px white;
    border-bottom: dashed 1px #004296;*/
}
.objectGrid table tbody tr td
{    
    line-height: 22px;
    padding: 2px 0px 2px 10px;
    color: #555555;
	font-size: 12px;
}
.objectGrid table .firstCol
{
    border-left: dashed 1px white;
}
.objectGrid table tbody tr:hover
{
    background-color: #FFFCEF;
}
#map_canvas
{
    width: 650;
    height: 500px;    
    border: solid 1px #004296;
}

