/*
Tinted panel elements
---------------------
*/

	.tintedPanel {
		display: block;
		width: 180px;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url("/images/panels/tint_panel_bg.gif");
		background-repeat: no-repeat;
	}

	.tintedPanelContent {
		display: block;
		margin: 0px 8px 0px 8px;
		padding: 10px 0px 1px 0px;
	}

	.tintedPanelContent h2 {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		font-style: italic;
		color: #1B0D5F;
	}
	
	.tintedPanelContent ul {
		display: block;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	.tintedPanelContent ul li {
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		background-image:none;
	}

	.tintedPanelBottom {
		display: block;
		width: 180px;
		height: 4px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url("/images/panels/tint_panel_bottom.gif");
		background-repeat: no-repeat;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}
	
/*
Panel form elements
--------------------------
*/

	#panelSearchForm {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 11px;
	}

	#panelSearchForm p {
		margin: -2px 0px 10px 0px;
	}

	#panelSearchForm input, #panelSearchForm select {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 11px;
		width: 160px;
	}

	#panelSearchForm #searchText.inactive {
		color: #666666;
	}

	#panelSearchForm .submitArea {
		margin: 15px -4px -1px -4px;
		padding: 8px 0px 8px 0px;
		text-align: center;
		background-color: #d3e7f4;
	}

	#panelSearchForm .submitArea input {
		width: 140px;
	}
	
	#panelSearchForm h2#searchHeading {
		font-size: 15px;
		line-height: 19px;
	}
/*
Spacer elements
--------------------------
*/

	.dottedSpacer {
		display: block;
		margin: 12px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
		background-image: url("/images/panels/dotted_spacer.gif");
		background-repeat: repeat-x;
	}
	
/*
User signpost elements
--------------------------
*/

	.userSignpost {
		display: block;
		width: 180px;
		margin: 0px 0px 12px 0px;
	}

	.userSignpost h2 {
		display: none;
		margin-bottom: 0;
	}
	
	
	/*
White signpost elements
--------------------------
*/

	.whiteSignpost {
		display: block;
		width: 180px;
		margin: 0px 0px 12px 0px;
	}

	.whiteSignpost h3 {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		color:#1B0D5F;
		font-size: 14px;
		line-height: 16px;
		clear: none;
	}
	
	.whiteSignpost h3 a, .whiteSignpost h3 a:visited  {
		color:#1B0D5F;
		text-decoration: none;
	}
	
	.whiteSignpost h3 a:hover  {
		color:#1B0D5F;
		text-decoration:underline;
	}
	
	.whiteSignpost p {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}

/*
Essential Books panel
--------------------------
*/

	.essentials {
		display: block;
		width: 180px;
		margin: 0px 0px 12px 0px;
	}

	.essentials h2 {
		display: none;
	}
	.essentials img{
		display: block;
		float: left;
		width: 35px;
		height: 50px;
		margin: 0px 5px 5px 0px;
	}
	div.essential_book p {
		float: right;
		width: 135px;
	}