html {
	height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #5b6b85;
}

.page_container {
	min-width: 1110px;
	width: 96%;
	height: auto !important;
	margin: 0 auto;
}

.header_container {
	width: 100%;
	/*height: 145px;*/
	position: relative;
    min-height: 145px;
}

.header_welcome_left {
	position: absolute;
	top: 0;
	left: 2px;
	height: 145px;
	width: 315px;
	background: url(../images/welcome_left.png) no-repeat;
}

.header_welcome_right {
	position: absolute;
	top: 0;
	left: 315px;
	height: 145px;
	min-width: 797px;
	background: url(../images/welcome_right.png) no-repeat left bottom;
}

.header_main {
	width: 100%;
	height: 84px;
	background: url(../images/header_main.png) no-repeat center;
	cursor: pointer;
}

.data_title {
	width: 100%;
	/*height: 60px;*/
    position: relative;
    background: url(../images/data_title_left.png) no-repeat left top, url(../images/data_title_right.png) no-repeat right top;
    z-index: 10;
}

.data_title_text {
    color: white;
    font-size: 30px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    z-index: 12;
}

.data_background {
    position: absolute;
    top: 0;
    left: 565px;
    right: 544px;
    height: 63px;
    background: url(../images/data_title_center.png) repeat-x top;
}

.content_container {
	position: relative;
	width: 100%;
}

.menu {
	position: absolute;
	width: 315px;
	min-height: 564px;
	top: 0;
	left: 0;
	background: url(../images/menu.png) no-repeat;
}

.content {
	margin-left: 315px;
}

.content_welcome {
    width: 797px !important;
}

.mapa {
	width: 801px;
	min-width: 801px;
	height: 560px;
	min-height: 560px;
	position: relative;
}

