.default {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color:#333333;
}

body {
	background-color: #f3f3f3;
}

a:link { 
	color: #7238ab;
  text-decoration: none;  	
}

a:visited { 
	color: #7238ab;
}

a:hover { 
	color:blue;
}

a:active { 
	color: #bb2323;
}

.tt { border-bottom: 1px dotted black; cursor: pointer; }
.dojoTooltip { background: #FFFFD5; padding: 2px 2px 2px 2px; color: black; }


.smallMessage {
	font-weight:bold;
	font-size: 14px;
}

.addBase {
   position:absolute;
   top:5px;
   left:3px;
   font-weight: bold;
   text-align:right;
   text-decoration:underline;
   background-image: url(/images/new.jpg);
   background-repeat:no-repeat;   
}

.addAddress {
   width:154px;   
}
.addLayer{
   width:173px;   
}

.layerCheckCell {
	width: 12px;
}
.layerDelCell, .layerEditCell {
	width: 16px;
}	
.layerUrlCell {
 	width: 130px;
	overflow: hidden; 	
	display:block;
	float:left;
	font-weight:bold;
}
.tags {
	margin: 5px 0px 0px -2px;
}

#addressListArea{
   position:absolute;
   margin-top: 5px;
   top:380px;
   width:220px;
   bottom:15px;   
   left:8px;
}
.itemListScroll {
	overflow:auto;
	position: relative;
	top: 25px;
	width: 217px;
	height:100%;
}

.addressListTable {
	width: 93%;
}

.addressList .addressCell {
 	width: 125px;
	overflow: hidden; 	
	display:block;
	float:left;
	font-weight:bold;
}

.addressList tr {
	color: green;
	width: 170px;
}
.addressListNote {
	font-weight: normal;
}

.dojoTabPaneWrapper {
	width: 212;
	position : relative;
	border : 1px solid #6290d2;
	clear: both;
	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
}

.logo {
	position: absolute;
	top: 10px;	
	left: 15px;
	height:35px;
	width:137px;	
	background-image: url(/images/maptrot_logo.gif)	;
}
.mapStats{
	position: absolute;
	width: 220px;
	height:20px;
	left: 11px;
	top: 52px;
	font-size: 11pt;
	font-weight: bold;
}

.createNewMap {
	font-weight:bold;
	font-size:14px;
	position:relative;
	top:-2px;
	width:127px;	
}

.status{
  	position:absolute;
	left:230px;
	top:28px;
	width: 200px;
	font-style:italic;
	font-size: 11px;
}



.banner{
  	position:absolute;
	left:230px;
	top:10px;
	font-weight:bold;
	font-size: 14px;
}

.siteTools{
  	position:absolute;
	right: 10px;
	top:6px;
}

.mapTools{
  position: absolute;
	right: 10px;
	top: 30px;
	font-size: 14px;
	text-decoration: none;
}
.userNameStyle {
	font-weight: bold;
}
.mapTools span {
	padding-left: 7px;
}

.forgot {
	display:none;
	font-size:10px;
	padding-left: 136px;
}

.mapControls {
  	position:absolute;
	left: 5px;
	top:100px;
	width: 220px;
}

.mapInfoRO {
	display:none;
	visibility:hidden;
}


.maptrotInvite{
	display:none;
}

.mapPane {
  	position:absolute;
	left: 230px;
	right: 10px;
	top:55px;
	bottom:10px;
	border:1px solid black;
}

.mapSearch {
	position:absolute;
	left: 232px;;
	bottom: 55px;
	border: 1px solid black;
	width: 200px;
	background:#f2efe9;
}

.gsc-control {
	width: 197px;
}


.mapLine {
	margin-top:12px;
}
.saveMapPos{
	position: relative;
	top: 6px;
	left:2px;
	text-align:right;
    text-decoration:underline;
    width:178px;	
	font-weight:bold;
    background-image: url(/images/compass.gif);	
	background-repeat:no-repeat;    
}
.radioLabel {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	margin-top:0px;
	margin-left: -5px;
}
* html div.mapPane {	/* IE 6 only.  Positioning and size of DIV needs to be done like this */
	width:79%;
	height: 700px;
}

.resetPwButton {
	float:right;
	padding-left:10px;
}		
/* Login Dialog */		

.entryForm {
    width:390px;
    position:relative;
}

.entryForm .entryFormButton {
	padding: 8px 0px 0px 5px;
	float:left;		
    position:relative;	
}

.entryForm br {
  	clear: both;
}

.formLabel {
	text-align:right;
	width:130px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	font-weight: bold;
}
  
.formLabelLeft {
	text-align:left;
	width:130px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	font-weight: bold;
}  

.textField{
	margin:3px;
	height:20px;
	width:130px;
	float:left;	
}


.userMessageCreateLogin {
	width: 260px;
	float:left;
  	padding: 10px 4px 10px 10px;
}
.userMessage{
  	padding: 5px 4px 5px 10px;
  	font-size: 14px;
 	font-weight:bold;
    width: 390px;
    text-align: center;
}

