BODY {
	font-size: 11px;
	font-family: ms sans serif, Arial, Sans-Serif, Helvetica;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000;
	background: #FFF;
}

#content .lrn-templeditbar td,
#content .lrn-templeditbar td a.lrn-menulink,
#content .lrn-templeditbar td a.lrn-menulink:visited,
#content .lrn-templeditbar td a.lrn-menulink:hover,
#content .lrn-templeditbar td a.lrn-menulink:active {
	font-size: 11px;
	font-family: ms sans serif, Arial, Sans-Serif, Helvetica;
	color: #000;
}

HR {
	color: #999;
	background-color: #999;
	height: 1px;
	border: 1px;
	padding: 0px;
	margin: 4px 0px 4px 0px;
}

BODY TD {
	font-size: 11px;
}

BODY#login {
	background-color: black;
}

BODY#login TD {
	font-size: 11px;
	font-family: ms sans serif, Arial, Sans-Serif, Helvetica;
}

LABEL, INPUT, SELECT, TEXTAREA {
	font-size: 11px;
}

IMG {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#laurin_custom_logo {
	background-color:transparent;
}

.readonly {
	background-color: #eee;
	border: 2px solid #ddd;
}

.historyLeftFrame {
	width: 49%;
	float: left;
}

.historyRightFrame {
	width: 49%;
	float: right;
}

#smartBar {
	position: absolute;
	top: 0px;
	width: 21px;
	min-height: 40px;
	background: #CCC url(/graphics/skin/default/smartbar.gif) 0px 0px repeat-y;
	z-index: 100;
}

#smartBar IMG {
	display: block;
}

.lrnAgents {
	width: 940px;
}

.lrnLeftAgents {
	width: 450px;
	float: left;
}

#hometable .miniMaxLink {
	text-align: right;
	margin: 0px 7px 12px 0px;
}

FORM#sel {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

FORM#sel LABEL {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}

FORM#sel SELECT#siteselect {
	vertical-align: middle;
	width: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}

.lrnRightAgents {
	width: 460px;
}

.lrnRightAgents .miniMaxLink {
	text-align: right;
	margin: 0px 9px 12px 0px;
}

/*
 * lrnBox
 * Wird vor allem für die Agenten auf Admin-Home benutzt
 */

.lrnBox {
	border: 1px solid #9C9C9C;
	padding: 0px;
	margin-bottom: 16px;
	width: 460px;
}

.lrnAgents .lrnBox {
	width: 49%;
}

