body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html,body,textarea {
	color: #49474b;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
}

body{
	background: url("/f/images/site_background_x.gif") top repeat-x fixed #1793b8;
	text-align: center;
}

#containerBottom{
	height: 6px;
	width: 962px;
	margin: 0 auto;
	background: url("/f/images/siteshadow_bottom.png") no-repeat top center;
}

#containerTop{
	height: 6px;
	width: 962px;
	margin: 0 auto;
	background: url("/f/images/siteshadow_top.png") no-repeat bottom center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

.contentcontainer{
	text-align: left;
	margin: 0 auto;
	padding: 0 6px 0 6px;
	width: 950px;
	background: url("/f/images/siteshadow.png") repeat-y top center;
}

.clear{
	clear:left;
	display:block;
}

#headerArea{
	margin: 0 0 25px 221px;
}

#contentRight{
	width: 193px; /* ie7 fix sollte 194px*/
	margin-left: 496px;
	font-size: 11px;
}

.hascontentright{
	width: 460px;
	float: left;
}

#containerContent{
	padding: 38px 24px 24px 14px;
	background: url('/f/images/headerouter.gif') repeat-x top #ffffff;
}

.content{
	margin: 0 0 0 221px;
}

.contentNoColumns {
	margin-left: 10px ! important;
}

#headerArea.contentNoColumns{
	margin-top: -14px ! important;
}

#loginstatus{
	padding-top: 16px;
	margin: 0 auto;
	width: 950px;
	text-align: right;
	height: 23px;
	line-height: 20px;

}

.logintext {
	color: #ffffff;
	padding: 0 15px 0 0;
	/*background: url("/f/images/sub_menu_active_arrow.gif") right center no-repeat*/;
	background: url("/f/images/arrow_login.gif") right center no-repeat;		
}

.floatright{
	float:right;
}

#topArea{
	height: 100%;
	background-color: #ffffff;
}

#header{
	height: 68px;
	border-bottom: 5px solid #0082a3;
}

#logo{
	float: left;
}

.printButtonContainer{
	position: relative;
	top: 12px;
	right: 28px;
	float: right;
	height: 0px;
	font-size: 10px;
}

.printButtonContainer a{
	color: #3f3f3f;
	
}

/* navigation */

#mainMenu{
	float: right;
	padding: 0 12px 0 0;
}

#mainMenu ul li {
	float: left;
	list-style: none;	
	height: 32px;
	padding: 36px 9px 0 12px;
	bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#mainMenu ul li a {
	color: #0082a3;
	text-decoration: none;
}

#mainMenu ul li.active {
	background: url('/f/images/menu/menu_back_active.gif') no-repeat bottom;
}

#subMenu{
	width: 197px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dotted #8d846c;
	position: relative;
	top: -3px;
}

#subMenu a{
	color: #3f3f3f;
}

#subMenu li.level1{
	padding: 5px 0 6px 12px;
	border-top: 1px dotted #8d846c;
}

#subMenu li.level1.activeNoSub1 a{
	font-weight: bold;
	color:  #0082a3;
}

#subMenu li.level1.activeNoSub1{
	background: url("/f/images/sub_menu_active_arrow.gif") no-repeat 190px;
}

#subMenu li.level1.active1 a{
	font-weight: bold;
	color:  #0082a3;
}

#subMenu li.level1.active1{
	background: url("/f/images/sub_menu_active_arrow.gif") no-repeat 190px;
}

#subMenu.sub2active li.level1.active1{
	background: none;
}


#subMenu li.level2{
	padding: 4px 0 4px 20px;
	background: url("/f/images/sub_menu_dott.gif") no-repeat 11px;
}

#subMenu li.level2.active2 {
	background: url("/f/images/sub_menu_active_dot_arrow.gif") no-repeat 11px;
}

#subMenu li.level2.active2 a{
	font-weight: bold;
	color:  #0082a3;
}

#subHeader{
	color:  #0082a3;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 7px 12px;
	font-size: 12px;
}

#tabs {
	margin: 25px 0 0 0;
	border-bottom: 5px solid #0082A3;
	height: 16px;
}

#tabs.hasnoheader {
	margin: 0;
}

.tab, .tabcontainer li {
	float:left;
	display: block;
	margin: 0 25px 0 0;
}

