
A {
	text-decoration:none;
}

A:link {
	color:#00008B;
}

A:visited {
	color: #00008B;
}

A:hover {
	color: #800000;
}

a img {
	border: 1px solid #D3D3D3;
}

body { 
	background: #fff url('/images/gradient.png') repeat-x;
	min-width: 767px;
}


br {
	line-height: 0.8em;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 98%;
	height: 2px;
}

.hr2 {
	margin-top: 5px;
	margin-bottom: 10px;
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 98%;
	height: 2px;
}

option {
	background: url('/images/menu.png');
	background-color: #D8E1ED; 
	color: Black; 
	font-size: 8pt;
}

option.bi { 
	padding: 1px 2px 1px 20px; 
	background-repeat: no-repeat; 
	background-position: 1px 2px; 
	vertical-align: middle; 
} 

select {
	background-color: #C2D1E3; 
	color: Black; 
}

form {
	display: inline;
	vertical-align: top;
}

table {
	border-spacing: 0px;
}

.table-heading {
	max-width: 1000px;
	border-collapse: collapse;
    font-family: serifa;
	font-size: 0.9em;
}

.rtl {
	unicode-bidi: embed;
	direction: rtl;
	text-align: right;
}

.ltr {
	direction: ltr;
	text-align: left;
}

.plugin {
	width: 16px;
	height: 16px;
	margin: 0px 3px 0px 3px;
	border: 0px;
}

.google-map {
	position: relative;
	width: 100%;
	max-width: 1100px;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.table-geotool {
	max-width: 850px;
	font-size: 0.9em;
}

h1 {
    font-family: serifa;
    font-size: 2.7em;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.smallfont {
	font-size: 0.8em;
}

.dim {
	color: #999;
}

#preview{
	position:absolute;
	background: #D3D3D3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    z-index: 999;
    border: 1px; 
	border-style: solid;
	border-color: #D3D3D3;
}

#imgPreview{
	position:absolute;
	background: #D3D3D3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    z-index: 999;
    border: 1px; 
	border-style: solid;
	border-color: #D3D3D3;
}

