
body {
	margin: 0px;
	border: 0px;
	width: 100%;
}

a img {
    border: none;
}

.ui-tooltip {
    font-size: x-small;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#header, #content, #footer {
	width: 1024px;
    position: relative;
    margin: auto;
}

#header {
    height: 107px;
}

#header a img {
	margin: 13px;
	height: 81px;
}

#header span {
    position: absolute;
    top : 15px;
    border-left: 1px solid #d3d800;
    padding-left: 13px;

    text-align: center;
    
    color: #394049; 
    font-family: Gotham,Verdana,Arial,sans-serif;
    font-size: 4.3em;
    font-weight: bold;
}

#header img.right {
	height: 100%;
	position: absolute;
	right: 0px;
}

#content .ui-accordion-header {
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}

.label {
	color: #2862AA;
}

.value {
	color: #0B87D6;
}

td.param {
    font-size: small;
}

.ui-widget .param select, .ui-widget .param input {
    font-size: small;
    vertical-align: middle;
}

input.ui-autocomplete-input, input.address-line, #found, #selected {
    width: 50ex;
}

.ui-autocomplete {
    font-size: smaller;
}

.ui-autocomplete-category, .ui-autocomplete-message {
    font-style: italic;
    font-size: smaller;
}

.clear.ui-button-icon-only {
    width: 18px;
    height: 18px;
    background: none;
    border: none;
    position: relative;
    top: -5px;
    left: -5px;
}

.ui-tabs-panel {
	font-size: 0.8em;
	line-height: 1.65em;
    background-color: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-left: 23px;
	border-top: 0;
	width: 863px;
}
.ui-tabs-panel td, .ui-tabs-panel th
{
    vertical-align: top;
}

.map {
    width: 570px; 
    height: 380px;
}
#findaddressform .map {
    height: 0;
}

.rightbox
{
    padding-left:10px;
}

#findaddressform tr td:first-child {
    text-align: right;
}
#found {
    display: none;
    max-height: 20em;
    overflow: auto;
    position: absolute;
}
#found li {
    font-size: smaller;
}
#selected, #finding {
    display: none;
}
