.articleItem .articleSidebar{
	width: 160px;
	float: right;
	clear: left;
}

/****************************/
/*     Link icons           */
/****************************/
a.icon_media_pdf{
	padding: 1px 0 1px 20px;
	background: transparent url(../img/layout/pdf_icon.png) no-repeat 0 0;
}
a.icon_article_story{
	padding: 0 0 0 20px;
	background: transparent url(../img/layout/green_link_arrow.png) no-repeat 6px 3px;
}
a.icon_rss{
	padding: 2px 0 2px 20px;
	background: transparent url(../img/layout/rss.png) no-repeat 0 1px;
}
a.icon_link{
	padding: 0 0 0 20px;
	background: transparent url(../img/layout/green_link_double_arrow.png) no-repeat 2px 2px;
}
a.icon_image{
	padding: 0 0 0 20px;
}

/****************************
 *     Grid Releases        *
 ****************************/
.grid_releases {
  width: 545px;
  float: left;
}

.grid_releases .releaseYearHeader {
  text-align: center;
  background: #41B8EB url(../img/layout/blue_gradient.png) repeat-x;
  color: white;
  height: 29px;
  line-height: 29px;
}
.grid_releases .releaseYearHeader .lastYear {
  float: left;
  margin-left: 10px;
  background: transparent url(../img/layout/green_on_blue_l_arrow.png) no-repeat 0 50%;
  width: 16px;
  height: 29px;
}
.grid_releases .releaseYearHeader .nextYear {
  float: right;
  margin-right: 10px;
  background: transparent url(../img/layout/green_on_blue_r_arrow.png) no-repeat 0 50%;
  width: 16px;
  height: 29px;
}
.grid_releases .releaseYearHeader h2 {
  font-size: 16px;;
}

.grid_releases div.releaseMonth {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #E9E9E9;
}
.grid_releases .releaseMonth h3 {
  color: #41B8EB;
  float: left;
  font-size: 16px;
  margin: 0;
}

.grid_releases div.monthContent {
  margin-left: 105px;
}

.grid_releases div.releaseItem {
  padding-left: 20px;
  padding-top: 5px;
  border-top: 2px solid #E9E9E9;
  margin-bottom: 5px;
}
.grid_releases div.releaseItem.first {
  border-top: none;
  background: transparent url(../img/layout/green_link_arrow.png) no-repeat 0px 7px;
}
.grid_releases div.relatedMedia {
  margin-left: 75px;
  margin-top: 5px;
}
.grid_releases .relatedMedia .spacer {
  margin: 0 4px 0 4px;
  color: #E9E9E9;
}
.grid_releases .relatedMedia .mediaItem{
  padding:2px 0;
}
.grid_releases .relatedMedia .mediaItem.pdf{
  padding-left: 20px;
  background: transparent url(../img/layout/pdf_icon.png) no-repeat 0px 50%;
}
.grid_releases .noReleases {
  margin: 10px;
}

/****************************
 *     Grid Sitemap         *
 ****************************/
div.content.grid_sitemap {
  width: 100%;
  margin: 0 0 20px 0;
}
.grid_sitemap div.sitemapSection {
  width: 47%;
  padding-left: 3%;
}
.grid_sitemap div.sitemapSection.odd {
  float: left;
}
.grid_sitemap div.sitemapSection.even {
  float: right;
}

.content.grid_sitemap h2 {
 color: black !important;
 margin-top: 20px;
 margin-bottom: 10px;
 border-bottom: 2px solid #E9E9E9;
 padding-left: 25px;
 padding-bottom: 10px;
}
.grid_sitemap ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
.grid_sitemap ul.sitemapList_2 {
  background: transparent url(../img/layout/green_arrow.png) no-repeat scroll 0px 0px;
}
.grid_sitemap ul li {
  margin-top: 4px;
}
.grid_sitemap ul li.level2 .sitemapItem {
  font-size: 16px;
  padding-left: 25px;
}
.grid_sitemap ul li.level3 .sitemapItem {
  font-size: 12px;
  padding-left: 40px;
}
.grid_sitemap ul li.level4 .sitemapItem {
  font-size: 12px;
  padding-left: 65px;
}

