﻿#locate
{
	background-image: url(../images/metal.jpg);
	background-repeat: no-repeat;
	padding: 4px;
}

#locate h1
{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
	margin: 0;
}

#locate h2
{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin: 0;
}

#locate th
{
	font-weight: normal;
	text-align: left;
}

#mapArea
{
	position: relative;
	/* Float left to render properly in IE6 */
	float: left;
	width: 500px;
	height: 300px;
	border: solid 1px #666666;
	margin-bottom: 5px;
}

#smsArea
{
	clear: left;
	width:500px;
	margin-bottom: 5px;
}

#smsArea textarea
{
	border: 0;
	width: 498px;
	height: 35px;
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	overflow: auto;
}

#buttonArea
{
	width: 500px;
	height: 33px;
	margin-bottom: 5px;
}

#buttonArea input
{
	float: right;
	margin-left: 5px;
}

#historyArea
{
	clear: both;
	width: 672px;
	margin: 0;
}

#historyArea .gridView
{
	margin: 0;
	width: 100%;
	font-size: 80%;
}

#commandArea
{
	float: right;
	width: 165px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

#phoneArea
{
	border: solid 1px #666666;
}

#phoneGridArea
{
	width: 165px;
	height: 100px;
	text-align: left;
	overflow: auto;
	/* Remove horizontal scroll bar displayed in IE6 */
	overflow-x: hidden;
}

#phoneGridArea .gridView
{
	width: 90%;
	border: 0;
	font-size: 80%;
}

#phoneGridArea .gridView .nickname
{
	padding-left: 1px;
	padding-right: 5px;
}

#selectAllPhones
{
	font-size: 80%;
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0;
	padding: 0;
}

#selectAllPhones input
{
	vertical-align: middle;
}

#selectAllPhones label
{
	vertical-align: middle;
}

#zoomArea table
{
	margin-left: auto;
	margin-right: auto;
}

#zoomArea td
{
	padding: 0px 5px;
}

#panArea table
{
	margin-left: auto;
	margin-right: auto;
}

#panArea th
{
	font-size: 80%;
	text-align: center;
}

#busy
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 75px;
	left: 125px;
	z-index: 1000;
	width: 250px;
	height: 150px;
	border: solid 1px #666666;
	background-color: #FFFFFF;
	text-align: center;
	visibility: hidden;
}

#busy h1
{
	margin: 0px;
	padding: 2px;
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: normal;
}

#busy p
{
	margin: 0;
	padding: 4px;
	font-size: 80%;
}

.zoomStreets
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/streets.gif);
	background-repeat: no-repeat;
}

.zoomStreets:hover
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/streets.gif);
	background-repeat: no-repeat;
	background-position: -85px;
}

.zoomStreets:active
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/streets.gif);
	background-repeat: no-repeat;
	background-position: -170px;
}

.zoomSuburbs
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/suburbs.gif);
	background-repeat: no-repeat;
}

.zoomSuburbs:hover
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/suburbs.gif);
	background-repeat: no-repeat;
	background-position: -85px;
}

.zoomSuburbs:active
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/suburbs.gif);
	background-repeat: no-repeat;
	background-position: -170px;
}

.zoomRegion
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/region.gif);
	background-repeat: no-repeat;
}

.zoomRegion:hover
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/region.gif);
	background-repeat: no-repeat;
	background-position: -85px;
}

.zoomRegion:active
{
	width: 85px;
	height: 26px;
	background-image: url(../images/buttons/zoom/region.gif);
	background-repeat: no-repeat;
	background-position: -170px;
}

.zoomOut
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomout.gif);
	background-repeat: no-repeat;
}

.zoomOut:hover
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomout.gif);
	background-repeat: no-repeat;
	background-position: -37px;
}

.zoomOut:active
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomout.gif);
	background-repeat: no-repeat;
	background-position: -74px;
}

.zoomIn
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomin.gif);
	background-repeat: no-repeat;
}

.zoomIn:hover
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomin.gif);
	background-repeat: no-repeat;
	background-position: -37px;
}

