/*
----------------------------------------------------
LearningGuide Print
----------------------------------------------------

Last edit: 20071010

----------------------------------------------------
Clear default browser visualisation
----------------------------------------------------
*/

*{
	margin:0;
	padding:0;
	border:0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

cite, code, em, strong, th{
	font-style: normal;
	font-weight: normal;
}

th{
	text-align: left;
}

h1, h2, h3, h4{
	font-size: 100%;
}

q:before, q:after{
	content:'';
}

table{
	font-size: inherit;
	font: 100%;
}

select, input, textarea{
	font: 99% sans-serif;
}

/*
----------------------------------------------------
Meta stuff
----------------------------------------------------
*/

html{
	margin: 0;
}

body{
	margin: 0;
}

#container{
	width: 100% !important;
}

/*
----------------------------------------------------
Top menu 
----------------------------------------------------
*/

#nav_main{
	display: none;
}


/*
----------------------------------------------------
Footer
----------------------------------------------------
*/

#nav_footer{
	display: none;
}


/*
----------------------------------------------------
Content area
----------------------------------------------------
*/

#nav_content{
	width: 100% !important;
}

/*
----------------------------------------------------
Content area - Explorer
----------------------------------------------------
*/

#nav_content #content_explorer{
	display: none;
}

/*
----------------------------------------------------
Content area - Content (Main and title)
----------------------------------------------------
*/

#content_main{
	width: 100% !important;
}

#content_titlebar{}
#content_titlebar_title{}

#content_titlebar_title p{
	font: bold 12pt/14pt Arial, sans-serif;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

#content_titlebar_buttons{
	display: none;
}


/*
----------------------------------------------------
Content area - Content (reading area's like 
deeper reference, introductions and reading spaces
----------------------------------------------------
*/

#nav_content.deeper_reference #content_main #contentarea,
#nav_content.introduction #content_main #contentarea,
#nav_content.reading_space #content_main #contentarea,
#nav_content.external_content #content_main #contentarea,
#nav_content.subdocument #content_main #contentarea,
#nav_content.explanation #content_main #contentarea{
	width: 100% !important;
}


/*
----------------------------------------------------
Content area - Example search content
----------------------------------------------------
*/

.chapter #nav_content #content_main #contentarea,
#nav_content #content_main #contentarea.examplelist{
	display: none;
}


/*
----------------------------------------------------
Content area - Content Learning Example
----------------------------------------------------
*/

#nav_content.learning_object #contentarea{
	display: none;
}

#main_examplefile{}
#main_examplefile p{}

#main_quickreference{
	width: 100% !important;
}

#main_links, #main_tips{}
#quickreference_titlebar{}
#quickreference_titlebar_title{}
#quickreference_titlebar_title p{}

#quickreference_titlebar_buttons{
	display: none;
} 

#quickreference_contentarea{
	width: 100% !important;
}

/*
----------------------------------------------------
Content area - Content Learning Example - Tips & Related topic links
----------------------------------------------------
*/

#tips_titlebar, #link_titlebar{}
#tips_titlebar_title, #link_titlebar_title{}
#tips_titlebar_title p, #link_titlebar_title p{}
#tips_titlebar_buttons, #link_titlebar_buttons{} 
#tips_contentarea{
	width: 100% !important;
}

#link_contentarea{
	width: 100% !important;
}

/*
----------------------------------------------------
Content area - Explanation
----------------------------------------------------
*/

.explanation_link{}

/*
----------------------------------------------------
Content area - Explanation - Result-box
----------------------------------------------------
*/

.explantion{}
#explanation_titlebar{}
#explanation_titlebar_title{}
#explanation_titlebar_title p{}
#explanation_titlebar_buttons{}
#explanation_titlebar_buttons ul{}
#explanation_titlebar_buttons li{} 
#explanation_titlebar_buttons li a{}
#explanation_titlebar_buttons li a:hover{}
#explanation_contentarea{}