/****************************
 *     Grid Iframe          *
 ****************************/
.grid_iframe {
  width: 545px;
  margin: 0;
}
.grid_iframe.wide {
  width: 730px;
}
.grid_iframe iframe {
  border: none;
}


/****************************
 *     Grid Menu            *
 ****************************/
.articleLinks{
  clear: both;
  /* border-top: 2px solid #e5e5e5;
  margin-top: 15px;
 */
}
.articleLinks .relatedLink{
  clear: both;
  border-bottom: 2px solid #e5e5e5;
  padding: 5px 0 4px 10px;
}



/****************************/
/*     fp_promo             */
/****************************/
.fp_promo {
	clear: both;
	margin: 15px 0 0 0;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px;
}
.fp_promo .lead {
	line-height: 18px;
}
.lead a {
	color: #1f1f1f;
}
.fp_promo img {
	float:right;
	clear: right;
	margin-left: 10px;
}
.content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #41B8EB;
	font-size: 16px;;
}
.content h2 a{
	color: #41B8EB;	
}
.fp_promo .articleLinks{
  margin: 4px 0 -10px 0;
	border: 0 none;
}
.fp_promo .articleLinks .relatedLink{
	border: 0 none;
  padding-top: 7px;
}

/****************************
 *Sidebar fp elements common*
 ****************************/
#sidebar div.title {
  color: #41B8EB;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border-bottom: 4px solid #E9E9E9;
  overflow: hidden;
}
#sidebar div.title a{
  color: #41B8EB;
}
#sidebar a.item {
  display: block;
  padding: 4px 0 4px 30px;
  border-bottom: 2px solid #E9E9E9;
}
#sidebar .relatedLink {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-bottom: 2px solid #E9E9E9;
}

#sidebar a.item.media.pdf{
  background: transparent url(../img/layout/pdf_icon.png) no-repeat 5px 2px;
}
#sidebar a.item.article{
  background: transparent url(../img/layout/green_link_arrow.png) no-repeat 12px 6px;
}
#sidebar a.item.article.feed{
  background: transparent url(../img/layout/rss.png) no-repeat 5px 2px;
}
#sidebar a.item.link{
  background: transparent url(../img/layout/green_link_double_arrow.png) no-repeat 5px 6px;
}


/****************************
 *     fp_sidebarSeeAlso    *
 ****************************/
.fp_sidebarSeeAlso {
 margin-bottom: 40px;
}
/****************************
 *     fp_sidebarPromo      *
 ****************************/
.fp_sidebarPromo {
 margin-bottom: 20px;
}
.fp_sidebarPromo .lead{
	padding: 0 5px;
	margin: 10px 0 0;
}
.fp_sidebarPromo img,
.fp_sidebarSeeAlso img {
  margin: 10px 2px 0;
}
.fp_sidebarPromo .articleLinks {
  margin-top: 10px;
  border-top: 2px solid #E9E9E9;
}


/****************************
 *     fp_sidebarSeeAlso    *
 ****************************/
.fp_sidebarUratieFeed {
 border-bottom: 2px solid #E9E9E9;
 padding-bottom: 4px;
}
.fp_sidebarUratieFeed div.openPositions {
  background: transparent url(../img/layout/green_link_arrow.png) no-repeat 12px 50%;
  margin-top: 5px;
  padding-left: 30px;
}

/****************************
 *  fp_sidebarSubscribeFeed *
 ****************************/
.fp_sidebarSubscribeFeed {
  background: transparent url(../img/layout/rss.png) no-repeat 5px 0px;
  margin: 10px 0 10px 0;
  padding: 0 0 4px 30px;
  border-bottom: 2px solid #E9E9E9;
  margin-bottom: 40px;

}
.fp_sidebarSubscribeFeed .subscribeTitle {
  font-weight: bold;
  margin-bottom: 4px;
}
/****************************
 *  fp_frontPageIntro       *
 ****************************/
