﻿/*  지도프로그램 작은맵  */

table.mapviewGrn
{
	border-collapse:collapse;
	background-color:#FEFEF1;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color:#81bac1;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:#81bac1;
	margin-top:3px;
}
table.mapviewGrn th
{
	font-weight:bold;
	border-width:1px 1px 1px 0px;
	border-color:#81bac1;
	border-style: solid;
	background-color:#f4f8f4;
	padding-top:3;
	padding-bottom:3;
	text-align:left;
    color: #666666;
    line-height:120%;
}
table.mapviewGrn td
{
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color:#B1BE7C;
	background-color:#fbfaf6;
	text-align:center;
	vertical-align:middle;
	line-height:120%;
}
