
/* exercise
--------------------------------------------- */
.ExerciseMod{
	margin: 0 0 2em 0;
}
.ExerciseMod table thead th{
	padding: 4px 3px;
	text-align: left;
		border-bottom: 5px solid #DDDDDD;
		font-size: 11px;
}
.ExerciseMod table {
border-collapse:collapse;
font-size:12px;
margin:10px 0;
width:740px;
}
.ExerciseMod table span.SaveOrder{
	 margin-right: 16px;
}
.ExerciseMod table span.SaveOrder a{
	color: #4C791F;
	text-decoration: none;
}
.ExerciseMod table span.SaveOrder a:hover{
	color: #E1021D;
	text-decoration: underline;
}

.ExerciseMod table td{
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 2px;
}
.ExerciseMod table th.CellCenter{
	text-align: center;
}
.ExerciseMod table td.CellCenter a
{
	margin:0 auto
}

.ExerciseMod table td.LastCell,
.ExerciseMod table td.CenterCell{
 text-align: center;
 }
 .ExerciseMod table td.CellIndent{
 padding-left: 20px;
 }

.ExerciseMod table td.Order input{
 margin-right: 35px;
 color: #4C791F;
 } 

.ExerciseMod table td.Order span.First{
 margin-left:20px;
 } 
 .ExerciseMod table td.Order span {
 	width: 20px;
 }


 
.ExerciseMod h1{
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 1.2em 0 0.4em 0;
}
.ExerciseMod p.{
	margin: 0.6em 0 0.6em 0;
}
.Exercise div.sentence{
	margin: 1.2em 0 0.3em 0;
	font-size: 12px;
	line-height: 140%;
}
.Exercise div.sentence span.Numer{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-family: Constantia, Georgia, "Palatino Linotype", "Bookman Old Style", "Bookman Antiqua", "Times New Roman", Times,serif;
}



