/* 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
 *
 */

p.margin-bottom,
.content p.margin-bottom,
.htmlarea-content-body p.margin-bottom,
.content form {
	margin-bottom: 17px;
}

.content hr,
.htmlarea-content-body hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content sub,
.content sup,
.htmlarea-content-body sub,
.htmlarea-content-body sup {
	font-size:7px;
}

/* -----------------------------------------------
	list style
----------------------------------------------- */

.content ul,
.htmlarea-content-body ul {
	margin: 0 0 0 2px;
}

.content ul li,
.htmlarea-content-body ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
}

.content ol,
.htmlarea-content-body ol {
	margin: 0 0 0 20px !important;
	margin: 0 0 0 25px;
}

*:first-child+html .content ol {
	margin: 0 0 0 25px !important;
}

/* -----------------------------------------------
	headers
----------------------------------------------- */

h3.pageTitle {
	margin: 26px 17px 18px 0;
	/*margin: 20px 17px 18px 0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	clear: both;
}

h4.pageSubTitle {
	margin: -16px 17px 19px 0;
	font-weight: normal;
	letter-spacing: 1px;
}

* html h4.pageSubTitle {
	margin-bottom: 18px;
}

.content h4 {}

/* -----------------------------------------------
	links
----------------------------------------------- */

.content a,
.content a *,
.htmlarea-content-body p a,
.htmlarea-content-body p a * {
	color: #336699 !important;
	color: #336699;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content a.internal-link,
.content .internal-link a,
.htmlarea-content-body a.internal-link,
.content a.external-link,
.htmlarea-content-body a.external-link,
.content a.download,
.htmlarea-content-body a.download,
.content .filelinks a,
.content .tx-mitdownload-pi1 a,
.htmlarea-content-body .filelinks a,
.content a.mail,
.htmlarea-content-body a.mail,
.content a.pop-up,
.htmlarea-content-body a.pop-up {
	padding-left: 20px;
	font-weight: normal;
}

/* -----------------------------------------------
	tables
----------------------------------------------- */

.content table p,
.htmlarea-content-body table p {
	margin-bottom: 0;
}

.content .contenttable,
.htmlarea-content-body table {
	border: 0;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even,
.htmlarea-content-body .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.content .contenttable td {
	border: 0;
}

/* border for rte */
.htmlarea-content-body table,
.htmlarea-content-body th,
.htmlarea-content-body td {
	border: 1px dotted #ccc;
}

/* -----------------------------------------------
	#mainContent
----------------------------------------------- */

#col2 .contentElement {
	/*clear: both;
	display: block;*/
	width: 100%;
	/*height: auto !important;
	height: 1px;*/
	/*margin-bottom: 10px;*/
	margin-bottom: 17px;
}

/* -----------------------------------------------
	#rightContent
----------------------------------------------- */

#col3 .contentElement {
	height: auto !important;
	height: 1px;
	padding: 5px 10px 10px 11px;
	margin-bottom: 11px;
}

#col3 .content p,
#col3 .content table,
#col3 .content form,
#col3 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-bottom: 0;
}

/* -----------------------------------------------
	tx_captionposition Image Caption
----------------------------------------------- */

div.csc-textpic-imagewrap {
	padding: 23px 0 15px 0;
}

/* IE7 */
*:first-child+html div.csc-textpic-imagewrap {
	padding: 24px 0 14px 0;
}

/* IE6 */
* html div.csc-textpic-imagewrap {
	padding: 24px 0 14px 0;
}

#mainContent .csc-textpic-caption span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0;
}

dl.caption-right {
	margin: 0;
	float: left;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt.caption-right {
	float: left;
	clear: both;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd.caption-right {
	float: left;
}

dd.csc-textpic-caption {
	overflow: hidden;
}

dd.csc-textpic-caption span.caption {
	position: relative;
	display: block;
	padding-right: 5px;
}

dd.caption-bottom span.caption {
	padding-top: 9px;
	padding-bottom: 1px;
}

dd.caption-right span.caption {
	padding-left: 12px;
	top: -4px;
}


div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 10px !important;
	margin-left: 10px;
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 10px !important;
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 10px !important;
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 10px !important;
	margin-left: 10px;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
	margin-right: 10px;
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
	margin-left: 10px;
}

/* added rule, otherwise broke multicolumn image blocks
snowflake bepf 20090122 */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left:0 !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:13px;
	margin-bottom:0px;
}
/* not sure why this was in, but it broke images centered,
commented out snowflake bepf 20090122 */
/*
.csc-textpic-imagewrap {
	margin-right: -10px !important;
	margin-right: -10px;
}
*/


/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
.tx-indexedsearch .browsebox {
	height: 18px;
	margin: 10px 0 -10px 0;
}

.tx-indexedsearch .browsebox li {
	float: left;
	margin-right: 5px;
}

.tx-indexedsearch-res h4 {
	clear: both;
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 2px 0;
	line-height: 16px;
	background-color: #e3e3e3;
}

.tx-indexedsearch-res h4 a {
	padding-left: 20px;
}

.tx-indexedsearch-res h4 img {
	position: absolute;
	top: 2px;
	left: 4px;
}

.tx-indexedsearch-res h4 .percent {
	position: absolute;
	top: 2px;
	right: 4px;
}

.tx-indexedsearch-res dl {
	margin-top: 10px;
}

.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
	display: inline;
}

.tx-indexedsearch-res dt {
	font-weight: bold;
}

.tx-indexedsearch-res dd {
	padding-right: 5px;
}

/* -----------------------------------------------
	Bookmark Tool
----------------------------------------------- */


#mainContent .sfpbookmarks_pi1 .info * {
	color: #bb4433;
}

#mainContent .sfpbookmarks_pi1 td {
	padding: 0;
}

#mainContent .sfpbookmarks_pi1 td.linkfield {
	padding-right: 130px;
}

#mainContent .sfpbookmarks_pi1 td.iconField {
	padding-right: 10px;
}