/* ---------------------------------------------------------------- */
/* Content                                                          */
/* ---------------------------------------------------------------- */

h1 {
	padding-top: 15px;
}

h1, h1 a, h1 a:visited {
	color: #999;
	font-size: 28px;
	text-decoration: none;
}

h2 {
	padding-top: 15px;
	padding-bottom: 7px;
}

h2, h2 a, h2 a:visited {
	font-size: 22px;
	color: #fe7100;
}

#rightcol h2 {
	font-size: 18px;
	padding-bottom: 13px;
	padding-top: 16px;
}

h3 {
	font-size: 16px;
	color: #444;
	padding-top: 15px;
	padding-bottom: 8px;
	font-weight: bold;
}

#rightcol h3 {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
}

p, ul, pre, li, td, th, div.tx-fogbugzsubmission-pi1 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #444;
}
ol {
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
}

p.error {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #ff222d;
}

pre {
	font-size: 12px;
	margin: 10px 0 15px;
}

.center {
	text-align: center;
}

span.morelink {
 	text-align: right; 
	padding-right: 20px;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	padding-top: 3px;
	float: right;
}

a,
#contentmenu a:visited {
	color: #2766ad;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #7da3ce;
}

li, td, th { margin-bottom: 10px;}

ol, ul {
	padding-left: 30px; 
	padding-right: 20px;
}

li {
	margin-left: 20px;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

h1, h2, h3, h4, p {
	padding-left: 20px;
	padding-right: 20px;
}

p.left-indent { padding-left: 38px; }
p.yellow-box  { background: #fefda1; margin: 24px 50px 0; padding: 14px; text-align: center; }

.align-right { text-align: right; }
.align-center { text-align: center; }

.csc-linkToTop {
	float: right;
	text-align: right;
	margin-top: -10px;
}

ul.csc-menu-3 {
	margin-top: 20px;
}
li.csc-section {
	margin-bottom: 5px;
}

table {
	width: 100%;
}
tr, td, th {
	vertical-align: top;
}

p.postmetadata,
p.small,
small {
	color: #666666;
	font-size: 10px;
}

p.smallblack {
	font-size: 10px;
}

p.medium {
	font-size: 12px;
}



blockquote {
	background: url('../images/quote_end.png') right bottom no-repeat;
	margin-right: 20px;
	padding: 20px 0 0;
}



blockquote p {
	padding-left: 50px;
	padding-right: 20px;
	background: url('../images/quote_begin.png') 20px top  no-repeat;
}

code, pre, div.code {
	display: block;
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
	margin: 0 20px 20px;
}

strong { font-weight: bold; }
em { font-style: italic; }

.red {
	font-weight: bold;
	color: #fe7100;
}
