/* ########## default formatting ########## */

h1 {
	margin: 30px 0 0 720px;
	padding: 0;
}

a img {
	border: none;
}
   
a:focus {
	-moz-outline-style: none;
}

/****new from Andreas ***/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900|Roboto:700');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; text-transform: uppercase; }

p, a, li {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
/* end new from Andreas *********/

/* ########## content ########## */

body {
/*	font: 12px Verdana, Geneva, Helvetica, Arial, sans-serif;  */   /*  changed  */
/*	font-size: 12px;   /*  added    */
/*	font-family: 'Raleway', sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	/*background-color: #f6f6f6;                moved to type16.styles.css  */
	/*width: 100%;								moved to type16.styles.css  */
	/*height: 100%;								moved to type16.styles.css  */
/*	min-height: 768px;
	letter-spacing:0.5px;    */
}

#wrapper {
	position: relative;
	width: 100vw;
	/*background: url(../images/background@2x.png) no-repeat;   moved to type16.styles.css  */
	height: 100vh;
	/*background-size: cover;  									moved to type16.styles.css  */
}
/*          deleted on 06/04 
#header {
	position: fixed;
	top:0px;
	width: 100%;
	height: 112px;
	z-index:1;
	background-color: rgb(255,255,255);
}
*/*
#_page {    /* changed 11-01-2018  */
	width: 100%;  height:100%;
	position: relative;
	margin: 0 auto;     
	margin-right: auto;      /* added   */
	margin-left: auto;       /* added   */
	/*width: 1000px;   /*   /* changed 31/03  */
	/*	background: url(../images/background_clean.png) no-repeat; */
/*	background-color: #f6f6f6; */
background-color : transparent;    /*added */
	overflow: hidden;
}

#logoutdiv {

	position: fixed;
	right:0px;
	top:0px;
	width: 80px;
	height: 24px;
	z-index:100;
}

#logoutdiv input {
	font: 14px Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
/*   added */
#logoutdiv2 input {
	padding: 0 0 0 5px;
	font-size: 14px;
	text-align: left;
	color: red;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
/* end added */
/* ########## breadcrumbs ########## */
/*  added    breadcrumbs    */
#outer_breadcrumbs {
	/*position: relative;  blanked out 05/04
	float: left;
	left: 0px;
	background-color: #e4e7e8;
	/*height: 50px;     no height */
	/*z-index: 51; 
	/*margin-left: 10px; */

}

#outer_breadcrumbs a:hover {
    font-weight: bold;
	/*text-decoration:none;  blanked out 05/04
	/*font-size: .8rem; */
}

/* end added breadcrumbs  */

/* added hover effects     */

#scrollcontent a:hover  {
	opacity: 0.5;
}
#scrollcontent h2:hover  {
	opacity: 0.5;
}
.trail-bold-effect {
	font-weight: bold;
}

/* end added hover effects    */


/* ########## navigation ########## */

#navigation {
	/*position: fixed;   changed    */
	/*position:relative;  /* added  */  /*changed 05/04 */
	/* background: url(../images/navigationbg.gif) 8px 8px no-repeat; */
	/* background-color: #ffffff; */
	/*background-color: #e4e7e8;      	/*changed 05/04 */
	/*border: 1px solid #969B94;    */   /* changed  */
	/*width: 642px;*/
	/*width: 68.33%;   /*   820/1200px = 68.33%  added */ /*changed 05/04 */
	/* height: 60px; */  /*changed   */
	/*height: 40px;   */  /*  changed  */
	/*height: 50px;                 		/*changed 05/04 */
	/*margin-left: -321px; /* negative half the width */  /* changed */
    /*bottom: 0;			/*changed 05/04 */
    /*left: 50%;    changed */
    /*z-index: 51; 			/*changed 05/04 */
}
/*   added section  */
#outer_navigation {
	/*transform: translateX(-50%);  changed 05/04 */
	/*left: 50%;                  changed 05/04 */
	/*width: 1152px;            	/* added 03/04   */
	/*height: 100px;            	/* added 03/04   */
	/*width: 100%;            	changed 03/04  */
	/*border: 1px solid #000;
	/*height:auto;     			changed 03/04  */
	/* max-width: 1200px;      	changed 03/04  */
	/*position: absolute;
	/*z-index: 50;
	/*background-color: #e4e7e8;   changed 05/04 */
}