.tab.active, .tabcontainer li.tab-on {
	height: 27px;
	background: url('/f/images/tabs/tab_active.gif') no-repeat bottom;
}

.tab.active a, .tabcontainer li.tab-on a{
	font-weight: bold;
	color: #0082a3;
}

/*navigation end*/

a.login {
	background: transparent url('/f/images/loginbutton_right.gif') no-repeat top right;
	color: #0082a3;
	display: block;
	float: left;
	height: 17px;
	padding: 0 3px 0 0;
	text-decoration: none;
	margin: 2px 0 0 10px;
}

a.login span {
	background: url('/f/images/loginbutton_left.gif') #ffffff no-repeat;
	display: block;
	line-height: 14px;
	padding: 1px 4px 2px 8px;
}

a.button {
	background: url('/f/images/button_left.gif') no-repeat top left;
	color: #ffffff;
	padding: 0 0 3px 3px;
	text-decoration: none;
}

a.button span.buttonright {
	background: url('/f/images/button_right.gif') no-repeat top right;
	padding: 0 3px 3px 0;
}

a.button span.buttoninner {
	padding: 1px 10px 2px 10px;
}

a.button span.backbuttoninner {
	background: url('/f/images/back_arrow.gif') no-repeat 8px center;
	padding: 1px 10px 1px 23px;
}

/* LINK */

.pcms_link {
	line-height: 16px;
}

.pcms_link div.arrow {
	padding-left:12px;
	background:url("/f/images/link_arrow.gif") no-repeat left 5px;
}

.pcms_link div.box {
	padding-left:12px;
	background: url("/f/images/link_box.gif") no-repeat left 5px;
}

.pcms_link div.download {
	padding-left:12px;
	background: url("/f/images/link_download.gif") no-repeat left center;
}

.pcms_link a{
	border-bottom: 1px dotted #8d846b;
}


/*flyout menu*/
.flyoutMenu {
	position: absolute;
	left: -999em;
	top: -999em;
	visibility: hidden;
	text-align: left;
}

.flyoutRight{
	background: url("/f/images/menu/menu_right.png") no-repeat top right;
}

.flyoutTopLeft{
	padding: 5px 0 0 5px;
	margin: 0 23px 0 0;
	background: url("/f/images/menu/menu_top_left.png") no-repeat top left;
}

.flyoutBottom{
	background: url("/f/images/menu/menu_bottom_left.png") no-repeat bottom left;
	padding: 0 0 0 0;
	margin: 0 23px 0 0;
	height:23px;
}

.flyoutBottomRight{
	background: url("/f/images/menu/menu_bottom_right.png") no-repeat bottom right;
	padding: 0 23px 0 0;
	margin: -23px 0 0 0;
	height:23px;
}

.flyoutArrow {
	padding: 0;
	background: url("/f/images/menu/menu_selected.png") no-repeat;
	height: 9px;
	width: 16px;
	line-height: 1px;
	position: relative;
	top: 5px;
	z-index: 100;
}

.flyoutContent {
	padding: 18px 0 0 18px;
	background-color: #ffffff;
	border:#fff 1px solid;
}

.flyoutContent .pcms_link span.arrow {
	padding: 0 0 6px 12px;
	background:url("/f/images/link_arrow.gif") no-repeat left 4px;
}

.flyoutContent .pcms_link span.arrow a {
	white-space: nowrap;
}

.flyoutContent .pcms_link{
	padding-bottom: 6px;
	margin-bottom:0;
}

.flyoutContent .normal_link{
	margin-bottom:4px;
}

.flyoutContent .last_link{
	margin-bottom:0;
}

/*navigation end*/


#footer{
	margin: 0 auto;
	width: 950px;
	height: 35px;
	color: #ffffff;
	font-size: 11px;
}
	
#footer .left{
	float: left;
	margin: 7px 0 0 0;
}

#footer a{
	color: #ffffff;
	
}

#footer .left .toTopText{
	padding: 0 0 0 10px;
	background: url("/f/images/arrow_top.gif") no-repeat left;
}

#footer .right{
	margin: 7px 0 0 0;
	float: right;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
	font-size: 0.8em;
}