/*
----------------------------------------------------
Content area - Presentations
----------------------------------------------------
*/

#nav_content #ifr_presentation{
	display: none;
}

/*
----------------------------------------------------
Content area - Global content
----------------------------------------------------
*/

.contentarea{
	width: 100% !important;
	font: normal 10pt/12pt Arial, sans-serif;
}

.contentarea a{
	color: #00a0c6;
	font-weight: bold;
	text-decoration: none;
}

.contentarea .searchword{
	background-color: #bfffff;
	color: #354759;
}

.contentarea h1{
	font-size: 14pt;
	margin-bottom: 12pt;
}

.contentarea h2, 
.contentarea h3, 
.contentarea h4{
	font-size: 12pt;
	margin-bottom: 12pt;
}

.contentarea p,
.contentarea td p, 
.contentarea h5, 
.contentarea h6{
	font-size: 10pt;
	margin-bottom: 12pt;
}

.contentarea strong{
	font-weight: bold;
}

.contentarea em{
	font-style: oblique;
}

.contentarea p img, 
.contentarea li img{
	vertical-align: middle;
}

/*
----------------------------------------------------
Content area - See also
----------------------------------------------------
*/

.contentarea #seealso{}

.contentarea p.seealso_title{
	font-weight: bold;

	padding-bottom: 2px;
	border-bottom: 1px solid #474747;
}

/*
----------------------------------------------------
Content area - Global content - Tables
----------------------------------------------------
*/

table{}

/* non-bordered tables */
.tf_fixed, 
.tf_tip, 
.tf_warning, 
.tf_symbol, 
.tf_imageNumbers, 
.tf_LGM2080_NB,  
.tf_LGM100_NB,
.tf_LGM75_NB,
.tf_LGM50_NB,
.tf_LGM2080_50_NB,
.tf_LGM1090_NB{
	margin-bottom: 0;
} 

/* bordered tables */
.tf_question,
.tf_LGM2080,
.tf_LGM100, 
.tf_LGM75, 
.tf_LGM2080_50, 
.tf_LGM50{
	margin-bottom: 1em;
}

td, th {
	vertical-align: top;
	padding-right: .5em;
	color: #474747;
}

td.header, 
th.header, 
td.header1,
th.header1, 
td.header2,
th.header2, 
td.header3,
th.header3{
	padding: 5px 0;
}

td h1,
th h1, 
td h2,
th h2{
	font: bold 1em/1.3em Arial, sans-serif !important;
	margin: 0 !important;
}

.tf_fixed, 
.tf_tip, 
.tf_warning, 
.tf_question, 
.tf_imageNumbers, 
.tf_LGM2080,
.tf_LGM1090_NB, 
.tf_LGM2080_NB, 
.tf_LGM100, 
.tf_LGM100_NB{
	width: 99.9%;
}

* html .tf_fixed, 
* html .tf_tip, 
* html .tf_warning, 
* html .tf_question, 
* html .tf_symbol, 
* html .tf_imageNumbers, 
* html .tf_LGM2080, 
* html .tf_LGM2080_NB,
* html .tf_LGM1090_NB,  
* html .tf_LGM100, 
* html .tf_LGM100_NB{
	/* MSIE hack */
	width: 97.5%;
}

.tf_fixed td, 
.tf_tip td, 
.tf_warning td, 
.tf_question td, 
.tf_imageNumbers td, 
.tf_LGM2080 td,
.tf_LGM1090_NB td, 
.tf_LGM2080_NB td, 
.tf_LGM100 td, 
.tf_LGM100_NB td{
	padding-bottom: 1em !important;
}

.tf_LGM75, 
.tf_LGM75_NB{
	width: 75%;
}

.tf_LGM2080_50, 
.tf_LGM2080_50_NB, 
.tf_LGM50,
.tf_LGM50_NB{
	width: 50%;
}

