/* KL, the NOTAMS */
/* KL, box containing data for one notam */

.notamItem
{
	padding:3px;
}

/* planin view only, the group header */
.notamGroupHeader {
	background-color: #002366;
	border-top: 1px solid #002366;
	font-weight:bold;
	font-size: 110%;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFFFFF;
}

/*  title line for each notam */
.notamtitle 
{
/*	background-color: #D0D0D0; */

	font-weight:bold;	
	font-size: 105%;
	width: auto;
    cursor: pointer;   
	color: #002366;
}

/*  the notam content */
.notambody 
{
	padding-left:5px;
}

.notamBodyAltert
{
	padding-left:5px;
	font-size:100%; 
	font-weight:bold;
	color:#FF0000;
}

.notamSymbol {
	font-size:80%;
    cursor: pointer;
	vertical-align:middle;
	text-align:center;
	background-color: #0000FF;
	color:White;
	width:22px;
	height:22px;
	top:-11px;
	left:-11px;
	background: url(../images/circle.png);
}
.notamSymbolOverview {
    cursor: pointer;   
/*	position:absolute;
	top:-7px;
	left:-7px;
	background: url(../images/icon_notam.png);
*/
}

h2.tabHelp {
	font-size:120%;
}

div.tabHelp {
	margin-top:5px;
	margin-bottom:5px;
	font-size:100%;
	font-weight:bold;
}

a:link {font-weight:normal;font-style:normal;text-decoration:underline;color:#2f3a55;}
a:visited {font-weight:normal;font-style:normal;text-decoration:underline;color:#999999;}
a:active {font-weight:normal;font-style:normal;text-decoration:underline;color:#002366;}
a:hover {font-weight:normal;font-style:normal;text-decoration:underline;color:#002366;}

#tabNotam {
	position:absolute;
/*	background-color: white;
*/
	width:397px;
	padding-left: 3px;
	padding-right: 0px;
	overflow:hidden;
	display:none;
}

#notamsPlain {
	padding-top: 0px;
	overflow:auto;
}

/* KL: box sourounding query information */
#queryData {
	background-color: #f0f0f0;
	border: 0px solid #000000;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #999;
}

/*  the variable (returned) information */
.queryDataItem {
	font-weight:bold;
}

