/* outline css */

.OutlineLevel1
{
	height:26px;
	font-size: 80%;
	font-weight:bold;
	padding-left:5px;
	border-top: 1px solid white;
	line-height:24px;
}
.OutlineLevel2
{
	height:24px;
	font-size: 75%;
	padding-left:15px;
	border-top: 1px solid white;
	line-height:24px;
}
.OutlineLevel3
{
	height:24px;
	font-size: 75%;
	padding-left:58px;
	border-top: 1px solid white;
	line-height:24px;
}
.OutlineLevel4
{
	height:24px;
	font-size: 75%;
	padding-left:78px;
	border-top: 1px solid white;
	line-height:24px;
}


.OutlineSectionTitle
{
	font-family: Arial, Sans Serif;
	font-weight: bold;
	line-height:24px;
	cursor:hand;
}
.OutlineSectionClosed
{
	display:none;
}
.OutlineSectionOpen
{
	display:block;
}

.OutlineLink 
{
	font-family: Arial, Sans Serif;
	line-height:22px;
	text-decoration:none;
}
.OutlineLinkSelected
{
	font-family: Arial, Sans Serif;
	line-height:22px;
	text-decoration:none;
}
.OutlineSectionSelected
{
	font-family: Arial, Sans Serif;
	line-height:22px;
	text-decoration:none;
}

.OutlineSectionHighlight 
{
	width:200px; 
	border-top: 0px solid white;
}

.OutlineLevel1 a:hover,
.OutlineLevel2 a:hover,
.OutlineLevel3 a:hover,
.OutlineLevel4 a:hover 
{
	background-color: #660000;
}

.OutlineSectionTitle	{color:blue}
.OutlineLink:visited	{color:#ff0000}
.OutlineLink:link		{color:#ff0000}
.OutlineLink:active	{color:#ff6666}
.OutlineLink:hover	{text-decoration:underline;color:#cc3333!important}
.OutlineLinkSelected	{background-color:#660000;color:#ff9999!important}
.OutlineSectionHighlight {background-color:#660000;color:#ff9999!important}

.OutlineLinkSelected1,
.OutlineLinkSelected2,
.OutlineLinkSelected3,
.OutlineLinkSelected4,
.OutlineLinkSelected	
{
	background-color:#660000;
	color:#ff9999!important;
	line-height:22px;
}

.OutlineSectionHighlight1,
.OutlineSectionHighlight2,
.OutlineSectionHighlight3,
.OutlineSectionHighlight4,
.OutlineSectionHighlight 
{
	position:relative;
	width:200px; 
	background-color:#660000;
	color:#ff9999!important;
}


