/* reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

/* custom fonts */

@font-face {
	font-family: 'PT Sans'; 
	src: url('../font/pts55f_w.eot'); 
	src: local('PT Sans'), 
	url('../font/pts55f_w.svg#PTSans-Regular') format('svg'),
	url('../font/pts55f_w.woff') format('woff'),
	url('../font/pts55f_w.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;  
}

@font-face {
	font-family: 'PT Sans'; 
	src: url('../font/pts56f_w.eot'); 
	src: local('PT Sans Italic'), 
	url('../font/pts56f_w.svg#PTSans-Italic') format('svg'),
	url('../font/pts56f_w.woff') format('woff'),
	url('../font/pts56f_w.ttf') format('truetype'); 
	font-style: italic;
}

@font-face {
	font-family: 'PT Sans';
	src: url('../font/pts75f_w.eot');
	src: local('PT Sans Bold'), 
	url('../font/pts75f_w.svg#PTSans-Bold') format('svg'),
	url('../font/pts75f_w.woff') format('woff'),
	url('../font/pts75f_w.ttf') format('truetype'); 
	font-style: normal;
	font-weight: bold; 
}

@font-face {
	font-family: 'PT Sans';
	src: url('../font/pts76f_w.eot'); 
	src: local('PT Sans Bold Italic'), 
	url('../font/pts76f_w.svg#PTSans-BoldItalic') format('svg'),
	url('../font/pts76f_w.woff') format('woff'),
	url('../font/pts76f_w.ttf') format('truetype');
	font-style: italic;
	font-weight: bold; 
}

/* general elements */

html { 
	font-size:100.01%; 
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
} 

body {
	/* browser standard is 100% = 16px "PT Sans Webfont" */
	font-size: 87.5%;
	/* 1.714285em from 14px is 14x1.714285 = 24px line height */
	line-height: 1.714285em; 
	font-family: "PT Sans", "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	background: 50% top no-repeat;
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width: 700px) {

	body {
		background-image: none !important;
	}

} 

body.debug {
	background: url('../img/grid-24x24.png') left top repeat; 
}

html>body {
	font-size: 14px; 
}

/* for ie 5.5 and ie 6 */
table tr td {_font: 1em/1.714285em "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif;}

img, a img, a:active img, a:visited img, a:hover img, a, a:active, a:visited, a:hover {
	border: none; 
	outline: none;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

p, ul, ol {
	margin-top: 1.714285em; 
	margin-bottom: 1.714285em; 
}

p img.left {
	margin: 1em 1em 1em 0;
}

p img.right {
	margin: 1em 0 1em 1em;
}


ul, ol {
	margin:  1.714285em 6em  1.714285em 3em; 
}

ul li, ol li {
	list-style-position: outside;
}

ul li h1, ul li h2, ul li h3, ul li h4, ul li h5, ul li h6 {
	margin-bottom: 0;
}

.print {
	display: none;
}
	
.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both; 
}

.no-border {
	border: none !important;
}

.no-bck {
	background-image: none !important;
}

.relative {
	position: relative;
}

.hidden {
	display: none;
}

.correct {
	color: green;
	text-transform: uppercase;
}

.incorrect {
	color: red;
	text-transform: uppercase;
}

blockquote {
	float: right; 
	font-family: Georgia,'Times New Roman', Times, serif;
    font-size: 1.28571em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.33333em;
    margin: 0 0 1.33333em 1.33333em;
    padding: 0 0 0 1em;
    width: 40%;
    border-left-width: 1px;
    border-left-style: solid;
}

blockquote ul {
	margin: 1em;
}

@media screen and (max-width: 700px) {

	blockquote {
	float: none; 
	font-family: "PT Sans", "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-style: normal; 
    width: 100%;
    margin: 1.714285em 0;
    font-size: 1em;
    line-height: 1.714285em;
    border: none;
    padding: 0;
	}

	blockquote.extracted-duplicate-content {
	float: right; 
	font-family: Georgia,'Times New Roman', Times, serif;
    font-size: 1.28571em;
    font-style: italic;
    line-height: 1.33333em;
    margin: 0 0 1.33333em 1.33333em;
    padding: 0 0 0 1em;
    width: 40%;
    border-left-width: 1px;
    border-left-style: solid;	
	}

} 

table {
    margin: 1.643285em 0;
	*border-collapse: collapse;
    border-spacing: 0;
    width: 100%;    
    border-style: solid;
    border-width: 0.071em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;      
}

td, th {
    border-style: solid;
    border-width: 0.071em;

    margin: 0;
	padding: 0 1em;
	line-height: 1.643285em; 
    text-align: left; 
	vertical-align: top;
}

td.center {
	text-align: center;
}

th {
    
    border-top: none;
	font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}




th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

table tr td ul {
	margin: 0 0 0 -1em;
	list-style: none;
}

table tr td ul li {
	background-position: 4px 8px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 1em;
}

@media screen and (min-width: 1200px) {

	.table-01 {
	table-layout: fixed;
	}	

	.table-01, .table-02 {
	min-width: 750px;
	}	

} 

@media screen and (min-width: 1500px) {

	.table-01 {
	table-layout: fixed;
	}	

	.table-01, .table-02 {
	min-width: 900px;
	}	

} 

.table-02 th, .table-02 td {
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table td span.date {
	text-transform: uppercase;
}


/* typography */
/* vertical rhytm: 1 / parent font size (px) x required pixels = em equivalent  */

h1 {
	font-size: 3em;
	line-height: 1.142857em;
	margin: 0.571428em 0;
	font-weight: normal;
	letter-spacing: -0.02em;
}


h2 {
	font-size: 1.714286em;
	line-height: 1em;
	margin: 1em 0;
	font-weight: normal;
}

h3 { 
	font-size: 1.285714em; 
	line-height: 1.333333em; 
	margin: 1.333333em 0;
	font-weight: normal;
}

h3 span {
	font-weight: normal;
}


h4 {
	font-size: 1.1429em; 
	line-height: 1.5em; 
	margin: 1.5em 0;
}


h5 {  
	font-size: 1em; 
	line-height: 1.714285em;
	margin: 1.714285em 0;
}

h6 {  
	font-size: 1em; 
	line-height: 1.714285em;
	margin: 1.714285em 0;
	font-weight: normal;
	font-style: normal;
}

hr {
	display: block;
	width: 100%;
	height: 0.142em;
	min-height: 2px;
	overflow: hidden;
	margin: -0.142em 0 1.714285em 0;
	padding: 0;
	border: none;
	color: transparent;
	background: url('../img/delimiter-bck.png') left top repeat-x transparent; 
}

/* layout */

cite {

	font-weight: normal;
	font-style: normal;
	
}

#switch-palette {
	position: fixed; 
	top: 1em;
	right: 1em; 
	width: 4em; 
	height: 4em;
	text-align: center;
	z-index: 6750;
}

#switch-palette a, #switch-palette span {
	padding: 0 3px;
	font-weight: bold;
}

.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.285714em; 
	line-height: 1.333333em; 
	margin: 1.333333em 0;
	font-weight: normal;
}

