﻿.mapBox .mapContainer .unityMap {
    width:100%;
    height:400px;
    border:1px solid #99BBE8;
}

#mapGroupListContainer
{
    padding-top: 10px;
}

#mapGroupListContainer table
{
    width: 100%;
}

#mapGroupListContainer table th
{
    font-weight: bold;
    border-top: 1px solid #A2A2A2;
}

#mapGroupListContainer table th,
#mapGroupListContainer table td
{
    padding: 2px;
    border-bottom: 1px solid #A2A2A2;    
}

#mapPageBox
{
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}
	
#mapPageBox .left
{
	float:left;
}
	
#mapPageBox .right
{
	float:right;
}
	
#mapPageBox .center
{
	text-align:center;
}
	
#mapPageBox span
{
	cursor:pointer;
	text-decoration:underline;
}
	
.dissabled
{
	color:#a2a2a2;
	cursor:default !important;
	text-decoration:none !important;
}
	
#mapLoading
{
	/*background:#ffffff;
	vertical-align: middle;*/
	width:100%;
	background:#ffffff;
	/*left:2px;
	top:2px;*/
}
	
#mapLoading div
{
	/*text-align:center;
	color:#000000;*/
	text-align:center;
	color:#000000;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mapPageShowing
{
	text-align:center;
	padding:6px;
}

.mapPageShowing span
{ 
    cursor:default; 
    text-decoration:none; 
}

.currentPageLink
{
	font-weight:bold;
	color:#359aff;
}

#mapPointList
{
	width:100%;
}

.mapPoint
{
	list-style:none;
	margin:0px;
	clear:both;
}

.mapPoint a
{
	font-size:12px;
}

.mapResultList 
{
	list-style:none;
	margin:auto;
	padding:0px;
	-webkit-column-width: 310px;
	-moz-column-width: 310px;
	column-width: 310px;
	width:100%;
}

.mapResultList img
{
	/*margin:4px 10px 4px 0px;*/
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	float:left;
}

.mapBtn
{
	width:100%;
	padding-bottom:10px;
	text-align:center;
}

.mapPointNumber
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;;
	border-right-color: #EEEEEE;
	min-width: 40px;
}

.mapPointNumber h2
{
    margin: 0;
}

.mapPointNumber h2 strong
{
    padding: 3px 7px;
    border-radius: 12px
}

.mapPointNumber h2 strong:hover {
    background-color: #FF776B;
    cursor: pointer;
}

.mapPointTitle
{
	display: inline-block;
	vertical-align: middle;
	max-width: 240px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}