@font-face
{
	font-weight: 300;
	font-family: 'NeoTechStd';
	src: url('res/fnt/ntl.woff') format('woff')
}
@font-face
{
	font-weight: 400;
	font-style: normal;
	font-family: 'NeoTechStd';
	src: url('res/fnt/ntr.woff2') format('woff2'), url('res/fnt/ntr.woff') format('woff')
}
@font-face
{
	font-weight: 500;
	font-family: 'NeoTechStd';
	src: url('res/fnt/ntm.woff') format('woff')
}
@font-face
{
	font-weight: 600;
	font-family: 'NeoTechStd';
	src: url('res/fnt/ntb.woff') format('woff')
}
:root
{
	--GonvarriGray: #70706B;
	--GonvarriBlue1: #005380;
	--GonvarriBlue2: #026b96;
	--GonvarriBlue3: #0685ae;
	--GonvarriBlue4: #08a0c3;
	--GonvarriBlue5: #08abc4;
	--GonvarriBlue6: #26b5c3;
	--GonvarriBlue7: #6ec3c3;
}
[zip='s']
{
	letter-spacing: -1px
}
[zip='x']
{
	letter-spacing: -2px
}
HTML
{
	font-size: 24px;
	font-weight: 300;
	font-family: 'NeoTechStd';
	background-color: white;
	color: #454545
}
HTML.map
{
	background-color: white;
	background-attachment: fixed;
	background-image: url(res/jpg/map.jpg);
	background-position: center center;
	background-repeat: no-repeat
}
HTML.msv
{
	background-color: white;
	background-attachment: fixed;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)), url(res/jpg/map.jpg);
	background-position: center center;
	background-repeat: no-repeat
}
BODY
{
	margin: 0px
}
P
{
	padding: 10px 0px 0px 0px;
	margin: 0px
}
CODE
{
	color: dimgray;
	font-size: 12px
}
INPUT, SELECT, BUTTON
{
	font: inherit;
	color: inherit
}
LABEL
{
	padding: 2px 0px 1px 0px;
	display: block
}
FORM.lgn
{
	padding: 25px;
	display: table;
	background-color: white;
	margin: 130px auto 0px auto;
	box-shadow: dimgray 2px 2px 5px;
	border-radius: 9px
}
FORM.dat
{
	margin: 20px;
	padding: 20px;
	background-color: white;
	box-shadow: dimgray 2px 2px 5px;
	border-radius: 9px
}
DIALOG
{
	padding: 25px;
	border-style: none;
	box-shadow: dimgray 2px 2px 5px;
	border-radius: 9px
}
DIALOG.h95
{
	height: 95vh;
	padding: 15px 15px 0px 15px;
	font-size: 18px
}
DIALOG.w95
{
	width: 92vw;
	padding: 15px 15px 0px 15px;
	font-size: 18px
}
DIALOG.err
{
	text-align: center;
	background-image: linear-gradient(white, #ffeaea)
}
INPUT[der='s']
{
	float: right;
	margin-top: 15px
}
BUTTON
{
	padding: 10px 50px 10px 50px
}
BUTTON[pdd='p']
{
	font-size: 20px;
	padding: 2px 10px 4px 10px
}
DIV.tbr
{
	color: white;
	opacity: 0.65;
	font-size: 26px;
	font-weight: 500;
	text-align: right;
	padding: 15px 0px 15px 0px;
	background-color: black
}
DIV.coo
{
	width: 100%;
	color: white;
	opacity: 0.35;
	font-size: 20px;
	background-color: var(--GonvarriBlue1);
	position: absolute;
	bottom: 0px
}
DIV.mrg
{
	padding: 10px
}
DIV.mrt
{
	margin-top: 15px
}
TABLE
{
	border-style: none;
	border-collapse: collapse;
}
TABLE.dat
{
	font-size: 19px
}
TABLE.dat TD
{
	vertical-align: top
}
TR
{
	background-color: white
}
TR[hvr='s']:hover
{
	background-color: whitesmoke;
}
TD
{
	padding: 0px 2px 0px 2px;
	border-style: solid;
	border-color: lavender;
	border-width: 1px
}
TABLE[grd='n'] TD
{
	border-style: none;
	border-width: 0px
}
TR[trn='s']
{
	background-color: transparent
}
TD[brd='n']
{
	color: gray;
	border-style: none
}
TD.vrd
{
	background-color: honeydew
}
TR[hvr='s']:hover > TD.vrd
{
	background-color: transparent
}
TH
{
	font-weight: 400;
	letter-spacing: -1px;
	background-color: var(--GonvarriBlue1);
	padding: 2px 1px 1px 1px;
	color: whitesmoke
}
H1
{
	font-size: 32px;
	margin: 0px 0px 15px 0px;
	color: var(--GonvarriBlue1);
	font-weight: 500
}
H1 > SMALL
{
	font-size: 22px;
	color: var(--GonvarriBlue2)
}
FONT.gb2
{
	color: var(--GonvarriBlue2)
}
H1[mrg='n']
{
	margin: 0px
}
A.btn
{
	color: inherit;
	border-radius: 10px;
	padding: 15px 25px 15px 25px;
	display: inline-block;
	text-decoration: none;
	text-align: center
}
A.btn:hover
{
	color: var(--GonvarriBlue3);
	background-color: aliceblue
}
A.bok
{
	letter-spacing: -1px;
	text-decoration: none;
	color: var(--GonvarriBlue4)
}
A.bok:hover
{
	color: var(--GonvarriBlue7)
}
A.coo
{
	color: inherit;
	text-decoration: none
}
A.coo:hover
{
	color: var(--GonvarriBlue5)
}
SUB
{
	color: silver
}
SUP
{
	color: gray
}
STRONG
{
	font-weight: 500
}
IMG.crr
{
	float: right;
	cursor: pointer;
}
IMG.tra
{
	opacity: 0.15
}
IMG.pin
{
	margin: 1px 1px 0px 0px
}
IFRAME
{
	width: 100%;
	height: 460px;
	border-style: none;
	border-radius: 7px;
	margin: 15px 0px 5px 0px
}
IFRAME.alt
{
	height: 760px
}
SPAN.act
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 6px 2px 6px;
	background-color: mediumaquamarine;
	border-radius: 5px
}
SPAN.pln
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 6px 2px 6px;
	background-color: lightslategray;
	border-radius: 5px
}
SPAN.exp
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 6px 2px 6px;
	background-color: rosybrown;
	border-radius: 5px
}
SPAN.imp
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 6px 2px 6px;
	background-color: seagreen;
	border-radius: 5px
}
SPAN.voy
{
	color: steelblue;
	letter-spacing: -1px;
	font-family: monospace;
	font-size: 14px
}
SPAN.rfr
{
	display: block;
	color: steelblue;
	font-family: monospace;
	letter-spacing: -1px
}
HR
{
	height: 1px;
	border-style: none;
	background-color: gainsboro
}
DIV.pil
{
	width: 80px;
	color: white;
	background-color: steelblue;
	display: inline-block
}
DIV.aer
{
	width: 80px;
	color: white;
	background-color: lightsteelblue;
	display: inline-block
}
FONT.pct
{
	color: cadetblue;
	font-size: 13px
}
TD[azu='s']
{
	background-color: aliceblue
}
TR[hvr='s']:hover > TD[azu='s']
{
	background-color: transparent
}
TR[hvr='s']:hover > TD[rowspan]
{
	background-color: white
}
TABLE[grd='n'] TD.pun
{
	padding: 0px;
	text-align: center;
	color: lightsteelblue;
	border-color: lightsteelblue;
	border-style: dotted none none none;
	border-width: 1px;
	font-size: 16px
}
P.mnu
{
	margin: 5px;
	padding: 5px 10px 5px 10px;
	background-color: whitesmoke;
	border-width: 1px;
	border-color: gainsboro;
	border-style: solid;
	border-radius: 5px;
	font-size: 20px
}
IMG.bus
{
	margin-left: 15vw;
	margin-right: 5px
}
GMP-MAP
{
	height: 420px;
	margin: 15px 0px 10px 0px
}
INPUT[type='date']
{
	width: 135px
}
SELECT
{
	padding: 1px
}
DIV.trj
{
	padding: 10px;
	display: inline-block;
	background-color: whitesmoke;
	border-width: 1px;
	border-color: gainsboro;
	border-style: solid;
	border-radius: 7px
}
DIV.etd
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 4px 2px 3px;
	background-color: lightsteelblue;
	border-radius: 4px
}
DIV.eta
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 4px 2px 3px;
	background-color: darkseagreen;
	border-radius: 4px
}
DIV.ete
{
	color: white;
	font-size: 13px;
	font-weight: 400;
	padding: 2px 4px 2px 3px;
	background-color: darkkhaki;
	border-radius: 4px
}
TD.dir
{
	pading: 0px;
	font-size: 13px;
	color: gray
}