.tf_tip .column1, 
.tf_tip .icon_tip,
.tf_warning .column1,
.tf_warning .icon_warning, 
.tf_question .column1, 
.tf_imageNumbers .column1,
.tf_imageNumbers .imagenumber_1,
.tf_imageNumbers .imagenumber_2,
.tf_imageNumbers .imagenumber_3,
.tf_imageNumbers .imagenumber_4,
.tf_imageNumbers .imagenumber_5,
.tf_imageNumbers .imagenumber_6,
.tf_imageNumbers .imagenumber_7,
.tf_imageNumbers .imagenumber_8,
.tf_imageNumbers .imagenumber_9,
.tf_imageNumbers .imagenumber_10{
	width: 50px;
}

.tf_warning .icon_warning p.icon_image,
.tf_tip .icon_tip p.icon_image,
.tf_question .column1 p.icon_image,
.tf_imageNumbers .imagenumber_1 p.icon_image,
.tf_imageNumbers .imagenumber_2 p.icon_image,
.tf_imageNumbers .imagenumber_3 p.icon_image,
.tf_imageNumbers .imagenumber_4 p.icon_image,
.tf_imageNumbers .imagenumber_5 p.icon_image,
.tf_imageNumbers .imagenumber_6 p.icon_image,
.tf_imageNumbers .imagenumber_7 p.icon_image,
.tf_imageNumbers .imagenumber_8 p.icon_image,
.tf_imageNumbers .imagenumber_9 p.icon_image,
.tf_imageNumbers .imagenumber_10 p.icon_image{
	display: block;
}

.tf_tip .column2 p,
.tf_warning .column2 p,
.tf_rightmouse .column2 p,
.tf_question .column2_question p{
	font-style: italic;
}

.tf_question .column2_answer{
	height: 3em;
	border-bottom: 1px solid #474747;
}

.tf_LGM2080, 
.tf_LGM2080_50, 
.tf_LGM100,
.tf_LGM75,
.tf_LGM50{
   border-top: 2px solid #474747;
	border-bottom: 2px solid #474747;
}

.tf_LGM2080 .column1,
.tf_LGM2080_NB .column1,
.tf_LGM2080_50 .column1,
.tf_LGM2080_50_NB .column1{
	width: 20%;
}

.tf_LGM1090_NB .column1{
	width: 10%;
} 

.tf_LGM2080 .column2,
.tf_LGM2080_NB .column2,
.tf_LGM2080_50 .column2,
.tf_LGM2080_50_NB .column2{
	width: 80%;
}

.tf_LGM1090_NB .column2{
	width: 90%;
}

.tf_LGM2080 .header,
.tf_LGM2080_50 .header, 
.tf_LGM100 .header, 
.tf_LGM100 .header1, 
.tf_LGM100 .header2, 
.tf_LGM100 .header3, 
.tf_LGM75 .header, 
.tf_LGM75 .header1, 
.tf_LGM75 .header2, 
.tf_LGM75 .header3, 
.tf_LGM50 .header, 
.tf_LGM50 .header1, 
.tf_LGM50 .header2, 
.tf_LGM50 .header3 {
	border-bottom: 1px solid #474747;
}

.tf_LGM100 .column1, 
.tf_LGM100 .column2, 
.tf_LGM100_NB .column1, 
.tf_LGM100_NB .column2, 
.tf_LGM75 .column1, 
.tf_LGM75 .column2, 
.tf_LGM75_NB .column1, 
.tf_LGM75_NB .column2, 
.tf_LGM50 .column1, 
.tf_LGM50 .column2, 
.tf_LGM50_NB .column1, 
.tf_LGM50_NB .column2{
	width: 25%;
}

.tf_LGM100 .column3, 
.tf_LGM100_NB .column3, 
.tf_LGM75 .column3, 
.tf_LGM75_NB .column3, 
.tf_LGM50 .column3, 
.tf_LGM50_NB .column3{
	width: 50%;
}

/*
----------------------------------------------------
	Print: The End
----------------------------------------------------
*/