/* added below   03/04   */
@media (min-width: 1025px) and (max-width: 1600px) {
	/*#outer_navigation {
		width: 976px;
		height: 84px;   /* 976px x 100/1152 = 84.72px */ 
	/*}*/
}
@media (min-width: 767px) and (max-width: 1024px) {
	/*#outer_navigation {
		width: 720px;
		height: 62px;   /* 720px x 100/1152 = 62.5px */ 
	/*}*/
}
@media (max-width: 767px) {
	/*#outer_navigation {
		max-width: 600px;
		height: 52px;   /* 600px x 100/1152 = 52px */ 
	/*}*/
}

#admin_navigation {
	position: absolute;
	width: 348px;
	height: 60px;
	right: 4px;
	top: 505px;
}

#usernav {
	/*position: absolute;    /* blanked out 05/04   */  
	/*left: 8px;				/* blanked out 05/04   */ 
	/* top: 11px; */
	/*top: 3px;				/* blanked out 05/04   */ 
	/* background: url(../images/usernav.gif) no-repeat; */
	/*width: 387px;			/* blanked out 05/04   */ 
	/*height: 32px;			/* blanked out 05/04   */ 
	/*padding: 2px 3px; */  /*changed   */   
}

#admin_usernav {
	position: absolute;
	left: 8px;
	top: 3px;
	/* top: 11px; */
	/* background: url(../images/3btnnav.gif) no-repeat; */
	width: 162px;
	height: 32px;
	padding: 2px 3px;
}

#authornav {    /* blanked out 05/04   */  
	/*position: absolute;
	left: 404px;
	/* top: 11px; */
	/*top: 3px;
	/* background: url(../images/3btnnav.gif) no-repeat; */
	/*width: 162px;
	height: 32px;
	padding: 2px 3px;     /* blanked out 05/04   */  
}

#shufflenav {    /* blanked out 05/04   */  
	/*position: absolute;
	left: 578px;
	top: 3px;
	/* top: 11px; */
	/*width: 54px;
	height: 32px;
	padding: 2px 3px;    /* blanked out 05/04   */  
}

#admin_authornav {
	position: absolute;
	left: 180px;
	top: 3px;
	/* top: 11px; */
	/* background: url(../images/3btnnav.gif) no-repeat; */
	width: 162px;
	height: 32px;
	padding: 2px 3px;
}

#videonav {
 /*   position: absolute;
    left: 149px;
    top: 350px; */         /*   changed 23/05-2017    */
    background: url(../images/navvideobg.gif) no-repeat;
    width: 168px;
    height: 36px;
    padding: 2px 3px;
}

/*#navigation .navbtn, #videonav .navbtn,   */     /*  changed 04/04   */
#admin_navigation .navbtn, #videonav .navbtn {
	width: 54px;
	height: 32px;
	display: block;
	float: left;
	cursor: default;
}
/*  added below   04/04   */
#navigation .navbtn, #videonav .navbtn        /*  changed 04/04   */
 {
	width: 42px;
	height: 40px;
	display: block;
	float: left;
	cursor: default;
}



/* ########## end navigation ########## */


#audioplayer 
{
	position: absolute;
	/* Don't use visibility: hidden or display: none - will cause ExternalInterface to not work in IE */
	left: -10000px;
}
/* changed from #videoplayer to ..videoplayer. Reason is to be able to remove the 
*  class from the object, which would not be possible if the styling was referenced 
*  by a #. changed: 16/05-2017  
*/
.videoplayer                
{
	border: 1px solid #94a4a6;
	background-color:black;
	position: absolute;
	top: 2px;
	left: auto;
	right: 2px;
	width:464px;
	max-width:464px;
	height:auto;
}

#fla_videoplayer
{
	position:relative;
	width:464px;
	max-width:464px;
	height: auto;
}

.kwtc_upload_audio {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 23px !important;
    height: 20px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}

.kwtc_upload_video {
    display: block !important;
    width: 464px !important;
    height: 320px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}