.lrnBox IMG {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

.lrnBox .lrnBoxHead {
	font-weight: bold;
	padding: 4px 8px;
	margin: 0px;
	color: #900;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
  -webkit-box-shadow: 0px 1px 2px 0px #aaa;
          box-shadow: 0px 1px 2px 0px #aaa;
}

.lrnHeadRight {
	float: right;
}

.lrnBox A,
.lrnBox A:visited,
.lrnBox A:active {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

.lrnBox A:hover {
	text-decoration: underline;
}

.lrnInnerSquare {
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
	background: #FFF;
}

.lrnInnerBox {
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
	background: #E0E0E0;
}

.lrnInnerBox UL {
	list-style: square;
	text-indent: 0px;
	margin: 0px;
	padding-left: 24px;
	/*margin-left: 16px;*/
	color: #900;
}

.lrnInnerBox LI {
	margin: 0px;
	padding: 2px;
}

.lrnInnerBox LI A,
.lrnInnerBox LI A:visited,
.lrnInnerBox LI A:active  {
	font-weight: normal;
}

.lrnInnerBox LI A:hover  {
	font-weight: normal;
	color: #900;
}

.lrnInnerBox FORM {
	padding: 0px;
	margin: 0px;
}

.lrnInnerBox TABLE {
	width: 100%;
	margin: 0px;
	padding: 4px;
}

.lrnInnerBox TABLE TD {
	width: 33%;
	padding: 4px 0px;
	margin: 0px;
	/*border: 1px solid #000;*/
}

.lrnInnerBox TABLE TD TABLE {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #9C9C9C;
}

.lrnInnerBox TABLE TD TABLE TD {
	padding: 2px 4px;
	margin: 0px;
}

.lrnInnerBox TABLE.ltable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lrnInnerBox TABLE.ltable TD {
	width: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.lrnInnerBox TABLE.ltable TD TABLE.ltable {
	width: auto;
	padding: 0px;
	margin: 0px;
}

.lrnInnerBox TABLE.ltable TD TABLE.ltable TD {
	width: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.lrnInnerBox INPUT, .lrnInnerBox SELECT {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.lrnInnerBox P.headline  {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

TD.lrnFirstTd {
	color: #000;
}

TD.lrnLastTd {
	text-align: right;
}

.lrnPropBox {
	border: 1px solid #9C9C9C;
	padding: 0px;
	margin-bottom: 16px;
	width: 540px;
}

.lrnPropBox .lrnPropBoxHead  {
	padding: 4px 8px;
	margin: 0px;
	color: #900;
	font-weight: bold;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
}

.lrnInnerPropBox {
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
}

.lrnInnerPropBox LABEL,
.lrnInnerPropBox INPUT,
.lrnInnerPropBox SELECT {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	/*border: 1px solid #000;*/
}

.lrnInnerPropBox SELECT {
	width: 246px;
}

.lrnInnerPropBox LABEL {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

.lrnInnerPropBox .fullwidth {
	text-align: left;
	width: 100%;
	padding-right: 0;
}

.lrnInnerPropBox BR {
	clear: left;
}

.lrnInnerPropBox UL {
	list-style: none;
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

.lrnInnerPropBox LI {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

.lrnInnerPropBox .lrnButton {
	font-size: 11px;
	height: 19px;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.lrnInnerPropBox TABLE.member-list TD {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}

.lrnInnerPropBox TABLE.member-list TD.first-td {
	padding-left: 100px;
}

.lrnPropBox100 {
	border: 1px solid #9C9C9C;
	padding: 0px;
	margin-bottom: 16px;
	width: 100%;
	background-color: #E0E0E0;
  -webkit-box-shadow: 4px 4px 4px 0px #ccc;
          box-shadow: 4px 4px 4px 0px #ccc;
}

.lrnPropBox100 .lrnPropBox100Head  {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0px;
	color: #900;
	font-weight: bold;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
}

.lrnInnerPropBox100 {
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
}

.lrnInnerPropBox100 LABEL,
.lrnInnerPropBox100 INPUT,
.lrnInnerPropBox100 SELECT {
	font-size: 11px;
}

.lrnInnerPropBox100 SELECT {
	width: 121px;
}

.lrnInnerPropBox100 LABEL {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

.lrnInnerPropBox100 BR {
	clear: left;
}

.lrnInnerPropBox100 UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lrnInnerPropBox100 LI {
	padding: 4px 4px 4px 16px;
	margin: 0px;
}

.lrnInnerPropBox100 .lrnButton {
	font-size: 11px;
	height: 18px;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
	width: 80px;
}
.lrnInnerPropBox100 .lrnButton IMG {
	position: relative;
	top: -1px;
}

.lrnNormBox {
	border: 1px solid #9C9C9C;
	padding: 0px;
	margin-bottom: 16px;
	background: transparent url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
}

.lrnNormBox .lrnNormBoxHead  {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0px;
	color: #900;
	font-weight: bold;
}

.lrnInnerNormBox {
	font-size: 11px;
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
}

.lrnInnerNormBox TD {
	font-size: 11px;
}

.lrnInnerNormBox LABEL,
.lrnInnerNormBox INPUT,
.lrnInnerNormBox SELECT {
	font-size: 11px;
}

.lrnInnerNormBox LABEL {
	text-align: right;
	padding-right: 10px;
}

.lrnInnerNormBox BR {
	clear: left;
}

.lrnInnerNormBox UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lrnInnerNormBox LI {
	padding: 4px 4px 4px 16px;
	margin: 0px;
}

.lrnInnerNormBox .lrnButton {
	font-size: 11px;
	height: 18px;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
}

.lrnInnerNormBox #logOutTable {
	border: 1px solid #9C9C9C;
	background-color: #E0E0E0;
	font-size: 11px;
}

.lrnInnerNormBoxTE {
/*	position: relative;*/
	font-size: 11px;
	border-top: 1px solid #9C9C9C;
	padding: 8px;
	margin: 0px;
}

.lrnInnerNormBoxTE TD {
	font-size: 11px;
}

.lrnInnerNormBoxTE LABEL,
.lrnInnerNormBoxTE INPUT,
.lrnInnerNormBoxTE SELECT {
	font-size: 11px;
}

.lrnInnerNormBoxTE LABEL {
	text-align: right;
	padding-right: 10px;
}

.lrnInnerNormBoxTE BR {
	clear: left;
}

.lrnInnerNormBoxTE UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lrnInnerNormBoxTE LI {
	padding: 4px 4px 4px 16px;
	margin: 0px;
}

.lrnInnerNormBoxTE .lrnButton {
	font-size: 11px;
	height: 18px;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
}

.lrnInnerNormBoxTE #logOutTable {
	border: 1px solid #9C9C9C;
	background-color: #E0E0E0;
	font-size: 11px;
}

.outerListTable {
	border: 1px solid #9C9C9C;
	padding: 10px;
	background-color: white;
	margin-right: 10px;
	float: left;
}

.listTable {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.listTable TR {
	margin: 0px;
	padding: 0px;
}

.listTable TD {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	border-left: 1px solid #9C9C9C;
}

.listTable .listHead, .listTable TH {
	height: 18px;
	font-weight: bold;
	border: 1px solid #9C9C9C;
	padding: 0px 8px 0px 4px;
	margin: 0px;
	background: #FFF url(/graphics/skin/default/list-background.gif) 0px 0px repeat-x;
}

TD.td-plain {
	background-color: white;
	padding: 1px;
	border: 0px;
}

TD.td-borderless {
	border: 0px;
	padding: 1px;
	border: 0px;
}

.outerHelpTable {
	border: 1px solid #9C9C9C;
	padding: 15px;
	background-color: white;
}

.outerHelpTable H1 {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding: 0px;
}

.outerHelpTable P {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.lrnButton {
	font-size: 11px;
	height: 20px;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 0px;
	width: 80px;
}

.lrnLinkButton {
	font-size: 11px;
	height: 20px;
	border: 1px solid #9C9C9C;
	background: #e0e0e0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	margin: 0px;
	padding: 4px;
	width: 80px;
}

.lrnInput {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.lrnPreview {
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCC;
}

.lrnLargeInput {
	margin: 0px;
	padding: 0px;
	width: 256px;
}

A.lrnHelpLink, A.lrnHelpLink:visited, A.lrnHelpLink:active {
	font-weight: normal;
	color: #900;
}

A.lrnHelpLink:hover {
	text-decoration: underline;
	color: #900;
}

TABLE.lrnTableList {
	padding: 0px;
	margin: 0px;
}

TABLE.lrnTableList TR {
	padding: 0px;
	margin: 0px;
	height: 16px;
}

TR.lrnTableListOdd {
	background-color: #FFF;
}

TR.lrnTableListEven {
	background-color: #E0E0E0;
}

TABLE.lrnTableList TH {
	padding: 3px;
	margin: 0px;
	color: #900;
	border: 1px solid #9C9C9C;
	background: #E0E0E0 url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	height: 15px;
}

TABLE.lrnTableList TH.plain {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: white;
	height: 15px;
}

TABLE.lrnTableList TD {
	padding: 3px;
	margin: 0px;
	border: 0px;
	border-left: 1px solid #D0D0D0;
	height: 16px;
}

TABLE.lrnTableList TD.td-plain {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 16px;
}

TABLE.lrnTableList TD.borderless {
	border: 0px;
	height: 16px;
}

P  {
}

H1  {
	font-size: 18px;
	font-weight: bold;
}

H2  {
	font-Size: 15px;
	font-weight: bold;
}

H3  {
	font-Size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
h3.h3-blue{
	color: #1A5F9D;
}

A  {
	text-decoration: none;
	color: #000;
}

A:visited  {
	text-decoration: none;
	color: #000;
}

A:active  {
	text-decoration: none;
	color: #000;
}

A:hover  {
	text-decoration: underline;
	color: #333;
}

H1.lrnPageTitle {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 8px 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-indent: 47px;
	color: #FFF;
	z-index: 1;
	background: #900 url(/graphics/skin/default/helmet.gif) 21px 0px no-repeat;
}

DIV.lrnPageTitle {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 6px 0px;
	color: #FFF;
	background: #900 url(/graphics/skin/default/helmet.gif) 21px 0px no-repeat;
	text-indent: 47px;
	font-size: 12px;
}

DIV.lrnPageTitle H1 {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: baseline;
}

DIV.lrnPageTitle A, DIV.lrnPageTitle A:visited, DIV.lrnPageTitle A:active {
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	font-size: 12px;
	float: right;
	color: #FFF;
}

DIV.lrnPageTitle A:hover {
	color: #FFF;
	text-decoration: underline;
}

#pagetitle {
	position: absolute;
	display: block;
	top: 0px;
	left: 21px;
	width: 100%;
	margin: 0px;
	padding: 8px;
	border-width: 1px;
	border-color: #C33 #300 #300 #C33;
	border-style: solid;
	font-size: 12px;
	color: #FFF;
	background-color: #900;
}

.whiteBold {
	font-weight: bold;
	color: #FFF;
}

.functiongroup {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}

A.anchorlink {
	text-decoration: none;
	color: #345678;
}

A.anchorlink:visited  {
	text-decoration: none;
	color: #345678;
}

A.anchorlink:active  {
	text-decoration: none;
	color: #345678;
}

A.anchorlink:hover  {
	text-decoration: underline;
	color: #345678;
}

.fmHL {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

#fmTopBar {
	width: 100%;
	position: absolute;
	display: block;
	left: -21px;
	height: 30px;
	margin: 0px;
	padding: 2px 10px;
	background-color: #900;
	border-width: 1px;
	border-style: solid;
	border-color: #C33 #300 #300 #C33;
}

#fmTopBar A {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#fmTopBar A:hover {
	text-decoration: underline;
}

#fmTabBar {
	width: 100%;
	position: absolute;
	display: block;
	left: 21px;
	top: 30px;
}

#fmTabBar IMG {
	display: block;
}

#fmTabBar A.invisible {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	margin: 0px;
	padding: 5px 2%;
	background-color: #900;
	border-width: 0px;
	border-style: solid;
	border-color: #900;
	cursor: default;
}

#fmTabBar A.invisible:hover {
	text-decoration: underline;
	cursor: default;
}

#fmTabBar A.off {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px;
	background-color: #900;
	border-width: 1px;
	border-style: solid;
	border-color: #C33 #300 #300 #C33;
	white-space: nowrap;
}

#fmTabBar A.off:hover {
	text-decoration: underline;
}

#fmTabBar A.on {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	white-space: nowrap;
}

#fmTabBar A.on:hover {
	text-decoration: underline;
}

.fmLink {
	font-size: 11px;
	font-weight: bold;
}

.fmFileTitle {
	font-size: 17px;
	font-weight: bold;
}

.fmFileSub {
	font-size: 11px;
}

.fSizeS {
	width: 32px;
	height: 20px;
	font-size: 12px;
}

.fSizeX {
	width: 72px;
	height: 20px;
	font-size: 12px;
}

.fSizeDateTime {
	width: 104px;
	font-size: 12px;
}

.fSizeMM {
	width: 224px;
	height: 20px;
	font-size: 12px;
}

.fSizeM {
	width: 280px;
	height: 20px;
	font-size: 12px;
}

.fSizeM-hidden {
	width: 280px;
	height: 20px;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.fSizeL {
	width: 350px;
	font-size: 12px;
}

SELECT.fSizeM { width: 286px; } /* FF, IE7 */
SELECT.fSizeL { width: 356px; }

.fSizeXL {
	width: 400px;
	height: 20px;
	font-size: 12px;
}

.fSizeF {
	width: 363px;
	height: 20px;
	font-size: 12px;
}

.fmTinyText {
	font-size: 11px;
}

.fmFileList {
	display: block;
	width: 90%;
}

.fmFileList0 {
	font-size: 11px;
	background-color: #FFF;
	padding: 4px;
}

.fmFileList1 {
	font-size: 11px;
	background-color: #EEE;
	padding: 4px;
}

.fmSubHead {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #666;
	padding: 4px;
	background-color: #EEE;
}

#fmFileCount {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000;
	padding: 4px;
}

.fmButton {
	font-size: 12px;
}

#fmSmartBar {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 21px;
	min-height: 40px;
	height: 100%;
	z-index: 100;
	background: #CCC url(/graphics/skin/default/smartbar.gif) 0px 0px repeat-y;
	text-align: center;
}

.fmSRP {
	text-align: center;
	padding: 8px;
	width: 90%;
}

.fmSRP .inactive {
	padding: 2px;
	color: #999;
}

.fmSrpChain {
	font-weight: bold;
}

a.fmSrpChainItem:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.fmSrpChainItem {
	padding: 1px 3px;
}

.fmSrpChain .hilite {
	background-color: #900;
	color: #fff;
}

#pleaseWaitDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 63px;
	visibility: visible;
	z-index: 200;
	overflow: visible;
	background-color: #900;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-left-color: #C33;
	border-top-color: #C33;
	border-right-color: #600;
	border-bottom-color: #600;
}

#AdminNavigation {
	height: 27px;
	overflow: visible;
	background-color: #900;
	width: 100%;
}

