/* static styles */
/*
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #003388;
}

a:hover {
	text-decoration: underline;
	color: #003388;
}

body {
	margin-top: 0px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFFFFF;
}

ol {
	list-style-type: decimal
}

ul {
	list-style-type: square; 
}
*/

/* Blog styles */

.blog-header {
	background-color:#eceeea;	 
	border: 1px solid #daddd8;
}

.blog-title {
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.blog-content {
	padding-left: 20px
}

.blog-credit {
	font-size: 7pt;
	font-weight: normal;
}

/* Edit styles*/

.highlight:hover {
	background: #CCFFCC;
	color: #000000;
}

span.block {
	color: #999999;
}

/* text types */

.title {
	color:#000;
	font-size: 40pt;
	text-align: center;
	clear: both;
	/*padding-left:5px;*/
	text-decoration: none;
}

.chapter {
	color:#000;
	font-size: 32pt;
	clear: both;
}

.section {
	color:#000;
	font-size: 22pt;
	clear: both;
	/*padding-left:5px;*/
}

.heading {
	color:#000;
	font-size: 16pt;
	border-bottom:1px solid #999;
	/*padding-left:10px;*/
	clear: both;
}

.subheading {
	font-size: 14pt;
	font-weight: bold;
	/*padding-left:15px;*/
}

.label {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	/*padding-left:20px;*/
}

.para {
	text-indent: 10px;
	/*padding-left:25px;*/
}

.sub {
	/*text-indent: 10px;*/
	padding-left:30px;
}

/* text styles */

.quote {
	font-size: 10pt;
	font-style: italic;
}

.emphasis {
	font-size: 10pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

/* table of contents */

.toc {
	font-weight: bold;
}

.toc-sub1 {
	font-weight: normal;
	padding-left:10px;
}

.toc-sub2 {
	font-weight: normal;
	font-size: 7pt;
	padding-left:20px;
}

/* image styles */

img.right {
	float: right;
	margin-left: 20px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.left {
	float: left;
	margin-right: 20px;
}

span.border {
	border: #99cccc 1px solid;
}

/* product block */

div.product-blog {
	width: 100%;
	clear: both;
	background: inherit;
}
