﻿/* file: part 4 */

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

/*Used in pt for examples in small type within ordinary text blocks.*/

.sampleInText, p .sampleInText, .list .label .sampleInText {
	font-size:8pt;
	color: #3971BC;
}

#numeracao .list{
	margin-top: 0px;
}

#numeracao .list .label{
	margin-bottom: 0px;
}


/*Used in pl for examples within text.*/
.blueText, p .blueText, .list .label .blueText {
	color: #3971BC;
	font-style:italic;
}

.blueText .noItalic, p .blueText.noItalic, .list .label .blueText.noItalic {
	font-style:normal;
}

/*Fixes a problem with the second paragraph in list items, where the first line 
is not properly aligned, e.g. fi-4100100, fr-4100200, etc. */

.list .label{
	width:99%;
	text-indent:0;
	padding-left:0;
}

/*Used for "Excepções:" in pt and "Exceptions:" in fr, e.g. pt-4100303, fr-4100300.*/
.exception {
	 padding:0;
	 margin-top:10px;
	 margin-bottom:20px;
	 height:auto;
}

td .exception{
	 margin-bottom:0;
}

.exception .nbTitle {
		width:6.5em;
		font-style:italic;	
}

.exception .nbContent {
	margin-left:6.7em;
}

blockquote td.wide{
	padding-right:40px;
}


/*Used in fr-4100200*/
blockquote table.white td.fontSmaller{
	font-size:7pt;
	line-height: 1.4em;
}

blockquote th{
	color:#3971BC;
}

table#majuscules td.col1{
	padding:0 10px 15px 0;
}

table#majuscules td.col2{
	padding:0 0 15px 10px;
}


/*Used in da-4100300 and fr-4100300*/

table#indledning, #prefixes table{
	border:0;
	margin:0;
	padding:0;
	border-collapse: collapse;
}

table#indledning td{
	padding:0 5px 20px 0;
}


/**/
.white th{
	padding: 10px 15px 10px 0;
	font-size: 8.5pt;
}

table.white .list .label {
	margin: 0;
}

/*Used in fr-4100300*/

#prefixes p.heading {
	font-weight:bold;
	margin-bottom:12px;
}

#prefixes .label {
	text-indent:0;
}

#prefixes .label .list .bullet{
	width:1.5em;
}

#prefixes .label .list{
	margin-bottom:0;
	padding-bottom:0;
}

#prefixes td{
	font-size:8pt;
	padding:0;
	color: #3971BC;
}

#prefixes .label td{
	padding-top:0;
}

#prefixes td.col1{
	font-size:12px;
	padding-right:15px;
	width:298px;
	color: #000000;
}

#prefixes .label td.col1{
	width:270px;
}

#prefixes .label .list .label td.col1{
	width:250px;
}

#prefixes .nbContainer, #prefixes .exception {
	clear:both;
	margin-top:12px;
}

/*Used in en-4100300en.*/
#trickyPlurals, #interference {
	margin-top:20px;
	margin-left:30px;
	text-align:left;
	font-size:8.5pt;
	width:400px;
}

#trickyPlurals th, #interference th {
	padding-bottom:10px;
	font-size:9pt;
}


/*Used in cs-4100700.*/
.tdwhiteborder#tableZkratky{ 
	margin-top:12px; 
	margin-bottom:12px;
	width:480px;
}

.fontCorrect {
	font-family:"Arial Unicode MS";
	font-size: 18px;
	color: #009900;
}

.fontWrong {
	font-family:"Arial Unicode MS";
	font-size: 18px;
	color: #FF0000;
}

/* Used in pt-4100100pt*/
#ptexamples td.col1{
	width:146px;
}

#ptexamples p{
	margin-bottom:0.6em;
}

#ptexamples tr.lastrow p.bottom_0{
	margin-bottom:0em;
}


@media print{

.sampleInText, p .sampleInText, .list .label .sampleInText {
	font-size:9pt;
	color: #3971BC;
}

.list .bullet{
	width:1.9em;
}

table.white .list .label {
	padding-left:3px;
	text-indent:-3px;
}

#maincontent .exception .nbContent{
	margin-left:5em;
}

table#indledning td{
	font-size:12pt;
}

#prefixes td{
	font-size:9pt;
	color:#284B86;
}

#prefixes td.col1{
	font-size:11pt;
	width:288px;
}

#prefixes .label td.col1{
	width:260px;
}

#prefixes .label .list .label td.col1{
	width:237px;
}

#trickyPlurals, #interference {
	font-size:9pt;
}

/*Used in fr-4100200*/
blockquote table.white td.fontSmaller{
	font-size:10pt;
	line-height:1.2em;
	
}

/* Used in pt-4100100pt*/
#ptexamples td.col1{
	width:126px;
}

#numeracao .list .label{
	text-indent:0px;
}

/*For PDF version only.
.blueText, p .blueText, .list .label .blueText {
	color: #000000;
}

.fontCorrect {
	color: #000000;
}

.fontWrong {
	color: #000000;
}

#prefixes td{
	color:#000000;
}*/

}
