/*border-collapse: separate; this removes the inner borders on the main table*/
table.mainTable {
	width: 800px;
	height: 600px;
	border: 0px solid #eeeeff;
	border-collapse: collapse;
	padding: 1px;
	margin: 0px;
}

font.small,td.navLinks {
	font-size: 10px;
}

font.country,font.state,font.city {
	font-size: 12px;
}

a.small {
	font-size: 10px;
}

font.error {
	color: #FF0000;
}

div.mapsearch {
	overflow: hidden;
}

td.contentPane {
	text-align: center;
}

a { /*color: #777777;*/
	
}

img {
	border: 0px;
}

form {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

font {
	font-family: arial, verdana;
	font-size: 12px;
}

a.nl {
	font-family: arial, verdana;
	color: #00a700;
	font-size: 16px;
}

a.ns {
	font-family: arial, verdana;
	color: #00a700;
	font-size: 10px;
}

div.divAddComment { /*border: 1px solid #000000;*/
	display: none;
	margin-top: 10px;
}

div.commentHeader,div.replyHeader {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #eeeeff;*/
}

div.replyHeader,div.reply {
	padding-left: 25px;
	/*background-color: #cccccc;*/
}

A.pushPin:link,A.pushPin:visited,A.pushPin:active {
	display: block;
	background: url('http://www.poipedia.org/images/pushPin.jpg') 0 0
		no-repeat;
	width: 25px;
	height: 25px;
	border: 0px;
	text-decoration: none; /*remove the underline on the image.  lol */
}

A.pushPin:hover {
	background-position: -25px 0px;
}

#mapsearch {
	width: 400px;
	margin: 10px;
	padding: 4px;
	border: 1px solid #f9f9f9;
}

/* set height of idle state map */
#mapsearch .gsmsc-idleMapDiv {
	height: 200px;
}

/* set height of active state map */
#mapsearch .gsmsc-mapDiv {
	height: 300px;
}

div.listChooser {
	position: absolute;
	display: none;
	background-color: #ffffff;
	border: 1px solid #359e63;
	z-index: 100;
	min-width: 200px;
	/*width: 200px;*/ /*height:50px;*/
}