A.NavOn {
	color: #000;
	background-color: #FFF;
	padding: 6px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	line-height: 27px;
}

A.NavOn:visited, A.NavOn:active {
	color: #000;
}

A.NavOn:hover {
	color: #000;
	text-decoration: underline;
}

A.NavOff {
	color: #FFF;
	background-color: #900;
	padding: 6px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #C33;
	border-top-color: #C33;
	border-right-color: #600;
	border-bottom-color: #600;
	line-height: 27px;
}

A.NavOff:visited, A.NavOff:active {
	color: #FFF;
}

A.NavOff:hover {
	color: #FFF;
	text-decoration: underline;
}

.seminartable {
	/*border: 1px solid black;*/
}

.seminartableheader {
	background: #999;
	color: white;
	line-height: 15px;
}

.seminartablerowodd {
	background: white;
	line-height: 20px;
}

.seminartableroweven {
	background: #F0F0F0;
	line-height: 20px;
}

.seminarlistbookedup {
	color: red;
	font-weight: bold;
}

.seminarlistfree {
	color: green;
	font-weight: bold;
}

.emailtable {
	/*border: 1px solid black;*/
}

.emailtableheader {
	background: #999;
	color: white;
	line-height: 15px;
}

.emailtablerowodd {
	background: white;
	line-height: 20px;
}