.oldwebsitetitle {
	font-style: italic;
	font-size: 0.8em; 
	line-height: 0.8em; 
	margin: 0.8em 0;
	font-weight: normal;
}

/* breadcrumbs */

ul.breadcrumbs {
	padding: 0;
	font-size: 1em; 
	line-height: 1.714285em;
	margin: 1.714285em 0;
}

ul.breadcrumbs li {
	display: inline;
	list-style: none;
	background: left 50% no-repeat transparent;
	font-size: 0.857142em; 
	line-height: 2em; 
	padding: 2em 0 2em 24px;
	margin: 0;
	text-transform: uppercase;
}

ul.breadcrumbs li.portal {
	background-image: none;
	padding-left: 0px;
}


ul.breadcrumbs li.home a, ul.breadcrumbs li.portal a, ul.breadcrumbs li.portal span {
	padding: 2em 0 2em 24px; 
	background-repeat: no-repeat;
	background-position: left 50%;
}


ul.breadcrumbs li a {
	text-decoration: none;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

/* layout */


#body-container { 
	border-top: 1px solid transparent;
	margin-top: -1px;
	min-height: 1024px;
}	

#wrapper-outer, #header-outer {
	text-align: center;
	width: 100%;
	min-width: 720px;
	margin: 0;
	padding: 0;
}


#wrapper-inner, #header-inner {
	clear: both;
	text-align: left;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 720px;
}

#footer-outer {
	text-align: center;
	width: 100%;
	min-width: 720px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% top;
}

#footer-inner {
	clear: both;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 720px;
}

#footer-inner p {
	padding: 1.714285em 0 0 0;
}

#footer-inner img {
	width: 75%;
	max-width: 700px;
}

#footer-inner p a, #footer-inner p a:active, #footer-inner p a:visited, #footer-inner p a:hover {
	text-decoration: none !important;
}

#header-inner h1, #header-inner h4, #header-inner p, #header-inner ul {
	margin-left: 20px;
}


@media screen and (min-width: 1500px) {

	#header-inner h1 {
	width: 1150px;

	}	
} 

