body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #191919;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	/*margin-top: 15px;*/
}

a {
	color: #EE7918;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #191919;
	text-decoration: none;
}

h1 {
	font-size: 180%;
	margin-bottom: 0px;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 2px;
        margin-top: 18px;
}

h3 {
	font-size: 100%;
	margin-bottom: 0px;
        margin-top: 18px;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}

p {
	/*line-height: 1.3em;*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

code {
	font-size: 125%;
}

.article h2.extra-title {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 6px;
        margin-top: 16px;
}

/*.article h3 {
	color: #9FA8AE; 
}*/

.article p.text {
	font-size: 100%;
	margin-bottom: 15px;
        margin-top: 0px;
}

div.summary {
	padding-bottom: 5px;
}

div.summary h2 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0px;
}
div.summary h2 a {
  color: #e85a12;
}



div.summary h3.extra-title {
        font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
        margin-top: 0px;
}

div.frontpage-summaries {
	margin-top: 20px;
}

div.frontpage-summaries h2 {
	font-weight: normal;
}

div.frontpage-summaries div.left-summaries {
	padding: 0px 15px;
	width: 335px;
	float: left;
}

div.frontpage-summaries div.right-summaries {
	padding: 0px 15px;
	width: 335px;
	float: right;
}

div.summary-small {
	padding-bottom: 30px;
}

div.summary-small h3.extra-title {
        font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

div.summary-small img.image {
	margin-right: 10px;
	float: left;
}

div.summary.democenter {
	background: url(grey_gradient-BG.gif) top left repeat-x;
	padding: 5px 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

div.summary.democenter div.demo-image {
	float: right;
}

div.summary.democenter div.demo-image p.demo-link {
	text-align: center;
	margin-top: 10px;
	width: 200px;
}

div.summary.democenter p.label {
	font-weight: bold;
	margin-bottom: 0px;
}

div.summary.democenter p.label.language {

}

div.summary.democenter p.language {
	float: left;
	display: inline;
}

div.summary.democenter p.language img {
	margin-left: 5px;
}

div.date {
	font-size: 100%;
        font-weight: bold;
        margin-bottom: 0px;
        color: #999;
}

.summary .date {
        margin-top: 10px;
}

div.read-more {
	font-size: 110%;
	text-transform: uppercase;
	line-height: 18px;
	background: url(read_more-arrow.gif) top left no-repeat;
	padding-left: 29px;
	clear: left;
}

div.read-more a {
x	color: #E75915;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ul li {
	background: url(dot_black.gif) top left no-repeat;
	padding-left: 12px;
	padding-bottom: 5px;
}

ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ol li {
	background: url(arrows_red-small.gif) top left no-repeat;
	padding-left: 12px;
	padding-bottom: 5px;
}

.downloads ul li {
	padding-left: 15px;
}

.downloads ul li.msword {
	background: url(icon_word.gif) top left no-repeat;
}

.downloads ul li.mspowerpoint {
	background: url(icon_ppt.gif) top left no-repeat;
}

.downloads ul li.msexcel {
	background: url(icon_excel.gif) top left no-repeat;
}

.downloads ul li.pdf {
	background: url(icon_pdf.gif) top left no-repeat;
}

.embedded-img {
	border: none;
	margin: 0px;
}

table.image-box {
	padding: 0px;
	margin: 0px;
}

table.image-box td {
	text-align: left;
	padding: 0px;
}

table.image-box td.image-caption {
	font-size: 90%;
	/*background: #DEE2E7;*/
	padding: 5px 5px;
}

table.image-box.left-floated {
	margin: 0px 15px 10px 0px;
	float: left;
	display: inline;
}

table.image-box.right-floated {
	margin: 0px 0px 15px 10px;
	float: right;
	display: inline;
}

table.image-box.none-floated {
	margin: 15px 0px;
	float: none;
	display: block;
}

table.user-table {
	margin 10px 0px;
	xwidth: 100%;
}

table.user-table tr td {
	vertical-align: top;
	padding: 4px;
}

table.bordered-user-table {
	background-color: #E4E7EA;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}

table.bordered-user-table tr td {
	vertical-align: top;
	border: 1px solid #FFFFFF;
	padding: 4px;
}

div.user-box {
	font-size: 90%;
	background-color: #E4E7EA;
	border: 1px solid #AEB8BF;
	padding: 5px;
	width: 458px;
        height: auto;
        float: left;
}

.inline-article {
	border: 2px dashed #AEB8BF;
	padding: 3px;
}

.inline-file-attachment {
	width: 250px;
	border: 1px solid silver;
	padding: 6px;
	margin: 5px 0;
	min-height: 35px;
}

.inline-file-attachment a {
	display: block;
}

.inline-file-attachment a img {
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 8px;
}

#idium {
	text-align: center;
	padding: 10px 0px;
	margin: 0px auto;
	width: 960px;
}

#idium div.idium {
	text-align: center;
	margin: 0px auto;
	width: 175px;
}

#idium a {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}

#dium a:hover {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}

#idium span {
	font-family: 'Century Gothic', Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #191919;
	word-spacing: 3px;
	text-transform: lowercase;
	padding-left: 6px;
	line-height: 18px;
}

#idium img {
	border: 0px;
	width: 25px;
	height: 25px;
	float: left;
}

.commentsUrl {
  float: left;
}

.countContainer {
  float: left;
  margin:  0px 5px;
}

.seperator {
  margin-right: 5px;
}

.commentsArea {
  float:left;
  margin-bottom:25px;
  width:550px;
}