.emailtableroweven {
	background: #F0F0F0;
	line-height: 20px;
}

.emailerror {
	color: red;
	font-weight: bold;
}

#bi-templedit-editelement
.menulayer .elementmenutable,
.menulayer .elementmenutable {
	border: 1px solid black;
}


#bi-templedit-editelement
.menulayer TD,
.menulayer TD {
	font-size: 11px;
}

#bi-templedit-editelement
.menulayer A.menuentry,
.menulayer A.menuentry {
	display: block;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	color: black;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 4px;
}

#bi-templedit-editelement
.menulayer A.menuentry:visited,
.menulayer A.menuentry:visited {
	text-decoration: none;
	color: black;
}

#bi-templedit-editelement
.menulayer A.menuentry:active,
.menulayer A.menuentry:active {
	text-decoration: none;
	color: black;
}

#bi-templedit-editelement
.menulayer A.menuentry:hover,
.menulayer A.menuentry:hover {
	text-decoration: none;
	color: black;
	background-color: #E0E0E0;
}

#bi-templedit-editelement
.menulayer .inactive,
.menulayer .inactive {
	display: block;
	padding: 4px;
	color: #999;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 4px;
}

A.menubutton {
	padding: 4px;
	padding-left: 15px;
	color: white;
	font-weight: bold;
	background: #999 url(/graphics/togglearrow_closed.gif) 3px 6px no-repeat;
}

