@charset "utf-8";
/* CSS Document */

/* TABLE CSS */

body {
	font-family:Arial;
	background-color:#cccccc;
	font-size:0.75em;
	color:#C0C0C0;
}
.threatHeaderBG {
	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: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-image: url(../images/bg/table-header.gif);
	border-bottom-width: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
.threatHeaderLeftBG {
	background-image: url(../images/bg/table-header.gif);
	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: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-image: url(../images/bg/table-header.gif);
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}


.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: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-image: url(../images/bg/table-header.gif);
	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:#C0C0C0;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
.ipLink {
	color:#626C82;
	font-weight: bold;
}
.ipLink:hover {
	color:#000000;
}
.threatsTable {
	border-top:.5px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	margin-top: 20px;
}
.rowOff {
	height:25px;
	border-width: 1px 0px 0px 1px;
	border-style:solid;
	border-color:#C0C0C0;
	background-color:#ECECEC;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
ul { 
	padding:0px;
	margin:0px;
}
a:hover { 
	color:#000000;
}
