/**
 * @description		extension ftaquiz styles
 * @project			Frage trifft Antwort
 * @site			frage-trifft-antwort.de
 * @revision		$Revision$
 * @version			$Id$
*/

@media all
{

	/* general styles :: start */
	.ftaquiz.title {
		font-size: 1.1em;
		font-weight: bold;
	}
	#accordion .questionblock {
		/*must be in px to be aligned with h3:*/
		padding: 0.4em 0 0 30px;
		margin-bottom:1em;
	}
	#accordion .questionblock .next.inactive,
	#accordion .questionblock .final.inactive {
		visibility: hidden;
		display:none;
	}
	.ftaquiz.title-hide {
		display:none;
	}
	.ftaquiz.question {
		font-weight: normal;
		color: #555;
	}

	#accordion  h4 {
		font-weight: normal;
		color: #454d48;
		font-style: italic;
		font-size:1em;
	}
	#accordion div.answer {
		margin-bottom:0.8em;
		vertical-align: top;
	}
	#accordion div.answer input {
		width:1.2em;
		height:1.2em;
		float:left;
		vertical-align: top;
		display:inline-block;
		margin-right:0.4em;
		padding-right:0.2em;
	}
	#accordion div.answer label {
		display:inline-block;
		float:left;
		margin-top:-0.1em;
		height:100%;
		width:70%;
	}
	.ftaquiz.question {
		font-weight: normal;
		color: #555;

	}
	.ftaquiz.answer,
	.ftaquiz.answer select  {
		font-size: 0.9em;
		font-weight: normal;
		color: #555;

	}
	.ftaquiz.yesno,
	.ftaquiz.yes,
	.ftaquiz.no {
		font-weight: normal;
	}

	.ftaquiz .results h4 {
		font-weight: bold;
		font-family: Arial, sans-serif;
		color: #454D48;
	}
	.ftaquiz.explanation {

	}
	.ftaquiz .more strong {
		display: block;
	}
	.ftaquiz .more  {
		margin: 0.8em 0;
	}
	.ftaquiz .more  .videoLink {
		margin-bottom: 1.8em;
	}
	.ftaquiz .more  .videoLink > div,
	.ftaquiz .more  .videoLink  > a {
		display:block;
		float:left;
		margin-right:1em;
	}
	.ftaquiz .more  .videoLink h3 {
		display:block;
		float:left;
	}
	.ftaquiz .more  .videoLink  img {
		border:1px solid #AAA;
	}
	.ftaquiz .more  .missingimage {
			width:230px;
			height:100px;
			background: #DDD;
			color:#FFF;
			text-align: center;
			padding-top:30px;
	}


	.ftaquiz.label {
		font-weight: normal;
		color: #555;

	}
	.ftaquiz.field {

		border: 1px solid #B5B5B5;

	}
	.ftaquiz.field:focus {

		border: 1px solid #555;

	}
	.ftaquiz.submit {


		border: 1px solid #555;
	}
	.ftaquiz.reset {


		border: 1px solid #555;
	}
	.ftaquiz.table {
	}
	.ftaquiz.tr {
	}
	.ftaquiz.tr-act {

	}
	.ftaquiz.tr-even {

	}
	.ftaquiz.tr-odd {

	}
	.ftaquiz.caption {
		font-size: 1.1em;
		font-weight: bold;
		padding: 5px;
	}
	.ftaquiz.th {

		padding: 5px;
	}
	.ftaquiz.td {
		padding: 5px;
	}
	.ftaquiz.left {
		float: left;
	}
	.ftaquiz.right {
		float: right;
	}
	#accordion.joker {
		display: none;
	}
	.ftaquiz.details {
		font-weight: normal;
		color: #555;

	}
	.ftaquiz.details_hidden {
		display: none;
		border: 1px dotted #333;
		padding: 4px;
		margin: 4px;
	}
	.ftaquiz.details_item-odd,
	.ftaquiz.details_item-even {
		font-size: 0.9em;
		font-weight: normal;

		padding: 3px;
	}
	.ftaquiz.details_item-odd {
		color: #444;

	}
	.ftaquiz.details_item-even {
		color: #000;

	}
	/* general styles :: end */

	/* quiz form :: start */
	.quizdetail  {
		margin-top:2em;
	}
	.quizdetail button {
		background: url("../../images/layout/formbutton.png") 0 0 no-repeat ;
		text-align: center;
		color:#FFF;
		font-size:1em;
		width:148px;
		height:30px;
		border:none;
		margin:1em 3% 0 0;
		display: inline-block;
	}
	.quizdetail button:hover {
		background-position: 0 -30px;

	}
	.quizdetail.listview h3,
	.quizdetail.listview h3.ui-state-hover {
		 display: block;
		cursor: default;
		font-family: Arial, sans-serif;
		font-size:1.05em;
		font-weight: bold;
		color:#949494;
		padding: 0 0 0 30px;
		height:24px;
		line-height:24px;
		background: url("../../images/layout/openclose.png") 0 0 no-repeat ;
	}
	.quizdetail.listview h3.ui-state-active {
		background-position: 0 -24px;
		color: #222;
	}
	.quizdetail ul li	{
		padding-left:4%;
	}
	/* quiz form :: end */

	/* results :: start */
	.ftaquiz .results div.listbox {
		background: url("../../images/layout/hruler.gif") 0 bottom repeat-x ;
		margin: 0 0 1.5em 2.2em;
		padding: 0 0 1.5em;
	}
	.ftaquiz .results li p.answer.wrong {
		background: url("../../images/layout/wrong.png") no-repeat scroll 0 0 transparent;
		color: #cb1836;
	}
	.ftaquiz .results li p.answer.ok.yours {
		background: url("../../images/layout/ok.png") no-repeat scroll 0 0 transparent;
		color: #7e8c2c;
	}
	.ftaquiz .results li p.answer {
		margin-left: -2.5em;
		padding: 1px 2.5em 3px 2.5em;
		overflow: visible;
	}
	.ftaquiz .results li p {
		margin-bottom: 0.8em;
	}
	.ftaquiz .results li p.title {
		margin-top:0;
		font-style: italic;
	}
	/* results :: end */

	/* reset jquery ui styles :: start */
	#accordion div.questionblock.ui-widget-content,
	#accordion h3:hover {
		border:none;
		background-color:transparent;
	}
	/* reset jquery ui styles :: end */



}