A.menubutton:visited {
	color: white;
}

A.menubutton:active {
	color: white;
	background: #999 url(/graphics/togglearrow_open.gif) 3px 6px no-repeat;
}

A.menubutton:hover {
	color: white;
	background: #999 url(/graphics/togglearrow_open.gif) 3px 6px no-repeat;
}

A.homeagentlink {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A.homeagentlink:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A.homeagentlink:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A.homeagentlink:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

A.scaleupLink:link {
	font-size: 10px;
}

A.scaleupLink:visited {
	font-size: 10px;
}

A.scaleupLink:hover {
	font-size: 10px;
}

A.scaleupLink:active {
	font-size: 10px;
}

A.posByVal, A.posByVal:link, A.posByVal:visited, A.posByVal:active {
	color: #999;
}

A.posByVal:hover {
	color: #333;
	text-decoration: none;
}

.strNum {
	color: #666;
}

#logInMessage {
	border: 2px #900 solid;
	padding: 10px;
	margin: 0px;
	color: #900;
	background-color: #FC0;
}

#lrnCheckMessage {
	border: 2px #900 solid;
	padding: 10px;
	margin: 0px;
	color: #000;
	background-color: #ff8;
}

#logInMessage H1,
#lrnCheckMessage H1 {
	margin: 8px;
}