.dialog 
{
    background-color: #E4E7E8;
    border: 1px solid #000000;
}

.dialogbtn 
{
    width: 54px;
    height: 32px;
    margin: 0;
    float: left;
}

.dialog_content 
{
    padding: 10px;
    text-align: right;
}

.dialog_text 
{
    padding: 0 0 10px 0;
    text-align: left;
}

.dialog .buttons 
{
    height: 32px;
    margin: 0 0 0 auto;
}

.dialog h4, .stddialog_window h4
{
    background-color: #849AA4;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
}

#edittoolbar 
{
	position: absolute;
	right: 4px;
	top: 440px;
	height: 34px;
}

#admin_edittoolbar 
{
	position: absolute;
	right: 4px;
	top: 515px;
	height: 34px;
	
}

#edittoolbar .btn,
#admin_edittoolbar .btn
{
	float: left;
	width: 54px;
	height: 32px;
	cursor: default;
}

#uploader 
{
	position: absolute;
	left: -10000px;
}

#_mainwnd
{
	/*margin: 112px auto 0 auto;       /* blanked out 06/04   */
	/*position: absolute;
	left: 110px;
	top: 112px;*/
	/*width: 850px;           		/*  changed */
	/*width: 1152px;            	/* added 31/03   */  /* blanked out 06/04   */
	/*height: 700px;            	/* added 31/03   */  /* blanked out 06/04   */
	/*width: 100%;               	/*  added   changed 31/03  */
	/*max-width: 1200px;         	/*  added   changed 31/03  */
	/*min-width: 600px;         	/*  added   changed 31/03  */
	/*height: 512px;          		/* changed 31/03  */
	/*height: 90%;        			/*  changed  changed 31/03  */
	z-index: 5;
	/* border: 1px solid #5a6757; */
	/*border: 1px solid #000;       /* blanked out 06/04   */
	/*overflow: hidden;             /* blanked out 06/04   */
	visibility: hidden;
}
/* added below 04/04 */
.nav_button_image {
	height: 40px;
	width: 40px;
}
/* added below   31/03   */
@media (min-width: 1025px) and (max-width: 1600px) {
	#_mainwnd {
		width: 976px;
		height: 593px;   /* 976px x 700/1152 = 593px */ 
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	#_mainwnd {
		width: 720px;
		height: 437px;   /* 720px x 700/1152 = 437px */ 
	}
}
@media (max-width: 767px) {
	#_mainwnd {
		max-width: 600px;
		height: 364px;   /* 600px x 700/1152 = 364px */ 
	}
}

#admin_mainwnd
{
	position: relative;
	width: 850px;
	height: 512px;
	border: 1px solid #5a6757;
	overflow: hidden;
	visibility: visible;	
}

#content 
{
	position: relative;
}

#largeview 
{
    border: 1px solid #969B94;
    background: #000000;
    width: 800px;
    height: 600px;
    position: absolute;
    left: 135px; 
    top: 68px;
}

/* ########## menu ########## */

#menuSLETMIG {
	position: fixed;
	min-width: 360px;   /*  width: 360px;   */
	height: 100%;
	/*height: 711px;*/
	border-right: 1px solid #969B94;
	border-bottom: 1px solid #969B94;
	background-color: #ffffff;
	color: #000000;
	left: -1000px;   /* left: -343px; */
	top: 0;
	z-index: 100;
}

#coursemenuSLETMIG
{
	margin-bottom: 12px;
}
#scrollcontentSLETMIG {
		margin: 0 0 0 30px;
}
#scrollpanelSLETMIG 
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#scrollpanelSLETMIG #downarrow 
{
	background: url(../images/scroll_down.gif) no-repeat center center;
	background-color: #ffffff;
}

#scrollpanelSLETMIG #uparrow 
{
	background: url(../images/scroll_up.gif) no-repeat center center;
	background-color: #ffffff;
}

/* change */
#scrollpanelSLETMIG .logo {

	margin: 40px 0 0 0;
	height: 40px;
	background: url(../images/logo_menu.png) no-repeat center;
}
#scrollpanelSLETMIG .initials {

	margin: 40px 0 0 5px;
	height: 40px;
	background: url(../images/initials_circle.png) no-repeat left;
}
/* end change */

