table.whatsnew {
	width: 98%;
	border: solid 1px #888866;
	border-collapse: collapse;
	border-spacing: 0;
}

table.whatsnew td.date {
	text-align: left;
	color: #553388;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 8px 8px;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #888866;
}

table.whatsnew td.news {
	text-align: left;
	padding: 8px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #888866;
}

div.title {
	line-height: 1.5em;
	color: #445588;
	font-size: 14px;
	font-weight: bold;
}
div.summary {
	line-height: 1.5em;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

div.heading {
	line-height: 1.5em;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
	
div.medal-description {
	font-size: 10px;
	color: #909060;
	line-height: 1.5em;
}

/*---- LINK ----*/
table.link {
	width: 100%;
	margin: 10px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	background-color: white;
	background-image: none;
}

table.link td {
	margin: 1px;
	padding: 5px;
}
table.link th{
	font-size:14px;
	text-align:left;
	padding:3px 5px;
	color:#ffffff;
	font-weight:bold;
	background-color: #6677aa;
	}

/*---- Side Navigation ----*/

table.link td.subtitle {
	width: 160px;
	}

table.sidebox {
	width: 160px;
	margin: 0;
}

table.sidebox td.top {
	border-style: none;
	background: url(img/sidebox_top.gif) #ffffff no-repeat bottom;
	height:10px;
}

table.sidebox td.bottom {
	border-style: none;
	background: url(img/sidebox_bottom.gif) #ffffff no-repeat top;
	height:10px;
}

table.sidebox td.plane {
	line-height: 1.5em;
	color: #000000;
	background-color: #dee0f0;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	padding: 0px 10px;
	}

table.sidebox td{
	line-height: 2em;
	color: #000000;
	background-color: #dee0f0;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #dee0f0;
	font-weight: normal;
	margin: 0;
	}

.txt_a {
	padding: 0px 0px 0px 10px;
}

.txt_b {
	padding: 0px 0px 0px 20px;
}
.txt_top {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #333366;
	border-bottom-style: solid;
}

.td {
	padding: 0px;
	margin: 0;
}

div.sitemap a:link {
	text-decoration: none;
	color: #333366;
}
div.sitemap a:visited {
	text-decoration: none;
	color: #333366;
}
div.sitemap a:hover {
	text-decoration: underline;
	color: #2222aa;
}
div.toc {
	font-size: 16px;
	line-height: 2em;
	background-color: #aeb0d8;
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: bold;
}

div.medal-divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccccaa;
	padding-bottom: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
}

