/* global CSS for portal skin */

body {
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: white;
}

body.Preview {
    margin: 0px;
    padding: 1px;
}

div#content {
  margin: 10px;
}

table#body {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

table#body td {
  margin: 0px;
  padding: 0px;
  border: none;
}

/* ----------------------- */
/* --- standard styles --- */
/* ----------------------- */


p, li, a {
	font-family: "Bosch Office Sans", Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #142534;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4 {
	font-family: "Bosch Office Sans", Arial, Geneva, Helvetica, sans-serif;
	color: #142534;
}

h1 {
  font-size: 12pt;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #003859;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	/*color: #318BC2;*/
	color: #3c7495;
}

img {
  border: none;
}



/* ------------------------------ */
/* --- common portal elements --- */
/* ------------------------------ */

div.QuickInfo {
    display:inline;
    margin:0px;
    padding:0px;
}

div.Section {
  margin: 20px;
  margin-bottom: 32px;
  width: 90%;
}

div.SectionSeparator {
	border-top: 1px solid #cccccc;
}

div.Section p {
	color: #142534;
	margin-left: 0px;
}

div.Section p.SectionTitle {
	color: rgb(49,59,107);
	font-size:15pt;
	font-family: "Bosch Office Sans", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
}

p.SubSectionTitle {
  font-size: 12px;
  font-style: italic;
  margin: 0px;
  margin-top: 9px;
  margin-bottom: 6px;

}

div.Section p.DocumentLink, div.Section p.ProcessLink, div.Section p.RoleLink,
div.Section p.CourseSectionLink, div.Section p.CourseLink,div.Section p.GlossaryLink  {
	margin-bottom: 3px;
}

div.Section p.ProcessLink {
  margin-top: 10px;
}

div.Section p.ProcessLinkDescription {
  font-size: 11px;
  color: #999999;
  margin-top: 3px;
  margin-bottom: 7px;
}

p.DocumentLink a, p.RoleLink a,
p.CourseSectionLink a, p.CourseLink a,p.GlossaryLink a {
	text-decoration: none;
}

span.DocumentPlaceholder {
	font-style: italic;
}

p.DocumentLink span.DocumentPlaceholder {
	text-decoration: none;
	color: #1E5677;
	font-weight: bold;
}

div.Section p.GlossaryLink{
  font-size: 14px;
  font-family: "Bosch Office Sans", Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
}

img.FormatIcon {
  vertical-align: middle;
  margin: 0px 0px;
}

img.SAPLink {
  vertical-align: middle;
}

p.LinkInfo {
	padding:0px;
	padding-left:4px;
	padding-bottom:6px;
	margin:0px;
	color:#aaaaaa;
	font-size:10px;
	font-weight:bold;
}

p.ErrorMessage {
	color: Red;
	margin-bottom: 8px;
	margin-top: 0px;
}



/* ---------------------- */
/* --- metadata table --- */
/* ---------------------- */

table.MetadataTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.MetadataTable th,
table.MetadataTable td {
    font-family: "Bosch Office Sans", Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px;
}

table.MetadataTable th {
    font-weight: bold;
    text-align: left;
	vertical-align: top;
}

table.MetadataTable td {
}

table.MetadataTable p {
	color: black;
	margin: 0px;
	margin-bottom: 2px;
    text-align: left;
	vertical-align: top;
}

table.MetadataTable p.MetadataTitle {
	color: rgb(49,59,107);
    font-weight: bold;
	font-size:15pt;
}

table.MetadataTable td.NoParagraphBreak p {
	display:inline;
}


/* ---------------------- */
/* --- header buttons --- */
/* ---------------------- */

a img.HeaderButton {
	background: url(../header/images/header.buttons.png) no-repeat;
	width: 24px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
	float: right;
	border: none;
}

a img#homeButton { 
	background-position: 0 0;
	margin-top: -3px;
}
a:hover img#homeButton {
	background-position: 0 -20;
}

a img#fullScreenButton {
	background-position: -24 0;
}
a:hover img#fullScreenButton {
	background-position: -24 -20;
}

a img#closeButton {
	background-position: -72 0;
}
a:hover img#closeButton {
	background-position: -72 -20;
}

.HasChanged {
	color: red;
	font-style: italic;
	margin-left: 0.5em;
}



/* ----------------------- */
/* --- named divisions --- */
/* ----------------------- */

div#processHeader { padding: 4px 8px; padding-top: 10px; padding-bottom: 0px; background-color: rgb(33,95,139);}

div#processHeader p.type {
 margin: 0px; font-size: 9pt; font-weight: bold; color: #6e7f8e; display: none; } /* display:none; course wird ausgeblendet*/

div#processHeader p.title { margin: 0px; font-size: 19pt; font-weight: bold; color: white; height:39px !important; background-color: rgb(33,95,139); }

div#history { margin: 60px 2px 0px 2px; margin-top: 60px; border-top: 1px solid #D8DEE3;}
td#documentFooter div#history { margin-top: 0px; border: none; }
div#history p { color: #8C9DAC; padding: 0; margin: 4px 4px 0px 0px; font-size: 12px; text-align: right; }

a#glossaryLink img { vertical-align: middle; margin-right: 5px; border: none; display:none; }
