
table.CommunityPortal {
	width: 792px;
	height: 100%;
	margin: 0 auto;
}

.CommunityPortal td.HeaderLeft {
	width: 165px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.CommunityPortal td.HeaderCenter {
	width: 462px;
	height: 78px;
	background-repeat: repeat-x;
	background-position: bottom left;
	vertical-align: bottom;
}

.CommunityPortal td.HeaderRight {
	width: 165px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.CommunityPortal td.TeaserCol {
	padding: 20px 0 0 0;
	width: 165px;
}

.CommunityPortal td.TeaserCol h1,
.CommunityPortal td.TeaserCol h2,
.CommunityPortal td.TeaserCol h3,
.CommunityPortal td.TeaserCol h4,
.CommunityPortal td.TeaserCol h5,
.CommunityPortal td.TeaserCol h6 {
	color: #6783AA;
	text-align: center;
}

.CommunityPortal h1 {
  color: #334872;
}

.CommunityPortal td.ContentCol {
	width: 432px;
	padding: 20px 15px;
}

.CommunityPortal td.Date {
	vertical-align: middle;
	text-align: center;
	color: white;
	background: #334872;
	height: 19px;
	font-size: 10px;
}

.CommunityPortal td.Location {
	vertical-align: middle;
	color: white;
	background: #334872;
	height: 19px;
}

td.Location .path {
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
}

td.Location .path img {
	display: none;
}

td.Location .pathlink,
td.Location .pathlink:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(/WO_AGG/CMSTeam.framework/WebServerResources/portal_nav_bullet_white.gif);
	background-repeat: no-repeat;
	background-position: right; 
}

td.Location .pathlink:hover {
	background: white;
	text-decoration: underline;
	background-image: url(/WO_AGG/CMSTeam.framework/WebServerResources/portal_nav_bullet_white.gif);
	background-repeat: no-repeat;
	background-position: right; 
}

.CommunityPortal td.Navigation {
	background-image: url(/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg-navi.gif);
	background-repeat: repeat-x;
	background-color: #6783AA;
}

.CommunityPortal td.Navigation ul {
	line-height: inherit;
}

.CommunityPortal td.Navigation li {
	line-height: inherit;
	margin-bottom: 3px;
	font-size: 12px;
}

.popup table.CommunityPortal {
	width: 100%;
}

.popup .CommunityPortal td.Navigation {
	text-align: right;
	font-size: 9pt;
	height: 30px;
	vertical-align: middle;
	padding: 0 5px;
	color: #334872;
}

.popup td.PopupContent {
	padding: 5px 5px 5px 13px;
	font-size: 9pt;
	vertical-align: top;
}


/*###################################*/
/*######## Custom Corners ###########*/
/*###################################*/

.customContainer {
  position: relative;
  border: 1px solid #aaa;
  _width: 100%;
  _height: 1px; 
  margin: 0 0 1em 0;
}


.cornerChild {
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.topLeft {
  background-image: url('/WO_AGG/AGGWissen.woa/Contents/WebServerResources/border_aaaaaa_nw.gif');
  top: -1px; _top: -5px;
  left: -1px;
}
.topRight {
  background-image: url('/WO_AGG/AGGWissen.woa/Contents/WebServerResources/border_aaaaaa_ne.gif');
  top: -1px; _top: -5px;
  right: -2px;
}
.bottomLeft {
  background-image: url('/WO_AGG/AGGWissen.woa/Contents/WebServerResources/border_aaaaaa_sw.gif');
  bottom: -2px;
  left: -1px;
}
.bottomRight {
  background-image: url('/WO_AGG/AGGWissen.woa/Contents/WebServerResources/border_aaaaaa_se.gif');
  bottom: -2px;
  right: -2px;
}

.cornerContent {
	padding: 5px;
	font-size: 10pt;
}

div.poweredByTeaser {
	text-align: center!important;
	font-size: 9px;
}

.poweredByTeaser img {
	border: none;
	margin-top: 4px;
}

.search {
	margin-bottom: 15px;
}

.search form {
	text-align: center;
	margin: 0; padding: 0;
}

.search input.field {
  height: 18px;
  width: 110px;
  font-size: 8pt;
  border: 1px solid #666666;
  background: white;
  margin-right: 3px;
}

.search input.button {
	vertical-align: middle;
}

div.TeamLogin {
	display: none;
}

.loginTeaser {
	padding: 0 2px 4px 2px;
	height: 14.5em; /* for correct Safari round border rendering */
}

.loginTeaser .welcome {
	padding: 1em 0;
}

.loginTeaser a {
	display: block;
	margin-top: 0.5em;
	background-image: url(/WO_AGG/CMSTeam.framework/WebServerResources/portal_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

.loginTeaser form {
	margin: -1.2em 0 0 0;
	padding: 0;
}

.loginTeaser table {
	padding: 0 4px;
	margin: 0 0 0 0;
}


.loginTeaser td,
.loginTeaser input {
	font-size: 10px;
}

.Navigation .Selected {
	font-weight: normal;
	list-style-image: url(/WO_AGG/CMSTeam.framework/WebServerResources/portal_nav_bullet.gif);
}

.Navigation .Target {
	font-weight: normal;
	list-style-image: url(/WO_AGG/CMSTeam.framework/WebServerResources/portal_nav_bullet_selected.gif);
}

.Navigation .Target a.Selected {
	color: white;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/

body.Portal {
	background-color: #4d5156;
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_v2.jpg");
	background-repeat: repeat-x;
}

body.AGGError {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 10pt;
}
.AGGError div {

}
.AGGError h1 {
	display: none;
}
.AGGError a {
	display: none;
}

div.TeamErrorMessage {
  background: #f90;
  padding-bottom: 2.5em;
  margin-left: 1em;
  color: white;
}

.customContainer {
  margin: 0 5pt 10pt 0;
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_teaser.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #F1F8FF;
}


.bottomLeft,
.bottomRight,
.topRight {
	display: none;
}

.topLeft {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/corner_nw.gif");
  width: 15px;
  height: 15px;
  top: -1px; left: -1px;
}


.cornerContent {
	padding: 2px;
}

.CommunityPortal td.Content {
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_content.gif");
	background-repeat: repeat-x;
	background-color: white;
}

.CommunityPortal td.HeaderLeft {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_left.gif");
}

.CommunityPortal td.HeaderCenter {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_center.gif");
}

.CommunityPortal td.HeaderRight {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_right.gif");
}

.CommunityPortal td.HeaderCenter a {
  display: block;
  height: 65px;
}

.CommunityPortal td.HeaderCenter a:hover {
  background: none;
}


.CommunityPortal td.Date {
  background-color: #fff;
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_bar_metal.gif");
  border-top: 1px solid #414140;
  border-bottom: 1px solid #666;
  border-left: 1px solid #999;
  color: black;
}

.CommunityPortal td.Location {
  background-color: #fff;
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_bar_metal.gif");
  border-bottom: 1px solid #666;
  border-top: 1px solid #414140;
  border-left: 1px solid #414140;
  color: black;
}

.CommunityPortal td.Content {
	  border-right: 1px solid #414140;
}

.CommunityPortal td.Content ul {
	  list-style-type: square;
}

.CommunityPortal td.Location div.path {
  color: black;
}
.CommunityPortal td.Location div.path a.pathlink,
.CommunityPortal td.Location div.path a.pathlink:visited {
  color: black;
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/portal_nav_bullet.gif");
}

.CommunityPortal td.Location div.path a.pathlink:hover {
  background-color: inherit;
}

.CommunityPortal td.Navigation {
  border-left: 1px solid #999;
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_nav.gif");
  background-repeat: repeat-x;
  background-color: #ff9900;
}

.CommunityPortal td.Navigation ul li {
	margin-top: .7em;
}

.CommunityPortal td.Navigation ul ul {
	margin-top: .3em;
	background-color: #ff9900;
}

.CommunityPortal td.Navigation ul ul li {
	margin-top: .3em;
}

.CommunityPortal td.Navigation li.Selected a {
	color: black;
}

.CommunityPortal td.Navigation li.Selected a.Target {
	color: white;
}

/*

.CommunityPortal td.Navigation .Target {
	background: #f60;
}

.CommunityPortal td.Navigation li.Target {
	background: #c60;
}

.CommunityPortal td.Navigation li a {
	display: block;
	width: 90%;
}
*/


.CommunityPortal h1,
.CommunityPortal h2,
.CommunityPortal h3,
.CommunityPortal h4,
.CommunityPortal h5,
.CommunityPortal h6 {
  color: #2C76BE;
  font-weight: normal;
}

.CommunityPortal td.TeaserCol p,
.CommunityPortal td.TeaserCol a {
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: -1px;
}

.CommunityPortal td.TeaserCol h1,
.CommunityPortal td.TeaserCol h2,
.CommunityPortal td.TeaserCol h3,
.CommunityPortal td.TeaserCol h4,
.CommunityPortal td.TeaserCol h5,
.CommunityPortal td.TeaserCol h6 {
	line-height: 1.1em;
	letter-spacing: -1px;
}

.CommunityPortal td.TeaserCol ul,
.CommunityPortal td.TeaserCol li {
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: -1px;
  margin-top: 0.5em;
}

.CommunityPortal td.TeaserCol ul {
  padding: 0 0 0 1.2em;
  margin: 0;
}

.CommunityPortal .ContentCol a,
.CommunityPortal .ContentCol a:visited,
.CommunityPortal .GLIStandardPage a,
.CommunityPortal .GLIStandardPage a:visited {
	color: #f90;
	text-decoration: underline;
}
.CommunityPortal .ContentCol a:hover,
.CommunityPortal .GLIStandardPage a:hover {
	color: black;
	background-color: #eee;
	text-decoration: underline;
}

a.CMSExternalTarget,
a.CMSExternalTarget:hover {
	padding-right: 14px;
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/external-link.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

div.GLIStandardPage {
	padding: 20px 15px;
}

.CMSMailForm .label {
	padding-left: 0.5em;
}

.CMSMailForm input,
.CMSMailForm textarea {
	width: 90%;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
    border: 1px solid #666;
    margin-bottom: 1em;
    background: #eee;
}

.CMSMailForm input.submit {
	width: auto;
	border: 1px outset;
	background: #ccc;
}

.CMSMailForm .CMSMailFormCheckbox input {
	width: auto;
	border: inherit;
}

.CMSMailForm .field a {
	position: relative;
	top: -1.5em; left: -1em;
}


.AGGChecked td {
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_checked.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1em;
}

.AGGChecked ul {
	padding: 0 0 0 2em;
 	margin: 0;
}

.AGGChecked strong {
	color: #2C76BE;
}

.BDSGChecked td {
	background-image: url("/bdsgstyles/bg_checked.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1em;
}

.BDSGChecked ul {
	padding: 0 0 0 2em;
 	margin: 0;
}

.BDSGChecked strong {
	color: #2C76BE;
}

table.prices {
	border-collapse: collapse;
	width: 90%;
}

.prices th {
	font-size: 12px;
	border-bottom: 1px solid black;
	padding: 4px 0;
	text-align: left;
}

.prices .numeric {
	text-align: right;
}

.prices td {
	border-bottom: 1px dotted #666;
	padding: 4px 0;
}

div.TeamUserRegistration,
div.GlirariumLogin {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_teaser.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #F1F8FF;
}
div.TeamUserRegistration {
  border: 1px solid #666;
  padding: .5em;
  position: relative;
}


.TeamUserRegistration .noErrorMessage {
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #BAFFC9;
	padding: 10px;
}

.CommunityPortal .ContentCol div.GlirariumLogin a,
.CommunityPortal .ContentCol div.GlirariumLogin a:hover {
	color: black;
}

body.popup .CommunityPortal td.Navigation { 
  color: #f90;
}

.popup div,
.popup td,
.popup p,
.popup li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
} 

.popup li,
.popup p  {
	line-height: 1.5em;
}


.CMSSimpleParagraph {
  margin: 1em 0;
}

div.CMSFeed {
	padding-bottom: 0;
	padding-top: 0;
}

.CMSFeed .CMSFeedHead {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.CMSFeed .CMSFeedHead h1 {
  font-size: 15px;
  font-weight: normal;
  color: #205A86;
}

.CMSFeed .CMSFeedContent {
  background: transparent;
  font-size: 11px;
  padding: 0;
}

.CMSFeed dd {
  margin: 0;
}

div.CMSFeedContent dl dt {
  border-top: 1px solid #ccc;
  margin-top: 4px;
  padding-top: 4px;
  font-weight: normal;
}



/**PROJECT AREA************************************************************************************/

body.Modules .CommunityPortal td.HeaderLeft {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_left_signedin.gif");
}

body.Modules .CommunityPortal td.Navigation ul ul li {
	display: none;
}

body.Modules .CommunityPortal td.Navigation li.Selected a.Selected {
	color: white;
}

body.Modules div.Info {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_teaser.gif");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #F1F8FF;
  border-top: 1px solid #ACD5FF;
  border-right: 1px solid #ACD5FF;
  border-bottom: 1px solid #B0D3DF;
  border-left: 1px solid #B0D3DF;
  padding: 0 8px;
  _width: 100%;
}

body.Modules div.Info p {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/infobullet.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

body.Modules div.Examples {
  background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/examples.gif");
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #ACD5FF;
  margin: 0 1em;
  _width: 100%;
}

body.Modules .CommunityPortal div.Examples ul {
  list-style-type: disc;
}

body.Modules .questionText {
  font-weight: bold;
  border: 1px solid #34679A;
  padding: .5em;
}

body.Modules .questionChoice {
  padding: 0 0 0.5em 0;
  border-bottom: 1px dotted #34679A;
  margin-top: 0.5em;
  clear: left;
}

body.Modules .questionChoiceInput {
  margin-right: 1em;
  float: left;
}

body.Modules div.examinationPosition {
  clear: left;
  text-align: center;
  padding: .5em 0 0 0;
}

body.Modules .examinationNavigation div {
  width: 30%;
  float: left;
}

body.Modules div.examinationNext {
  text-align: right;
}

body.Modules div.questionImage {
  text-align: center;
}

/***** TeamCourseMyCourses styles - added by martinh *****/

body.Modules .TeamCourseMyCourses ul.courses {
	padding: 0;
	margin: 0;
}

body.Modules .TeamCourseMyCourses li.course {
  border: 1px solid #999;
}

body.Modules .TeamCourseMyCourses li.course .header {
  border-bottom: 1px solid #ccc;
}


body.Modules .TeamCourseMyCourses .courses .header {
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_teaser.gif");
  	background-position: bottom left;
  	background-repeat: repeat-x;
  	background-color: #F1F8FF;
	padding: 3px;
	color: #2C76BE;
	font-size: 14px;
}

body.Modules .TeamCourseMyCourses .courses .enter {
	float: right;
	padding: 2px;
}


body.Modules .TeamCourseMyCourses .courses .header a,
body.Modules .TeamCourseMyCourses .courses .header a:visited {
	text-decoration: none;
	color: #2C76BE;
}

body.Modules .TeamCourseMyCourses .courses .header a:hover {
	text-decoration: underline;
	color: #2C76BE;
	background: none;
}

body.Modules .TeamCourseMyCourses .courses .header .enter a,
body.Modules .TeamCourseMyCourses .courses .header .enter a:hover {
	background: none;
	color: #2C76BE;
	text-decoration: underline;
}

body.Modules .TeamCourseMyCourses .course {
	margin: 11px 0;
	list-style-type: none;
}

body.Modules .TeamCourseMyCourses .course ul {
	margin-left: 1em;
	padding-left: 1em;
}

body.Modules .TeamCourseMyCourses .course .row,
body.Modules .TeamCourseMyCourses .course .lastrow {
	margin-bottom: 2px;
	clear: both;
}

body.Modules .TeamCourseMyCourses .course .row {
	margin-top: 5px;
	border-bottom: 1px dotted gray;
}

body.Modules .TeamCourseMyCourses .course .label {
	font-weight: bold;
	float: left;
}

body.Modules .TeamCourseMyCourses .course .field {
	margin-left: 100px;
}

body.Modules .TeamCourseMyCourses .course .lastrow .field {
	background: url(/WO_AGG/theCMS.framework/WebServerResources/browserarrow.gif) no-repeat 0 50%;
	padding-left: 12px;
}

/***** TeamTestRunForCourse styles - added by stefan *****/

body.Modules .TeamTestRunForCourse .generalinfo div {
	margin: 0.5em 0;
}

body.Modules .TeamTestRunForCourse .starter {
	margin: 1em 0 2em 0;
}

body.Modules .TeamTestRunForCourse .errorMessage {
	font-weight: bold;
	color: red;
	margin: 5px 0 5px 0;
}

body.Modules .TeamTestRunForCourse h2 {
	padding: 5px 0 5px 0;
}

body.Modules .TeamTestRunForCourse h3 {
	padding: 5px 0 5px 0;
}

body.Modules .TeamTestRunForCourse .row {
	margin-bottom: 2px;
	clear: both;
	margin-top: 5px;
	border-bottom: 1px dotted gray;
}

body.Modules .TeamTestRunForCourse .lastrow {
	margin: 10px 0 0 0;
	padding-left: 140px;
	clear: both;
}

body.Modules .TeamTestRunForCourse .row .label {
	font-weight: bold;
	float: left;
}

body.Modules .TeamTestRunForCourse .row .detail {
	padding-left: 15px;
}

body.Modules .TeamTestRunForCourse .row .field {
	margin-left: 140px;
}


body.Modules .TeamTestRunForCourse .examination {
	margin: auto;
	width: 500px;
}

body.Modules .TeamTestRunForCourse .questionText {
	margin: 20px 0 10px 0;

	padding: 10px;
	font-weight: bold;
	
	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/bg_teaser.gif");
  	background-position: bottom left;
  	background-repeat: repeat-x;
  	background-color: #F1F8FF;
  	border-top: 1px solid #ACD5FF;
  	border-right: 1px solid #ACD5FF;
  	border-bottom: 1px solid #B0D3DF;
  	border-left: 1px solid #B0D3DF;
}
body.Modules .TeamTestRunForCourse .examination .questionImage{
	padding: 0;
	text-align: center;
}
body.Modules .TeamTestRunForCourse .examination .questionChoices {
	padding: 0;
}

body.Modules .TeamTestRunForCourse .examination .questionChoices .questionChoice {
	padding: 2px 0 6px 0;
	clear:both;
}

body.Modules .TeamTestRunForCourse .examination .questionChoices .questionChoiceInput{
  float:left;
}

body.Modules .resetChoiceButton {
	display: none;
}


body.Modules .TeamTestRunForCourse .examinationPosition {
	text-align: right;
	float: right;
	margin-right: .75em;
	color: #2C76BE;
}

body.Modules .TeamTestRunForCourse .examinationNavigation {

	padding: 10px 0 10px 0;
}

body.Modules .TeamTestRunForCourse .examinationNavigation .examinationPrevious {
	width: 33%;
	float: left;
	text-align: left;
}
 
body.Modules .TeamTestRunForCourse .examinationNavigation .examinationHandIn {
	width: 33%;
	float: left;
	text-align: center;
}

body.Modules .TeamTestRunForCourse .examinationNavigation .examinationNext {
	width: 33%;
	float: left;
	text-align: right;
}

body.Modules .TeamTestRunForCourse .duration {
	display: none;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .legend {
	text-align: right;
	margin-bottom: 0.5em;
	font-size: 10px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetails{  
  margin-bottom:30px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail{
  border: 1px solid black;
  margin-bottom:20px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionNumber {
	font-size: 10px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionText {
  /* margin: 10px 0 5px 0;
  border-top: 1px dotted gray;
  padding: 5px;
  font-weight: bold;
  background: lightgray; */
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoiceScore{
  display: none;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoiceInput{
  display:none;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoice {
	border: 2px solid white;
	padding: 2px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .legend .checked,
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices .checked {
  border: solid 1px #ccd;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .legend .correct,
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices .correct {
  	background-image: url("/WO_AGG/AGGWissen.woa/Contents/WebServerResources/checkmark.gif");
  	background-position: center left;
  	background-repeat: no-repeat;
  	padding-left: 18px;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .legend .correct {
    padding: 2px 0 2px 18px;
}
/*
.TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices .halfcorrect {
  background: #FFD480;
}
*/
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices .halfcorrect,
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices .wrong {
  	padding-left: 18px;
}

body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail {
  padding:10px;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionChoices input {
  display:none;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .questionFeedBack {
  border: 1px outset;
  padding:15px;
  background: #eee;
}
body.Modules .TeamTestRunForCourse .examinationFeedback .questionDetail .clozeQuestionCorrectChoices .correctBlankChoice {
  border: solid 1px #333333;
}
/* Falls Feedback und Content-Link bei richtigen Fragen NICHT angezeigt werden soll!
.TeamTestRunForCourse .examinationFeedback .correct .questionFeedBack ,
.TeamTestRunForCourse .examinationFeedback .correct .contentLink{
  display:none;
}
*/

body.Modules .TeamTestRunForCourse .examinationFeedback .backButton {
	display: none;
}

body.Modules table.feedback {
	width: 100%;
}

body.Modules table.feedback th, table.feedback td {
	text-align: left;
	font-size: 12px;
	padding: 2px 1em 2px 0;
	vertical-align: top;
}

body.Modules .TeamTestRunForCourse .passed {
	background: #2C76BE;
	padding: 2px;
	color: white;
}


body.Modules table.feedback td .failed {
	background: #c00;
	padding: 2px;
	color: white;
}

body.Modules .TeamCourseMyCourses .course .state,
body.Modules .TeamCourseMyCourses .course .result,
body.Modules .TeamCourseMyCourses .course .startdate,
body.Modules .TeamCourseMyCourses .course .enddate {
	display: none;
}

body.Modules .TeamCourseMyCourses .course .statement .label {
	display: none;
}
body.Modules .TeamCourseMyCourses .course .statement .field {
	margin: 0;
}

body.Modules .TeamDocNavigation {
	border-top: 2px solid #2c76be;
}

body.Modules .CommunityPortal .ContentCol .TeamDocNavigation a,
body.Modules .CommunityPortal .GLIStandardPage .TeamDocNavigation a {
	font-size: 12px;
	color: #2c76be;
	text-decoration: none;
}

body.Modules .CommunityPortal .ContentCol .TeamDocNavigation a:hover,
body.Modules .CommunityPortal .GLIStandardPage .TeamDocNavigation a:hover {
	text-decoration: underline;
}