sub {
	vertical-align: text-bottom;
	font-size: 0.8em;
}

/*because legend doesn't inherit in IE */
legend {
	color: #1a1a1a;
}

a {
  color: #8d846c;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small, .small-font {
  font-size: 11px;
  line-height: 15px;
}

h1.pcms_headline {
   font-size: 16px;
   font-weight: bold;
   color: #0082a3;
   margin-bottom:12px;
}

h1.pcms_headline_prev_content {
	margin-top: 24px;
}

h2.pcms_headline, .pcms_publication_title {
	font-size: 14px;
  font-weight: bold;
  color: #49474b;
  line-height: 16px;
  margin-bottom:10px;
}

#contentRight h2.pcms_headline {
	font-size: 12px;
	color: #0082a3;
	margin-bottom:10px;
	line-height: 12px;
}

h2.pcms_headline a, h3.pcms_headline a {
	border-bottom: 1px dotted #8d846b;
}

.pcms_asset_prev_content h2.pcms_headline.pcms_headline_first, h2.pcms_headline_prev_content {
	margin-top: 20px;
}

h3.pcms_headline {
	font-size: 12px;
  font-weight: bold;
  color: #0082a3;
  line-height: 16px;
  margin-bottom:10px;
}

h4.pcms_headline {
	font-size: 12px;
  font-weight: bold;
  color: #0082a3;
  padding:0 0 14px 0;
  background: url("/f/images/headline4.gif") no-repeat left bottom;
  line-height: 16px;
  margin-bottom: 18px;
}

/* google maps */

.pcms_google_map .pcms_google_map_locationselect {
	margin-top: 10px;
}

.pcms_google_map .mapContainer {
	border: 1px solid #e1e1e1;
}

.pcms_google_map .pcms_google_map_directionform {
	margin-top: 10px;
}

.pcms_google_map #directionsError {
	color: #FF0000;
	display: none;
	visibility: hidden;
}

/* google maps end */

/* FORMS */

table.formtable {
	margin:0px;
	border:none;
	padding:0px;
	
	width:460px;
}

.formtable span.arrow {
	padding-left:12px;
	background:url(/f/images/link_arrow.gif) no-repeat left;
}

.formtable a {
	border-bottom:1px dotted #8d846b;
}

.formtable td {
	padding:0 0 12px 0;	
	vertical-align:top;
}

.formtable td.label {
	width:168px;
}

.formtable td.input {
	width:292px;
}

.formtable .inner td {
	padding:0px;
}

.formtable input.forminput,
.formtable input.formtext {
	border:1px solid #807f84;
	padding:2px;
	height:17px;
	line-height:17px;
	width:286px;
	color:#3f3f3f;
}

.formtable textarea.formtextarea {
	border:1px solid #807f84;
	padding:2px;
	line-height:17px;
	width:286px;
	color:#3f3f3f;
	font-size:12px;
}

.formtable select.formselect {
	border:1px solid #807f84;
	padding:2px;
	height:23px;
	line-height:17px;
	width:292px;
	color:#3f3f3f;
}

.formtable .formbuttons button {
	display:inline-block;
	border:none;
	padding: 0 2px 0 2px;
	height:17px;
	color:#ffffff;
	background-color:#0082a3;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
}

.formtable .formbuttons input {
	display:inline-block;
	border:none;
	padding: 0 2px 0 2px;
	height:17px;
	color:#ffffff;
	background-color:#0082a3;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
}

.formtable .formbuttons a {
	display:inline-block;
	border:none;
	padding: 0 2px 0 2px;
	height:17px;
	color:#ffffff;
	background-color:#0082a3;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
}

.formtable .formbuttons {
	text-align:right;
}

.formtable .formbuttons span {
	height: 17px;
	display:inline-block;
	padding-left:3px;
	background:url(/f/images/button_left.gif) left no-repeat;
	cursor:pointer;
}

.formtable .formbuttons span span {
	padding-left:0px;
	padding-right:3px;
	background:url(/f/images/button_right.gif) right no-repeat;
	cursor:pointer;
}

/* EASY SIGNUP FORM */

.pcms_easysignup         table.formtable,
.pcms_easycontactdetails table.formtable {
	width:460px;
	background-color:#fff;
}

