/*############################################################################*/

/*Start cardShapes*/
.cardthumbnail {
	width: 80px;
	height: 80px;
	margin: 10px 0 0 6px; /*for_IE left margin was 10px */
	float: left;
	overflow: hidden;
}

.cardShape {
	float: left;
	padding: 0px 0 0 0;
	margin: 0 4px 15px 0;
	width: 352px;
	height: 150px;
	border: 1px solid rgb(154, 159, 155);
	overflow: hidden;
	background: url("../../images/backgrounds/card_shape_bg.png") repeat-x;

	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);

}


.cardShape h2 {
	margin: 0;
	padding: 5px 0 0 5px;
	float: left;
	width: 340px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
}

.cardShape h3 {
    margin: 0;
    float: left;
	padding: 0 0 0 10px;
	width: 340px;
    font-size: 11px;
    font-weight:100;
    font-style: italic;
}

.cardShape h4 {
    float: left;
    margin: 0;
	padding: 0 0 0 10px;
	width: 253px;
    font-size: 11px;
    font-weight:100;
    font-style: italic;
}

.cardShape p{
	float: left;
	margin: 0;
	padding: 5px 0 5px 10px;
	width: 253px;
}
SPAN.light{
    color: gray;
}
/*Start CardShapes*/

/*############################################################################*/

/*Start detailShape*/

.userShape {
	margin: 0 4px 0 0;
	padding: 24px 18px 24px 18px;
	width: 674px;
	min-height: 170px;
	border: 1px solid rgb(154, 159, 155);
	/*fonts*/
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*colors*/
	color: rgb(85, 94, 87);
	background: url("../../images/backgrounds/detail_shape_bg.png") repeat-x;

}

.userShape h1 {
	float: left;
	width: 680px;
	margin: 0 0 15px;
	padding: 0;

	font-family: Georgia;
	font-size: 18px;
	line-height: 26px;
	word-spacing: 5px;
	font-weight: normal;
}

.detailShape {
	margin: 0 4px 0 0;
	padding: 24px 18px 24px 0;
	width: 692px;
	min-height: 170px;
	border: 1px solid rgb(154, 159, 155);
	/*fonts*/
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*colors*/
	color: rgb(85, 94, 87);
	background: url("../../images/backgrounds/detail_shape_bg.png") repeat-x;

}

.detailShape p {
	margin: 0;
	padding: 10px 28px 0 0px;
}

.detailShape a {
	text-decoration: underline;
}

.detailShape h1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 5px 0;

	font-family: Georgia;
	font-size: 18px;
	line-height: 26px;
	word-spacing: 5px;
	font-weight: normal;
}

.detailShape h2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 5px 0;

	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.detailShape h3 {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 5px 0;
	margin: 0;
	font-family: Georgia;
}
.detailShape ul {
    padding: 0 0 0 20px;
}

.detailShape.detailMini {
	width: 160px !important;
	float: left;
	height: 15px !important;
	min-height: 70px;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: grey !important;
}

.detailShapeThumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 15px 14px; /*for_IE: was 18px on left border */
}

.detailShapeThumbnail img{
	float: left;
}

.detailShapeInfo {
	min-height: 160px;
}

.detailShapeContent {
	padding: 0 0 0 28px;
}

.detailShapeInfo p {
	width: 505px !important;
	float: left;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
}

.detailShapeInfo h1 {
	float: left;
	width: 505px !important;
	margin: 0 !important;
	padding: 0 !important;

	font-family: Georgia;
	font-size: 18px !important;
	line-height: 26px !important;
	word-spacing: 5px !important;
	font-weight: normal !important;
}

.detailShapeInfo h2 {
	float: left;
	width: 505px !important;
	margin: 0 !important;
	padding: 0 !important;

	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 10px !important;
	line-height: 18px !important;
	font-weight: normal !important;
}

.detailShapeInfo h3 {
	width: 505px !important;
	float: left;
	font-weight: normal !important;
	font-size: 11px !important;
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
}

