/* TABLE CSS */

.threatHeaderBG {
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #7e7e7e;
}
.threatHeaderLeftBG {
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7e7e7e;
	border-bottom-color: #7e7e7e;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7e7e7e;
}


.threatHeaderRightBG {
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	color:#626C82;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7e7e7e;
	border-bottom-color: #7e7e7e;
	border-bottom-width: 1px;
}
.noBorderTable {
	margin-top: 20px;
}
.noBorderRow { 
	height:25px;
	text-align:left;
}
.rowOn {
	height:25px;
	border-width: 1px 0px 0px 1px;
	border-style:solid;
	border-color:#7e7e7e;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
.ipLink {
	color:#626C82;
	font-weight: bold;
}
.ipLink:hover {
	color:#000000;
}
.threatsTable {
	margin-top: 20px;
	border: 1px solid #7e7e7e;
}
.rowOff {
	height:25px;
	border-width: 1px 0px 0px 1px;
	border-style:solid;
	border-color:#7e7e7e;
	background-color:#191919;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
ul { 
	padding:0px;
	margin:0px;
}
a:hover { 
	color:#000000;
}
