/*********************************************************************************
Content incl. Side-Columns & Footer
20.09.2007

(c) Mannheim Business School gGmbH - ESSEC & MANNHEIM
**********************************************************************************/

/***********
all content-related formats
************/
#realContent h1 {
	color: #003796;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#realContent .csc-firstHeader {
	margin-top: 15px;
}
#realContent h2 {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#realContent h3,
#realContent h5 {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#realContent h4,
#realContent h6 {
	color: #003796;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#realContent p {
	margin-bottom: 15px;
	line-height: 1.3em;
}
#realContent a {
	color: #003796;
}
#realContent .inlineLink a {
	margin-left: 5px;
}
#realContent a img {
	border: none;
}
#realContent .shortcuts {
	display: block;
	border-top: 1px solid #a6a6aa;
	margin-top: 20px;
	margin-bottom: 18px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#realContent .shortcuts a {
	color: #003796;
	font-size: 0.85em;
	padding-left: 5px;
	display: block;
	clear: both;
}
*+html #realContent .shortcuts { /* IE Hack: sonst werden Margins nicht korrekt dargestellt - hier für IE 7 */
	height: 1px;
}
#realContent ul {
	margin: 0px 0px 15px 0px;
	padding-left: 25px;
	list-style-type: square;
	list-style-position: outside;
}
#realContent ol {
	margin: 0px 0px 15px 0px;
	padding-left: 25px;
	list-style-position: outside;
}
#realContent li {
	margin: 0px 0px 5px 0px;
	line-height: 1.3em;
}
#realContent table.contenttable { background-color: #D2D2D2; font-size: 0.9em; line-height: 1.3em; margin-bottom: 15px; width: 100%; border-spacing: 0; border-collapse: collapse; }
#realContent table.contenttable tr.high td { background-color: #919196; }
#realContent table.contenttable tr.odd td { background-color: #AFAFB4; }
#realContent table.contenttable td { border: 1px solid #FFFFFF; padding: 5px; vertical-align: top; }
#realContent table.contenttable td ul { padding-left: 15px; margin: 0;}

#realContent table.eventcalendar { background-color: #FFE7AD; font-size: 0.9em; line-height: 1.3em; border: 0; margin-bottom: 15px; width: 100%; border-spacing: 0; border-collapse: collapse; }
#realContent table.eventcalendar tr.high td { background-color: #FFCF4A; }
#realContent table.eventcalendar tr.high td a {  }
#realContent table.eventcalendar td { border: 1px solid #FFFFFF; padding: 5px; vertical-align: top; }
#realContent table.eventcalendar td li { padding-left: 15px; margin: 0;}

#realContent #certLogos {
	text-align: right;
	vertical-align: 50%;
	margin: 10px 0px 5px 0px;
	padding: 0;
}


#realContent p.testimonial {
	margin-bottom: 15px;
	padding: 15px;
	line-height: 1.3em;
	background-image: url(../_images/testimonialbg.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	background-color: #d3e3f3;
}
#realContent p.testimonial em {
	font-size: 0.9em;
	font-style: normal;
}

/***********
all side-column related formats
************/
#rightColumn,
#leftColumn {
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#rightColumn h1, 
#rightColumn h2,
#leftColumn h1,
#leftColumn h2 {
	border-bottom: 1px solid #a6a6aa;
	background-image: url(../_images/em_header_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold; 
	font-size: 1.1em;
	padding: 5px;
	padding-left: 30px;
	margin: 15px 5px 0px 5px;
}
#rightColumn p,
#leftColumn p {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
}
#leftColumn ul,
#rightColumn ul {
	margin: 10px 5px 0px 20px;
	list-style-type: square;
	list-style-position: outside;
}
*+html #leftColumn ul,
*+html #rightColumn ul { /* IE Hack: Korrigiere Abstand nach links - hier für IE 7 */
	margin-left: 23px;
}
#leftColumn li,
#rightColumn li {
	margin-bottom: 5px;
	margin-right: 5px;
}
#leftColumn li a,
#rightColumn li a {
	color: #003796;
}
#rightColumn span.more,
#leftColumn span.more,
#rightColumn span.more a,
#leftColumn span.more a {
	margin-top: 2px;
	display: block;
	text-align: right;
}

/* Call for Action Buttons - Text Version */
#leftColumn ul.callButtons,
#rightColumn ul.callButtons {
	margin: 15px 0px 0px 0px;
	list-style-type: none;
}
#leftColumn ul.callButtons li,
#rightColumn ul.callButtons li {
	margin: 0px 5px 3px 5px;
	padding: 0;
	border-top: 1px solid #a6a6aa;
	border-bottom: 1px solid #a6a6aa;
}
#leftColumn ul.callButtons li a,
#rightColumn ul.callButtons li a {
	display: block;
	background-color: #d2d2d2;
	background-image: url(../_images/em_logo_mini_no.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding: 3px 5px 0px 30px;
	height: 17px;
	font-weight: bold;
	color: #3a3e4a;
}
#leftColumn ul.callButtons li a:hover,
#rightColumn ul.callButtons li a:hover {
	background-color: #afafb4;
	background-image: url(../_images/em_logo_mini_ro.gif);
	color: #fff;
}


/* for Partcipant Profile */
#leftColumn p.testimonial,
#rightColumn p.testimonial {
	/*background-image: url(../_images/testimonialbg_column.gif);
	background-repeat: no-repeat;
	background-position: -1em top;*/
	padding: 0px 5px 10px 5px;
	margin-top: 0px;
}
#leftColumn .csc-textpic-intext-right,
#rightColumn .csc-textpic-intext-right {
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
}

/* Remove space for image only (CType: Image) */
#leftColumn .csc-textpic-image,
#rightColumn .csc-textpic-image {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

/***********
all footer-related formats
************/
#pageFooter {
	font-size: 0.7em;
	background-color: #fff;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #afafb4;
	/*line-height: 1.5em;*/
	color: #a6a6aa;
	height: 30px;

}
#pageFooter ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px 2px 0px;
	padding: 0;
}
#pageFooter li {
	display: inline;
	margin: 0px 5px;
}