@media screen and (min-width: 1700px) {

	#header-inner h1 {
	width: 1250px;

	}	
} 

@media screen and (min-width: 1870px) {

	#header-inner h1 {
	width: 1350px;

	}	
} 

#sidebar-outer {
	float: left;
	width: 250px;
	padding-bottom: 200px;
}

#sidebar {
	-moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;  
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 1.714285em;
}

#sidebar ul {
	margin: 1.714285em 0 1.714285em 0;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0;
	list-style-type: none;
}


#sidebar ul li {
	padding: 0 10px 0 40px;
	margin: 0.835em 0;
	background-position: 15px top;
	background-repeat: no-repeat;
}

#sidebar ul li ul li {
	padding: 0 0 0 25px;
	margin: 0.835em 0;
	background-position: 0 top;
}

#sidebar ul li ul li ul li {
	background-position: 0 top;
}

#sidebar ul li.active {
}

#sidebar ul li a {
	display: block;
	text-decoration: none;
}

#sidebar ul li.current  {
	font-weight: bold;
}

#sidebar ul li.current ul li {
	font-weight: normal !important;
}

#sidebar ul li.ico-facebook {
	
}

.sidebar-section-delimiter {
	border-top-style: solid;
	border-top-width: 1px;
	width: 50px; 
	height: 1px; 
	overflow: hidden;
}

#sidebar form {
	margin: 1.2em 0 -0.2em 0;
	padding: 0;
}

#portal form {
	margin: -0.6em 0 0 0;
	padding: 0;
}

.input-text-01 {
	font-size: 14px;
	padding: 7px 7px 7px 37px;
	padding: 5px 7px 5px 37px\9;
	margin: 0;
	width: 112px;

	vertical-align: middle;
	display: inline-block;
	
	text-align: left;
	-moz-border-radius-topleft: 0.6em; 
	-webkit-border-top-left-radius: 0.6em;
	border-top-left-radius: 0.6em; 
	-moz-border-radius-bottomleft: 0.6em; 
	-webkit-border-bottom-left-radius: 0.6em;
	border-bottom-left-radius: 0.6em; 

	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.2);

	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	-webkit-appearance: none;
	outline: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome */
    .input-text-01 {padding: 6px 7px 6px 37px;}
    
}

.input-text-01:hover, .input-text-01:focus {	
    background-position: -985px center;
}

.button-01, .button-01:visited, .button-01:active {
	font-size: 11px; 
	padding: 7px;
	margin: 0 0 0 -1px;
	width: 75px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	cursor: pointer;
	white-space: nowrap;

	
	-moz-border-radius-topright: 0.6em; 
	-webkit-border-top-right-radius: 0.6em;
	border-top-right-radius: 0.6em; 
	-moz-border-radius-bottomright: 0.6em; 
	-webkit-border-bottom-right-radius: 0.6em;
	border-bottom-right-radius: 0.6em; 
	font-weight: normal;
	text-transform: uppercase;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-overflow: clip;
}

#portal label {
	margin-left: 20px;
}

#content {
	display: block;
	margin-left: 250px;
	padding: 0 70px 0 20px;
}

#content ul  {
	margin-right: 0;
}

#content p a, #content p a:active, #content p a:visited, #content p a:hover {
	font-weight: bold;
}

#content ul li a, #content ul li a:active, #content ul li a:visited, #content ul li a:hover {
	font-weight: bold;
}

#content ol li a, #content ol li a:active, #content ol li a:visited, #content ol li a:hover {
	font-weight: bold;
}

.box-teacher a, .box-teacher a:active, .box-teacher a:visited, .box-teacher a:hover {
	font-weight: bold;
}


#content ul.files  {
	list-style: none;
	margin-left: 0;
}

#content ul.files li {
	list-style: none;
	padding-left: 25px;
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
}

#content ul li.excel {
	background-image: url('../img/ico-excel.png'); 
}

#content ul li.word {
	background-image: url('../img/ico-word.png'); 
}

#content ul li.powerpoint {
	background-image: url('../img/ico-powerpoint.png'); 
}

#content ul li.acrobat {
	background-image: url('../img/ico-acrobat.png'); 
}

#content ul li.text {
	background-image: url('../img/ico-text.png'); 
}

#content ul li.zip {
	background-image: url('../img/ico-zip.png'); 
}

#content ul li.flv {
	background-image: url('../img/ico-flv.png'); 
}

#content ul li.png {
	background-image: url('../img/ico-png.png'); 
}

#content ul li.jpg {
	background-image: url('../img/ico-jpg.png'); 
}