#lrnCheckMessage H1 {
	color: #808800;
}

#logInMessage P,
#lrnCheckMessage P {
	margin: 8px;
	font-size: 13px;
}

#lrnEmptyStructureDiv {
	border: 2px #900 solid;
	padding: 10px;
	margin: 0px;
	color: #000;
	background-color: #FC0;
}

.tabbedformdiv {
}

.tabbedform {
}

.tabbedFormNavigation {
}

.tabbedformdiv {
}

.formtab {
	clear: left;
}

.formtablink {
	display: block;
	position: relative;
	line-height: 13px;
	float: left;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #FFF;
	background-color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.formtablink-active {
	position: relative;
	display: block;
	color: #900;
	line-height: 13px;
	float: left;
	padding: 5px 15px 5px 15px;
	border: 1px solid #E0E0E0;
	background-color: #E0E0E0;
	font-weight: bold;
	text-decoration: none;
}

.formtablink-active:visited {
	color: #900;
}

.formtablink-active:hover {
	color: #900;
}

.formtablink-active:active {
	color: #900;
}

A.linkbutton {
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #808080 #808080 #FFF;
	background-color: #D4D0C8;
	margin: 0px;
	padding: 6px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

A.linkbutton:hover {
	text-decoration: none;
	background-color: #DDDDD0;
}

.display-none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.error {
	font-weight: bold;
	color: red;
}

.skin-color {
	background-color: #E0E0E0;
}

.font_black {
	color: #000;
}

#structuremenutable IMG {
	display: block;
}

#actionselectionmenutable IMG {
	display: block;
}

