.FieldContents {
	background-color: #FFFFD6;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	border: thin solid #C9C9CF;
}
.FieldLabelClr {
	font-weight: bold;
	text-align: right;
	vertical-align : top;
}
.FieldLabelLeftClr {
	font-weight: bold;
	text-align: left;
	vertical-align : top;
}
.FieldLabelCenterClr {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.Header {
	margin: 0px 0px 8px 0px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #000000;
}
.HighLight {
	color: #000000;
	background-color: #FFFF00;
}
.Info {
	font-weight: bold;
}
.MenuBoxBorder {
	margin: 4px 0px 8px 0px;
	text-align: center;
	clear: both;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #000000;
}
.NoWrap {
	white-space: nowrap;
}
.NotVisible {
	display: none;
}
.TitleBox h1, .TitleBox h2, .TitleBox h3 {
	margin: 2px;
	padding: 2px;
}
.SearchInfo {
	font-weight: bold;
}
.SmallNote {
	font-size: smaller;
	font-style: italic;
}
.NoLineLink {
	text-decoration: none;
	font-weight: bold;
}
.NoLineLink:hover {
	text-decoration: underline;
}
table.BasicBorder {
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #000000;
}
table.BasicBorder td, table.BasicBorder th {
	border-color: #000000;
}

div.GeocodeRecordUpdate {
	margin-left: 20px;
	width: 350px;
	height: 275px;
}

div.GeocodeRecordFeedback {
	margin-left: 20px;
	width: 350px;
	height: 225px;
}

div.DetailsMapCanvas {
	width: 330px;
	height: 175px;
}

div.SearchNearMapCanvas {
	width: 300px;
	height: 175px;
}

table.MapSearchResults {
	position: absolute;
}

.MapSearchResults {
	padding: 0px;
	overflow: hidden;
}

.MapSearchResultsSide {
	right: 0px;
	top: 0px;
	height: 100%;
}

table.MapSearchResultsSide {
	width: 408px;
}

div.MapSearchResultsSide {
	width: 400px; 
}

.MapSearchResultsBottom {
	width: 100%;
	bottom: 0px;
	left: 0px;
}

div.MapSearchResultsBottom {
	height: 308px;
}

div.MapSearchResultsBottom {
	height: 300px;
}

div.MapSearchShift {
	position: absolute;
	overflow: auto; 
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
div.MapSearchShiftSide {
	height: 100%;
}

div.MapSearchShiftBottom {
	width: 100%;
}

div.MapPopup {
	padding: 10px 0px 15px 0px;
}

#map_container {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

#map_container td {
	padding: 0px;
}
#map_drag_cell_bottom, #map_drag_cell_side {
	padding: 0px;
	vertical-align: top;
	background: #EFEFEF none repeat scroll 0 0;
}

#map_drag_cell_side {
	width: 8px;
	cursor: e-resize;
	cursor: col-resize;
}
#map_drag_row_bottom {
	height: 8px;
	cursor: n-resize;
	cursor: row-resize;
}

#map_drag_handle_side {
	margin-left: 1px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

#map_drag_handle_bottom {
	margin-left: -10px;
	margin-top: 2px;
	position: absolute;
	right: 50%;
}

#map_drag_icon_left {
	border-color: #EFEFEF #666666 #EFEFEF #EFEFEF;
	border-style: solid;
	border-width: 5px 5px 5px 0px;
	height: 0;
	width: 0;
}
#map_drag_icon_right {
	border-color: #EFEFEF #EFEFEF #EFEFEF #666666;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	height: 0;
	width: 0;
}

#map_drag_icon_up {
	border-color: #EFEFEF #EFEFEF #666666 #EFEFEF;
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	height: 0;
	width: 0;
	float: left;
}

#map_drag_icon_down {
	border-color: #666666 #EFEFEF #EFEFEF #EFEFEF;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	height: 0;
	width: 0;
	float: right;
}

.MapLegendContainer {
	position: absolute;
	bottom: 17px;
	left: -.1em;
	width: 15.2em;
	background-color: white;
	border: 1px solid black;
	text-align: left;
}

ul.MapLegendList {
	padding: 5px 5px 5px 25px;
	margin: 0px;
}

ul.MapLegendList li {
	margin: auto;
	padding: 0px;
}

.HoverPointer {
	cursor: pointer;
}

.DynamicDropDownHighlightItem {
	font-weight: bold;
}

.DynamicDropDown {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:white none repeat scroll 0 0;
	border:1px solid black;
	cursor:default;
	font-size:13px;
	line-height:17px;
	margin:0;
	padding: 3px;
	position:absolute;
	z-index:99;
}

.SimulateLink {
	cursor: pointer;
}

.EntryFormItemBox {
	background: white;
	padding: 5px 5px 5px 15px;
	border: 1px solid black;

	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=10px, Color='#888888'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=10px, Color='#888888')"; /* IE8 */
	-moz-box-shadow: 10px 10px 5px #888; /* FF3.5+ */
	-webkit-box-shadow: 10px 10px 5px #888; /* Saf3.0+, Chrome */
	box-shadow: 10px 10px 5px #888; /* Opera 10.5, IE 9.0 */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 18px; 
}

.EntryFormItemContainer {
	zoom: 1;
	margin: 15px;
}

.EntryFormItemHeader {
	margin-top: 0px;
}

.VacancyInfoEditArea {
	line-height: 1.4em;
}

.SmallButton {
	width: 14px;
	height: 14px;
	display: inline-block;
	cursor: pointer;
}

.DownButton {
	background: url("../images/down.gif") no-repeat left center;

}

.AddButton {
	background: url("../images/select.gif") no-repeat left center;
}


.ui-button-icon-only .ui-button-text { padding: 0px; /* 0.35em;*/ } 
.ui-autocomplete-input { padding: 1px 2px; /* 1px 2px; padding:  0.48em 0 0.47em 0.45em; */ }
.ui-widget-content a { font-weight: normal; }