#content ul li.gif {
	background-image: url('../img/ico-gif.png'); 
}

.external {
	padding-right: 15px; 
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right 50%;
}


@media screen and (min-width: 1200px) {

	.long-vehicle { 
	white-space: nowrap;
	}	

} 



.article-image-01-outer {
	clear: right;
	float: right; 
	width: 45%; 
	overflow: hidden;
	margin: 1em -2em 1em 1em;  
	padding: 1em;  
	text-align: center; 
	font-size: 0.857142em; 
	text-transform: uppercase;
}


.article-image-01-inner, .article-image-02-inner {
	display: block;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 1em; 
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	text-align: center;
} 


.article-image-02-outer {
	width: 100%; 
	display: block;
	overflow: hidden;
	margin: 1em 0;  
	padding: 0;  
	text-align: center; 
	font-size: 0.857142em; 
	text-transform: uppercase;
}


@media screen and (max-width: 700px) {

	.article-image-01-outer, .article-image-02-outer {
		font-size: 0.65em; 
		line-height: 1.5em;
	}	

} 

.article-image-01-inner img, .article-image-02-inner img, .article-image-01-inner .legend-content img, .article-image-02-inner .legend-content img {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}


.article-image-01-outer .source, .article-image-02-outer .source {
	text-transform: none !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.box-01 {
	display: block;
	overflow: auto;
}

.box-01 .article-image-01-outer, .box-01 .article-image-02-outer {
	float: left;
	margin: 0 -1em 1em 0;
}


@media screen and (max-width: 700px) {

	.box-01 .article-image-01-outer, .box-01 .article-image-02-outer {
		float: none;
		clear: both;
	}

	.box-01 .article-image-01-inner img, .box-01 .article-image-02-inner img {
		width: auto;
	}

} 

span.light, p.source {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

.graphics-left, .graphics-left-screen {
	float: left;
	max-width: 100%;
	margin: 1em 1em 1em 0;
}

.graphics-right, .graphics-right-screen {
	float: right;
	max-width: 100%;
	margin: 1em 0em 1em 1em;
}

.graphics-block, .graphics-block-screen {
	display: block;
	max-width: 100%;
}

.graphics-inline, .graphics-inline-screen {
	display: inline-block;
	max-width: 100%;
}


.graphics-left-print, .graphics-right-print, .graphics-block-print, .graphics-inline-print {
	display: none;
}


.box-teacher {
	min-height: 100px;
	padding-left: 125px;
	font-style: italic;
	font-family: Georgia,'Times New Roman', Times, serif;
    font-size: 1.28571em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.33333em;
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.perex-01 {
	list-style: none;
	margin-left: 0;
}

.perex-01 li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.71429em;
}

.perex-01 li h3 {
	margin-top: 0;
	font-weight: bold;
}

.perex-01 .source {
	margin-top: -1.71429em;
	word-wrap: break-word;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.perex-01-image {
	width: 160px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.perex-01-image img {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}

.perex-01-article {
	margin-left: 175px;
}


.legend-content {
	display: none;
}

.legend-switch {
	text-decoration: none;
	display: inline-block;
	margin: 1em 0 0 0;
	padding: 0 7px 0 7px;
	background-position: right 50%;
	background-repeat: no-repeat;
}

.legend-hidden {
	display: none;
}

.legend-visible {
	margin: 1em 0 0 0;  
	display: inline;
}

/* glossary in text */

.highlightspan {
    /* border-bottom: 1px dotted #333333; */
	background-position: left bottom;
    background-repeat: repeat-x;
    cursor: help;
}

#glossarytooltip {
	color: #000000;
    cursor: pointer;
    width: 300px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #f3f3f3;
    border: solid #cccccc 0.071em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;  
    padding: 12px;
    line-height: 18px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	z-index: 9999;
}

#glossarytooltip .g_content div {
	background: url('../img/delimiter-bck.png') left bottom repeat-x transparent;
	padding-bottom: 5px;
}

#glossaryarrowover {
	position: absolute; 
	top: -10px; 
	width:0px; 
	height:0px; 
	border-left:10px solid transparent;  
	border-right:10px solid transparent; 
	border-bottom:10px solid #f3f3f3; 
	font-size:0px;
	line-height:0px;
}

#glossaryarrowunder {
	position: absolute; 
	top: -12px; 
	width:0px; 
	height:0px; 
	border-left:11px solid transparent;  
	border-right:11px solid transparent; 
	border-bottom:11px solid #cccccc; 
	font-size:0px;
	line-height:0px;
}

/* questionaire */