#elementmenutable IMG {
	display: block;
}

#datapoolmenutable IMG {
	display: block;
}

.lrnInnerBox UL LI {
color: #000;
}
/* begin of structure explorer styles */

.menulayer {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}

.toolbarlayer {
	position: absolute;
	visibility: hidden;
	z-index: 9000;
}

.toolbarstyle {
	background: #e0e0e0 url(/graphics/toolbarbg.gif) repeat-x;
	padding: 4px;
	border: 1px solid #d0d0d0;
}

.lrnlist {
	margin: 0;
	padding: 0;
	border: 0;
}

.lrnlistcontent {
	margin: 0 4px 0 0;
	padding: 0 1px;
	border: 0;
	border-left: 1px solid #ccc;
	background: url(/graphics/alterbg.gif);
}

.listhead {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0 4px 0 0;
	border: 1px solid #9C9C9C;
	color: #900;
	font-weight: bold;
	background: url(/graphics/skin/default/head-background.gif) 0px 0px repeat-x;
	display: block;
}

#strtab tr td {
	margin: 0;
	padding: 0;
	border: 0;
}

#sCheckBox { float: left; }

#sTree { float: left; }

#sToolBar { float: left; }

#sStatus { float: left; }

#sPageTemplate { float: left; }

#sContentTemplate { float: left; }

#sContent { float: left; }

#sElementGroup { float: left; }

#sSubElements { float: left; }

#sClearer {
	clear: both;
	height: 40px;
	display: block;
}

.rollOverHilite {} /*{	background: url(/graphics/bg-hilite.gif) 0px 1px repeat-x; }*/

.rollOverHilite a,
.rollOverHilite a:link,
.rollOverHilite a:visited,
.rollOverHilite a:hover,
.rollOverHilite a:active {
	color: #900;
}

.toolbar {
	width: 140px;
	display: block;
}

#lrnStrDebug {
	display: none;
	position: absolute;
	top: 80px;
	right: 10px;
	width: 240px;
	height: 600px;
	color: #333;
	border: 1px solid #ccc;
}

#lrnStrDebugRequest {
	display: none;
	height: 40px;
	width: 240px;
	padding: 4px;
	background-color: #eee;
	overflow: auto;
}

#lrnStrDebugResult {
	height: 100%;
	overflow: auto;
	width: 240px;
	padding: 4px;
	background-color: #fff;
}

/* end of structure explorer styles */

.odd {
	background-color: transparent;
}

.even {
	background-color: #f0f0f0;
}

.lca-list {
	padding: 4px;
}

#lrnStructureDiv ul {
	text-indent: 0;
	list-style-position: outside;
	list-style-type: none;
	margin: 2px;
	margin-left: 0;
	padding: 0;
	display: block;
}

#lrnStructureDiv li {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 13px;
}

#lrnStructureDiv li img {
	position: relative;
	top: 4px;
}

#lrnStructureDiv li span { display: block; }

#sTree ul { margin-left: 12px; }

#showStructureDiv UL {
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 16px;
	margin: 0;
}

#showStructureDiv LI {
	margin: 8px 0;
	padding: 0;
}

/* fusename=preferences, fuseaction=appglobalsform  */
#bi-preferences-appglobalsform .textinput {
	padding: 2px;
	width: 320px;
	background-color: transparent;
}

#bi-preferences-appglobalsform textarea.textinput {
	height: 60px;
}

#bi-globals-appglobalrulesform input {
	width: 320px;
}

/* TinyMCE Firefox fix for DataPoolEntryForm, ScaleUp, and EasyTable */
#xbi-datapool-checkoutandedit .mceEditor,
#xbi-scaleup-editelement .mceEditor,
#xbi-easytable-editcell .mceEditor {
	border: 1px solid #ccc;
	background-color: #cf0;
}

.lrn-templeditbar td,
.lrn-templeditbar img {
	padding:0px !important;
	margin:0px !important;
}

