/* styled */
table.styled caption {
    display: none;
    }
table.styled {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	margin: 12px;
	font-size:10px;
	width: 98%;
	}
table.styled thead th {
	border-top: 1px solid #999;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	/* background-color in segment.css */
	}
table.styled thead th span {
	font-weight: normal;
	}
table.styled thead th a {
	text-decoration: none;
	}
table.styled tbody td, table.styled th {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}
table.styled td, table.styled th {	
	padding: 20px 10px;
	}

/* thinly */
table.thinly td, table.thinly th {
	padding: 5px !important;
	}
table.thinly tbody th {
	white-space: nowrap;
	}	
table.styled tr.even {
	background-color: #fff;
	}
table.styled .center {
	text-align: center !important;
	}
table.styled tbody th {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	}
table.styled td {
	font: 1em Arial, Helvetica, sans-serif;
	text-align: left;
	}
table.styled td em {
	color: #b00c33;
	font-weight: bold;
	font-style:normal;
	font-size: 1.2em;
	display: block;
	}
table.styled sup {
	color: #000;
	}

/* minimalist */
table.minimalist {
	border: 0;
	border-collapse: collapse;
}
table.minimalist thead {
	display: none;
}
table.minimalist td {
	padding: 0px 6px;
}
table.minimalist td.date {
	white-space: nowrap;
}
table.minimalist td a {
	text-decoration: none;
}
table.minimalist td a:hover {
	text-decoration: underline;
}
/* For threatcenter specific tables - see threatcenter.css */
/* For Downloads specific tables - see downloads.css */