.errorMessage{
	width: 290px;
  	font-size: 11px;
 	font-weight:bold;
	color: red;
	text-align: center;
	font-style: italic;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

.fieldLabel {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top:0px;
	padding: 2px 0px 3px 3px;
	color:#7238ab;
	font-family: "Trebuchet MS", sans-serif;		
}

.delMap {
	position:absolute;
	right:5px;
	top:44px;
}



.fieldLegend {
	font-style:italic;    
}
.noMaps {
    font-size: 12px;
	font-style:italic;    
}
.addingButtons {
	position: relative;
}
.addingAddresses {
	margin-top:5px;
	margin-right:5px;	
	height: 2em;	
	position: relative;
	float:right;
}
.updateAccountButton{
	margin-top:5px;
	margin-right:35px;	
	height: 2em;	
	position: relative;
	float:right;
}

.modifyingAddresses {
	margin-top:5px;
	margin-right:5px;
	height: 2em;
	position: relative;	
	float:right;	
}

.shown {
  visibility: visible;
  display: block
}

.hidden {
  visibility: hidden;
  display: none;
}


.links {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

.links a {
	padding-left: 10px;
  text-decoration: none;	
}

.welcome {
	font-size: 14px;
	font-style: italic;
}

.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

form {
	margin-bottom : 0;
}

.medium {
		width: 10em;
	}
	
.mapEntryArea {
	width: 238px;
	padding: 2px 5px 5px 5px;
	margin-bottom:10px;
}	
.addressForm {
	margin-top:5px;
	margin-bottom:5px;	
	width: 240px;
}
.addressEntryArea {
	width: 250px;
	padding: 2px 5px 5px 5px;
	margin-bottom:10px;
}

.showOptions {
	position:relative;
	float:right;
	padding-bottom: 10px;
	top: 0px;
}

/* Filtering Table */

.filteringTable table {
	font-size:0.8em;

	border:1px solid #ccc;
	border-collapse:collapse;
	cursor:default;
	text-align:left;
	background: white;
}
.filteringTable table td,
.filteringTable table th{
	padding:2px;
	font-weight:normal;
}
.filteringTable table thead td, table thead th {
	background-image:url(../images/ft-head.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.filteringTable table thead td.selectedUp, table thead th.selectedUp {
	background-image:url(../images/ft-headup.gif);
}
.filteringTable table thead td.selectedDown, table thead th.selectedDown {
	background-image:url(../images/ft-headdown.gif);
}

.filteringTable table tbody tr td{
	border-bottom:1px solid #ddd;
}
.filteringTable table tbody tr.alt td{
	background: #e3edfa;
}
.filteringTable table tbody tr.selected td{
	background: yellow;
}
.filteringTable table tbody tr:hover td{
	background: #e9e9e9;
}
.filteringTable table tbody tr.selected:hover td{
	background:#d4d4d4;
}
		
		
/* Map Marker */
.mapMarkerRegion {
  	width: 280px;
}
.mapMarkerTitle {
   	font-weight: bold;
   	margin-top:2px;
   	margin-bottom:2px;   	
}	

.mapMarkerAddress {
   	margin-top:2px;
   	margin-bottom:2px;   	
}
.mapMarkerNote {
   	margin-top:2px;
   	margin-bottom:4px;   	
	font-style:italic;
}
.mapMarkerUrl {
   	margin-top:2px;
   	margin-bottom:2px;   	

}
.mapMarkerExternal{
	margin: 2px 10px 2px 0px;
   	font-size: 11px;  	
   	padding-bottom: 8px;
}

.mapMarkerControl {
	margin: 2px 10px 2px 0px;
   	font-style: italic;
   	font-size: 10px;  	
}

.dojoButtonContents {
	position:relative;
}

#embedMapDialog{
	position:absolute;
	width: 650px;
	height: 210px;
}
.embedMapCode {
    margin-top: 8px;
	font-family: courier;
}
.embedMapNote {
    margin-left: 10px;
    margin-top: 5px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#addressEntryDialog {
	position:relative;
	width: 280px;
	height:360px;
	left: 0px;
	top:0px;
}

#layerEntryDialog {
	position:relative;
	width: 265px;
	height:260px;
	left: 0px;
	top:0px;
}
#layerShowDialog {
	position:relative;
	width: 530px;
	height:270px;
	left: 0px;
	top:0px;
}

.layerInfoField {
	margin: 5px 5px 5px 5px;
	font-size: 14px;	
	font-family: "Trebuchet MS", sans-serif;	
	color:#333333;	
}

.layerUrlInfo {
	left: 20px;
	right:20px;
	overflow:auto;
	height:55px;
}

#layerActiveInfo {
	margin-top:20px;
	text-align: center;
}

#layerTitleWrapper {
    padding-bottom: 10px;
	border-bottom: 1px solid #333;    
}
#layerNoteWrapper {
	border-top: 1px solid #333;
}

.layerShowForm {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}
.layerActive {
	font-weight: bold;
}
.layerInactive {
	font-style: italic;
}

#layerShowDialog .dojoFloatingPaneClient  {
	background-color: #f3f3f3;
}
#loadMapDialog {
	width: 650px;
	height: 400px;
	left: 200px;
	top: 75px;
}

#loadMapDialog .filteringTable{
	width: 100%;
}

#accountDialog {
	width: 330px;
	height: 300px;
}
#aboutDialog {
	width: 480px;
	height: 500px;
	left: 200px;
	top: 75px;
}

#helpDialog {
	width: 400px;
	height: 350px;
	left: 250px;
	top: 150px;
}

#adminDialog {
	width: 900px;
	height: 400px;
	left: 50px;
	top: 50px;
}

.tabContainer, .dojoTabPaneWrapper, .dojoTabPane {
	width: 100%;
	height: 100%;
}
#adminDialog div {
	overflow:auto;
}

.helpHeader {
	font-weight: bold;
	font-size:22pt;
}
.helpTopic {
	font-weight: bold;
	font-size:14pt;
}
.helpSubTopic {
	font-weight: bold;
	font-size:12pt;	
	padding-left: 10px;
}

#resetPWDialog {
	width:330px;
	left:352px;
	height:90px;
}
.resetSpacer {
	padding-top:10px;
	padding-bottom:30px;
}
.resetButtons {
	width: 270px;
}