a.unchecked {
background-image: url(../images/layout/unchecked.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
width: 20px;
height: 20px; 
text-decoration: none; 
}
a.unchecked_disable{
	background-image: url(../images/layout/unchecked_disable.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
width: 20px;
height: 20px; 
text-decoration: none; 
}
a:hover.unchecked {
background-position: -20px 0;
} 
a.checked_unproperly{
	background-position: -40px 0;
	background-image: url(../images/layout/unchecked.gif);
background-repeat: no-repeat;
background-position: -40px 0px;
display: block;
width: 20px;
height: 20px; 
text-decoration: none; 
}
a.checked {
background-image: url(../images/layout/unchecked.gif);
background-repeat: no-repeat;
background-position: -20px 0px;
display: block;
width: 20px;
height: 20px; 
text-decoration: none; 
}
.ExerciseMod table td.properly{
	color: #007D01;
	padding-left: 25px;
	background-image: url(../images/layout/result_yes.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
.ExerciseMod table td.unproperly{
	color: #E30000;
	padding-left: 25px;
	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	text-decoration: blink; 
}
.ExerciseMod table td.unproperly span /* blink efekt dla IE */
{
 visibility: expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");
}
.Exercise  span.EmptyPlace{
   padding-left: 2em;
	padding-right: 2em;
	border-bottom: 2px dotted #999;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #F4F4F4;

}
.Exercise ul.checklist {
	margin: 0.8em 0 0 0em;
	padding: 0;
	font-size: 12px;
	list-style-type: none;

}
.Exercise ul.checklist a{
	color: #0A0A0A;
	padding-left: 2.2em;
	margin: 0;
	background-image: url(../images/layout/choice_exercise.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 170%;
}
.Exercise ul li{
margin:0;
padding: 0;
	}
.Exercise ul,
.Exercise ol {
	margin:0.7em 0 0.7em 2em;
}

.Exercise ul.checklist a:hover
{	color: #336600;
	background-position: 0 -30px;
}
.ExerciseMod div.properly{
	color: #007D01;
	padding-left: 25px;
	background-image: url(../images/layout/result_yes.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 20px;
}
.ExerciseMod h4.MessageProperly{
	color: #007D01;
	padding-left: 23px;
	background-image: url(../images/layout/result_yes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
min-height: 20px;
	margin: 0.8em 0 0.6em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.ExerciseMod h4.MessageUnproperly{
	color: #E30000;
	padding-left: 23px;
	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
min-height: 20px;
	margin: 0.8em 0 0.6em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: blink; 
}
.ExerciseMod h4.MessageUnproperly span /* blink efekt dla IE */
{
 visibility: expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");
}

.ExerciseMod div.unproperly{
	color: #E30000;
	padding-left: 25px;
	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 20px;
}

span.EmptyPlaceProperly{
	font-weight: bold;
}
span.EmptyPlaceUnProperly
{
	text-decoration: blink; 
	font-weight: bold;
}
.ExerciseMod span.EmptyPlaceUnProperly /* blink efekt dla IE */
{
 visibility: expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");
}

.ExerciseMod div.unproperly{
	color: #E30000;
	padding-left: 25px;
	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 20px;
}
.ExerciseMod div.properly-unproperly{
	color: #444;
	padding-left: 25px;
	background-image: url(../images/layout/result_mix.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	min-height: 20px;
}
span.EmptyPlaceProperly{
	font-weight: bold;
	text-decoration: none!important;
	color: #007D01!important;
}
span.EmptyPlaceUnProperly
{
	text-decoration: blink; 
	font-weight: bold;
	color: #E30000!important;
}


.Exercise ul a.choice_properly{
	color: #007D01;
	background-image: url(../images/layout/choice_exercise.gif);
	background-repeat: no-repeat;
		background-position: 0 -30px;
		text-decoration: none;
}
.Exercise ul a.choice_unproperly{
		color: #E30000;
	background-image: url(../images/layout/choice_exercise.gif);
	background-repeat: no-repeat;
		background-position: 0 -60px;
		text-decoration: none;
}
.Exercise ul a.choice_disable{
	background-image: url(../images/layout/unchecked_disable.gif);
	background-repeat: no-repeat;
		background-position: 0 -3px;
		text-decoration: none;
}
.Exercise ul a.choice_disable:hover{
		background-position: 0 -3px;
		text-decoration: none;
		color: #0A0A0A;
}
.Exercise ul li.FirstItem
{
		font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-family: Constantia, Georgia, "Palatino Linotype", "Bookman Old Style", "Bookman Antiqua", "Times New Roman", Times,serif;
	padding-bottom: 0.3em;
}

.Exercise .column_1{
	  float: left;
     width: 170px;
	  padding: 0;
padding-bottom: 1em;

}
.Exercise .column_2{
float: left;
padding-bottom: 1em;
     width: 170px;
}
.Exercise .column_3{
float: left;
padding-bottom: 1em;
     width: 170px;
}
.Exercise .column_4{
float: left;
padding-bottom: 1em;
     width: 170px;
}
.Exercise .column_5,
.Exercise .column_6,
.Exercise .column_7,
.Exercise .column_8,
.Exercise .column_9,
.Exercise .column_10,
.Exercise .column_11,
.Exercise .column_12{
float: left;
padding-bottom: 1em;
     width: 170px;
}
.Exercise .column_1 ul li,
.Exercise .column_2 ul li,
.Exercise .column_3 ul li,
.Exercise .column_4 ul li,

.Exercise .column_5 ul li,
.Exercise .column_6 ul li,
.Exercise .column_7 ul li,
.Exercise .column_8 ul li,
.Exercise .column_9 ul li,
.Exercise .column_10 ul li,
.Exercise .column_11 ul li,
.Exercise .column_12 ul li{
	padding: 5px 0;
}
.Exercise .column_1 ul label,
.Exercise .column_2 ul label,
.Exercise .column_3 ul label,
.Exercise .column_4 ul label,
.Exercise .column_5 ul label,
.Exercise .column_6 ul label,
.Exercise .column_7 ul label,
.Exercise .column_8 ul label,
.Exercise .column_9 ul label,
.Exercise .column_10 ul label,
.Exercise .column_11 ul label,
.Exercise .column_12 ul label{
 margin-left: 5px;
 cursor: pointer;
}
/* typ 1.6 */
.Exercise input.SetOrder {
	width: 36px;
	text-align: center;
	border:1px solid silver;
font-size:12px;
}
.Exercise ul.dialogue{
	 list-style-type: circle;
	 margin-left: 1.5em;
}
.Exercise ul.dialogue li {
	padding: 0.2em 0;
}
/* typ 1.8 */
 ul.OrderedSentence_properly li, ul.OrderedSentence_unproperly li{
	display: inline;
	padding-right: 0.6em;
}
 ul.OrderedSentence li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 0.6em;
}
   ul.OrderedSentence li:last-child
    {
       border-right:  none;
    }

ul.OrderedSentence{
  margin: 1.8em 0 1.2em 0;
  border-left: 6px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width:670px;
  padding: 8px 5px 8px 10px;
}
ul.OrderedSentence_properly{
  margin: 1.8em 0 1.2em 0;
  border-left: 6px solid #007D01;
  border-top: 1px solid #007D01;
  border-right: 1px solid #007D01;
  border-bottom: 1px solid #007D01;
  width:650px;
  color: #007D01;
  padding: 5px 5px 5px 30px;
  	background-image: url(../images/layout/result_yes.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
ul.OrderedSentence_unproperly{
  margin: 1.8em 0 1.2em 0;
  border-left: 6px solid #E30000;
  border-top: 1px solid #E30000;
  border-right: 1px solid #E30000;
  border-bottom: 1px solid #E30000;
  width:650px;
  color: #E30000;
  padding: 5px 5px 5px 30px;
  	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
ul.OrderedSentence li.WordEmpty{
	padding: 0 6em;
	border-bottom: 2px dotted #999;
	margin-right: 1.6em;
}

/* typ 1.7 */
.Exercise ul.selectlist {
font-size:12px;
list-style-type:none;
margin:0.8em 0 0.4em 0;
padding:0;
}
.Exercise ul.selectlist select {
width:160px;
}

.Exercise ul.itemlist {
	margin: 0.2em  10px 0 0em;
	padding: 0.3em 0.3em 0.5em 0.3em;
	font-size: 12px;
	list-style-type: none;
}
.Exercise ul.itemlist li{
	padding: 0.18em 0;
}
.Exercise ul.itemlist a{
	color: #060606;
}
.Exercise ul.green
{
	background-color: #A6DBA6;
}
.Exercise ul.yellow
{
	background-color: #FFFF91;
}
.Exercise ul.blue
{
	background-color: #91D3E9;
}
.Exercise ul.OrderedWords li{
	display: inline;
	padding-right: 0.4em;
}
.Exercise ul.OrderedWords{
  margin: 1em 0 1.0em 0;
  padding: 8px 5px 8px 0px;
  font-size: 12px;
}
.Exercise ul.OrderedWords li.WordEmpty span{
	background-color: #F0F0F0;
	padding: 0.2em 4em;
	border-bottom: 2px dotted #999;
}
.Exercise ul.OrderedWords span.green  {
	background-color: #A6DBA6;
	padding: 0.2em 1em;
	border-bottom: 2px solid  #A6DBA6;
}
.Exercise ul.OrderedWords span.yellow  {
	background-color: #FFFF91;
	padding: 0.2em 1em;
	border-bottom: 2px solid  #FFFF91;
}
.Exercise ul.OrderedWords span.blue  {
	background-color: #91D3E9;
	padding: 0.2em 1em;
	border-bottom: 2px solid  #91D3E9;
}

.Exercise ul.OrderedWords li.btn_clear{
	margin-left: 3em;
	background-image: url(../images/layout/btn_clear.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px 0 4px 28px;
}
.Exercise ul.OrderedWords li.btn_confirm{
	margin-left: 1.5em;
	background-image: url(../images/layout/btn_confirm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px 0 4px 28px;
}
.Exercise ul.OrderedWords a{
	color: #0A0A0A;
		text-decoration: none;
}
.Exercise ul.OrderedWords a:hover{
	text-decoration: underline;
}

ul.green .WordHide {
 color: #59BB59;
}
ul.yellow .WordHide
{
	color: #C6C600;
}
ul.blue .WordHide
{
	color: #2BAAD5;
}
.Exercise ul.ConfirmSentence{
	  margin: 1.8em 0 1.2em 0;
  border-left: 6px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width:670px;
  padding: 8px 5px 8px 10px;
  list-style-type: none;
}
.Exercise ul.ConfirmSentence li{
	padding: 0.2em 0;
}
.Exercise ul.ConfirmSentence li.properly{
	background-image: url(../images/layout/result_yes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 0 4px 25px;
	color: #007D01;
}
.Exercise ul.ConfirmSentence li.unproperly{
	background-image: url(../images/layout/result_no.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 0 4px 25px;
	color: #E30000;
}


span.SelectItem{
	width: 10em;
	display: block;
	float: left;
	font-weight: bold;
}

/* sprawdz test */
#CheckTest{
	margin-bottom: 2em;
}
a.button {
    background: transparent url('../images/layout/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/layout/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 38px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 38px; /* push text down 1px */
} 

/* tabele wynikow - punktacja */
.ExerciseMod .ResultExercise{
	border-collapse: collapse;
	width: auto;
   float: right;
	margin-top: -0.5em;
}
.ExerciseMod table.ResultExercise td{
	border: 1px solid #B7B7B7;
	padding:1px 8px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #00468C
}
.ExerciseMod table.ResultExercise thead th {
	padding:1px 8px;
text-align:center;
border-bottom: none;
width: 50%;
background-color: #B7B7B7;
color: #FFF;
	border: 1px solid #B7B7B7;
	font-weight: normal;
	font-size: 11px;
}
/* tabele wynikow - zbiorcza punktacja */
#ResultAllExercisesTable{
	float: right;
	padding-bottom: 2em;
}
.ResultAllExercises{
	border-collapse: collapse;
	width: auto;

}
table.ResultAllExercises td{
	border: 2px solid #00468C;
	padding:2px 12px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #00468C
}
table.ResultAllExercises thead th {
	padding:2px 12px;
text-align:center;
border-bottom: none;
background-color: #00468C;
color: #FBFBFB;
	border: 2px solid #00468C;
	font-weight: normal;
	font-size: 11px;
}
/* tabele wynikow - globalnie */

.ResultExercises{
	border-collapse: collapse;
	width: 100%;

}
.ResultExercises caption{
	text-align: left;
	padding: 1.2em 0 0.4em 0;
	color: #00468C;
font-weight: bold;
}
table.ResultExercises td{
	border: 2px solid #00468C;
	padding:2px 12px;
	text-align:center;
	font-size:12px;
	color: #00468C
}
table.ResultExercises thead th {
	padding:2px 12px;
text-align:center;
border-bottom: none;
background-color: #00468C;
color: #FBFBFB;
	border: 2px solid #00468C;
	font-weight: normal;
	font-size: 11px;
}
#certyfikat{
	margin: 15px 0 10px 0;

}
#certyfikat .print
{
	padding: 7px 0 10px 40px;
	background-image: url(../images/layout/certyfikat.gif);
	background-repeat: no-repeat;
	margin-top: 10px;

}
#certyfikat .print a{
	font-size: 18px;
	color: #00468C;
	text-decoration: none;
}
#certyfikat .print  a:hover{
	text-decoration: underline;
}