body {
	background-color: white;
	margin: 0px;
	font-family: sans-serif
}

h1 {
	font-size: 110%;
	color: white;
	text-align: right;
	font-weight: bold
}

h2 {
	font-size: 110%;
	color: black;
	font-weight: bold;
	margin-top: 20px
}

h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold
}

hr {
	width: 95%
}

img {
	border: 0
}

#logo {
	font-size: 110%;
	color: white;
	text-align: left;
	font-weight: bold
}

#logo a {
	text-decoration: none;
	color: white
}

#header_bar {
	background-color: #236b8e;
	width: 100%;
	padding: 5px
}

#menu_bar {
	font-size: 90%;
	color: black;
	font-weight: bold;
	background-color: #b0c4de;
	width: 100%;
	border: 1px solid black
}

#menu_bar a {
	margin-right: 20px;
	margin-left: 5px;
	color: #2f4f4f
}

#menu_bar a:hover {
	color: #3333cc
}

#search {
	width: 400px;
	text-align: right
}

input {
	border: 1px solid #2f4f4f
}

select {
	border: 1px solid #2f4f4f
}

textarea {
	border: 1px solid #2f4f4f
}

#map_wrapper {
	width: 500px
}

.error {
	color: red;
	font-style: italic;
	margin: 5px
}

#map_area {
	font-size: 90%;
	width: 100%;
	padding: 10px
}

#google_map {
	text-align: center
}

#map_options {
	font-weight: bold;
	text-align: center
}

#map_options a {
	margin-right: 10px;
	margin-left: 10px;
	color: #2f4f4f
}

#map_options a:hover {
	color: #87ceeb
}

.google_ads {
	text-align: left;
	margin: 10px;
}

.inputAddress {
	display: block;
	margin-bottom: 5px;
}

.mapped {
	font-size: 90%;
	font-weight: bold;
	margin-left: 10px
}

.hide {
	width: 100%;
	cursor: pointer;
	color: blue;
	text-decoration: underline
}

.minimap {
	width: 200;
	height: 200
}

.print_number {
	font-size: 120%
}

.print_address {
	font-size: 90%;
	margin: 5px;
	width: 250px
}

.print_mapped_notes {
	font-size: 80%;
	padding: 5px;
	margin-left: 20px
}

.mapped_notes {
	font-size: 70%;
	margin-left: 15px;
}

.delete {
	text-align: right
}

.miniMap {
	width: 200;
	height: 200;
	background-color: gray
}

.minimap_show {
	border-top: 5px solid gray;
	margin-top: 5px
}

.minimap_hide {
	display: none
}

.icon_show {
	border: 3px solid red
}

.icon_hide {
	
}

#regions {
	padding: 10px;
}

#regions .country {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

#regions .prov {
	font-size: 90%;
	margin-left: 40px;
}

#regions .city li {
	font-size: 90%;
	margin-left: 20px;
	list-style-type: none;
}

#footer_bar {
	font-size: 80%;
	color: black;
	font-weight: bold;
	background-color: #b0c4de;
	padding: 8px;
	width: 100%;
	border: 1px solid black;
	clear: all
}

#footer_options {
	text-align: left
}

#footer_options a {
	margin-right: 10px;
	margin-left: 10px;
	color: #2f4f4f
}

#footer_options a:hover {
	color: #87ceeb
}

#credit {
	text-align: right;
	font-weight: normal
}