#article-category-header .title .content p {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	margin-left: 4px;
}
#article-category-header .title .content h1 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 4px;
	border: none;
}

#article-category-header .title .content p a:link , #article-category-header .title .content p a:visited {
	color: #FFFFFF;
}
#article-category-header .title .content p a:hover {
	color: #007DB0;
}
#article-category-header .title .content h1 a:link , #article-category-header .title .content h1 a:visited {
	color: #FFFFFF;
}
#article-category-header .title .content h1 a:hover {
	color: #007DB0;
}

#article-category-header {
	width: 100%;
	margin-bottom: 2em;
}


#article-category-header .segment-header {
	color: #981B1E;
	line-height: 1.5em;
	font-weight: bold;
	margin-left: 4px;
}

#article-category-header ul {
	height: 1.1em;
	margin-left: 4px;
	text-align: left;
	margin-bottom: 0 !important;
	padding-bottom: 0.5em;
}

#article-category-header ul li {
	margin-left: 15px;
	display: inline;
}

#article-category-header ul li.first {
	margin-left: 0;
}




ul.article-category-article-list {
	list-style-type: none;
	margin: 0px;

}
ul.article-category-article-list li {
	margin-bottom: 2em;
}
ul.article-category-article-list p {
	padding-top: 0.5em;
	padding-left: 25px;
}

ul.article-category-article-list .article-read {
	float: right;
	text-align: right;
	padding-right: 5px;
}
ul.article-category-article-list li a {
	font-weight: bold;
}

a.article-title-link {
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 25px;
}
a.article-title-link:link {
	background-image: url(../../__components/_style/icon-images/icon-document-small.gif);
}
a.article-title-link:visited {
	background-image: url(../../__components/_style/icon-images/icon-document-small.gif);
}
a.article-title-link:hover {
	background-image: url(../../__components/_style/icon-images/icon-document-small-over.gif);
}
a.article-title-link:active {
	background-image: url(../../__components/_style/icon-images/icon-document-small.gif);
}




.article {

}

/* not used ?
.article ul.inline-list-bullet-between {
	display: inline;
	xmargin-left: 0;	
	border: 1px solid red;
}
.article ul.inline-list-bullet-between li {
	display: inline;
	xmargin-left: 0;	
}
*/

.article ul.inline-list {
	display: inline;
	margin-left: 0;
}
.article ul.inline-list ul {
	display: inline;
	margin-left: 0;
}
.article ul.first-level {
	display: block;
	margin-bottom: 0.5em;
}

.article ul.inline-list li {
	display: inline;
	margin-left: 0.2em;
}
.article ul.inline-list li.first {
	margin-left: 0;
}
.article li .item-lead-in-empahsis {
	font-weight: bold;
}

.article p {
	margin-bottom: 0.5em;
}

.article ol {
	margin-left: 2em;
	list-style-type: decimal;
	margin-bottom: 0.5em;
}

.article ul {
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 0.5em;
}

.article ul li {
	margin-top: 0.5em;
}
.article ul li p {
	margin: 0;
}
.article .article-author-block
{
	padding-bottom: 1.2em;
} 

.article .draft-date {

}
.article .author-name {

}
.article .author-address {

}
.article a.link-offsite {
	padding-right: 10px;
	background-image: url(../../__components/_style/bullet-images/bullet-dot.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}

#chromium-story-invite {
	width: 200px;
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;

}

#chromium-story-invite .chromium-story-invite-text-td a {
	/* text-transform: uppercase; */
	font-weight: bold;
}

#chromium-story-invite .chromium-story-invite-text-td {
	vertical-align: middle;
	padding-left: 5px;
}



#chromium-story-article-list-outer {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#chromium-story-article-list .inner a {
	background-position: -2px 0.4em;
	background-repeat: no-repeat;
	background-image:       url("bullet-images/bullet-dot.gif");
}

#chromium-story-article-list .inner a:link, #chromium-story-article-list .inner a:visited {
	background-image:       url("bullet-images/bullet-dot.gif");
}

#chromium-story-article-list .inner a:hover {
	background-image:       url("bullet-images/bullet-dot-over.gif");
	color: #F7941D;
}


.article .breadcrumbs
{
	margin-bottom: 10px;
}
.article .breadcrumbs a
{
	padding-right: 16px;
	background-image: url(bullet-images/bullet-arrow-right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.article-listing .breadcrumbs
{
	margin-bottom: 10px;
}
.article-listing .breadcrumbs a
{
	padding-right: 16px;
	background-image: url(bullet-images/bullet-arrow-right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.text-bold-underline
{
	font-weight: bold;
	text-decoration: underline;
}
p.emphasize
{
	font-weight: bold;
}
