#maintable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin: 10px;
	box-shadow: 0px 0px 4px #666666;
	-webkit-box-shadow: 0px 0px 4px #666666;
	-moz-box-shadow: 0px 0px 4px #666666;
	
}
.sidebartable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px;
	border: 1px solid #ccc;
	width: 240px;
	padding: 5px;
	line-height: 20px;
	color: #666;
	 box-shadow: 0px 0px 4px #666666;
    -webkit-box-shadow: 0px 0px 4px #666666;
    -moz-box-shadow: 0px 0px 4px #666666;
     
    border-radius: 5px;
    -webkit-border-radius:  5px;
    -moz-border-radius:  5px;


}
.sidebartable a:link {
	font-weight: bold;

}

.sidebartable th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #369;
}



#maintable .Non-ActiveStation  {
	background-color: #CCC;
}
#maintable .Non-ActiveStation:hover {
	background-color: #B9B9B9;
}

#maintable .ActiveStation {
	background-color: #6CF;
}
#maintable .ActiveStation:hover {
	background-color: #06beea;
}
#maintable th {
	padding: 10px;
	color: #FFF;
	background-color: #369;
	text-align: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFF;
}
.sidebartable li {
	margin-left: 0px;
	list-style-type: none;
	left: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}

#maintable td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 8px 9px 8px 9px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFF;
}
.RowSpacer {
	height: 1px;
}
.NEXION {
	background-image: url(../images/USAF-NEXION.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.DPS4D {
	background-image: url(../images/DPS4D.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #336699;
}
.DPS {
	background-image: url(../images/DPS.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	background-position: center center;
}
.VIS {
	background-image: url(../images/VIS.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	background-position: center center;
}
.D256 {
	background-image: url(../images/D256.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	background-position: center center;
}
.DISS {
	background-image: url(../images/DISS.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	background-position: center center;
}
.D128 {
	background-image: url(../images/D128.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	background-position: center center;
}
.sidebartable tr td ul li em {
	font-size: 9px;
}
