﻿div#ContentMenu
{
	margin-top: 4px;
	/* set the background image to the roll-over for the menu and then move it well out of the way - forces download for links so rollovers will be smooth */
	background-image: url('/Lib/Img/i-cmenu_parent_hover.gif');
	background-position: -400 -400;
	background-repeat: no-repeat;
}

div#PreloadChild
{
	height: 0px;
	width: 0px;
	/* set the background image to the roll-over for the menu and then move it well out of the way - forces download for links so rollovers will be smooth */
	background-image: url('/Lib/Img/i-cmenu_child_active.gif');
	background-position: -400 -400;
	background-repeat: no-repeat;
}

div#ContentMenu a
{
	display: block;
	height: 29px;
	width: 219px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

div#ContentMenu a.parent, div#ContentMenu a.parentActive
{
	background-image: url('/Lib/Img/i-cmenu_parent.gif');
	background-repeat: no-repeat;
	padding-top: 8px;
	height: 21px;
	width: 219px;
	text-align: center;
	color: #FFFFFF;
}

div#ContentMenu a.parent:hover
{
	font-weight: bold;
	background-image: url('/Lib/Img/i-cmenu_parent_hover.gif');
}

div#ContentMenu a.parentActive
{
	background-image: url('/Lib/Img/i-cmenu_parent_active.gif');
	font-weight: bold;
}

div#ContentMenu a.child, div#ContentMenu a.childActive
{
	background-image: url('/Lib/Img/i-cmenu_child.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 8px;
	height: 21px;
	padding-right: 28px;
	width: 191px;
	
	text-align: right;
}

div#ContentMenu a.childActive
{
	background-image: url('/Lib/Img/i-cmenu_child_active.gif');
	font-weight: bold;
}

div#ContentMenu a.child:hover, div#ContentMenu a.childActive:hover
{
	background-image: url('/Lib/Img/i-cmenu_child_active.gif');
	font-weight: bold;
}

/* will only come into play if the Links Panel is showing on the same page as a Content Menu */
div#LinksPanel
{
	margin-top: 16px;
	margin-bottom: 48px;
}

div#LinksPanel a.myProfile
{
	margin-top: 4px;
}

div#ContentDisplay
{
}

div#ContentDisplay a
{
	text-decoration: underline;
}

div#ContentDisplay a:hover
{
	text-decoration: none;
}

div#ContentDisplay h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}

div#ContentDisplay div#Body
{
	border: 1px solid #2F285A;
	background-image: url('/Lib/Img/i-bgman_4.gif');
	background-position: -167px -95px;
	background-color: #DFDFE2;
	background-repeat: no-repeat;
	padding: 16px;
	padding-bottom: 4px;
	min-height: 288px;
	margin-bottom: 30px;
}

div#ContentDisplay div#Body ul
{
}

div#ContentDisplay div#Body ul li
{
	list-style-type: square;
	margin-left: 26px;
	padding-bottom: 6px;
}

div#ContentDisplay div#Body ol li
{
	list-style-type: decimal;
	margin-left: 26px;
	padding-bottom: 6px;
}

div#ContentDisplay div#Body p
{
	padding-bottom: 12px;
}