#bi-preferences-preferencesform label {
	display: block;
	width: 120px;
	float: left;
}

#bi-sitemap-previewelement UL {
	margin-left: 20px;
}
#bi-sitemap-previewelement LI {
	list-style: none;
}

/* Reset Styles for Form Elements */
.lrnInnerPropBox INPUT.lrnStyleReset,
.lrnInnerPropBox SELECT.lrnStyleReset,
.lrnInnerPropBox LABEL.lrnStyleReset {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

INPUT[type="hidden"] {
	display: none !important;
}

.inactive {
	color: #999999;
}
.font_light {
	color: #CCCCCC;
}

.catalognav {
	height: 25px;
}

.catalognav A.catalogtab {
	position: relative;
	display: block;
	line-height: 13px;
	font-weight: normal;
	background: #900 url('/graphics/skin/default/catalogtab.jpg') top left repeat-x;
	color: #FFF;
	float: left;
	padding: 7px 15px 5px 15px;
	border-style: solid;
	border-color: #CC3333 #660000 #660000 #CC3333;
	border-width: 1px 1px 0px 1px;
	margin-right: 2px;
}

.catalognav A.active {
	background: #FFF url('/graphics/skin/default/catalogtab_a.jpg') top left repeat-x;
	color: #900;
}

.catalognav A.meta {
	margin-right: 0px;
	right: -12px;
}

/* Messenger
---------------------------------------------------------*/

.lrnMessengerBox {
	background: #F7F7F7;
	border: 1px solid #bbb;
	color: #000;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 5px;
	padding: 4px 8px 10px;
	width: 425px;
}

.lrnMessengerInnerBox {
	background: #F7F7F7 url(/graphics/bg_line.gif) 0px 0px repeat;
	margin-top: 2px;
	width: 409px;
}

#msg_title {
	border: 1px solid #bbb;
	padding: 2px 4px;
	width: 200px;
}

#msg_text {
	background: #fff;
	border: 1px solid #bbb;
	font-family: ms sans serif, Arial, Sans-Serif, Helvetica;
	height: 43px;
	line-height: 17px;
	padding: 4px;
	width:435px;
}

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(/graphics/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
	margin-left: 5px;
}
button.calendar:hover,
button.calendar.active,
button.calendar:focus {
	background-position: 0 20px;
	outline:0;
}

div.calendar {
	background: url(/graphics/calendar.png);
	height: 195px;
f	padding: 0 6px;
	text-align: center;
	width: 147px;
}
div.calendar * {
	margin: 0;
	padding: 0;
}
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(/graphics/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(/graphics/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #954223;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}
div.calendar td {
	background: url(/graphics/calendar-td.gif);
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(/graphics/calendar-valid.gif);
	color: #954223;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(/graphics/calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(/graphics/calendar-td.gif) 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(/graphics/calendar-valid.gif) 0 100%;
	color: #FFF;
	cursor: pointer;
}

/* end calendar */

table .lrn-projects-more{
	display: none;
}
table .bg-graphic img{
	position: relative;
	max-width: 330px;
	max-height: 330px;
	top: 0;
	left: unset;
}
table #media424{
	height: 330px !important;
}

.year{
	max-height: unset !important;
}

.lrn-newslist{
	margin-bottom: 60px !important;
}

.hidden-from-vp, .hidden-from-vp *{
	transform: translateY(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
	margin: unset !important;
	top: unset !important;
	right: unset !important;
	bottom: unset !important;
	left: unset !important;
	position: relative !important;
	padding: unset !important;
}

.bg-graphic{
	position: unset !important;
	top: unset !important;
}
.fullwidth-page-image-container.nephrolab-ri-bg{
	top: unset !important;
}

.two-square-container .text-container .square-1{
	display: flex !important;
}

.event-slider{
	position: relative;
}

.spacer{
	border-top: 1px solid #9C9C9C;
	font-weight: 800;
	padding-top: 1rem;
}