.pcms_easysignup         .formtable td.label,
.pcms_easycontactdetails .formtable td.label {
	width:168px;
}

.pcms_easysignup         .formtable td.input,
.pcms_easycontactdetails .formtable td.input {
	width:292px;
}

.pcms_easysignup         input.forminput,
.pcms_easycontactdetails input.forminput {
}

.pcms_easysignup         textarea.formtextarea,
.pcms_easycontactdetails textarea.formtextarea {
}

.pcms_easysignup         select.formselect,
.pcms_easycontactdetails select.formselect {
}

.formmessage {
	color: red;
	margin: 0 0 15px 0;
}


/* EASY LOGIN FORM */

.pcms_easylogin table.formtable {
	width:286px;
}

.pcms_easylogin .formtable td.label {
	width:90px;
}

.pcms_easylogin .formtable td.input {
	width:196px;
}

.pcms_easylogin input.forminput {
	width:196px;
}

.pcms_easylogin .formtable .formbuttons {
	text-align:right;
}

/* FORMS END */

/* GOOGLE MAPS */

.mapControl select {
	border:1px solid #e1e1e1;
	padding:2px;
	
	width:160px;
	height:23px;
	
	color:#49474b;
}

.mapControl input {
	border:1px solid #e1e1e1;
	padding:2px;
	
	width:154px;
	height:17px;
}

.mapControl label {
	display:inline-block;
	
	width:225px;
}

/* GOOGLE MAPS END */

/* NEWS TEASER */

div.news_teaser_news {
	margin:0 0 0 0;
}

.news_teaser_news div.newsitem {
	margin:0 0 25px 0;
	
	font-size:11px;
}

.news_teaser_news div.location {
	color:#858585;
	
	font-size:10px;
}

.news_teaser_news div.headline {
	margin:0 0 6px 0;
	color:#0082a3;
	
	line-height:16px;
	
	font-weight:bold;
}

.news_teaser_news .links a {
	border-bottom:1px dotted #8d846b;
	
	text-decoration:none;
}

.news_teaser_news .links span.arrow {
	padding-left:12px;
	
	background:url(/f/images/link_arrow.gif) no-repeat left;
}

.news_teaser_news .links span.space {
	padding-left:18px;
}

/* NEWS TEASER END */

/* QUOTE */

.quote div.phrase {
	padding:0 0 0 20px;
	
	font-style:italic;
	font-size:16px;
	
	line-height:22px;
	
	color:#0082a3;
	
	background:url(/f/images/quote/qm_left.png) no-repeat left 2px;
}

.quote .phrase p {
	display:inline;
}

.quote .phrase span.mark {
	display:inline-block;
	
	width:20px;
	height:22px;
	
	background:url(/f/images/quote/qm_right.png) no-repeat 4px 5px;
}

.quote div.source {
	margin:9px 0 0 20px;
	
	font-size:9px;
	
	color:#858585;
}

/* QUOTE END */

/* content spacing */

.pcms_content_next_content{
	 margin-bottom: 10px;
}

.pcms_2columns_left{
	float: left;
	padding-bottom:2px;
}

.pcms_2columns_right{
	float: left;
	padding-bottom:2px;
}

.pcms_2columns{
	display: inline-block;
}

.pcms_headline_next_content {
	 margin-bottom: 4px;
}

.bullet-item-content a{
	background-image: none;
	padding: 0;
}

.pcms_text p {
	margin: 0 0 10px 0;
}

.pcms_text p a {
	border-bottom: 1px dotted #8d846b;
}

.pcms_text, .bulletheading, .pcms_publication_journal, .pcms_publication_author {
	 line-height: 19px;
}

.pcms_publication_author {
	margin-top: 8px;
}

/* content spacing end */


/* news */
.pcms_news_list_filters td.pcms_news_list_tinfo {
  padding-bottom: 2px;
  border-bottom: 4px solid #6eaa50;
}

.pcms_news_list_item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #8d846c;
}

.pcms_news_list_item .pcms_link div.arrow {
	padding-left:12px;
	background:url("/f/images/link_arrow.gif") no-repeat left center;
	display: inline;
}

.pcms_news_list_top, .pcms_news_page_top {
	border-top: 1px dotted #8d846c;
}