.fp_frontPageIntro {
  font-family: Verdana,Arial,sans-serif;
  width: 980px;
  height: 290px;
  /*padding: 30px 0 0 510px;*/
  overflow: hidden;
  margin-bottom: 20px;
}
.fp_frontPageIntro h1 {
  font-weight: normal;
  font-size: 46px;
  color: white;
}
.fp_frontPageIntro .frontPageIntroContent {
  margin-left: 510px;
  margin-top: 30px;
}
.fp_frontPageIntro .lead {
  margin: 20px 0 0 55px;
  width: 360px;
  font-size: 14px;
}
.fp_frontPageIntro .frontIntroImage{
	/*width: 100%;
	height: 100%;*/
	margin-right: -980px;
	margin-bottom: -290px;
}

/****************************
 *  articleFrame            *
 ****************************/
.content.noSidebar {
  width: 705px;
}
.content .articleItem .lead {
  padding: 7px 0 15px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing:-0.1px;
}
.content .articleItem p{
	line-height: 18px;
	margin-bottom: 18px;
}
.content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #41B8EB;
  font-size: 14px;;
}

.content .articleItem h4 {
  /* Styles copied from .content .articleItem .lead*/
  font-size:21px;
  font-weight:normal;
  letter-spacing:-0.1px;
  padding:7px 0 15px;
}
.articleItem a.search_link {
  color: black;
  font-weight: bolder;
}
.articleItem div.article_ulosveto {
 margin: 10px 0;
 padding-left: 30px;
 font-size: larger;
 font-weight: bolder;
}
.articleItem ul{
  padding-left: 30px;
  margin-bottom: 18px;
  list-style-image: url(../img/layout/bullet.png);
}
.articleItem ol{
  padding-left: 30px;
}
.articleItem li {
  margin-bottom: 8px;
}
.articleItem .tabs {
  height: 28px;
  margin: 0 0 30px -25px;
  padding: 0 0 0 2px;
  border-bottom: 2px solid #E9E9E9;
}
.articleItem .tabs .tabItem {
  float: left;;
  height: 27px;
  line-height: 27px;
  margin: 0 2px 0 2px;
  border: 1px solid #E9E9E9;
  color: white;
  background: #70AC2B url(../img/layout/tab_gradient.png) repeat-x scroll 0 0;
}
.articleItem .tabs .tabItem  a {
  color: white;
  padding: 0 10px;
  display: block;
}

.articleItem .tabs .tabItem.selected {
  height: 29px;
  border-bottom: none;
  color: black;
  background: #fff;
  padding: 0 10px;
}
.articleItem .media {
  margin-left: -20px;
}
.articleItem .articleSidebar {
  border-top: 2px solid #70AC2B;
  border-bottom: 2px solid #E9E9E9;
  border-right: 2px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  padding: 0 4px 0 10px;
  background: #fafafa none;
}
.articleItem .right {
	float:right;
	clear: right;	
}
.articleItem .left {
	float:left;
	clear: left;	
}
.articleItem .left {
	margin: 1em 1em 1em 0;
}
.articleItem .right {
	margin: 1em 0 1em 1em;
}
.articleItem .center {
	margin: auto;
	text-align: center;	
}
.articleItem .center .info {
	text-align: left;	
}
.articleItem .info {
	font-size: 0.9em;
	color: #000;	
}
.content .articleItem .formmailForm p{
	margin-bottom: 4px;
}
#sidebar .articleLinks{
	clear: both;
	border-top: none;
	margin-top: 5px;
}

.content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #E9E9E9;
}
.content .articleItem table.border0,
.content .articleItem table.border0 * {
  border: 0 !important;
}
.content table td {
  border: 1px solid #E9E9E9;
  padding: 4px;
}
.content .articleItem table p{
  margin-bottom: 0;
}
