/* CSS Document */

/* =========================================================*/
/* forum styles */
.searchresulttable
{
}
.searchresulttablehead
{
	font-weight: bold;
	line-height: 2em;
	border-bottom: solid thick black;
}
.sitemaplink
{
	font-size: 1em;
}
.forumindextable
{
    COLOR: black;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
.forumindextablehead
{
    background:#999999;
    color:white;	
	FONT-WEIGHT: bold;
}
.forumindextablerowOdd
{
    height:20px;
    background:#eee;
    color: #000;
}
.forumindextablerowEven
{
    height:20px;
    background:#ddd;
    color: #000;
}
.forumdiscussiontablerowOdd
{
    height:20px;
    background:#eee;
    color: #000;
}
.forumdiscussiontablerowEven
{
    height:20px;
    background:#ddd;
    color: #000;
}
.forumdiscussionmessageinfo
{
    COLOR: black;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: x-small;
}
.forumdiscussionmessagecontent
{
    COLOR: black;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: x-small;
}
.guestbookmessagecontent
{
    padding:5px;
    height:30px;
    background:#f8f8f8;
    color: #000;
}


