em {
	font-style: italic;
	font-weight: normal;
}

table.menu th {
	text-align: left;
	font-weight: bold;
}
table.menu td, th {
	vertical-align: bottom;
	font-size: smaller;
}
tr.certs_menu {
	background: #99ccff;
}
tr.docs_menu {
	background: #cccc99;
}
tr.ra_menu {
	background: #bbbbcc;
}
tr.footer_menu {
	background: #ccccff;
}


table.new_host_cert, table.new_user_cert, table.new_service_cert {
	border-collapse: collapse;
	border-color: #000000;
}
table.new_host_cert th, table.new_user_cert th, table.new_service_cert th {
	padding: 4px;
	border: 1px solid;
	border-color: #000000;
}
table.new_host_cert td, table.new_user_cert td, table.new_service_cert td {
	padding: 4px;
	border: 1px solid;
	border-color: #000000;
}
table.new_host_cert tr, table.new_user_cer ttr, table.new_service_cert tr {
	border: 1px solid;
}


table.new_user_cert th {
	background: #c0f0f0;
}
table.new_user_cert tr {
	background: #e0f0f0;
}

table.new_host_cert th {
	background: #f0c0f0;
}
table.new_host_cert td {
	background: #f0e0f0;
}

table.new_service_cert th {
	background: #f0f0c0;
}
table.new_service_cert tr {
	background: #f0f0e0;
}

/* Table with file names generated by the script */
table.cert-file-names {
	border-collapse: collapse;
	border: 1px solid black;
	margin: 0.2em 0px;
}

table.cert-file-names th {
	background: #f8f8f8;
	padding: 1px 0.5em;
	border: 1px solid black;
}

table.cert-file-names td {
	padding: 1px 0.5em;
	border: 1px solid black;
}

/* Certificate list */
div.cert-list {
}
/* Certificate counters */
div.cert-counters {
	margin: 0.5em;
	padding: 3px 1em;
	background: #f8f8f8;
	border: 1px dotted black;
}

/* Shaded area with border */
div.united {
	padding: 2px 1em;
	background: #f8f8f8;
	border: 1px solid black;
}

/* User attention is needed for this block of text */
div.attention {
	color: black;
	background: #f0f000;
	padding: 2px 0.3em;
	border: 1px dotted black;
	font-weight: bold;
}

/* Registrators table */
table.registrars h2 {
	font-size: larger;
	font-weight: bold;
	margin-top: 0.9em;
	margin-bottom: 0px;
}

/* Header menus */
ul.menu {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.menu li {
	display: inline;
	padding: 2px 0.5em;
	font-size: smaller;
}
span.menu-name {
	font-weight: bold;
	font-size: smaller;
	padding-left: 0.5em;
}

/* Remarks, non-inline ones */
em.remark {
	display: block;
	background: #ffc0c0;
	border: 1px solid #c0c0c0;
	padding: 0.5em 5%;
	margin: 1em;
}
