/* 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
 *
 */
.content h3,
.htmlarea-content-body h3 {
	margin: 0 0 6px 0;
	font-size: 18px;
}

.content h4,
.htmlarea-content-body h4 {
	margin: 0 0 6px 0;
	font-size: 12px;
}

.content h5,
.htmlarea-content-body h5 {
	margin: 0 0 6px 0;
}

.content h6,
.htmlarea-content-body h6 {
	margin: 0;
	font-weight: normal;
}

.content p,
.htmlarea-content-body p {
	margin-bottom: 10px;	
}

htmlarea-content-body b {
	font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/
.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 0;
}

.content hr,
.htmlarea-content-body hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

/* link style */

.content a,
.htmlarea-content-body p a {
	position:relative;
	z-index:1000;
	color: #0055a5;
	text-decoration: none;
}

.content a:visited {
	color: #8193c9;
	text-decoration: none;
}

.content a:hover,
.htmlarea-content-body p a:hover {
	text-decoration: underline;
}

.content ul,
.htmlarea-content-body ul, {
	margin: 5px 0 5px 2px;
}
	
.content ul li,
.htmlarea-content-body ul li {
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content ul li {
	height: auto !important;
	height: 1px;
}

.content ul.listView li {
	margin-bottom: 20px;
}

.content ul.listView li dl {
	line-height: 16px;
}

.content .contenttable,
.htmlarea-content-body table {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even,
.htmlarea-content-body .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.htmlarea-content-body th,
.content .contenttable td,
.htmlarea-content-body td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

.content ul.csc-sitemap li a {
	font-weight: bold;
}

.content ul.csc-sitemap li ul {
	margin: 0 10px 10px;
}

.content ul.csc-sitemap li li a {
	font-weight: normal;
}

.content ul.csc-sitemap li li ul {
	margin-bottom: 5px;
}

.content dl.filelinks dt {
	height: auto !important;
	height: 1px;
	line-height: 16px;
	margin-top: 5px;
}

.content dl.filelinks dt,
.content dl.filelinks dd {
	padding-left: 24px;
}

/* -----------------------------------------------
	Main Content
----------------------------------------------- */
#mainContent .contentElement {
	margin-bottom: 20px;
}

#mainContent .marginTop {
	margin-top: 10px;
}

/* -----------------------------------------------
	Right Content
----------------------------------------------- */

#rightContent .contentElement {
	padding: 0 17px 10px 17px;
	background: transparent url(../images/rightCol_spacer.gif) no-repeat 0 bottom;
}

#rightContent h3 {
	font-size: 14px;
}

#borderContent .contentElement {
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}