/*

This Stylesheet contains joomla core styles

*/

/* ---------------------------------------------------- content */
.blog {
  background:#111 url(../images/content-bg.jpg) repeat;
  padding:10px;
}
.contentpaneopen {
  background:#111 url(../images/content-bg.jpg) repeat;
  width:100%;
  padding:0px;
}
.contentpaneopen tr td {
  padding:5px 10px 10px;
}
.componentheading,
.contentheading {
  font-size:18px;
  font-weight:bold;
  color:#333;
  margin:0;
  padding:0 5px 0 8px!important;
  background:#111 url(../images/content-header_bg.jpg) 2px 2px no-repeat;
  line-height:34px;
}
.contentpaneopen a.readon,
.contentpaneopen a.readon:visited {
  float:right;
  display:block;
  padding:4px 0 0 0;
  color: #8ead11;
  font-weight:bold;
  text-decoration:none;
}
.contentpaneopen a:hover.readon{
  color:#a9c149;
}
.article_seperator {
  line-height:0px;
  clear:both;
}
/* ---------------------------------------------------- news content */
.componentheading_news {
  font-size:18px;
  font-weight:bold;
  color:#333;
  height:34px;
  margin:0;padding:2px 5px;
  background:#111 url(../images/content-header_bg.jpg) left top no-repeat;
}
.contentheading_news {
  font-size:18px;
  font-weight:bold;
  color:#e5a812;
  height:34px;
  margin:0;padding:2px 5px;
;
}
.blog_news {
  background:#111;
  padding:10px;
}
.contentpaneopen_news {
  width:100%;
  background:#111;
  padding:0px;
}
.contentpaneopen_news a.readon,
.contentpaneopen_news a.readon:visited {
  float:right;
  display:block;
  padding:4px 0 0 0;
  color: #8ead11;
  font-weight:bold;
  text-decoration:none;
}
.contentpaneopen_news a:hover.readon{
  color:#a9c149;
}

/* ---------------------------------------------------- industry content */
.contentpaneopen_industry {
  text-align:center;
  width:195px;
  background:#111;
}
.contentheading_industry {
  font-size:16px;
  font-weight:bold;
  background:#111;
  line-height:30px;
  height:30px;
  overflow:hidden;
  width:190px;
}