/*
 * ------------------------------------------------------
 * Page Tools Box
 * ------------------------------------------------------
 */

.page_tools_icon {
	margin-right:6px;
}

/*
 * ------------------------------------------------------
 * Content Box
 * ------------------------------------------------------
 */

.contentbox {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding: 0px 12px 10px 12px;
}

/*
 * ------------------------------------------------------
 * Simple Image Box
 * ------------------------------------------------------
 */

.imagebox {
	margin-bottom:12px;
	position:relative;
}

.imagebox .imagebox_thumb {
	text-align:left;
	border-bottom:1px solid #d9dbda;
}

.imagebox .imagebox_zoom {
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
}

.imagebox .imagebox_thumb .imagebox_zoomicon {
	position:absolute;
	left:0px;
	bottom:0px;
}

.ico-zoomin {
	position:relative;
	height:17px;
	margin-top:-17px;
}

.ico-zoomin img, .ico-zoomout img {
	cursor:pointer;
}

.ico-zoomout {
	position:absolute;
	top:0px;
	right:0px;
}

/*
 * ------------------------------------------------------
 * Gallery Box
 * ------------------------------------------------------
 */

.gallerybox {
	margin-bottom:12px;
	position:relative;
}

.gallerybox .contentbox {
	margin-bottom:0px;
	padding-bottom:2px;
	border-bottom:1px solid #d9dbda;
}

.gallerythumbnails {
	position:absolute;
	top:11px;
	left:105px;
	width:75px;
}

.gallerythumbnailszoom {
	position:absolute;
	top:11px;
	right:262px;
	width:75px;
}

.galleryarrow {
	float:right;
	margin-top:6px;
	margin-left:6px;
	cursor:pointer;
}

.gallerythumb {
	width:16px;
	height:17px;
	background-color:#f00;
	border: 1px solid #b0b1b3;
	float:right;
	margin-left:6px;
	cursor:pointer;
}

.gallerybox .gallerypicture {
	position:relative;
}

.gallerypicturezoomin, .gallerypicturezoomout {
	cursor:pointer;
}

.galleryzoomcontent {
	text-align:center;
}

.zoomwindow {
	position:absolute;
	left:0px;
	top:0px;
	width:597px;
	background-color:#fff;
	z-index:20;
}

/*
 * ------------------------------------------------------
 * Related Articles Box
 * ------------------------------------------------------
 */

.relatedarticles {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	padding-bottom:7px;
}

.relatedarticles .contentbox {
	margin:0px;
	padding: 0px 12px 6px 12px;
}

.relatedarticles .linkbox {
	margin:0px;
	padding:12px;
	padding-top:4px;
	padding-bottom:4px;
	border-top:1px solid #dadada;
}

.relatedarticles .linkbox a {
	color:#666;
	text-decoration:none;
	display:block;
}

.relatedarticles .linkbox a b {
	color:#666;
}

.relatedarticles .linkbox a:hover {
	color:#88673C;
	text-decoration:none;
}

.relatedarticles .linkbox a:hover b {
	color:#88673C;
	text-decoration:none;
}

/*
 * ------------------------------------------------------
 * Tablebox
 * ------------------------------------------------------
 */

.tablebox {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	padding-bottom:20px;
}

.tablebox .contentbox {
	margin:0px;
	padding: 0px 12px 6px 12px;
}

.tablebox table {
	width:100%;
	border:0px;
}

.tablebox table thead tr {
	border:0px;
}

.tablebox table tbody tr td.rowheader {
	background-color:#f9faf9;
	color:#999;
}

.tablebox table thead tr {
	border-bottom: 1px solid #d9dbda;
}

