﻿body {
}
.SectionBar
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	padding-top: 0px;
	border-bottom: #cccccc 1px solid;
	font-family: Arial, Helvetica;
	background-color: #eeeeee;
}
.AddedSectionBar
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	padding-left: 3px;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	padding-top: 0px;
	border-bottom: #cccccc 1px solid;
	font-family: Arial, Helvetica;
	background-color: #eeeeee;
}
.NestedSectionBar
{
	background-position: left bottom;
	font-weight: bold;
	padding-bottom: 1px;
	font-size: 10pt;
	background-image: url(/intranet/images/NestedSectionBg.gif);
	cursor: hand;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica;
}

.NestedAddedSectionBar
{
	background-position: left bottom;
	padding-bottom: 1px;
	font-size: 10pt;
	background-image: url(/intranet/images/NestedSectionBg.gif);
	cursor: hand;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica;
}
.SectionContent
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica;
}
.SectionData
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: x-small;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica;
}
.SectionData A
{
	font-weight: normal;
	color: blue;
}
.SectionData A:visited
{
	font-weight: normal;
	color: blue;
}
.SectionData A:hover
{
	font-weight: normal;
	color: red;
}
.NestedSectionContent
{
	font-weight: normal;
	font-family: Arial, Helvetica;
	padding: 2px;
}
.Section
{
	margin-top: 6px;
	width: 100%;
}
.NestedSection
{
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 5px;
}