#menuSLETMIG a {
	color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 22px;
	margin: 0;
	display: block;
}

#menu img 
{
 /*   vertical-align: middle;
    margin-right: 2px;             09-09-2017        */
}

#menuSLETMIG .custom_course {
    vertical-align: auto;
    margin: 0 0 0 5px;
    padding: 0;
}

#menu a:hover 
{
	/*text-decoration: underline;*/
}

#menubtnSLETMIG
{
	position: absolute;
	width: 45px;
	height: 90px;
	background: url(../images/ic_menu.png) no-repeat;   /* changed */
/*	border-top: 1px solid #969B94;
	border-right: 1px solid #969B94;
	border-bottom: 1px solid #969B94;*/                    /* changed */
	left: 20px;   /*   	right: -46px;    */
	top: 20px;
}
#closeMenuBtnSLETMIG
{
	margin: 30px 0 0 0;
	height: 2em;
	background: url(../images/ic_cross@2x.png) no-repeat 10px 0px /20px 20px;    /* added */
}
#menu h2 
{
	font-size: 14px;
	/*background-color: #D1DEC0;
	border-top: 1px solid #B8BEB2;
	border-bottom: 1px solid #B8BEB2; */    /* changed */
	color: #000000;
	margin: 24px 0 0 0;
	padding: 0 0 0 9px;
}

#menu h2.first 
{
	margin: 100px 0 0 0;
	background: url(../images/logo_menu.png) no-repeat center;  /* added */
}

#menu ul
{
/*	margin: 0;
	padding: 0;
	list-style-type: none;   */
}

#menu ul li 
{
	/*border-bottom: 1px solid #B8BEB2;  */    /* changed */
	/*padding: 0 0 0 10px;*/
	/*padding: 5px 0 8px 10px;
	margin: 5px 0 8px 0;*/
}

#menuSLETMIG ul li.cmpl0 
{
/*	background: url(../images/icon_completion0.gif) no-repeat 7px 13px; */    /* changed */
background: url(../images/icon_completion0.png) no-repeat 7px 13px;
}

#menuSLETMIG ul li.cmpl20 
{
	/*background: url(../images/icon_completion20.gif) no-repeat 7px 8px;*/   /* changed */
	background: url(../images/icon_completion20.png) no-repeat 7px 8px;
}

#menuSLETMIG ul li.cmpl40 
{
	/*background: url(../images/icon_completion40.gif) no-repeat 7px 8px;*/  /* changed */
	background: url(../images/icon_completion40.png) no-repeat 7px 8px;
}

#menuSLETMIG ul li.cmpl60 
{
	/*background: url(../images/icon_completion60.gif) no-repeat 7px 8px;*/  /* changed */
	background: url(../images/icon_completion60.png) no-repeat 7px 8px;
}

#menuSLETMIG ul li.cmpl80 
{
	/*background: url(../images/icon_completion80.gif) no-repeat 7px 8px;*/  /* changed */
	background: url(../images/icon_completion80.png) no-repeat 7px 8px;
}

#menuSLETMIG ul li.cmpl100 
{
	/*background: url(../images/icon_completion100.gif) no-repeat 7px 8px;*/  /* changed */
	background: url(../images/icon_completion100.png) no-repeat 7px 8px;
}

#menuSLETMIG ul li ul li 
{
	border-bottom: 0;
	/*padding: 7px 0 0 10px;*/
}

#menu li.progress 
{
	background: url(../images/progress.gif) no-repeat 8px 4px;
}

#admin_lrbar     /*  #lrbar, #admin_lrbar    changed 19/05-2017    */
{
	position: absolute;
	display: none;
}

#lrbar img, #admin_lrbar img 
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
/*     changed 20/04/17
#indexpanel 
{
	width: 950px;
	height: 92px;
	padding: 6px;
	border: 1px solid #7c877a;
	background-color: #b2bdbe;
	position: absolute;
	left: 30px;
	top: 506px;
	display: none;
}
*/
#indexpanel div.thumb 
{
	float: left;
	margin: 0px 5px;
	width: 120px;
	height: 90px;
	border: 1px solid #ffffff;
	position: relative;
}