.form-questionaire fieldset {
	width: 90%;
	padding: 0.5731425em 1em;
	display: inline-block;
	margin:  0 0 0.5em 0;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.form-questionaire fieldset p {
	margin: 0 0 0.5em 0;
}

.form-questionaire legend {
	padding: 0 0.5em; 
	max-width: 99%;
}

.form-questionaire input {
	float: left;
	font-size: 87.5%;
	min-height: 1.714285em;
	line-height: 1.714285em;
	overflow-y: hidden;
}

.form-questionaire label {
	display: block;
	cursor: pointer;
	margin-left: 2.5em;
}

.form-questionaire .test-inline-answer {
	vertical-align: middle;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;  
	margin: 0 0.5em;
	padding: 0 0.5em;
}

.form-questionaire legend .test-inline-answer {
	vertical-align: top;
}

.form-questionaire .test-inline-answer input {
	float:none;
	display: inline;
	font-size: 100%;
	min-height: 0em;
	line-height: 1.714285em;
}

.form-questionaire .test-inline-answer label {
	display: inline;
	margin: 0 0.5em 0 0;
	vertical-align: top;
}

.form-questionaire img {
	display: block;
	clear: both;
}

.form-questionaire .print {
	display: none;
}

/* universal buttons */

.button, .button:visited, .button:active {
	display: inline-block;
	text-align: center;
	margin: 0.5em 5px;
	padding: 9px;
	min-width: 40px;
	text-decoration: none !important;
	color: #444444;
	cursor: pointer;
	white-space: nowrap;
	border: 1px solid #cccccc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	font-weight: normal;
	line-height: 1.714285em;
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #f6f6f6 ;
	background: #eee ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); 
	background-image: -webkit-linear-gradient(#fdfdfd,#eee); 
	background-image: -moz-linear-gradient(#fdfdfd,#eee); 
	background-image: -ms-linear-gradient(#fdfdfd,#eee); 
	background-image: -o-linear-gradient(#fdfdfd,#eee); 
	background-image: linear-gradient(#fdfdfd,#eee);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.9), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	text-overflow: clip;
}

.button:hover {
	border: 1px solid #bbbbbb;
	background: #dadada;
	color: #101010;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada)); 
	background-image: -webkit-linear-gradient(#ededed, #dadada); 
	background-image: -moz-linear-gradient(#ededed, #dadada);
	background-image: -ms-linear-gradient(#ededed, #dadada);
	background-image: -o-linear-gradient(#ededed, #dadada); 
	background-image: linear-gradient(#ededed, #dadada);
}

.button-selected, .button-selected:visited, .button-selected:active, .button-selected:hover {
	border: 1px solid #151515;
	background: #797979;
	color: 	#ffffff;
	text-shadow: 0 -1px 1px #145072;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#797979)); 
	background-image: -webkit-linear-gradient(#989898,#797979);
	background-image: -moz-linear-gradient(#989898,#797979); 
	background-image: -ms-linear-gradient(#989898,#797979);
	background-image: -o-linear-gradient(#989898,#797979); 
	background-image: linear-gradient(#989898,#797979);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.6), 0px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.6), 0px 1px 4px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.6), 0px 1px 4px rgba(0,0,0,0.3);
}

#progress-indicator-outer {
	display: block;
	width: 92%;
	margin: 0 0 1em 0;
	padding: 0.5em;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 0px 3px 2px rgba(100, 100, 100, 0.3);
	-moz-box-shadow: inset 0px 0px5px 3px rgba(100, 100, 100, 0.3);
	box-shadow: inset 0px 0px 3px 2px rgba(100, 100, 100, 0.3);
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	border-radius: .6em;
}

#progress-indicator-inner {
	width: 0%;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	-webkit-box-shadow: 0 0 2px #000, inset 0 -7px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 2px #000, inset 0 -7px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 2px #000, inset 0 -7px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-border-radius: .3em ;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	text-align: right;
	white-space: nowrap;
	font-size: 1em;
}

#dynamic-to-top {
    bottom: 20px;
    display: none;
    left: auto;
    position: fixed;
    right: 10px;
    top: auto;
    width: 24px;
    height: 24px;
    z-index: 90;
}

/* playlist */

.playlist {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 1260px) {
	
	.playlist { 
	min-width: 800px;
	}	

} 

@media screen and (min-width: 1580px) {

	.playlist { 
	min-width: 1000px;
	}	

} 

.playlist li {
	float: left;
	display: block;
	width: 10em;
	height: 11em;
	float: left;
	overflow: hidden;
    font-size: 0.857142em;
    margin: 1em 1em 1em 0;
    padding: 1em;
    text-align: center;
    border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	cursor: pointer;
	line-height: 1.5em;
	position: relative;
}

.playlist li.selected:after, .playlist li.selected:hover:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: 46%;
	top: 55%;
	background-position: left top; 
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 1000;
} 

.playlist li:hover:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: 46%;
	top: 55%;
	background-position: left top; 
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 1000;
} 

.playlist li img {
	width: 12em;
	margin: -1em -1em 0.5em -1em;
	-moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px; 
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;   
}


/* glossary */

#glossary-list {
	list-style: none;
}


dt {
	font-size: 1.714286em;
	line-height: 1em;
	margin: 1em 0;
	font-weight: normal;
}

dd {
	margin-top: 1.714285em; 
	margin-bottom: 1.714285em;
	margin-left: 1em;
}

.listNav { 
	margin:0 0 10px; 
}

.ln-letters { 
	overflow:hidden;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-weight: bold;
}

.ln-letters a { 
	display:block; 
	float:left; 
	padding:2px 6px; 
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration:none;
}

.ln-letters a.ln-last { 
	border-right: none; 
}

.ln-letters a.ln-disabled { 
	display: none;
}

/* collapsible list */

.collapsed-listing   {
	margin-left: 0;
	margin-right: 0;
}


.collapsed-listing > li  {
	list-style-position: inside;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
}

.collapsed-listing > li .collapsed-listing-control {
	display: inline-block;
	background-position: right 60%; 
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 0;
	margin: 0;
	cursor: pointer;
	width: 93%;
}

.collapsed-item-content {
	display: block;
	margin: 0 -15px 0 -15px;
	padding: 0; 
	overflow: hidden;
}


.item-content-visible .collapsed-item-content {
	display: block;
}

.item-content-hidden .collapsed-item-content {
	display: none;
}


/* portal */

#portal #wrapper-outer {
	background-image: none !important;
}

#portal #wrapper-outer h3 {
	font-weight: bold;

}

#portal #wrapper-outer h4 {
	font-size: 1em; 
	line-height: 1.714285em;
	margin: -1.714285em 0 1.714285em 0;
	font-weight: normal;
	text-transform: uppercase;
}

#portal p.catch {
	margin-top: -1.714285em;
	padding-right: 1.714285em;
}

.e-learning-list li .ico-attr-container span {
	padding: 0 5px 0 15px;
	position: relative;
	display: inline-block;
	font-size: 1em; 
	line-height: 1.714285em;
	min-width: 65px;
}

ul.square li .ico-attr-container span {
	min-width: 5px !important;
}

.e-learning-list li h3 a, .e-learning-list li h4 {
	text-transform: uppercase;
	font-style: normal;

}

.e-learning-list li h3 {
	font-size: 1em;
	line-height: 1.714285em;
}


.e-learning-list li h4, .e-learning-list li h5 {
	font-size: 1em; 
	line-height: 1.714285em;
	margin: 0 !important;
	font-weight: normal;
}

.e-learning-list li h4 img, .e-learning-list li h5 img {
	vertical-align: middle;
	margin-top: -5px;
}


.e-learning-list li .ico-attr-container  {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;    
    transition: all 0.5s ease-in-out;	 
}

.e-learning-list li:hover .ico-attr-container {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	

}

.e-learning-list li .ico-attr-container span span {
	padding: 0;
	text-transform: uppercase;
	font-size: 0.5em;
	position: absolute;
	left: 0;
	top: 3em;
}

.e-learning-list li .ico-attr-container > span:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 1em;
	right: 5px;
	top: 0.9em;
	background: #000000;
	border-right: 1px solid white;
	z-index: 1000;
}

.e-learning-list li .ico-attr-container > span:last-child:after {
	display: none;
}

.e-learning-list.square li  {
	width: 200px;
	height: 250px;
	margin: 0 15px 15px 0;
	padding: 1em;
	float: left;
	list-style: none;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}


.e-learning-list.square li .ofs  {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 7px 0;
	padding-left: 7px;
}

.e-learning-list.square li h3 {
	margin: 0 0 0.8571425em 0;
}

.e-learning-list.square li .ico-attr-container  {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;    
    transition: all 0.5s ease-in-out;	
}

.e-learning-list.square li:hover .ico-attr-container  {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.e-learning-list.square li .ico-attr-container span {
	min-width: auto;
	cursor: help;
}

.e-learning-list.square li .ico-attr-container span span {
	display: none;
}

.e-learning-list.square li .ico-attr-container > span:after {
	display: none;
}

.e-learning-list li br.square-only {
	display: none;
}

.e-learning-list.square li br.square-only {
	display: block;
}

.e-learning-list.square li.book-thumbnail {
	position: relative;
	background-image: url('../img/book-thumbnail-bck.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transition: background-image .15s ease-in-out;
    -moz-transition: background-image .15s ease-in-out;
    -ms-transition: background-image .15s ease-in-out;
    -o-transition: background-image .15s ease-in-out;
    transition: background-image .15s ease-in-out;
}

.e-learning-list.square li.book-thumbnail:hover {
	background-image: url('../img/book-thumbnail-bck-hover.png');
}


.e-learning-list li.book-thumbnail img {
	float: left;
	width: 100px;
	margin: 0 1em 0 0;
}

.e-learning-list.square li.book-thumbnail img {
	float: none;
	width: 235px;
	margin: -1em -1em 1em -1em;
}

.e-learning-list li.book-thumbnail img.book-translation-available {
	display: inline-block;
	width: 36px;
	margin: 0 1em;
}

.e-learning-list.square li.book-thumbnail img.book-translation-available {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 36px;
	margin: 0;
}


.e-learning-list.square li.ka5-thumbnail {
	position: relative;
	background-image: url('../img/ka5-thumbnail-bck.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transition: background-image .15s ease-in-out;
    -moz-transition: background-image .15s ease-in-out;
    -ms-transition: background-image .15s ease-in-out;
    -o-transition: background-image .15s ease-in-out;
    transition: background-image .15s ease-in-out;
}


/* pager */

#pager-container-outer {
	clear: both;
	display: inline-block;
	text-align: center;
	margin: -0.8571425em 0 0 0; 
	padding: 0 0 0 50px;
	background-position: left top;
	background-repeat: no-repeat;
}

#pager-container-inner {
	margin: 0; 
	padding: 0.8571425em 50px 0 0;
	background-position: right top;
	background-repeat: no-repeat;
}


#pager-container-inner strong {
	padding: 0 5px;
}

#pager-container-inner a {
	padding: 0 5px;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;  
	border-style: solid;
	border-width: 1px;
	margin-right: 5px;
	min-width: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

#pager-container-inner a:hover {
	text-decoration: underline;
}

/* tabs */

.tabs-container-outer {
	display: inline-block;
	overflow: auto;
	padding: 0 0 0 50px;
	background-position: left bottom;
	background-repeat: no-repeat;
	zoom:1;
	%display: inline;
}

.tabs-container-inner {
	overflow: auto;
	padding: 0 50px 0 0;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.tabs-container-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs-container-inner ul li {
	margin: 0;
	padding: 0 10px;
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid transparent;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: none;
	zoom:1;
	position: relative;
}

.tabs-container-inner ul li br {
	display: none;
}

@media screen and (max-width: 800px) {
	.tabs-container-inner ul li br {display: block;}
}

.tabs-container-inner ul li.active {
	border-width: 1px;
	border-style: solid;
	margin: 0 0 0 -1px;
	-moz-border-radius-topright: 1em; 
	-webkit-border-top-right-radius: 1em; 
	border-top-right-radius: 1em;
	-moz-border-radius-topleft: 1em; 
	-webkit-border-top-left-radius: 1em; 
	border-top-left-radius: 1em;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-shadow: none;
}

.tabs-container-inner ul.e-learningfilterswitch li.active a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.tabs-container-inner ul li.active:first-child {
	margin: 0;
}

.tabs-container-inner ul li a {
	display: block;
}

.tabs-container-inner ul li:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 40%;
	right: 0px;
	top: 40%;
	z-index: 1000;
} 

.tabs-container-inner ul li.active:after, .tabs-container-inner ul li:last-child:after {
	display: none;
} 


/* carusel */

.flexslider {
	margin: -1.714285em 0 -1.714285em -1.714285em;
	padding: 0;
	position: relative;  
	zoom: 1;
}

@media screen and (max-width: 1100px) {

	.flexslider {
		margin-left: 0px !important;
		padding-left: 36px;
	}
			
} 

.flexslider ul {
	margin: 0;
	list-style: none;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {
	outline: none;
}

.slides .flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -36px 0 0; 
	display: block; 
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute; 
	top: 45%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
}

.flex-direction-nav a:hover {
	width: 50px; 
	height: 50px; 
	top: 43%;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: -36px; 
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flex-direction-nav .flex-next:hover {
	right: -45px; 
}

.flex-direction-nav .flex-prev:hover {
	left: -45px;
}

@media screen and (max-width: 1100px) {
  .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev:hover {
  	left: 0;
  	opacity: 1;
  }
  .flex-direction-nav .flex-next, .flex-direction-nav .flex-next:hover {
  	right: 0;
  	opacity: 1;
  }
}
		
.perex {
	margin: 0 1.714285em 0 0;
}

.flexslider .perex blockquote {
	float: none;
	width: auto;
	margin-top: 0.8em;	
	margin-bottom: 0;
	border: none !important;	
}

.flexslider .perex p {
	margin-top: 0.8em;	
}

.flexslider ul.slides li .article-image-01-outer {
	max-width: 346px;
	max-width: 300px;
	float: left;
	margin: 0 1em 0 0;
}

#portal #wrapper-outer .flexslider h4 {
	font-size: 1.285714em; 
	line-height: 1.333333em; 
	margin: 1.333333em 0 0 0;
	font-weight: bold;
	text-transform: none;
}

#portal #wrapper-outer .flexslider h5 {
	font-size: 1em; 
	line-height: 1.714285em;
	margin: 0;
	font-weight: normal;
}

/* footnotes */
	

	#footnotes:before {
		content: "";
		display: block;
		width: 48px;
		height: 10px;
		margin-left: -3em;
		margin-bottom: 1.71429em;
	} 

	a.ptr {
	    
	    font-size: .65em;
	    line-height: 1.71429em;
	    text-decoration: none;
		-moz-border-radius: 0.5em;
	    -webkit-border-radius: 0.5em;
	    border-radius: 0.5em;  
		border-style: solid;
		border-width: 1px;
		display: inline-block;
		padding: 0 3px;
		margin: 0 3px;
	}


	.foot-tooltip {

	    padding: 0.5em 1em;
	    opacity: 0;
	    margin: 0 -1em;
	    overflow: hidden;
		-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
		-o-transition: opacity 0.3s linear;
		-ms-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
	}


	.popup-youtube, .link-youtube {
		margin-left: -3px;
		background: left 0.35em no-repeat transparent;
	}

	.popup-youtube li, .link-youtube li {
		list-style: none;
		margin-left: 70px;	
	}

	/* text descriptions */

	.upper-description-block p {
       line-height: 3.428570em; 
    }

    .upper-description-block .word-trigger {
       position:relative;
       white-space: nowrap
    }

    .upper-description-block .word-description  {
       position:absolute;
       top:-2.3em; 
       left:0;
       color: red;
       font-weight: normal !important;
       white-space: nowrap
    }

    /* related writings */


	.box-related-holder {
		position: relative;
	}

	.box-related-top-decoration {
		display: none;
	}

	.box-related-inner ul {
		margin: 1.714285em 0 1.714285em 0;
		list-style-type: none;	
	}	
	
	.box-related-inner ul li {
		padding: 0 10px 0 40px;
		margin: 0.835em 0;
		background-position: 15px top;
		background-repeat: no-repeat;	
	}	

.box-related-inner ul li a, .box-related-inner ul li a:active, .box-related-inner ul li a:visited, .box-related-inner ul li a:hover {
		font-weight: normal !important;
	}	

@media screen and (min-width: 1600px) {

		.box-related-holder {
			
			margin-right: -350px;
		}

		.box-related-top-decoration {
			display: block;
			position: absolute;
			width: 275px;
			height: 200px;
			bottom: 0;
			right: 0;
			padding: 0 1em 0 0;
			background-position: left bottom;
			background-repeat: no-repeat;
			background-color: transparent;
		}

		.box-related-outer {
			position: absolute;
			right: 0;
			top: -1.714285em;
			width: 275px;
			padding: 0 1em 150px 0;
			background-position: left bottom;
			background-repeat: no-repeat;
			background-color: transparent;
		}

		.box-related-inner {
			padding: 0 0 0 1em;
			border-left-width: 1px;
			border-left-style: solid;
		}	
} 

.decimal { counter-reset: item; }
.decimal li { display: block; }
.decimal li:before { content: counters(item, ".") ". "; counter-increment: item; }
.decimal h1 { display: inline; }

.book-cover {
	margin-left: -36px;
	max-width: 491px;
}

.book-info {
	margin-left: 460px;
}


.book-fileproperties {
	margin-left: 15px; 
	display: inline-block;
}

.book-fileproperties img {
	vertical-align: middle;
}

.book-summary {
	margin-left: 16px;
}

@media screen and (max-width: 1100px) {

	.book-cover {
		width: 50%;
	}

	.book-info {
		margin-left: 50%;
	}

	.book-info .button {
		text-overflow: ellipsis;
		max-width: 85%;
		overflow: hidden;
	}
			
} 