.zoomIn:active
{
	width: 37px;
	height: 37px;
	background-image: url(../images/buttons/zoom/zoomin.gif);
	background-repeat: no-repeat;
	background-position: -74px;
}

.panNorth
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/north.gif);
	background-repeat: no-repeat;
}

.panNorth:hover
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/north.gif);
	background-repeat: no-repeat;
	background-position: -33px;
}

.panNorth:active
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/north.gif);
	background-repeat: no-repeat;
	background-position: -66px;
}

.panNorthEast
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northeast.gif);
	background-repeat: no-repeat;
}

.panNorthEast:hover
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northeast.gif);
	background-repeat: no-repeat;
	background-position: -24px;
}

.panNorthEast:active
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northeast.gif);
	background-repeat: no-repeat;
	background-position: -48px;
}

.panEast
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/east.gif);
	background-repeat: no-repeat;
}

.panEast:hover
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/east.gif);
	background-repeat: no-repeat;
	background-position: -33px;
}

.panEast:active
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/east.gif);
	background-repeat: no-repeat;
	background-position: -66px;
}

.panSouthEast
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southeast.gif);
	background-repeat: no-repeat;
}

.panSouthEast:hover
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southeast.gif);
	background-repeat: no-repeat;
	background-position: -24px;
}

.panSouthEast:active
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southeast.gif);
	background-repeat: no-repeat;
	background-position: -48px;
}

.panSouth
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/south.gif);
	background-repeat: no-repeat;
}

.panSouth:hover
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/south.gif);
	background-repeat: no-repeat;
	background-position: -33px;
}

.panSouth:active
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/south.gif);
	background-repeat: no-repeat;
	background-position: -66px;
}

.panSouthWest
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southwest.gif);
	background-repeat: no-repeat;
}

.panSouthWest:hover
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southwest.gif);
	background-repeat: no-repeat;
	background-position: -24px;
}

.panSouthWest:active
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/southwest.gif);
	background-repeat: no-repeat;
	background-position: -48px;
}

.panWest
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/west.gif);
	background-repeat: no-repeat;
}

.panWest:hover
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/west.gif);
	background-repeat: no-repeat;
	background-position: -33px;
}

.panWest:active
{
	width: 33px;
	height: 33px;
	background-image: url(../images/buttons/pan/west.gif);
	background-repeat: no-repeat;
	background-position: -66px;
}

.panNorthWest
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northwest.gif);
	background-repeat: no-repeat;
}

.panNorthWest:hover
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northwest.gif);
	background-repeat: no-repeat;
	background-position: -24px;
}

.panNorthWest:active
{
	width: 24px;
	height: 24px;
	background-image: url(../images/buttons/pan/northwest.gif);
	background-repeat: no-repeat;
	background-position: -48px;
}

.autoLocateButton
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/autolocator.gif);
	background-repeat: no-repeat;
}

.autoLocateButton:hover
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/autolocator.gif);
	background-repeat: no-repeat;
	background-position: -111px;
}

.autoLocateButton:active
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/autolocator.gif);
	background-repeat: no-repeat;
	background-position: -222px;
}

.historyButton
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/history.gif);
	background-repeat: no-repeat;
}

.historyButton:hover
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/history.gif);
	background-repeat: no-repeat;
	background-position: -111px;
}

.historyButton:active
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/history.gif);
	background-repeat: no-repeat;
	background-position: -222px;
}

.sendSmsButton
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/send.gif);
	background-repeat: no-repeat;
}

.sendSmsButton:hover
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/send.gif);
	background-repeat: no-repeat;
	background-position: -111px;
}

.sendSmsButton:active
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/send.gif);
	background-repeat: no-repeat;
	background-position: -222px;
}

.locateButton
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/locate.gif);
	background-repeat: no-repeat;
}

.locateButton:hover
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/locate.gif);
	background-repeat: no-repeat;
	background-position: -111px;
}

.locateButton:active
{
	width: 111px;
	height: 33px;
	background-image: url(../images/buttons/locate.gif);
	background-repeat: no-repeat;
	background-position: -222px;
}
