
.containerDiv {
	position: relative;
	left: 0px;
	top: 0px;
	width:570px;
	height:360px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border: 0px solid #CCCCCC;
}

.aeroDefaultDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

.innerObjDefaultDiv {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:16px;
	height:16px;
}

.planeImgSA{
	border: 1px solid #BCD1DF;
}

.planeImgFC{
	border: 1px solid #93AEBB;
}

.planeImgFT{
	border: 1px solid #93AEBB;
}

.planeImgSASelected{
	border: 2px solid #F6AA08;
        background-color: #FFFFFF;
}

.planeImgFCSelected{
	border: 2px solid #F6AA08;
        background-color: #FFFFFF;
}

.planeImgFTSelected{
	border: 2px solid #F6AA08;
        background-color: #FFFFFF;
}

.planeImgSelected{
        width:16px;
        height:16px;
	border: 2px solid #F6AA08;
        background-color: #FFFFFF;
}

.SigmetSelected{
        width:32px;
        height:32px;
	border: 2px solid #F6AA08;
        background-color: #FFFFFF;
}

.noInfo{
	position: absolute;
	left: 160px;
	top: 30px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	font-size:16px;
	font:Verdana;
	color:#FFFFFF;
        background-color:#416577;
	font-weight:bold;
}

.showInfo{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	font:Verdana;
	border: 1px solid #CCCCCC;
}

.showAeroData{
	left:0px;
	top:0px;
        width:120px;
	height:15px;
	position:absolute;
	z-index: 10;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	color: #CCCCCC;
  	font-size: 10px;
  	font-weight: bold;
  	text-align: left;
	background-color:#EC2813;
	filter:alpha(opacity=80);
}