.tablebox table thead tr th {
	font-weight:bold;
	color:#999;
	padding:2px 5px 2px 12px;
	border:0px;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table thead tr th.spacer,.tablebox table tbody tr td.spacer {
	width:12px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table tbody tr td {
	padding:2px 2px 2px 12px;
	font-size:10px;
	border:0px;
	background-color:#f5f4f2;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table tbody tr td.even {
	background-color:#fff;
}

.tablebox .csc-firstHeader {
	margin-left: 10px;
}

/*
 * ------------------------------------------------------
 * Image Link Box
 * ------------------------------------------------------
 */

.imagelinkbox {
	margin-bottom:12px;
}

.imagelinkbox_text {
	background-color:#fff;
	margin:0px;
	padding:12px;
	position:relative;
}

/*
 * ------------------------------------------------------
 * MTU Report
 * ------------------------------------------------------
 */

.user-mtureport {
	background-color: #fff;
}

.mtureport {
 	position:relative;
 	border-top:1px solid #dadada;
	margin-bottom:4px;
}

.mtureportrow {
 	border-bottom:1px solid #dadada;
	padding:12px 0;
}

.mtureport_image {
	float:left;
	margin-right:12px;
}

.mtureport_text {
	width:500px;
	float:left;
}

.mtureport_text table {
	width:500px;
	margin-bottom:3px;
	margin-top:1px;
}

.mtureport_text table tr td {
	padding:0px;
	border:0px;
}

.mtureport_text table tr td.colwidth_en {
	width: 70%;
}

* html .mtureport_text table tr td.colwidth_en {
	width: 66%! important;
}

*+html .mtureport_text table tr td.colwidth_en {
	width: 66%! important;
}

.mtureport_text table tr td.colwidth_de {
	width: 57%;
}

* html .mtureport_text table tr td.colwidth_de {
	width: 57%! important;
}

*+html .mtureport_text table tr td.colwidth_de {
	width: 57%! important;
}

.mtureport_text table tr td.order {
	text-align:right;
}

.mtureport_text table tr td.order input {
	width:20px;
	border:0px;
}

/*
* ------------------------------------------------------
* Worldwide Table
* ------------------------------------------------------
*/
.worldwide {
 	margin-bottom:4px;
 	border:0px;
 	width:100%;
}

.worldwide tr {
 	border:0px;
}

.worldwide tr td {
 	padding:0px;
 	border:0px;
 	margin-right:12px;
}

.worldwide tr td b {
	display:block;
	margin-top:20px;
	margin-bottom:2px;
}

tr.header td {
 	border-bottom:1px solid #d9dbda;
 	color:#999999;
 	font-weight:bold;
}

tr.header td.spacer {
	border:0px;
}

.values {
 	width:100%;
}

.values tr td {
 	background-color:#f5f4f2;
 	padding:4px 0px 4px 0px;
 	text-align:center;
 	border-top:1px solid #d9dbda;
}

.values tr td.spacer {
 	background-color:#fff;
 	border:0px;
}

.values tr.header td {
 	background-color:#fff;
 	font-weight:normal;
 	border:0px;
}

.values tr {
	border-bottom:1px solid #d9dbda;
}

.values tr.header {
	border:0px;
}

.legend {
	border:0px;
}

.legend tr {
	border:0px;
}

.legend tr.header td {
	color:#666;
}

.legend tr td {
	border:0px;
	padding:0px 3px 2px 0px;
}

 /*
 * ------------------------------------------------------
 * Procurement Table
 * ------------------------------------------------------
 */
.procurement {
	margin-bottom:4px;
}

.tablebox .procurement tr {
	border:0px;
}

.tablebox .procurement tr td {
	border-bottom:1px solid #cccdd1;
}

.procurement .headertop td {
	background-color:#fff;
	font-weight:bold;
	color:#999;
}

.procurement .header td {
	background-color:#fafafa;
	font-weight:normal;
	color:#777;
}

.procurement .start {
	background-color:#f0eff4;
}

.procurement .spacer {
	border-bottom:1px solid #fff;
}

.procurement .spacerlast {
	border-bottom:1px solid #cccdd1;
	background-color:#fff;
	padding:0px;
}

/*
 * Social bookmark
 */
.social_button_twitter,
.social_button_rss,
.social_button_flickr,
.social_button_youtube{
    background: url("../img/social-button-twitter.jpg") no-repeat scroll 0 0 #FFFFFF;
    height: 26px;
    padding-left: 31px;
    padding-top: 5px;
}

.social_button_rss{
	background: url('../img/social-button-rss.jpg') 0 2px no-repeat;
}
.social_button_flickr{
	background: url('../img/social-button-flickr.jpg') 0 2px no-repeat;
}
.social_button_youtube{
	background: url('../img/social-button-youtube.jpg') 0 2px no-repeat;
}

.social_button_twitter a,
.social_button_rss a,
.social_button_flickr a,
.social_button_youtube a {
	text-decoration:none;
}

/*
 * Press Archive
 */
.press_overview .articles{
	border-top:solid 1px #eee;
	padding:20px 0 0;
	margin-bottom:10px;
	margin-top:20px;
}

.press_overview .article{
	overflow:hidden;
	margin-bottom:12px;
}

.press_overview .article .image{
	display:block;
	width:150px;
	height:86px;
	float:left;
	margin-right:12px;
}

.press_overview .article p{
	width:410px;
	float:left;
}

.press_overview .article .image img{
	display:block;
}

.press_overview .article .date{
	color:#c2c2c2;
}
.press_overview .article a{
	text-decoration:none;
}

.press_overview .article .title{
	font-weight:bold;
}
.press_overview .article p a .title{
	color:#666;
}

.press_overview .internal-link-overview{
	text-decoration:underline !important;
}

.press_article p.date,
.press_article_gallery p.date{
	float:none;
	color:#666;
	font-weight:bold;
	margin-bottom:5px !important;
	padding-top:10px;
}

.socialbar{
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	margin-bottom:20px;
}
.social_share_privacy_area {
	margin:8px 0 3px !important;
	list-style-type: none !important;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
}
.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url('../img/socialshareprivacy/socialshareprivacy_on_off.png') no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px;
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative;
}
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url('../img/socialshareprivacy/socialshareprivacy_info.png') no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url('../img/socialshareprivacy/settings.png') no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}
/* Settings/Info end */