#indexpanel div.scroll 
{
	float: left;
	margin-top: 35px;
	width: 12px;
	border-width: 0px;
	position: relative;
}


#indexpanel div.thumb h5 
{
	background-color: #4f6a6e;
	color: #ffffff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 16px;
	margin: 0;
	text-align: center;
}

#progress_indicator,
#admin_progress_indicator  
{
	font: 14px Verdana, Geneva, Helvetica, Arial, sans-serif;
	position: absolute;

	top:120px;
	left:770px;

	display:none;
	font-weight:bold;
	color: white;
}

#progress_indicator img,
#admin_progress_indicator img 
{
	vertical-align: middle;
	margin-left: 4px;
}

#pageinsight 
{
    position: absolute;
    right: 30px;
    top: 652px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #969B94;
    color: #000000;
    padding: 10px;
    font: 13px Verdana, Geneva, Helvetica, Arial, sans-serif;
    display: none;
}


/****** modal_window ******/

.modal_window
{
	position:relative;
	background-color:#ffffff;
	border:2px #000000 solid;
}

.page_modal_window
{
	position:relative;
	background-color:#29484c;
	border:2px #000000 solid;
}

.modal_window input.modal_button
{
	width: 100px;
	font-size:10px;
	margin-right:4px;
}

.modal_window input, .modal_window select
{
	font-size:10px;
	width:140px;
}

.modal_window .input_row input, .dialog_content input
{
	height:12px;
}

.modal_window .input_row input.modal_button
{
	height:21px;
}