.pcms_news_page_top {
	margin: 17px 0 0 0;
}

.pcms_news_list_item_inner {
  padding-left: 10px;
  padding-right: 10px;
}

.pcms_news_list_hasimage{
	margin: 0 0 0 200px;	
}

.pcms_news_list_item_hidden {
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.pcms_news_list_image {
	text-align: center;
	float: left;
	width: 170px;
	margin: 0 30px 0 0;
}

.pcms_news_list_headline {
  font-size: 16px;
  font-weight: bold;
  color: #0082a3;
  line-height: 26px;
  display: block;
}

.pcms_news_list_subline {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;	
}

.pcms_news_list_location {
	display: block;
	line-height: 26px;
}

.pcms_news_list_item_inner span.pcms_news_list_more{
	margin: 0 20px 0 0;
	line-height: 26px;
}

.pcms_news_list_teaser {
  margin-top: 5px;
}

.pcms_news_list .pager {
  margin: 6px 0 4px 0;
	font-size: 14px;  
}

.pcms_news_list .pager a {
	margin: 0 5px;
  text-decoration: none;
  border-bottom: 1px dotted #8d846b;
}

.pcms_news_list .pager a.button {
	border: none;
}

.pcms_news_list .pager a.active {
	color: #0082a3;
	border-bottom: none;
}

.pcms_news_list .pager a.nav {
	border-bottom: none;
}

.pcms_news_list .pager form {
	font-size: 11px;
}

.pcms_news_list .pager input {
  border: 1px solid #bcbbc0;
  color: #0082a3;
  width: 26px;
  text-align: center;
  font-size: 12px;
}

.pcms_page_news_headline {
  font-size: 16px;
  font-weight: bold;
  color: #0082a3;
  line-height: 28px;
}

.pcms_page_news_subline {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}

.pcms_page_news_location {
	line-height: 16px;
	margin: 20px 0 0 0;
}


/* news end */

/* pcms */
.pcms_hr {
  margin: 20px 0 20px 0;
  border-bottom: 1px dotted #8d846c;
}

.pcms_back {
	height: 23px;
}

.pcms_back_first{
	position: relative;
	top: -8px;
}

/* pcms */

/* references */

div.pcms_reference_list {
  padding-bottom: 10px;
}

.pcms_reference_list_row td {
  border-top: 1px dotted #8d846b;
  border-bottom: 1px dotted #8d846b;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pcms_reference_list_text {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.pcms_reference_list_text .header{
	font-size: 16px;
	color: #0082a3;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.pcms_reference_list_logo {
  text-align: center;
}

.pcms_reference_list_products {
	text-align: center;
	padding: 0 70px 0 0;
}

/* references end */

/* bullet lists */

.pcms_bulletlist .bulletheading {
  padding-bottom: 5px;
  font-size: 12px;
}

.pcms_bulletitem .bullet {
  color: #0082a3;
}

.pcms_bulletitem td {
  padding-bottom: 5px;
  line-height: 1.3em;
}

.bullet img {
	padding-top: 5px;
}

.pcms_bulletlist .bullet-item-content{
	font-size: 12px;
}

/* bullet lists end */

/* document */
.pcms_document.icon{
	display: inline-block;	
}

.pcms_document .pcms_document_extratext p{
	font-weight: normal;
}

.pcms_document .document.noicon{
	float:left;
	padding: 0 5px 0 0;
}

.pcms_document .size {
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #807f84;
	margin-bottom: 5px;
}

.pcms_document .noicon.size{
	margin-bottom: 5px;
}

#contentRight .pcms_document .noicon.size{
	position: relative;
	top: -2px;
}

.pcms_document p {
	line-height: 16px;
	font-weight: bold;
}

.pcms_document .pcms_link{
	line-height: 16px;
}