.map_button {
	background: url("../images/menu_btn.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: white;
    font-size: 22px;
    left: 30px;
    padding-left: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 50px;
    z-index: 100;
    cursor: pointer;
}

.map_info {
    border-spacing: 5px;
    bottom: 10px;
    display: table;
    left: 30px;
    position: absolute;
}

.row {
    display: table-row;
}

.map_info_circle {
    display: table-cell;
    border: 1px solid white;
    border-radius: 15px;
    background: green;
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}

.map_info_text {
    color: white;
    display: table-cell;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: middle;
}

.data_content {
	width: 100%;
	background: #c5cbd9;
	border: 1px solid white;
}

.footer {
	height: 70px;
    padding: 20px;
    text-align: right;
    width: 96%;
}

.keyboardInputInitiator {
    background: url("../images/keyboard.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: transparent;
    cursor: pointer;
    font-size: 9px;
    height: 24px;
    left: -108px;
    position: absolute;
    top: -1px;
    width: 98px;
}

.rndImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    display: inline-block;
    height: 114px;
    margin: 0;
    padding: 0;
    width: 33.3333%;
}

.clear_both {
    clear: both;
}

#wait_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c3bcac url('../images/wait.gif') no-repeat center center;
    display: none;
    z-index: 10000;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.clear {
	clear: both;
    height: 10px;
}

.random_images {
    background-color: transparent;
    height: 88px;
    position: relative;
    width: 100%;
}

.alphabet {
    position: absolute;
    text-align: right;
    top: 5px;
    width: 99%;
}

.alphabet_link {
    bottom: 10px;
    color: white !important;
    font-size: 22px;
    margin-right: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

.letter {
    color: #642318;
}

.letters {
    background: none repeat scroll 0 0 #9BC1D6;
    height: 65px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 120px;
    z-index: 101;
}

.letters a {
    display: block;
    float: left;
    font-family: arial, sans-serif;
    font-size: 11px;
    height: 15px;
    margin-left: 1px;
    margin-top: 1px;
    text-decoration: none;
    text-transform: uppercase;
    width: 16px;
}

.letters a:hover {
    color: red;
}

.letter_div {
    background: none repeat scroll 0 0 white;
    height: 15px;
    width: 16px;
    text-decoration: none !important;
}

.searchTable {
	margin: 0 auto;
}

.objects {
	width: 100%;
	margin-top: 10px;
}

.list_container {
	width: 100%;
}

.list_table {
    text-decoration: none !important;
    cursor: pointer;
    background: url("../images/list_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #4c5769 !important;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 30px;
}

.list_table_active {
	background: url("../images/list_icon_active.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	color: #774626 !important;
}

.list_table a, .list_table a:HOVER, .list_table a:ACTIVE{
	color: #4c5769 !important;
	text-decoration: none;
}

.object_table {
	border-bottom: 3px solid white;
    clear: both;
    color: #4c5769 !important;
    cursor: pointer;
    display: table;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
}

.object_table_left {
	display: table-cell;
    text-align: center;
    width: 200px;
}

.object_table_left img {
	width: 150px;
	border: 1px solid white;
}

.object_table_right {
	display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.object_content {
	background: #e8e8f0;
	border-bottom: 3px solid white;
    clear: both;
    color: #4c5769 !important;
    display: table;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    position: relative;
}

.object_content_left {
	float: left;
    text-align: center;
    width: 250px;
}

.object_content_left img {
	width: 200px;
	border: 1px solid white;
}

.object_content_left_data {
	width: 100%;
	text-align: left;
	padding-left: 10px;
}
.object_content_left_data a {
	color: #4c5769 !important;
	text-decoration: none;
}

.object_content_left_image {
	width: 125px;
	display: table-cell;
	text-align: center;
}

.object_content_left_image img {
	width: 100px;
	border: 1px solid white;
}

.object_content_right {
	margin-left: 250px;
    padding-left: 20px;
    vertical-align: top;
}

.object_content_right a {
    color: #4c5769 !important;
    text-decoration: none;
}

.object_content_bottom {
	clear: both;
    padding-left: 10%;
    width: 90%;
}

.object_content_bottom_title {
    width: 100%;
    color: #4c5769 !important;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}

.no_search_content {
    color: #4c5769 !important;
    padding: 5px;
}

.view_mode {
	border-top: 3px solid white;
	margin: 0 auto;
    width: 96%;
	display: none;
}

.view_mode ul {
	list-style: node;
}

.view_mode ul li {
	display: inline;
	color: #4c5769;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
    background: url("../images/view_model_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 14px;
    text-decoration: underline;
}

.view_mode_active {
    text-decoration: none !important;
}

.view_mode_content {
	border-top: 3px solid white;
	margin: 0 auto;
    width: 96%;
	display: none;
}

.pageList_container {
	background: none repeat scroll 0 0 #aeb7c6;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.pageList {
	color: #1a243d;
    height: 30px;
    margin: 0 auto;
    width: 240px;
}

.pageList_start_disable, .pageList_back_disable, .pageList_start, .pageList_back, .pageList_page, 
.pageList_forward_disable, .pageList_end_disable, .pageList_forward, .pageList_end {
	display: table-cell;
	width: 40px;
	height: 30px;
}

.pageList_page {
	text-align: center;
    vertical-align: middle;
    width: 80px;
}

.pageList_start_disable {
	cursor: pointer;
	background: url(../images/page_start_disable.png) no-repeat center center;
}

.pageList_back_disable {
	cursor: pointer;
	background: url(../images/page_back_disable.png) no-repeat center center;
}

.pageList_start {
	cursor: pointer;
	background: url(../images/page_start.png) no-repeat center center;
}

.pageList_back {
	cursor: pointer;
	background: url(../images/page_back.png) no-repeat center center;
}

.pageList_forward_disable {
	cursor: pointer;
	background: url(../images/page_forward_disable.png) no-repeat center center;
}

.pageList_end_disable {
	cursor: pointer;
	background: url(../images/page_end_disable.png) no-repeat center center;
}

.pageList_forward {
	cursor: pointer;
	background: url(../images/page_forward.png) no-repeat center center;
}

.pageList_end {
	cursor: pointer;
	background: url(../images/page_end.png) no-repeat center center;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: rgba(255, 255, 255, 0.7);
    border: 3px solid #fff;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: justify;
    top: 2px;
    visibility: hidden;
    width: 759px;
    z-index: 999999;
}
.popup .close_window {
	color: #000;
    cursor: pointer;
    font-family: "tahoma",sans-serif;
    font-size: 18px;
    height: 17px;
    padding: 1px 9px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 6px;
}

.object_content .close_window {
	color: #000;
    cursor: pointer;
    font-family: "tahoma",sans-serif;
    font-size: 18px;
    height: 17px;
    padding: 1px 9px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 6px;
}

.table_map {
	width: 100%;
}

.table_map tr {
	
}

.table_map tr td {
	width: 50%;
	display: table-cell;
	background: url("../images/list_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left: 25px;
	font-size: 14px;
	margin-bottom: 5px; 
}

.mapObj {
	
}

.mapObj a {
	color: #101f36 !important;
	text-decoration: none;
}

.tabs {
	margin-bottom: 10px;
	width: 100%;
	padding-left: 10px;
}

.objectTypeList, .activeObjectTypeList {
	background: url("../images/view_model_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #4c5769;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 14px;
}

.activeObjectTypeList a {
	text-decoration: none;
	color: orangered !important;
}

.objectTypeList a {
	text-decoration: none;
	color: #4c5769 !important;
}

.ui-widget-header .ui-icon {
    background-image: none !important;
}

.ui-dialog .ui-dialog-title {
	color: black;
}

.rndImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    display: inline-block;
    height: 114px;
    margin: 0;
    padding: 0;
    width: 19.6%;
}

.random_image_content .close_window {
	color: #000;
    cursor: pointer;
    font-family: "tahoma",sans-serif;
    font-size: 18px;
    height: 17px;
    padding: 1px 9px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 6px;
}

.random_image {
	clear: both;
}

.random_images {
	margin: 0 auto;
	width: auto;
}

.random_image_content {
	background: none repeat scroll 0 0 #e8e8f0;
    display: none;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.next_image {
    background: url("../images/list_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 10px 10px 10px 30px;

}

.next_image a {
    text-decoration: none;
    color: #4c5769 !important;
    font-size: 18px;
}

.data_content_bottom {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding: 10px;
}

.data_content_bottom_link {
    display: inline;
    margin-right: 20px;
}

.data_content_bottom_link a {
    text-decoration: none;
    color: #4c5769;
}

.welcome_content_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding: 10px;
}

.welcome_content_bottom_link {
    display: inline;
    margin-right: 30px;
    z-index: 101;
}

.welcome_content_bottom_link a {
    text-decoration: none;
    color: white;
}

.mainData {
    width: 100%;
    display: table;
    border-right: 3px solid white;
}

.mainDataLeft {
    display: table-cell;
    width: 40%;
    height: 100%;
    padding-right: 5px;
    position: relative;
}

.col_resize {
    cursor: col-resize;
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    background: white;
}

.hand {
    background: url("../images/hand.png") no-repeat center;
    height: 24px;
    width: 30px;
    position: relative;
    top: 10px;
    z-index: 100;
}

.content_title {
    color: #4c5769 !important;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.mainDataRight {
    position: relative;
    display: table-cell;
    width: 59.5%;
    height: 100%;
}
#map_container {
    overflow: auto;
}
.map_can {
    background: url("../images/map.png");
    z-index: 999;
}
#tooltip {
    position: fixed;
    display: none;
    z-index: 1000;
    color: white;
    padding: 5px;
    background: black;
}