.modal_window textarea
{
	font: 10px MS sans serif, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

.modal_linkbtn
{
	float:right;
	padding:4px;
}

.modal_linkbtn a
{
	font-size:11px;
	font-weight:bold;
	color: #849AA4;
	text-decoration:none;
}

.modal_linkbtn a:hover
{
	text-decoration:underline;
}

/****** stddialog_window ******/
/*
.stddialog_window #header_element
{
	position:relative;
	height:22px;
	margin-bottom:8px;
	background-color:#eeeeee;
	text-align:center;
	font-weight:bold;
	padding-bottom:0px;
}*/
.stddialog_window 
{
	background-color:#eeeeee;
}

.stddialog_window #button_element
{
	margin-left: 8px;
	margin-right:10px;
	position:relative;
	height:32px;
	padding-top:6px;
}

.stddialog_window #content_element
{
	position:relative;
	margin: 8px 10px 0px 10px;
	background-color:#eeeeee;
	position:relative;
	font-size:10px;
	color: #000000;
	overflow:auto;
}

.stddialog_window #page_content_element
{
	position:relative;
	top:0px;
	margin: 0px;
	font-size:10px;
	color: #000000;
}

.edit_test #admin_page
{
	background-color:#3E865A;
}

.edit_normal #admin_page
{
	background-color:#29484C;
}


.stddialog_window #content_element a
{
	color: #333333;
}

.stddialog_window #content_element .date_input
{
	width:60px;
}

.stddialog_window #content_element .id_input
{
	width:40px;
}

/***  lala ***/

.stddialog_window label, .dialog_content label
{
	display: block;
	width: 100px;
	font-weight: bold;
	float: left;
	padding: 0px 4px 0px 4px;
	overflow:hidden;
	white-space:nowrap;
}

.dialog_content label
{
	width: 70px;
}

.stddialog_window .input_row, .dialog_content .input_row
{
	clear: both;
	padding: 4px 0px 0px 0px;
}

.stddialog_window table
{
	border-collapse:collapse;
}

.stddialog_window table td
{
}

.stddialog_window table textarea
{
	width:140px;
}

.stddialog_window .error, .dialog_content .error
{
	border:2px solid #ff0000;
}

.stddialog_window a
{
	color: #000000;
}

.stddialog_window .backend_fields
{
	display:none;	
}

.stddialog_window #calendar_button
{
	clear:both;
	position:absolute;
	width: 19px;
	height:19px;
	cursor:pointer;
	background-image: url("../images/list_icon/list_calendar_w.gif");
}

.swfupload
{
	position: absolute;
}

#disclaimer, #warning {
    width: 200px;
    padding: 15px;
    position: fixed;
    z-index: 5000;
    top: 20px;
    right: 20px;
    background-color: #fefabc;
	line-height: 1.5em;
    color: black;
    display: none;
	box-shadow: 0px 4px 6px #333;
	-moz-box-shadow: 0px 4px 6px #333;
	-webkit-box-shadow: 0px 4px 6px #333;
}
/* ----------------------------------------------------------------------------*
    *    grid layout: A container contains rows, and rows contain columns. 
	*	 A column always needs the .col-normal class in addition a size class. 
    *    clear: both command makes sure that all enclosing
    *    the height of enclosed div containers. Concept from Twitter Bootstrap
    *    and  "Bulletproof Web Design", by Dan Cederholm, New Riders, 2012
    * ----------------------------------------------------------------------------*/
   .container 		{ margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; content: " ";  display: table;}
   
   .row           	{  margin-left: -15px; margin-right: -15px; }  /*removed zoom:1 as it isnt CCS3 compat*/
   .row:before, .row:after {content: ""; display: table; line-height: 0;}
   .row:after     	{ clear: both; }
   
  /* *::after, *::before { box-sizing: border-box;}   // deleted because of problems with circles in safari ipad
	.show-grid 		{ margin-bottom: 15px; }
	.show-grid [class^="col-normal"] {     background-color: rgba(86, 61, 124, 0.15); border: 1px solid rgba(86, 61, 124, 0.2); }
   
   /* ----------------------------------------------------------------------------*
    *    column layout styles.  all in percentages.
    * ----------------------------------------------------------------------------*/
  .col-content	    { width: 95%; padding-left: 1em; padding-right: 1em;} 
  .col-normal 		{ min-height: 1px;  position: relative; float: left; display:table-cell;}
 .clear-both    	{ clear:both;}
 .one-hundred   	{ width: 100%; }
 .one-half      	{ width: 49%; }
 .one-third     	{ width: 33.33333333%; }
 .two-thirds    	{ width: 66.666666667%; }
 .one-forth     	{ width: 24%; }
 .three-forths  	{ width: 75%; }
 .one-fifth     	{ width: 20%; }
 .two-fifths    	{ width: 40%; }
 .three-fifths  	{ width: 60%; }
 .four-fifths   	{ width: 80%; }
 .one-six       	{ width: 16.666666667%; }
 .five-six      	{ width: 83.333333333%; }
 .one-seventh   	{ width: 14.285714280%; }
 .one-eighth    	{ width: 12.5%; }
 .three-eighth  	{ width: 37.5%; }
 .five-eighth   	{ width: 62.5%; }
 .seven-eighth  	{ width: 87.5%; }
 .one-nineth    	{ width: 11.111111111%; }
 .one-tenth     	{ width: 10%; }
 .one-eleventh  	{ width: 9.0909090909%; }
 .one-twelth    	{ width: 8.33333333333%; }
 .one-twentieth 	{ width: 5.0%; }
 .one-fortieth  	{ width: 2.5%; }
 .one-hundreth  	{ width: 1.0%;}
 .three-twelth  	{ width: 25%; }
 .five-twelth   	{ width: 41.6666666667%; }
 .seven-twelth  	{ width: 58.3333333333%; }
 .nine-twelth   	{ width: 75%; }
 .eleven-twelth 	{ width: 91.66666666667%; }
 
 .float-right   	{ float:right;}
 .float-left    	{ float:left;}
 
  .two-em-padded 	{ padding:2em;}
  .one-em-padded  	{ padding:1em;}
  .half-em-padded 	{ padding:0.5em;}
  .quart-em-padded	{ padding:0.25em;}
  
  .offset-one-tenth       	{ margin-left: 10%; }
  .offset-one-eleventh    { margin-left: 9.0909090909%; }
  .offset-one-twelfth     { margin-left: 8.33333333333%; }
 
  
  .centered-text   	{ text-align:center;}
  .left-text   		{ text-align:left;}
  .right-text   		{ text-align:right;}
   
  .displayed 		{ display: block;}
  .not-displayed	{ display: none;} 
  .hidden	    		{ visibility: hidden;} 