.pcms_document .docicon{
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

.pcms_document .document{
	font-weight: bold;
}

.pcms_document_next_document{
	margin: 0 0 16px 0;
}

.pcms_document .docright{
	margin: -3px 0 0 60px;
}

/* document end */

/* links */

.pcms_image_subtitle {
  margin-top: 5px;
}

.pcms_more_link a {
  text-decoration: none;
  font-weight: bold;
  color: #0082a3;
}

/* links end */

/* quote */

.pcms_quote {
/*	padding: 5px 0 0 0;*/
}

.pcms_quote_qml {
  padding: 8px 0 0 10px;
  font-size: 50px;
  color: #dee49a;
  display: block;
  float: left;
}

.pcms_quote_qmr {
  font-size: 50px;
  color: #dee49a;
  position: absolute;
  padding: 8px 0 0 0;
}

.pcms_quote_q {
  color: #0082a3;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

.pcms_quote_qi {
  padding-left: 30px;
}

.pcms_quote_qi p {  /* RTE */
	display: inline;
}

.pcms_quote_s {
	font-size: 10px;
  margin-top: 2px;
  color: #858585;
}

/* quote end */

/*part_reference_rotation*/

div.scrollingHotSpotLeft{
	position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/f/images/reference_last.gif") no-repeat 0 0;
}

div.scrollingHotSpotLeftVisible{
	position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/f/images/reference_last.gif") no-repeat 0 0;
}

div.scrollingHotSpotRight{
	position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/f/images/reference_next.gif") no-repeat 0 0;
}

div.scrollingHotSpotRightVisible{
	position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/f/images/reference_next.gif") no-repeat 0 0;
}

div.scrollWrapper{
	overflow: hidden;
	width: 350px;
	height: 20px;
	margin: 0 35px;
}

#scrollingText{
	position: relative;
}

#scrollingText div.scrollableArea p{
	display: block;
	float: left;
	margin: 0;
	padding-right: 30px;
	font-size:16px; 
	color: #0082a3;
	width: auto;
	
}

/*part_reference_rotation end*/

/*collapse*/

.pcms_collapsegroup .pcms_hr{
	margin: 10px 0 4px 0;
}

.pcms_collapsegroup .collapse-item .pcms_hr{
	margin: 2px 0 6px 0;	
}

.collapse-item .collapse-title{
	color: #0082a3;
	font-weight: bold;
	padding: 0 0 0 18px;
	background: url("/f/images/col-bullet-down.gif") no-repeat 4px 6px ;
	margin: 0 0 4px 0;
	cursor: pointer;
	line-height: 19px;
}

.collapse-button{
	padding: 6px 0 0 0;
	margin: 0 8px 0 5px;
	float:right;
}

.collapse-content{
	margin: 10px 0 20px 18px;
}

/* collaps end*/

.imagetitle, .flashtitle {
	line-height: 17px; 
	font-size: 11px;
	font-style: italic;
}

td.colored-light-lastcol  {
	padding: 0 5px;
}

td.colored-dark-lastcol  {
	background-color: #8EC6E1;
	padding: 0 5px;
}


/* SIMPLE TABLE */

.simpletable table {
	margin-bottom:40px;
	width:100%;
}

.simpletable td {
	padding:10px;
	vertical-align:top;
}

.simpletable thead {
	color:#fff;
	background-color:#0082a3;
	
	font-weight:bold;
}

.simpletable tbody {
	background-color:#fff;
}

.simpletable tbody td {
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.simpletable tbody td.last {
	border-right:none;
}

/* infobox */

.infoboxgrey {
	padding: 10px;
	border: 1px solid #cccccc;
	margin:0 0 10px 0;
}

.infoboxgreyheader .infoboxcontent{
	padding: 10px;
	border: 1px solid #cccccc;
	margin:0 0 10px 0;
}

.infoboxgreyheader .infoboxlabel{
	position: relative;
	top: 7px;
	left: 15px;
	background: #ffffff;
	height: 20px;
	padding: 0 5px;
	display: inline;
	color: #0082A3;
	font-size: 12px;
	font-weight: bold; 
}

.infoboxgreyheader .pcms_hr {
	border-bottom:1px solid #cccccc;
}

/* infobox end */


/*loginDialog*/

#loginDialog{
	visibility: hidden;
}

#loginDialog .error{
	color: red;
}

div.yui-panel-container {
	width:300px;
	font-size:11px;
	text-align:left;
}

.yui-skin-sam .yui-panel-container div.hd {
	padding:0 10px 5px 10px;
	height:20px;
	
	background:url(/f/images/login/bar.png) repeat-x;
	color:#fff;
	
	font-size:12px;
	font-weight:bold;
}

