html {
	height: 100%;
}

html .fb_share_button {
	display: -moz-inline-block;
	display: inline-block;
	padding: 1px 20px 0 5px;
	height: 15px;
	border: 1px solid #d8dfea;
	background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
}

html .fb_share_button:hover {
	color: #fff;
	border-color:#295582;
	background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
	text-decoration:none;
}

html .su_share_button {
	display: -moz-inline-block;
	display: inline-block;
	padding: 1px 20px 0 5px;
	height: 15px;
	border: 1px solid #d8dfea;
	background:url(http://geoprop.co.za/img/su.gif) no-repeat top right;
}

html .su_share_button:hover {
	color: #fff;
	border-color:#295582;
	background:#3b5998 url(http://geoprop.co.za/img/su.gif) no-repeat top right;
	text-decoration:none;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: #F2F8FB;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	font-size: 23px;
	padding: 0px;
	margin: 0px;
}

input[type="text"], select, textarea, input[type="password"] {
	border: 1px solid silver;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: White;
	width: 167px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

fieldset {
	/*margin-left: 20px;*/
	padding: 8px;
	border: 1px solid silver;
	background-color: #F2F8FB;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}

.sb_div {
	background-color: white;
	border: 1px solid silver;
	height: 496px;
}

.sb_info {
	padding-left: 5px;
	padding-right: 5px;
}

.sb_icon {
	width: 20px;
	height: 20px;
	padding-right: 3px;
	padding-bottom: 8px;
	position: relative;
	top: 4px;
	z-index: 0;
}

#geo_header {
	width: 100%;
	height: 79px;
	border-bottom: 3px solid #cae2ef;
	background: url("/img/bg.jpg") repeat-x 0 0;
}

#geo_header_left {
	float: left;
	background: url("/img/HeadBG.jpg") no-repeat;
}

#geo_map_border {
	width: 608px;
	height: 490px;
	border: 1px solid silver;
	text-align: center;
	background-color: white;
	padding: 3px;
}

#geo_map {
	width: 100%;
	height: 100%;
}

#moreinfomap, #searchmap {
	width: 745px;
	height: 445px;
	margin-left: 3px;
	margin-top: 3px;
}

.geo_button {
	width: 127px;
	color: black;
	border: 1px solid silver;
	background-color: #CAE2EF;
	cursor: pointer;
}

.s_geo_button {
	width: 80px;
	color: black;
	border: 1px solid silver;
	background-color: #CAE2EF;
	cursor: pointer;
}

.geo_login_button {
	width: 100px;
	color: silver;
	border: 1px solid silver;
	background-color: black;
	cursor: pointer;
}

.logo {
	width: 75px;
	margin-left: 10px;
	margin-top: 2px;
}

.title {
	margin-left: 13px;
	margin-bottom: 10px;
}

.newtitle {
	margin-left: 40px;
	color: #0066ee;
	font-size: 23px;
	font-weight: bold;
	position: absolute;
	top: -2px;
}

.info_div {
	font-size: 10px;
	text-align: left;
}

.info_name {
	font-weight: bold;
}

.more_name {
	font-size: 20px;
	font-weight: bold;
}

.info_link {
	padding-top: 5px;
}

.info_icon {
	float: left;
	padding-right: 8px;
}

.geo_key_img {
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

.geo_key_text {
	padding-top: 10px;
}

.infotable {
	width: 100%;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

.infotable td {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.resultbox {
	position: absolute;
	display: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	width: 160px;
	height: auto;
	font-size: 10px;
	padding-top: 5px;
	background-color: #ffffff;
	z-index: 10000;
}

.resultline {
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
}

#search {
	background: url("/img/search.png") no-repeat center left;
}

.infobutton {
	font-size: 10px;
}

#infopop {
	font-size: 10px;
	padding: 3px;
	background-color: #f6f88b;
	border: 1px solid #000000;
}

.cell {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.cellr {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.cellt {
	width: 25%;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.celltr {
	width: 25%;
	border: 1px solid silver;
}

.help_pop {
	display: none;
	position: absolute;
	background-color: #f6f88b;
	border: 1px solid #000000;
	font-size: 10px;
	padding: 3px;
	text-align: left;
}

#geo_map_directions {
	width: 608px;
	height: 490px;
	display: none;
	border: 1px solid silver;
	text-align: center;
	background-color: white;
	padding: 3px;
}

#dir_text {
	overflow: auto;
	margin-bottom: 8px;
}

.dirtable {
	width: 100%;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	background-color: white;      
}

thead, tfoot {
	font-weight: bold;
	background-color: #CAE2EF;        
}

.dirtable td {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.DD_StepHead, .DD_SymbolHead, .DD_StepBodyOdd, .DD_StepBodyEven, .DD_SymbolBodyOdd, .DD_SymbolBodyEven {
	text-align:center;
}

.DD_StepBodyOdd,.DD_SymbolBodyOdd,.DD_InstructionBodyOdd,.DD_DistanceBodyOdd {
}

.DD_StepBodyEven,.DD_SymbolBodyEven,.DD_InstructionBodyEven,.DD_DistanceBodyEven {
	background-color: #F2F8FB;
}