@charset "UTF-8";
/* CSS Document - Map Layout - Copyright 2010 Torrenegra Labs */

#mapWindow_contents, #mapWindow_tempContents {
  border: 0px solid;
  font-size: 10px;
  line-height: 14px;
}
#mapWindow_beak{
  width: 40px;
  height: 20px;
  background: url('/img/border/mapWindow_beak_l.png');
}
* html #mapWindow_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/border/mapWindow_beak_l.png', sizingMethod='crop');
}
#mapWindow_tl, #mapWindow_tr, #mapWindow_bl, #mapWindow_br, #mapWindow_t,#mapWindow_l,#mapWindow_r,#mapWindow_b{
  height: 0px;
  width: 0px;
}
#mapWindow_t{
    background-image: url(/img/border/mapWindow_t.png);
}
#mapWindow_b{
   background-image: url(/img/border/mapWindow_b.png);
}
#mapWindow_tl,
#mapWindow_tr,
#mapWindow_bl,
#mapWindow_br{
	width: 6px;
    height: 6px;    
}
#mapWindow_l,
#mapWindow_r{    
   width: 6px;	
}
#mapWindow_l{
   background-image: url(/img/border/mapWindow_l.png);
}
#mapWindow_r{
  background-image: url(/img/border/mapWindow_r.png);
}
#mapWindow_tl{
    background-image: url(/img/border/mapWindow_tl.png);
}
#mapWindow_tr{
    background-image: url(/img/border/mapWindow_tr.png);
}
#mapWindow_bl{
    background-image: url(/img/border/mapWindow_bl.png);
}
#mapWindow_br{
    background-image: url(/img/border/mapWindow_br.png);
}
#mapWindow_close{
    background-image: url(/img/icon/clInfoWindow.gif);
	width: 13px;
	height: 13px;
}

/* HTML Tags */

img.clInfoWindow{	
    float: right;
}
#mapWindow a.lnkButton,
#mapWindow_tempContents a.lnkButton	
	{	
	width: 98%;
	padding: 0.5% 1%;
	clear: both;
	display: block;
}
#mapWindow .greenSt, #mapWindow_contents .greenSt, #mapWindow_tempContents .greenSt{	
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}

#mapWindow .redSt, #mapWindow_tempContents .redSt{	
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}

#mapWindow .thuPic, #mapWindow_tempContents .thuPic{
	padding: 1px;
	text-align: center;	
	margin: 5px 0px;
	clear: both;
}
#mapWindow .btLink, #mapWindow_tempContents .btLink{
	width: auto; 
	cursor: pointer;
	font-size: 11px;
	padding: 3px;
	line-height: 12px;
	margin: 2px 0px;
	clear: both;
	display: block;
}
#mapWindow .btLink td{
	vertical-align: top;
}
#mapWindow .txtHead, #mapWindow_tempContents .txtHead{
 	margin: 0px 5px;
 	width: 90%;
 	text-align: center;
}
#mapWindow .lodName, #mapWindow_tempContents .lodName{
	font-size: 11px;
	line-height: 13px;
}
#mapWindow .areaName,
#mapWindow_tempContents .areaName{
	font-size: 11px;
	line-height: 13px;
}
