/*
----------------------------
Styles for contribute users
----------------------------
*/

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 { /*shouldn't be used*/
	color:#0f0;
	font-size:30%;
}
h6 { /*shouldn't be used*/
	color:#f0f;
	font-size:30%;
}

/*
GENERAL CONTENT STYLES
*/

.emphasize {
	background-color:#ffc; /* was ff9*/
	padding:8px;
	margin-bottom:18px;
	/*border:1px solid #333;*/
}
	
.alt {
	background-color:#e5e5e5;
}
	
.back2Top {
	background:transparent url("/img/icons/arrow_up.png") 0 50% no-repeat;
	padding-left:16px;
}



/*
GENERAL LINK ICON STYLES
*/

#secondary_nav ul li.back2index {
		padding:0 0 0 22px;
		background:#fff url("/img/icons/house.png")  2px 4px no-repeat;
		/*border-bottom:1px solid #ccc;*/
		font-weight:bold;
		margin-left:-22px;
		}
		
	
.DL_pdf {
	background:#fff url("/img/icons/page_white_acrobat.png") 0 50% no-repeat;
	padding-left:22px;
}

.DL_word {
	background:#fff url("/img/icons/page_word.png") 0 50% no-repeat;
	padding-left:22px;
}

.DL_powerpoint {
	background:#fff url("/img/icons/page_white_powerpoint.png") 0 50% no-repeat;
	padding-left:22px;
}

.indent1 {
	margin-left:22px;
	}
.indent2 {
	margin-left:44px;
	}
.indent3 {
	margin-left:66px;
	}


