﻿.subPage-title {
    color: #0088CC;
    font-size: 16px;
}

/* search - begin */

.search { height: auto !important; }

.search input { margin: 0 10px 0 0; }

.search .label {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.search .item-label {
    font-weight: bold;
    white-space: nowrap;
    width: 100px;
}

.search input[type="text"] { width: 160px; }

.search #searchInfoSearchSummary { width: 350px; }

.search input[type='submit'], .search input[type='button'] {
    -moz-border-radius: 2px;
					-o-border-radius: 2px;
					-webkit-border-radius: 2px;
					background-color: #E62246;
					background-image: -moz-linear-gradient(white, whiteSmoke);
					background-image: -moz-linear-gradient(white, whiteSmoke);
					border: 1px solid #ECECEC;
					border-radius: 5px;
					color: #333;
					cursor: pointer;
					font-size: 12px;
					font-weight: bold;
					height: 32px;
					margin-bottom: 0px;
					width: 70px;
}

.search input[type='text'] {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
						-moz-transition: border linear .2s, box-shadow linear .2s;
						-o-transition: border linear .2s, box-shadow linear .2s;
						-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
						-webkit-transition: border linear .2s, box-shadow linear .2s;
						background-color: #fff;
						border: 1px solid;
						box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
						height: 22px;
						transition: border linear .2s, box-shadow linear .2s;
}

.search select {
    border: 1px solid #f4f5f6;
    height: 32px;
    margin: 0;
}

.search-advance {
    border: 1px;
    display: none;
    margin: 5px 0 5px 20px;
}

.searchInformation { }

.searchResult [hid="item"] { border-bottom: 1px dotted #ececec; }

.searchResult .item-label, .dataDetails .item-label {
    font-style: oblique;
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    width: 120px;
}

.searchResult table tr td {
    border-collapse: collapse;
    /*padding: 10px;*/
}

/* search - begin */

.item-content tr td {
    boder-radius: 5px;
    padding: 10px;
}

.item-content tr td img {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
}

.dataDetails tr { border-bottom: 1px dotted #ECECEC; }

.tb-img tr td { position: relative; }

.tb-img tr td img {
    left: 5px;
    position: absolute;
    right: 5px;
}

.hov a { text-decoration: none; }

.hov a:hover { background: #ebebeb; }

.control {
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    height: 24px;
    width: 24px;
}

.viewInMapTool { background-image: url(/Uploads/BU/viewInMapTool.png); }

.listleft { width: 254px; }

.listright {
    background-color: White;
    border: 1px solid #f4f5f6;
    padding: 10px;
    width: 694px;
}