.pressInfoArticleImg{
	margin-bottom:25px;
}

.press_article_gallery .link_to_article{
	text-align:right;
	margin-bottom:7px;
}

.press_article_gallery .link_to_article a{
	color:#666 !important;
}

.press_article_gallery .gallerybox{
	padding:0;
}

.press_article_gallery .zoomwindow{
	left:0;
	width:573px;
}

.press_article_gallery .image{
	width:230px;
	margin-right:12px;
	float:left;
}
.press_article_gallery .image img{
	display:block;
}

.press_article_gallery .gallery_text{
	width:330px;
	float:left;
}

.press_article_gallery .gallery_image_list{
	border-top:solid 1px #eee;
	padding-top:12px;
	float:left;
}

.press_article_gallery .gallery_image{
	padding-bottom:12px;
	border-bottom:solid 1px #eee;
	margin-bottom:12px;
}

.press_article_gallery .download-link{
	font-weight:normal;
}

#perma_status_facebook, #perma_status_twitter, #perma_status_gplus{width:auto !important;}

/*
 * Newsroom
 */

.newsroom{
	overflow:hidden;
}

.newsroom .twitter,
.newsroom .rss{
	width:270px;
	float:left;
}

.newsroom .twitter{
	margin-right:30px;
}

.newsroom .flickr{
	clear:both;
}


/* individual feeds */
.feed .header{
	overflow:hidden;
	border-bottom:solid 1px #dadada;
	height:30px;
	margin-bottom:6px;
}

.feed .follow{
	width:80px;
	float:right;
}

.feed li{
	background:none;
	padding:0;
	margin-bottom:13px;
}

.feed p{
	margin:0;
	background-image: url('../img/arrow_blue.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px -1px;
}

.feed a{
	text-decoration:none;
}

.feed .title{
	font-weight:bold;
	color:#666;
}

.feed .date{
	background:none;
	color:#8e6542;
}

.twitter .follow{
	width:200px;
}

.twitter li a{
	text-decoration:underline;
}

.rss li a span{
	text-decoration:none !important;
}

.newsroom .social_button_twitter,
.newsroom .social_button_flickr,
.newsroom .social_button_rss,
.newsroom .social_button_youtube{
	width:70px;
	font-weight:bold;
	padding-left:28px;
}

/* flickr columns */

.newsroom .flickr .header{
	margin-bottom:10px;
}

.newsroom .flickr ul{
	overflow:hidden;
}

.newsroom .flickr li{
	width:103px;
	float:left;
	display:inline;
	margin-left:13px;
}

.newsroom .flickr img{
	margin-bottom:5px;
}

.newsroom .flickr li:first-child{
	margin-left:0;
}

/* youtube columns */

.newsroom .youtube .header{
	margin-bottom:10px;
}

.newsroom .youtube li{
	overflow:hidden;
}

.newsroom .youtube .image{
	width:95px;
	float:left;
	margin-right:13px;
	position:relative;
}
.newsroom .youtube .image img{
	width:95px;
	height:75px;
}

.newsroom .youtube .image span{
	position:absolute;
	bottom:3px;
	right:3px;
	color:#fff;
	font-size:9px;
	padding:0px 3px;
	background:#000;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}

.newsroom .youtube .image a{
	text-decoration:none !important;
}

.newsroom .youtube .content{
	float:left;
	width:462px;
}

.follow_button{
	display:block;
	background: url("../img/abo_button.jpg") no-repeat;
	width:80px;
	height:17px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	font-size:9px;
}

.follow_button:focus,
.follow_button:hover{
	color:#000 !important;
}
