body
{ 
	background: white;
	color: black; 
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: small;
}

img
{
	border: 0px;
}

a:hover
{ 
	color: red; 
}

a
{
	color: black;
}
	
a.sidebar,
a.sidebar:active,
a.sidebar:link,
a.sidebar:visted
{ 
	font-size: small;
	color: white;
	text-decoration: none; 
	text-align: center;
}

a.sidebar:hover
{ 
	color: red; 
}

a.tab,
a.tab:active,
a.tab:link,
a.tab:visited
{
	text-decoration: none; 
	color: white;
	font-size: small;
}

a.tab-selected,
a.tab-selected:link,
a.tab-selected:visited
{
	text-decoration: none; 
	color: white;
	font-weight: bold;
	font-size: normal;
}

a.quicklink,
a.quicklink:link,
a.quicklink:visited
{
	text-decoration: none; 
	color: white;
	font-size: x-small;
}

a.infolink,
a.infolink:link,
a.infolink:visited
{
	font-weight: bold;
}

td.container
{
	color: white;
	background: #008080;
}

#navigation
{
	color: black;
	font-size: small;
	margin-bottom: 20px;
}

.kb-list
{
	font-size: small;
}

a.kb-list,
a.kb-list:link,
a.kb-list:visited
{
	text-decoration: none; 
}

.note
{
	font-size: x-small;
}

.release-notes-section
{
	text-align: center;
	border: black 1px dotted;
}

.news-date
{
	font-size: x-small;
}

h1
{
	color: #008080;
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: x-large;
	font-weight: bold;
}

h2
{
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	color: black;
	background: #C0C0C0;
	font-size: small;
	font-weight: bold;
	border: black 1px solid;
}

h3.news-title
{
	font-size: small;
	margin-bottom: 0px;
}

.kb-box
{
	border: #C0C0C0 1px solid;
	padding: 6px;
	font-size: x-small;
}

.kb-box-title
{
	margin-top: 20px;
	background: #C0C0C0;
	border: #C0C0C0 1px solid;
	color: white;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.kb-search-result
{
	border-bottom: black 1px dotted;
	padding-top: 6px;
	padding-bottom: 6px;
}

#error-message
{
	border: 1px #D44 solid;
	background: #fee;
	color: #black;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

#info-message
{
	color: #666;
	font-weight: bold;
	border: 1px #6C3 solid;
	background: #FFD;
	padding: 10px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

table.news
{
	border: 1px black solid;
	border-collapse: collapse;
}

table.news .tdheader
{
	border: 1px solid black;
	font-weight: bold;
	color: white;
	background: #008080;
}

table.news .small
{
	font-size: x-small;
}