﻿body
{
	background-color: white;
}
h3
{
    font-size: large;
	border-left: #264C40 10px solid;
	border-bottom: #264C40 1px solid;
    color: slategray;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4
{
	text-decoration:underline;
}
hr
{
    color: lightgrey;
}
ul
{
	list-style-image: url(blebul1a.gif);
}
ul ul
{
	list-style-image: url(blebul2a.gif);
}
ul ul ul
{
	list-style-image: url(blebul3a.gif);
}
.FooterArea
{
    font-size: 9pt;
    color: darkgray;
}
.SideMenuAreaCell
{
    border-left: lightgrey 2px solid;
}
.TopicTable
{
    left: 5%;
    position: relative;
}
.TopicCellDate
{
    border-bottom: slategray 1px dotted;
    vertical-align: top;
    width: 20%;
}
.TopicCellContent
{
    border-bottom: slategray 1px dotted;
    vertical-align: top;
    color: royalblue;
}
.DataTable
{
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
	border-collapse: collapse;
	background-color: white;
	margin: 1px;
}
.DataTableTitle
{
	font-weight: bold;
	color: white;
	background-color: #4d606d;
	text-align: center;
}
.DataTableHeader
{
    font-weight: bold;
    background-color: #cde0e0;
    text-align: center;
}
.NoticeMessage
{
    font-weight: bold;
    color: blue;
}
.ErrorMessage
{
    font-weight: bold;
    color: red;
}
.SiteSeal
{
    font-size: 10px;
}

