div.glossar {
  border-top: #dc5034 1px solid;
  font-size: 0.9em;
  overflow: hidden;
  width: 100%;
  padding-top: 0.5em;
}
div.glossar h2 {
  font-size: 1.4em;
}

.abstract {
  font-size: 11pt;
  line-height: 16pt;
  margin: 0.5em 0em;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ccc;
}

.abstract.not-bordered-abstract {
  padding-bottom: 0.8em;
  margin-bottom: 0;
  border-bottom: 0;
}

.source {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

/* button definition */
#center a.button,
#center a.button:link,
#center a.button:active,
#center a.button:visited {
  font-size: 90%;
  margin: 0.5em 0.5em 0em 0em;
  padding: 0.2em 0.4em 0.2em 1.6em;
  border: 1px solid #bbb;
  color: #fff;
  text-decoration: none;
  background: #777777 url(http://www.pwc.com/en_GX/webadmin/assets/image/hometile_arrow.gif) no-repeat scroll;
  background-position: 0.6em center;
}

#center a.button:hover {
  text-decoration: none;
  color: #000;
  background: #ffffff url(http://www.pwc.com/en_GX/webadmin/assets/image/aubergine_arrow-base.gif) no-repeat scroll;
  background-position: 0.6em center;
}

/* tabs definition */
html #center .source a,
html #center .source a:link,
html #center .source a:hover,
html #center .source a:active,
html #center .source a:visited {
  padding: 0em 0em 0em 1em;
  color: #444444;
  text-decoration: none;
}

html #center ul.tabNavigation {
  list-style: none;
  margin:0;
  padding:0;
  width: 100%;
}

html #center ul.tabNavigation li {
  float: left;
  clear: none;
  display: block;
  font-size: 1em;
  font-weight: normal;
  padding: 0.3em 1em 0.1em 1em;
  margin: 0 1px 0 0;
  border: 1px solid #cccccc;
  border-bottom: 0px;
}

html #center ul.tabNavigation li.selected {
  background-color: #f0f0f0;
  font-weight: bold;
}

html #center ul.tabNavigation li a,
html #center ul.tabNavigation li a:link,
html #center ul.tabNavigation li a:active,
html #center ul.tabNavigation li a:visited
{
  color: #000000;
}

html #center ul.tabNavigation li a:hover {
  text-decoration: underline;
}

div.tab {
  padding: 0;
  margin: 0;
  clear: both;
}

div.tab .oldTitle {
  display: none;
}

div.tab .tab-content {
  display: none;
  padding: 1em 0.5em 1em 1em;
  margin: 0;
  position: relative;
  zoom:1;
}

div.displayed-tab .tab-content {
  display: block;
  border: 1px solid #cccccc;
  border-bottom: 5px solid #cccccc;
}

html #center ul.tabNavigation {
  display: none;
}

div.break {
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* basic form styles */

#center fieldset {
  border: none;
  background-color: #f0f0f0;
  padding: 10px 5px 5px 10px;
  margin: 0px 0px 10px 0px;
}

#center fieldset h2 {
  font-size: 12pt;
  color: #0083be;
  margin-bottom: 5px;
  border-bottom: 1px solid #0083be;
}

#center fieldset table {
  border-bottom: 1px solid #0083be;
}

#center fieldset td {
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  padding: 2px 0px 2px 0px;
}

#center fieldset p.disclaimer {
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
}

/* grey vcard specification */

.vcard {
  background-color: #f0f0f0;
  font-size: 0.9em;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.rightVcard {
  margin-right: 0px;
  float: left;
  clear: none;
  width: 354px;
}

.leftVcard {
  float: left;
  clear: left;
  width: 354px;
}

.vcard .photo {
  float: left;
  margin-right: 2em;
  border: 1px solid #0083be;
}

.vcard span.fn {
  font-weight: bold;
}