﻿.treeView {
    height: 200px;
    overflow: auto;
}

.mapLabel {
    background-color: #ffffff;
    border: solid 1px #000000;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    white-space: nowrap;
}

.modal {
    background-color: white;
    border: solid 1px black;
    display: none;
}

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.addressList {
    font-size: 10px;
    color: #000000;
    padding-left: 10px;
}

body {
    font-family: Arial;
    font-size: 13px;
    margin: 0px;
    overflow: hidden;
}

div.header {
    height: 90px;
}

div.importField {
    float: left;
    width: 150px;
}

div.importRow {
    padding: 4px;
}

div.leftNavigation {
    border-right: solid 1px #999999;
    float: left;
    margin: 0px;
    overflow: auto;
    padding: 0px;
    width: 270px;
}

div.mapArea {
    border-top: solid 1px #999999;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}

div.tabContent {
    padding: 5px;
}

div.tabBlack div.tabHeader {
    background-image: url(/Images/Tabs/Black/Middle.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 26px;
}

div.tabBlue div.tabHeader {
    background-image: url(/Images/Tabs/Blue/Middle.gif);
    background-repeat: repeat-x;
    height: 26px;
}

div.tabGreen div.tabHeader {
    background-image: url(/Images/Tabs/Green/Middle.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    height: 26px;
}

div.tabHeaderContent {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
}

div.together {
    display: inline;
    white-space: nowrap;
}

div.tools {
    float: right;
    font-size: 0px;
    height: 78px;
    margin: 8px 8px 0px 0px;
}

div.tools div {
    float: left;
    height: 62px;
    padding: 7px;
}

div.tools div img {
    border: solid 1px black;
    margin: 0px;
}

div.variableList {
    border: solid 1px #cecece;
    height: 150px;
    overflow: auto;
    width: 200px;
}

div.variableList div {
    white-space: nowrap;
}

h3 {
    font-size: 14px;
    margin: 0px;
}

img {
    border-width: 0px;
}

img.button {
    cursor: pointer;
}

input.button {
    background-color: #cecece;
    border: solid 1px #999999;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 12px 2px 12px;
}

input.buttonList {
    width: 200px;
}

input.text {
    border: solid 1px black;
    display: block;
    width: 150px;
}

span.error {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

ul {
    margin-bottom: 10px;
    margin-top: 0px;
}
.instructions 
{
	padding-top:10px;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0px;
    overflow: hidden;
    color: Blue;
    font-weight:bold;
}

.cursorLocation
{
	cursor: url('/Images/Cursors/location.cur');
}

.cursorAuto
{
	cursor: auto;
}

.cursorModify
{
	cursor: url('/Images/Cursors/driveTime.cur');
}

.cursorZoomIn
{
	cursor: url('/Images/Cursors/ZoomInTool.cur');
}

.cursorZoomOut
{
	cursor: url('/Images/Cursors/ZoomOutTool.cur');
}

#hand_b {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bsu.png);
}
#hand_b.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bsd.png);
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bmu.png);
}
#placemark_b.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bmd.png);
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Blu.png);
}
#line_b.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bld.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bpu.png);
}
#shape_b.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bpd.png);
}

div#AnalysisPopup
{
	display: none; 
	height: 400px; 
	width: 391px; 
	background-color:White;
	border: 3px solid #E6E6E6;
}

div#ReportsPopup
{
	display: none; 
	height: 400px; 
	width: 391px; 
	background-color:White;
	border: 3px solid #E6E6E6;
}

div#ImportPopup
{
	display: none; 
	height: 200px; 
	width: 391px; 
	background-color:White;
	border: 3px solid #E6E6E6;
}

div.CloseHelp
{
	float: right;
	background-color: Transparent;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 14px;	
}

a.PopupHelp:link {text-decoration: underline; color: #CEE2FD;}
a.PopupHelp:visited{text-decoration: underline; color: #CEE2FD;}
a.PopupHelp:hover{text-decoration: underline; color: #CEE2FD;}
a.PopupHelp:active{text-decoration: underline; color: #CEE2FD;}