/* courseInterface */


table {
	font-size: inherit;
}

body {
	font: 13px 'robotoregular', sans-serif;
}

/* font style */
a.ci_navi, a.ci_naviText {
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
}

a.ci_structureLink {
	font-family:'robotoregular', sans-serif;
	color: #000000;
	font-size:10px;
	font-weight: normal;
}

a.ci_docLinkLink {
	font-family:'robotoregular', sans-serif;
	color: #000000;
	font-size:12px;
	font-weight: normal;
	cursor: pointer;
}

.ci_structurenumber {
	font-family:'robotoregular', sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: bold;
}

.ci_structureLink {
	font-family: 'robotoregular', sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.ci_structureLinkAct {
	font-family:'robotoregular', sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

.ci_siteTitel {
	font-family:'robotoregular', sans-serif;
	color: #333333;
	font-size:20px;
	text-align: center;
}

.ci_navi_background {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #AA2A29;
}

.ci_navi_background_prev {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	background-color: #AA2A29;
}

.ci_naviText {
	font-family:'robotoregular', sans-serif;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.ci_contact_table_text {
	font-family:'robotoregular', sans-serif;
	font-size:11px;
	height:30px;
	text-align:left;
}

.ci_navi {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 150px;
	text-align: center;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
}

.ci_navi_end {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 150px;
	text-align: center;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
}

.ci_naviActive {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 150px;
	text-align: center;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	background-color: #C26766;
}

.ci_navi:hover {
	background-color: #C26766;
}

/* ci_button */
.ci_button {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	text-align:center;
	border-width:1px;
	border-style:outset;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	font-weight:bold;
	background:#AA2A29;
	cursor:pointer;
	padding:0px 8px 0px 8px;
	color: #FFFFFF;
}
a.ci_button:link {
	text-decoration: none;
}

a.ci_button:hover {
	text-decoration: none;
}

a.ci_button:active {
	border-color: black white white black;
}

.ci_selected_true, .ci_selected_false {
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
.ci_selected_true {
	background-image:url(../../images/courseInterface/done.gif);
}

.ci_selected_false {
	background-image:url(../../images/courseInterface/not_done.gif);
}

.ci_tableStructure {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	border-bottom: 1px solid white;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.ci_tableStructureLeft {
	height: 20px;
	text-align: left;
	vertical-align: middle;
}

.ci_tableStructureLection {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	background-color: #E5E5E5;
	border-bottom: 1px solid white;
	height: 20px;
	vertical-align: middle;
}

.ci_tableStructureLection td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.uppercase {
	text-transform: uppercase;
}

.ci_tableStructureSite {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	background-color: #F2F1F1;
	border-bottom: 1px solid white;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.ci_tableStructureSiteAct {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 1px solid white;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

a.ci_button2 {
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, 'robotoregular', sans-serif;
	margin: 2px 2px 2px 2px;
	padding: 0px 4px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	min-height: 16px;
	height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

a.ci_button2:link {
	text-decoration: none;
}

a.ci_button2:hover {
	text-decoration: none;
}

a.ci_button2:active {
	border-color: black white white black;
}

.ci_button_next_prev {
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #AA2A29;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, 'robotoregular', sans-serif;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	/* margin: 2px 2px 2px 2px; */
	padding: 0px 0px;
	text-align: center;
	/* height: 16px; */
	text-transform: uppercase;
	text-decoration: none;
}

.ci_text_prev {
	font-family: verdana, 'robotoregular', sans-serif;
	font-size: 9px;
}

.ci_text_prev_head {
	font-family: verdana, 'robotoregular', sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.ci_text_prev_small {
	font-family: verdana, 'robotoregular', sans-serif;
	font-size: 7px;
}

.ci_componentFooterNavi{
	font-weight: bold;
}

.ci_fileStyle {
	font-size: 10px;
	color: #666666;

}

a.ci_buttonExam {
	vertical-align: top;
	color: #FFFFFF;
	background-color: #AA2A29;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, 'robotoregular', sans-serif;
	margin: 2px 2px 2px 2px;
	padding: 2px 4px;
	text-align: center;
	min-width: 75px;
	min-height: 16px;
	height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
}
a.ci_buttonExam:active {
	border-color: black white white black;
}



textarea {
	font-size: 11px;
	font-family: 'robotoregular', sans-serif;
	width: 300px;
	height: 200px;
	border: 1px solid #000000;
}


select {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.ci_inputContent {
	font-family:'robotoregular', sans-serif;
	width: 300px;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.ci_errorStyleText {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
}

.ci_successfulStyleText {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E855A;
}


.ci_inputContent {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #336666;
}

.ci_errorStyle {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	border: 1px solid #FF6600;
	width: 400px;
	background-color: #ffffff;
}

.ci_whiteTable {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border-width: 0px;
	padding: 1px;
	padding-left: 5px;
}
.ci_contactTextArea {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #336666;
}

.ci_errorContactTextArea {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #FF6600;
}
.ci_exam_table {
	font-family:'robotoregular', sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.ci_tableStructureSiteNoBG {
	font-family:'robotoregular', sans-serif;
	font-size: 11px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.ci_question_text {
	font-family:'robotoregular', sans-serif;
	font-size:12px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.ci_answer_text {
	font-family:'robotoregular', sans-serif;
	font-size:12px;
	vertical-align: top;
	background-color: #F2F1F1;
	padding: 5px;
}



.ci_question_image {
	text-align: left;
	vertical-align: top;
}

.ci_answer_image {
	text-align: left;
	vertical-align: top;
	width: 94px;
	height: 94px;
}

.ci_template_image {
	text-align: center;
	vertical-align: top;
}
.ci_template_image img {
	vertical-align:bottom
}

.ci_radio {
	width: 13px;
	height: 13px;
	border: 0px;
	border-width: 0px;
	background-color: #ffffff;
}

.ci_radio_g {
	width: 13px;
	height: 13px;
	border: 0px;
	border-width: 0px;
	background-color: #F2F1F1;
}
.ci_imageTitle {
	margin-top: 3px;
	padding-top: 3px;
	font-family:'robotoregular', sans-serif;
	font-size: 12px;
	color: #666666;
}

.ci_Att {
	font-family:'robotoregular', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.ci_fileStyle {
	font-family: 'robotoregular', sans-serif;
	font-size: 10px;
	color: #666666;
}

/* Lupen-Funktion */
.ci_imageBig {
	visibility: hidden;
	z-index: 5;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #F2F1F1;
}
/* Das Vorschaubild klappt linksb�ndig auf */
.ci_imageBig_right {
	right: 0px;
}

/* Styles fuer Bilder in den Inhaltstemplates */

.ci_contentImageLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}

.ci_contentImageRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
}

.ci_designColorInput {
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	height: 18px;
	width: 60px;
}

.ci_designColorFieldTable {
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	width: 18px;
	height: 18px;
}

.ci_designFontColor {
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #336666;
	text-align: left;
	padding-left: 5px;
}

.ci_designTable {
	background-color: #D5E7E7;
}

.ci_designTableWhite {
	background-color: #FFFFFF;
}

.ci_naviButton {
	background: none;
}
#naviButtonNextTop a ,
#naviButtonExamTop a,
#naviButtonInterviewTop a
{
	background: url(/academymaker/images/am20/trainingUISprite.gif) -149px 1px no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	cursor: pointer;
}
#naviButtonPrevTop a {
	background: url(/academymaker/images/am20/trainingUISprite.gif) -99px 1px no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.ci_naviButtonTop_Prev {
	background-color: #336666;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, 'robotoregular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.ci_naviButtonBot_Prev {
	background-color: #336666;
	border-color: #336666;
	border-width: 1px;
	border-style: solid;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, 'robotoregular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.ci_naviHeadSpacing_Prev, .ci_naviHeadSpacingActive_Prev {
	background-color: #FFFFFF;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}

.ci_naviHeadSpacing, .ci_naviHeadSpacingActive {
	background-color: #FFFFFF;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

.ci_naviHeadSpacingNoLeft {
	background-color: #FFFFFF;
}

.ci_naviHeadSpacingNoLeft_Prev {
	background-color: #FFFFFF;
}

.ci_naviHeadText_Prev {
	font-family:'robotoregular', sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
}

.ci_naviHeadText {
	font-family:'robotoregular', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
}

/* 8 */
.ci_buttonText {
	font-family: verdana, 'robotoregular', sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

/* No. 9 */
.ci_naviHeaderBg {
	background-color: #0000B7;
}

/* No. 10 */
.ci_logoBgColor {
	background-color: #FFFF00;
}

/* No. 11 */
.ci_naviHeaderLogoText_Prev {
	font-family:'robotoregular', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	color: #FFFFFF;
}

/* 12 */
.ci_progressBarBgColor {
	background-color: #999999;
}

.ci_naviHeaderLogoText {
	font-family:'robotoregular', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	color: #FFFFFF;
}

.ci_toolbar {
	width: 100%;
	height: 30px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.ci_headlineTextLink {
	font-family: 'robotoregular', sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.ci_normalTextWithPadding30 {
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 30px;
}

/* Modul 'Erweiterte Pruefungen' */
/* PrüfungsBox */
.ci_extended_exam_box_headline {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

.ci_extended_exam_box_padding_5_left {
	padding-left: 5px;
	text-align: left;
}

.ci_extended_exam_box_normal_text {
	font-size: 11px;
	font-weight: normal;	
}

.ci_extended_exam_box_padding_10_right {
	text-align: right;
	padding-right: 10px;
}



.ci_extended_exam_headline {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
}

.ci_extended_exam_big_headline {
	font-size: 11pt;
	font-weight: bold;
}

.ci_extended_exam_normal_text {
	font-size: 12px;
	font-weight: normal;	
	padding: 5px;	
}

.ci_extended_exam_normal_text:hover {
	font-size: 12px;
	font-weight: normal;	
}

.ci_extended_exam_padding_5_left {
	padding-left: 5px;
	text-align: left;
}

.ci_extended_exam_padding_10_right {
	text-align: right;
	padding-right: 10px;
}

.ci_extended_exam_prozess_bar_td {
	padding-left: 5;
	padding-right: 10px;
}

.ci_extended_exam_prozess_bar {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.ci_extended_exam_prozess_bar_td .ci_extended_exam_prozess_bar_filled {
	background-color: #999999;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.ci_extended_exam_preSite_table {
	margin-top: 50px;
}

.ci_extended_exam_preSite_big_numbers {
	font-size: 20;
	font-weight: bold;
}

.visibleForPrint {
	display: none;
}

.marginForPicTextCombination {
	margin-top: 10px;
}

/* Styles fuer die Infoboxen bei Fragen im Inhaltsteil.*/
.infoboxText {
	font-family: 'robotoregular', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: black;
	text-decoration: none;
	/*height: 18px;*/
	vertical-align: middle;
	/*
	padding-top: 5px;
	padding-bottom: 3px;
	*/
}

.infoboxTextAnswers {
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	height: 18px;
	vertical-align: middle;
	/*
	padding-top: 5px;
	padding-bottom: 3px;*/
}


.tableListBlueWithoutPadding { 
	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	/*padding-left: 10px;*/
	/* background-color: #d5e7e7;*/
	height: 22px;
	padding: 1px;
	/*padding-left: 5px;*/
	color: #336666;
	border: 0px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../../images/extended_exam/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../../images/extended_exam/radio.png) no-repeat ;
	display: block;
	clear: left;
	float: left;
	
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px 'robotoregular',sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.answer_box {
	height: 50px; 
	background-color: #F2F1F1;
	font-size: 12px;
	font-family: 'robotoregular', sans-serif;
	vertical-align: middle;
}

.answer_box_hover {
	height: 50px; 
	background-color: #DFDDDD;
	font-size: 12px;
	cursor: pointer;
	font-family: 'robotoregular', sans-serif;
	vertical-align: middle;
}

.answer_illustration_container {
	position:fixed; 
	top: 50%;
 	left: 50%;
	width: 700px; 
	background-color: #FFFFFF; 
	display: none;
	z-index: 8000;  
	border: 1px #cccccc solid; 
	overflow-y:auto;
	margin-left: -350px;
}


* html .answer_illustration_container {
	position: absolute;
	margin-top: expression(0 + (this.offsetHeight ? 0 : 0) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.transparent_fake_class {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

#tcContentContainer {
	width: 970px;
	position: relative; 
}

#tcContentContainer #generalContentDiv {
	zoom: 1; 
}

.noneFullscreen #generalContentDiv {
	padding-left: 300px;
	border-left: 1px solid #fff;
}


.naviBoxTc {
	position: absolute; 
	left: 0px; 
	top: 1px;
	width: 300px;
	z-index: 5000;
}

table {border-collapse: collapse;}


.naviBoxTc table td {border: inherit;}



.contentPageDiv {zoom:1;}
.treeNodeIcon {
	text-decoration: none; 
	background: url(/academymaker/images/am20/trainingUISprite.gif) 2px 3px no-repeat;
	padding: 1px 5px; 
} 
.ci_tree {text-decoration: none; cursor: pointer;}
.treeNodeOpen .treeNodeIcon {background-position: 2px -22px;}

.ci_tableStructureSiteAct td table td a {text-decoration: none; font-weight: bold;}

.iconPlaceholder a {text-decoration: none;}
.iconPlaceholder span {
	background-image: url(/academymaker/images/am20/trainingUISprite.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: 3px;
	}
.iconExamNotPassed {
	background-position: 0px -100px;
}
.iconExamPassed {
	background-position: 0px -125px;
}
.iconExamFailed {
	background-position: 0px -150px;
}
.iconInterviewPass {
	background-position: 0px -175px;
}
.iconInterviewPassed {
	background-position: 0px -200px;
}
.iconPlaceholder .iconTrainingNotDone {
	background: url(/academymaker/images/am20/trainingUISprite.gif) 0px -50px no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
}
.iconPlaceholder .iconTrainingDone {
	background: url(/academymaker/images/am20/trainingUISprite.gif) 0px -75px no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
}
 
.treeStructureIcon a {
	background: url(/academymaker/images/am20/trainingUISprite.gif) -100px -200px no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
}

.buttonPrevBottom span {
	padding: 1px;
	display: inline-block;
}
.buttonPrevBottom span a {
	background: url(/academymaker/images/am20/trainingUISprite.gif) -100px -50px no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
}
.buttonNextBottom span {
	padding: 1px;
	display: inline-block;
}
.buttonNextBottom span a {
	background: url(/academymaker/images/am20/trainingUISprite.gif) -150px -50px no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
}

.helpButtonNavi {
	padding: 1px;
	display: inline-block;
}
.helpButtonNavi a {
	font-size: 17px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
}


.printView {
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-decoration: none;
	background: url(/academymaker/images/am20/trainingUISprite.gif) -100px -125px no-repeat;
}


.linksAndSoundClass h3 {
	display: block;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    border-top: 1px solid #d9d9da;
    background-color: #f7f7f7;
    font-size: 12px;
    margin: 0;
}
.ci_tableStructureSiteNoBG td {border-right: 2px solid #fff; border-bottom: 2px solid #fff; }
.ci_tableStructureSiteNoBG td table td{border: 0; }
.answer_box {border-right: 2px solid #fff; border-bottom: 2px solid #fff; }
.answer_box_hover {border-right: 2px solid #fff; border-bottom: 2px solid #fff; }
.ci_button2, input.ci_button2 {
	font-size: 12px;
	text-align:center;
	border: 0;
	padding: 2px 5px;
	font-weight:bold;
	background:#888;
	cursor:pointer;
	color: #FFFFFF;
	margin-top:5px;
	font-family: 'robotoregular', sans-serif;
	height: inherit;
}

#linksAndSoundArea {padding:10px; }


.answer_box input {margin: 0 7px}
.answer_box_hover input {margin: 0 7px}

.installFlashAdvice {
	padding: 100px 0;
	text-align: center
}
.installFlashAdvice div {
	background: url(/academymaker/images/am20/installFlashAdvice.gif) top left no-repeat;
	height: 250px;
	width: 325px;
	text-align: center;
	display: inline-block;
}
.installFlashAdvice h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 135px 0 20px ;
}
.installFlashAdvice p {
	font-weight: 12px;
	color: #555;
}
.infoWrongPopup {
	z-index: 70; 
	left: 20px; 
	top: 3px; 
	position:absolute; 
	visibility: hidden; 
	height:100%; 
	vertical-align: middle; 
	display: table; 
	background-color: white; 
	border:1px solid #888;
	vertical-align: middle;
	padding-right:10px;
}

.infoRightPopup {
	visibility: hidden; 
	z-index: 70; 
	left: 20px; 
	top: 3px; 
	position: relative;
	height:100%; 
	vertical-align: middle; 
	display: table; 
	background-color: white; 
	border:1px solid #888;
	vertical-align: middle;
	
}

.infoAnswersPopup {
	z-index: 70; 
	left: 20px; 
	top: 3px; 
	position:absolute; 
	visibility: hidden; 
	height:100%; 
	vertical-align: middle; 
	display: table; 
	background-color: white; 
	border:1px solid #888;
	vertical-align: middle;
	padding-right:10px;
}
