/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	individual subsite style
----------------------------------------------- */

/* bulletlist icons */

	/* image position */
	.content ul li,
	.htmlarea-content-body ul li { background-position: 0 0; }

	/* level image */
	.content ul li,
	.htmlarea-content-body ul li { background-image: url(../images/icons/bulletlist/bulletlist_level1.gif); }
	.content ul li li,
	.htmlarea-content-body ul li li { background-image: url(../images/icons/bulletlist/bulletlist_level2.gif); }
	.content ul li li li,
	.htmlarea-content-body ul li li li { background-image: url(../images/icons/bulletlist/bulletlist_level3.gif); }
	.content ul li li li li,
	.htmlarea-content-body ul li li li li { background-image: url(../images/icons/bulletlist/bulletlist_level4.gif); }
	.content ul li li li li li,
	.htmlarea-content-body ul li li li li li { background-image: url(../images/icons/bulletlist/bulletlist_level5.gif); }
	.content ul li li li li li li,
	.htmlarea-content-body ul li li li li li il { background-image: url(../images/icons/bulletlist/bulletlist_level6.gif); }
	.content ul li li li li li li li,
	.htmlarea-content-body ul li li li li li li li { background-image: url(../images/icons/bulletlist/bulletlist_level7.gif); }
	.content ul li li li li li li li li,
	.htmlarea-content-body ul li li li li li li li li { background-image: url(../images/icons/bulletlist/bulletlist_level8.gif); }

/* links icons main col */
	#mainContent a.internal-link,
	#mainContent .internal-link a,
	.htmlarea-content-body a.internal-link { background: transparent url(../images/icons/links_normal/internal.gif) no-repeat 0 0; }
	#mainContent a.external-link,
	.htmlarea-content-body a.external-link { background: transparent url(../images/icons/links_normal/external.gif) no-repeat 0 0; }
	#mainContent a.download,
	.htmlarea-content-body a.download,
	#mainContent .tx-mitdownload-pi1 a,
	#mainContent .filelinks a { background: transparent url(../images/icons/links_normal/download.gif) no-repeat 0 0; }
	#mainContent a.mail,
	.htmlarea-content-body a.mail { background: transparent url(../images/icons/links_normal/mail.gif) no-repeat 0 0; }
	#mainContent a.pop-up,
	.htmlarea-content-body a.pop-up {	background: transparent url(../images/icons/links_normal/popup.gif) no-repeat 0 0; }

	/* roll over */
	#mainContent a.internal-link:hover { background: transparent url(../images/icons/links_normal/internal_ro.gif) no-repeat 0 0; }
	#mainContent a.external-link:hover { background: transparent url(../images/icons/links_normal/external_ro.gif) no-repeat 0 0; }
	#mainContent a.download:hover,
	#mainContent .tx-mitdownload-pi1 a:hover,
	#mainContent .filelinks a:hover { background: transparent url(../images/icons/links_normal/download_ro.gif) no-repeat 0 0; }
	#mainContent a.mail:hover { background: transparent url(../images/icons/links_normal/mail_ro.gif) no-repeat 0 0; }
	#mainContent a.pop-up:hover {	background: transparent url(../images/icons/links_normal/popup_ro.gif) no-repeat 0 0; }

/* links icons right col */
	#rightContent a.internal-link,
	#rightContent .internal-link a { background: transparent url(../images/icons/links_right/internal.gif) no-repeat 0 0; }
	#rightContent a.external-link { background: transparent url(../images/icons/links_right/external.gif) no-repeat 0 0; }
	#rightContent .tx-mitdownload-pi1 a,
	#rightContent a.download,
	#rightContent .filelinks a { background: transparent url(../images/icons/links_right/download.gif) no-repeat 0 0; }
	#rightContent a.mail { background: transparent url(../images/icons/links_right/mail.gif) no-repeat 0 0; }
	#rightContent a.pop-up { background: transparent url(../images/icons/links_right/popup.gif) no-repeat 0 0; }

	/* roll over */
	#rightContent a.internal-link:hover { background: transparent url(../images/icons/links_right/internal_ro.gif) no-repeat 0 0; }
	#rightContent a.external-link:hover { background: transparent url(../images/icons/links_right/external_ro.gif) no-repeat 0 0; }
	#rightContent .tx-mitdownload-pi1 a:hover,
	#rightContent a.download:hover,
	#rightContent .filelinks a:hover { background: transparent url(../images/icons/links_right/download_ro.gif) no-repeat 0 0; }
	#rightContent a.mail:hover { background: transparent url(../images/icons/links_right/mail_ro.gif) no-repeat 0 0; }
	#rightContent a.pop-up:hover { background: transparent url(../images/icons/links_right/popup_ro.gif) no-repeat 0 0; }
