
.pagetime {
	text-align: center;
	clear: both;
}

/*************** Page content styles *****************/

table.advisory {
	margin: 10px 0;
	width: 100%;
}

table.advisory th {
	border-bottom: 2px solid;
	border-color: #449BD5;
}

table.advisory tr {
	cursor: pointer;
}

table.advisory td {
	color: #333;
	padding: 2px 4px;
	vertical-align: top;
	background-color: #DFE2E6;
}

table.advisory tr.Info td {
	background-color: #D0E4FD;
}

table.advisory tr.Info:hover td {
	background-color: #C6DEFD;
}

table.advisory tr.Low td {
	background-color: #FFFFB5;
}

table.advisory tr.Low:hover td {
	background-color: #FFFF9F;
}

table.advisory tr.Medium td {
	background-color: #FFD3A8;
}

table.advisory tr.Medium:hover td {
	background-color: #FFCD9B;
}

table.advisory tr.High td {
	background-color: #FEA9A5;
}

table.advisory tr.High:hover td {
	background-color: #FE9D98;
}

table.advisory td a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

table.advisory td a:hover {
	color: #000;
}

/* Advisory detail table */
table.detail th {
	text-align: right;
	padding-right: 1em;
	vertical-align: top;
	white-space: nowrap;
	width: 10em;
}

/* Advisory update comments */
.comments {
	margin: 20px 0;
}

.comments dt {
	background-color: #DFE2E6;
	border: 1px solid;
	border-color: #ccc;
	margin-top: 5px;
	padding: 2px 6px;
	font-weight: bold;
}

.comments dd {
	background-color: #f3f3f3;
	padding: 6px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ccc;
}

/* Server overview */
table.overview {
	margin: 10px 0;
	width: 60%;
}

table.overview th {
	text-align: left;
	border-color: #ccc;
	border-bottom: 1px dotted;
}

table.overview td {
	text-align: right;
	border-color: #ccc;
	border-bottom: 1px dotted;
}

table.overview img {
	margin-top: 4px;
}

/* Timezones */
dl.timezones {
	width: 53em;
	margin: 0 auto;
/*	font-size: 95%;*/
	width: 27em;
}

dl.timezones dt {
	background-color: #DFE2E6;
	text-align: right;
	width: 18em;
	font-weight: bold;
	float: left;
	padding: 2px 4px;
	margin-top: 1px;
	margin-left: 1px;
	clear: both;
}

dl.timezones dd {
	background-color: #f3f3f3;
	text-align: center;
	width: 7em;
	float: left;
	padding: 2px 4px;
	margin-top: 1px;
	margin-right: 1px;
}