.yui-panel-container div.bd {
	padding:5px 10px 5px 10px;
}

.yui-panel-container .bd hr {
	margin:10px 0 10px 0;
	border:none;
	border-bottom:1px dotted #8d846c;
	height:0px;
}

.yui-panel-container .bd p {
	margin-bottom:7px;
}

.yui-panel-container .bd td {
	padding:5px 0 5px 0;
}

.yui-panel-container .bd td.label {
	width:65px;
	
	font-size:12px;
	font-weight:bold;
	color:#0082a3;
}

.yui-panel-container .bd td.input {
	padding-left:15px;
	width:200px;
	
	font-weight:bold;
	color:#0082a3;

	background:url(/f/images/link_arrow.gif) no-repeat 0px 12px;
}

.yui-panel-container .bd .formdesc {
	text-align:right;
}

.yui-panel-container .bd .formdesc span {
	display:inline-block;
	padding-top:0px;
}

.yui-panel-container .bd .formbuttons {
	text-align:right;
}

.yui-panel-container .bd input.formtext {
	padding:1px;
	width:194px;
	height:15px;
	
	font-size:11px
}

.yui-panel-container .bd p span {
	padding-left:12px;
	background:url(/f/images/link_arrow.gif) no-repeat left;
}

.yui-panel-container .bd a {
	border-bottom:1px dotted #8d846c;
}

.yui-panel-container .bd .formbuttons span {
	display:inline-block;
	
	padding-left:3px;
	padding-right:0px;
	
	height:17px;
	
	background:url(/f/images/button_left.gif) left no-repeat;
}

.yui-panel-container .bd .formbuttons span span {
	padding-left:0px;
	padding-right:3px;
	
	background:url(/f/images/button_right.gif) right no-repeat;
}

.yui-panel-container .bd .formbuttons input {
	display:inline-block;
	
	margin:0;
	border:none;
	padding:0 5px 2px 5px;
	
	height:17px;
	color:#fff;
	background-color:#0082a3;
	
	font-size:11px;
	line-height:11px;
	cursor:pointer;
}

.yui-skin-sam .yui-panel-container .container-close {
	position:absolute;
	right:0px;
	top:0px;
	
	width:25px;
	height:25px;
	
	background:url(/f/images/login/close.png) no-repeat;
	
	cursor:pointer;
}

body.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
  background-color:#ffffff ! important;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
  display: none;
}

body.yui-skin-sam .yui-panel, body.yui-skin-sam .yui-panel .hd, body.yui-skin-sam .yui-panel .bd, body.yui-skin-sam .yui-panel .ft {
  border: none;
}
/*loginDialog end*/

/*pcms_publication_single*/

.pcms_publication_single .pcms_publication_title {
	font-size: 12px;
  font-weight: bold;
  color: #0082a3;
  line-height: 19px;
  padding: 0 0 0 11px;
	background: url("/f/images/publication_dott.gif") no-repeat left 8px;
	margin: 0;
}

.pcms_publication_single .pcms_publication_author{
	font-size: 11px;
  line-height: 20px;
  margin: 0 0 0 11px;
}

.pcms_publication_single .pcms_publication_abstract{
	font-size: 11px;
  line-height: 16px;
  margin: 15px 0 0 11px;
}

.pcms_publication_single .pcms_publication_documents .pcms_document .noicon.size{
	position: relative;
	top: -1px;
	padding: 0 0 0 6px;
	display: inline;
}

.pcms_publication_single .pcms_publication_documents .pcms_document .pcms_link{
	float: left;
}

.pcms_publication_single .pcms_publication_abstract_row .pcms_publication_abstract_link,
.pcms_publication_single .pcms_publication_abstract_row .pcms_publication_link,
.pcms_publication_single .pcms_publication_abstract_row .pcms_publication_documents {
	float: left;
	margin: 0 20px 0 0;
}

.pcms_publication_single .pcms_publication_abstract_row {
	margin: 0 0 0 11px;
}

.pcms_flashvideo{
	padding-bottom: 3px;
}

.pcms_superline {
	text-align:center;
	color:#49474b;
	font-size:22px;
}

#newsletter a {
    text-decoration:underline;
    border-bottom:none;
}

