﻿body, table, tr, td
{
	font-family:'굴림', 'verdana'; 
	font-size: 12px; color:#626469;	
	line-height:150% ;
	text-decoration:none;
	scrollbar-arrow-color:#333333;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #C4C4C4;
	scrollbar-darkshadow-color: #E8E8E8;
	scrollbar-3dlight-color: #E8E8E8;
	scrollbar-track-color: #FAFAFA;
	scrollbar-face-color: #E8E8E8;
}

select, input
{
	font-family: '굴림','verdana'; 
	font-size: 12px; color:#626469;	
	line-height:100% ;
	text-decoration:none;
	scrollbar-arrow-color:#333333;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #C4C4C4;
	scrollbar-darkshadow-color: #E8E8E8;
	scrollbar-3dlight-color: #E8E8E8;
	scrollbar-track-color: #FAFAFA;
	scrollbar-face-color: #E8E8E8;
}

/*  지도프로그램 맵  */
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;
}
table.mapviewGrn td
{
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color:#B1BE7C;
	background-color:#fbfaf6;
	text-align:center;
	vertical-align:middle;
}