.clear {
clear:left;
}


.detailShape.slidesAndPaper{
    width: 650px;
}
.paperShow, .slideShow {
    width:300px;
}

.slideShow {
    float:left;
}

.paperShow {
    float: right;
}

.paperShow img, .slideShow img, .slidesAndPaper img{
    padding: 0 0 0 25px;
    border: 1px;
}

.cardShapeContainer{
	clear: both;
	width: 716px;
}

.cardShapeContainerHeading{
	clear: both;
	margin: 0;
	padding: 15px 0 10px 10px;
	width: 706px;
	color: rgb(85, 94, 87);
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
/*End detailShape*/

/*############################################################################*/

/*Start addressDetailShape*/
p.addressDescription {
	margin: 5px !important;
	padding: 5px !important;
	width: 578px;
	color: black;
}

p.detailMini {
	margin: 5px !important;
	padding: 5px !important;
	width: 140px;
	background-color: transparent;
	color: black;
}
/*End addressDetailShape*/

/*############################################################################*/

/* Start listShape and newsListShape*/

.listShape, .newsListShape{
	clear: both;
	width: 712px;
	height: 35px;
	padding: 5px 0 0 0;
	margin: 0 4px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
}

.newsListShape{
	line-height: 16px;
}

.newsListShape p {
    float: left;
    padding: 0 0 0 10px;
	margin: 0
}

.listShape a {
	float: left;
	padding: 2px 0 0 10px;
}


.newsListShape .thumbnail, .listShape .thumbnail {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 28px;
	height: 28px;
	overflow: hidden;
}

.mini {
	float: left;
	width: 180px !important;
	height: 15px !important;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: inherit !important;
}

.even {
/*	background-color: white !important;	*/
}

.even:hover {
	opacity: 0.7;
	background-color: inherit !important;
}

.odd {
/*	background-color: rgb(230, 230, 230) !important;*/
}

.odd:hover {
	opacity: 0.7;
	background-color: inherit !important;
}

/* all the fancy row colors for the various list shapes */
/* default */
.defaultShapeBGEven {
	background-color: rgb(245, 245, 245);
}

.defaultShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.defaultShapeBGOdd:hover, .defaultShapeBGEven:hover {
	background-color: rgb(226, 226, 226);
}

.defaultShapeBGOdd a:hover, .defaultShapeBGEven a:hover {
	background-color: rgb(226, 226, 226);
	text-decoration: underline;
}

/* events */
.eventShapeBGEven {
	background-color: #f0f6e8;
}

.eventShapeBGOdd {
	background-color: #fff;
}

.eventShapeBGEven:hover, .eventShapeBGOdd:hover {
	background-color: #d2e6ba;
}

.eventShapeBGEven a:hover, .eventShapeBGOdd a:hover {
	background-color: #d2e6ba;
	text-decoration: underline;
}

/* projects */
.projectShapeBGEven {
	background-color: rgb(241, 244, 233);
}

.projectShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.projectShapeBGOdd:hover, .projectShapeBGEven:hover {
	background-color: rgb(213, 224, 190);
}

.projectShapeBGOdd a:hover, .projectShapeBGEven a:hover {
	background-color: rgb(213, 224, 190);
	text-decoration: underline;
}

/* people */
.personShapeBGEven {
	background-color: rgb(230, 243, 235);
}

.personShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.personShapeBGOdd:hover, .personShapeBGEven:hover {
	background-color: rgb(179, 219, 195);
}

.personShapeBGOdd a:hover, .personShapeBGEven a:hover {
	background-color: rgb(179, 219, 195);
	text-decoration: underline;
}

/* articles */
.articleShapeBGEven {
	background-color: rgb(230, 237, 243);
}

.articleShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.articleShapeBGOdd:hover, .articleShapeBGEven:hover {
	background-color: rgb(179, 200, 220);
}

.articleShapeBGOdd:hover, .articleShapeBGEven:hover {
	background-color: rgb(179, 200, 220);
	text-decoration: underline;
}

/* case studies */
.case_studyShapeBGEven {
	background-color: rgb(230, 245, 248);
}

.case_studyShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.case_studyShapeBGOdd:hover, .case_studyShapeBGEven:hover {
	background-color: rgb(179, 226, 234);
}

.case_studyShapeBGOdd a:hover, .case_studyShapeBGEven a:hover {
	background-color: rgb(179, 226, 234);
	text-decoration: underline;
}

/* glossary terms */
.glossarytermShapeBGEven {
	background-color: rgb(249, 234, 230);
}

.glossarytermShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.glossarytermShapeBGOdd:hover, .glossarytermShapeBGEven:hover {
	background-color: rgb(237, 191, 179);
}

.glossarytermShapeBGOdd a:hover, .glossarytermShapeBGEven a:hover {
	background-color: rgb(237, 191, 179);
	text-decoration: underline;
}

/* publications */
.publicationShapeBGEven {
	background-color: rgb(254, 244, 230);
}

.publicationShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.publicationShapeBGOdd:hover, .publicationShapeBGEven:hover {
	background-color: rgb(252, 222, 179);
}

.publicationShapeBGOdd a:hover, .publicationShapeBGEven a:hover {
	background-color: rgb(252, 222, 179);
	text-decoration: underline;
}

/* blog posts */
.blog_postShapeBGEven {
	background-color: rgb(230, 244, 251);
}

.blog_postShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.blog_postShapeBGOdd:hover, .blog_postShapeBGEven:hover {
	background-color: rgb(179, 223, 245);
}

.blog_postShapeBGOdd a:hover, .blog_postShapeBGEven a:hover {
	background-color: rgb(179, 223, 245);
	text-decoration: underline;
}

/* standards */
.standardShapeBGEven {
	background-color: rgb(253, 248, 230);
}

.standardShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.standardShapeBGOdd:hover, .standardShapeBGEven:hover {
	background-color: rgb(251, 236, 179);
}

.standardShapeBGOdd a:hover, .standardShapeBGEven a:hover {
	background-color: rgb(251, 236, 179);
	text-decoration: underline;
}

/* job offers */
.job_offerShapeBGEven {
	background-color: rgb(245, 250, 232);
}

.job_offerShapeBGOdd {
	background-color: rgb(255, 255, 255);
}

.job_offerShapeBGOdd:hover, .job_offerShapeBGEven:hover {
	background-color: rgb(224, 240, 185);
}

.job_offerShapeBGOdd a:hover, .job_offerShapeBGEven a:hover {
	background-color: rgb(224, 240, 185);
	text-decoration: underline;
}

/* End listShapes*/

/*############################################################################*/

/*Start - all underlines and backgrounds for academy*/

.shapeBG {
    margin: 0  !important;
    width: 4px !important;
	height: 26px !important;
}

.horizontalBG {
    margin: 0;
    padding: 0;
    width: 26px;
	height: 4px;
    background-color: #C40018;
}

.horizontalBG.long {
    width: 75px;
    margin: 0 0 10px 0;
}

.horizontalBG.short {
    width: 16px;
}

.promotionUnderline {
	height: 2px;
    width: 180px;
    margin: 0 0 5px 0;
    z-index:3;
    position:relative;
    top: -3px;
}

.horizontalBG.academyUnderline {
	width: 310px;
	height: 4px;
    z-index:3;
    position:relative;
    top: -10px;
}

.Separator {
	float: left;
    width: 700px;
    padding: 10px 0 0 0;
}

.Separator.border {
    margin: 30px 0 30px 0;
    border-top-width:1px;
    border-top-style:solid;
    border-color: gray;
}


/*End - all underlines and backgrounds for academy*/

/*############################################################################*/

/*Start pageCardShape (kleine Card-Shapes auf den Leitseiten)*/

.pageShapeContainer {
	width: 456px;
	height: 205px;
	float: left;
	margin-right: 4px;
}

.pageShape {
	margin-top: 2px;
	width: 454px;
	height: 167px;
	border: 1px solid rgb(154, 159, 155);
}

.pageShapeHeading {
	padding: 4px 0 0 70px;
	width: 386px;
	height: 26px;
	font-family: Georgia;
	font-size: 20px;
	word-spacing: 5px;
	color: white;
	text-transform: uppercase;
}

.separator {
	width: 441px;
	height: 1px;
	background-color: rgb(154, 159, 155);
	margin-left: 5px;
    line-height: 1px; /*needed for IE compatibility */
}

.pageCardShape {
	width: 454px;
	height: 65px;
	padding: 10px 0 0 0;
	overflow: hidden;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
}

.pageCardShape .thumbnail {
	width: 50px;
	height: 50px;
	padding: 0 0 0 12px; /*for_IE: was 0 0 0 16px but did not fit because of shapeBG is now floated*/
	overflow: hidden;
	float: left;
}

.pageCardShape h2 {
	padding: 0;
	margin: 0 5px 0 8px;
	width: 375px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;

}

.pageCardShape p {
	padding: 0 5px 0 8px;
	margin: 0;
	width: 375px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
}

/*End pageShape (kleine Card-Shapes auf den Leitseiten)*/

/*############################################################################*/

/*Start pageListShape (kleine List-Shapes auf den Leitseiten)*/

.pageListShape {
	padding-top: 5px;
	width: 454px;
	height: 40px;
	overflow: hidden;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
}

.pageListShape h2 {
    padding: 0;
	margin: 0 5px 0 8px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	width: 437px !important; /*for_IE: was 441 but did not fit with smallShapeBG now floated*/
}

.pageListShape p {
	padding: 0 5px 0 8px;
	margin: 0;
	width: 410px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
}

.lastUpdates {
    font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
    color: rgb(85, 94, 87);
}

.lastUpdates h1 {
	font-size: 14px;
	line-height: 20px;
}

.lastUpdates h2 {
    font-size: 12px;
	line-height: 20px;
    margin: 10px 0 0 0;
}


/* End pageListShape (kleine List-Shapes auf den Leitseiten)*/

/*############################################################################*/

/*Start colors and backgrounds for pageShapes*/

.articlePageShape {
	background: url("../images/page/article_page_shape_heading.png") no-repeat;
	color: rgb(0, 73, 138);
}

.jobofferPageShape {
	background: url("../images/page/joboffer_page_shape_heading.png") no-repeat;
	color: rgb(154, 208, 22);
}

.casestudiesPageShape {
	background: url("../images/page/case_studies_page_shape_heading.png") no-repeat;
	color: rgb(0, 159, 185);
}

.blogpostPageShape {
	background: url("../images/page/blog_page_shape_heading.png") no-repeat;
	color: rgb(0, 150, 224);
}

.glossarytermPageShape {
	background: url("../images/page/glossary_term_page_shape_heading.png") no-repeat;
	color: rgb(196, 41, 0);
}

.standardPageShape {
	background: url("../images/page/standard_page_shape_heading.png") no-repeat;
	color: rgb(244, 193, 0);
}

.publicationPageShape {
	background: url("../images/page/publication_page_shape_heading.png") no-repeat;
	color: rgb(255, 157, 4);
}

.eventPageShape {
	background: url("../images/page/event_page_shape_heading.png") no-repeat;
	color: rgb(106, 172, 24);
}

.personPageShape {
	background: url("../images/page/person_page_shape_heading.png") no-repeat;
	color: rgb(0, 137, 56);
}

.projectPageShape {
	background: url("../images/page/project_page_shape_heading.png") no-repeat;
	color: rgb(115, 152, 38);
}
/*End colors and backgrounds for pageShapes*/

/*############################################################################*/

/*Start courseCardShape*/

.courseDetailShape {
    margin: 0 4px 15px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
    width: 700px;
}

.courseDetailShape h2 {
    padding: 5px 0 5px 10px;
    margin: 0;
	font-size: 16px;
}

.courseDetailShape h3 {
    padding: 10px 0 5px 10px;
    margin: 0;
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
}

.courseDetailShapeH4 {
    padding: 10px 0 0 10px;
    margin: 0;
    font-size: 11px;
    font-weight:100;
    font-style: italic;
}


.courseDetailShape p{
	margin: 0;
	padding: 0 0 10px 10px;
}

/*End courseDetailShape*/

/*############################################################################*/

/*Start courseCardShape*/

.courseCardShape {
	background: url("../../images/backgrounds/card_shape_bg.png") repeat-x;
    padding: 0 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
}

.courseCardShape h2 {
    width: 690px;
    margin: 0;
    padding: 6px 0 20px 10px;
    font-family: Georgia;
	font-size: 12px;
}

.courseCardShape h3 {
    width: 700px;
    margin: 0;
    padding: 0 0 0 10px;
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
}

.courseCardShape h4 {

    width: 700px;
    font-size: 11px;
    line-height: 14px;
    font-weight:100;
    font-style: italic;
    padding: 0 0 10px 10px;
}


.courseCardShape p{
    width: 690px;
    margin: 0;
	padding: 0 0 0 10px;
}

/*End courseCardShape*/

/*############################################################################*/

/*Start courseListShape*/

.courseListShape {
	width: 712px;
	height: 35px;
	padding: 5px 0 10px 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	color: rgb(85, 94, 87);
}

.courseListShape h2 {
    font-family: Georgia;
	font-size: 12px;
	line-height: 12px;
    padding: 2px 2px 5px 10px;
    margin: 0;
}

.courseListShape h3 {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
	line-height: 12px;
    padding: 0 0 5px 10px;
    margin: 0;
}
/*End courseListShape*/

/*############################################################################*/

/*Start AcademyPromotion*/
.academyPromotion{
   font-family: "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
   padding: 0;
   margin: 0;
   width: 180px;
}

.academyPromotion h1 {
    position:relative;
    left: 0px;
    top: 0px;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    z-index:1;
}
.academyPromotion h1 a:hover{
	text-decoration: none;
}

.academyPromotion h1.emph {
    position:relative;
    left: 78px;
    top: -6px;
    font-family: "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
    font-style: italic;
    font-weight: normal;
    z-index:2;
}

.academyPromotion h2 {
    margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 11px;
}

.academyPromotion h3 {
    margin: 0 0 5px 0;
    font-size: 11px;
	line-height: 11px;
    font-style: italic;
    font-weight:normal;
}

/*End AcademyPromotion*/

/*############################################################################*/

/*Start Academy*/
#academyCoop {
    float: right;
    width: 355px;
    height: 80px !important;
}

#academyTitle {
    float: left;
    width: 345px;
    height: 80px !important;
}

.academy {
	width: 710px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(85, 94, 87);
    padding: 0 0 10px 0;
    margin: 0;
}

.academy h1.emph{
    position:relative;
    left: 160px;
    top: -18px;
    width: 130px;
    font-size: 30px;
    line-height: 30px;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    z-index:2;
}
.academy h1 {
    position:relative;
    font-size: 30px;
    line-height: 30px;
    font-family: Arial,Helvetica,sans-serif ;
    padding: -5px 0 0 0;
    margin: 0;
    z-index:1;
}
.academy h1 a:hover{
	text-decoration: none;
}

.academy h2 {
    width: 330px;
    font-family: Arial,Helvetica,sans-serif ;
	font-size: 12px;
	line-height: 20px;
    margin: 0;
}

.academy h3 {
    width: 700px;
    font-size: 18px;
    line-height: 20px;
    color: rgb(85, 94, 87)!important;
    padding: 10px 0 15px 0;
    margin: 0;
}

.academy .thumbnail {
	width: 355px;
	height: 34px;
}

.academy .image {
	margin: 0 0 0 0;
    padding: 10px 0 0 0;
}

/*End AcademyPromotion*/