/*font: normal 12px Georgia,serif;/*
	LOCAL FONTS
*/
@font-face {
	font-family: 'Inconsolata';
	src: url("/fonts/Inconsolata-Regular.woff2") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Exo 2';
	src: url("/fonts/Exo2-Regular.woff2") format('woff'); 
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Exo 2-Bold';
	src: url("/fonts/Exo2-Bold.woff2") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@keyframes userXfer{
    from {opacity :1;z-index:1000;top:0;}
    to {opacity :0;z-index:-1;top:-100px;}
}

@-webkit-keyframes userXfer{
    from {opacity :1;z-index:1000;top:0;}
    to {opacity :0;z-index:-1;top:-100px;}
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Exceptions */
div.exception
{
	padding:15px;
	border:1px solid red;
	background:#FFFFB9;
	color:black;
	width:600px;
	max-width:90vw;
	margin:auto;
	margin-top:30px;
	margin-bottom:20px;
	box-shadow: 0px 3px 4px -1px #cccccc;
	-moz-box-shadow:0px 3px 4px -1px #cccccc;
	-webkit-box-shadow:0px 3px 4px -1px #cccccc;
}


div.eDebug
{
	padding:15px;
	border:1px dashed red;
	background:#FCFCFC;
	color:black;
	width:600px;
	max-width:90vw;
	margin:auto;
	margin-top:30px;
	box-shadow: 0px 3px 4px -1px #cccccc;
	-moz-box-shadow:0px 3px 4px -1px #cccccc;
	-webkit-box-shadow:0px 3px 4px -1px #cccccc;
}

div.exception h1
{
	color:red;
	font-size:1.3em;
	text-align:center;
	margin-bottom:20px;
}
div.exception p
{
	text-align:center;
}
div.exception p.eMessage
{
	font-weight:bold;
}
/*
	TABLES
*/


#refTable
{
	border-collapse:collapse;
}
#refTable tr
{
	height:40px;
}
#refTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}
#refTable td:first-of-type
{
	padding-top:7px;
}

#refTable td:nth-of-type(2)
{
	padding-left:15px;
	padding-right:60px;
}
td.refHidden
{
	color:#ddd;
	font-style:italic;
}
#docsTable
{
	width:100%;
	border-collapse:collapse;
}
#docsTable tr
{
	height:50px;
}
#docsTable tr:last-child td
{
	border-bottom:none;
}
#docsTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}

div.tblView2
{
	margin:auto;
	width:100%;
	text-align:left;
	border:none;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:1.1em;
}
div.tblView2 table
{
	width:100%;
	border:none;
	border-collapse: collapse;
}
div.tblView2 table th
{ 
	color:#336699;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #336699;
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:0.9em;
	padding:5px;
}

div.tblView2 table tr:first-of-type:hover
{ 
	background-color:white;
	cursor:default;
}
div.tblView2 table tr
{ 
	height:40px;
}
div.tblView2 table tr:first-of-type
{ 
	height:20px;
}
div.tblView2 table tr:hover
{ 
	background-color:#eaeaff;
	cursor:pointer;
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
}
div.tblView2 table td
{ 
	border:none;
	margin:0;
	padding: 5px;
	border-bottom:1px solid #f0f0f0;
	font-family:Inconsolata,monospace;
  font-size:1.0em;
}
div.tblView2 table tr:last-of-type td
{ 
	border:none;
}
div.tblView2 i.fa-times
{
	color:#CD272C;
}
div.tblView2 i.fa-check
{
	color:#00B400;
	font-weight:bold;
}
div.tblView2 div.topWarning
{
	color:#CD272C;
	padding:20px;
	width:100%;
	text-align:center;
	font-weight:bold;
}


div#afterLogFractions div.fractionHeadline
{
	font-family:"Courier New";
	font-size:12px;
	padding-left:20px;
	width:100px;
	float:left;
	clear:left;
	margin-bottom:2px;
}
div#afterLogFractions div.fractionValue
{
	font-family:"Courier New";
	font-size:12px;
	font-weight:bold;
	width:70px;
	float:left;
	text-align:right;
	margin-bottom:2px;
}
div#afterLogFractions div:first-of-type
{
	font-weight:bold;
	margin-bottom:15px;
}
div#afterLogFractions div:last-of-type
{
	color:red;
	clear:left;
	padding-top:15px;
}



/* API token */

#apiTokens,
#sharedObjects
{
	border-collapse:collapse;
	width:100%;
}
#apiTokens tr,
#sharedObjects tr
{
	height:40px;
}
#apiTokens th,
#sharedObjects th
{
	border-bottom:1px solid #555;
	padding:5px;
	background-color:#F3F3F5;
	font-size:1.1em;
}
#apiTokens td,
#sharedObjects td
{
	border-bottom:1px solid #eee;
	padding:5px;
	font-size:1.1em;
}
#apiTokens th:nth-of-type(4),
#apiTokens th:nth-of-type(5)
{
	width:140px;
}
#apiTokens th:nth-of-type(6)
{
	text-align:center;
	width:30px;
}
#apiTokens td:nth-of-type(6)
{
	text-align:center;
}
#apiTokens td:nth-of-type(7) a:hover
{
	color:red;
}


#sharedObjects th:nth-of-type(1)
{
	width:100px;
}
#sharedObjects td:nth-of-type(6)
{
	width:30px;
	text-align:center;
}
#sharedObjects td:nth-of-type(6) a:hover
{
	color:red;
}
#sharedObjects td:nth-of-type(6) a.pendingAction:hover
{
	color:black;
}
#sharedObjects tr.pending:hover {
	cursor:pointer;
	background-color:#D0E0F0;
}
div#apiInfo,
div#sharedObjectsInfo,
div#nexiInfo,
div#swishInfo
{
	padding:20px 5px 30px 5px;
	width:100%;
	text-align:center;
	font-size:1.1em;
}

div#newTokenWarning
{
	padding-top:20px;
	width:100%;
	text-align:center;
	color:red;
	font-size:1.1em;
}
div#newToken
{
	text-align:center;
	padding:20px;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:1px;
}

form#nexi div
{
	padding:2px;
	margin-bottom:10px;
	margin-top:20px;
}
form#nexi div:last-of-type
{
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
form#nexi span#invalid_amount
{
	color:red;
	padding-left:15px;
}
form#nexi label
{
	width:200px;
	display:inline-block;
	font-size:1.1em;
	text-align:right;
	padding-right:10px;
	
}
input[type=text],
input[type=number],
input[type=password],
input[type=username],
input[type=email]
{
	background-color:#fcfcff;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #666666;
	margin-right:5px;
	/*height:20px;*/
	height:1.7em;
	font-family: "Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:1em;
	letter-spacing:0.06em;
	padding-left:0.5em;
	padding-right:0.5em;
	margin: 3px 1px 1px 3px;
}
input::placeholder
{
	/*font-size: 0.8em;*/
}
input.mono
{
	font-family:Inconsolata,monospace;
	letter-spacing:0.1em;
	
}
input.bold
{
	font-weight:bold;
}
input.right
{
	text-align:center;
}
input.redborder
{
	border:1px solid red;
}
input.ctr
{
	text-align:center;
}
input.gbottom
{
	border-bottom: 1px solid #aaaaaa;
}

select
{
	background-color:#fcfcff;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #666666;
/*height:24px;*/
	height:2em;
	
	margin: 3px 1px 1px 3px;
	font-family: "Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:1em;
	letter-spacing:0.06em;
	padding-left:0.5em;
	padding-right:0.5em;
}
select:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=username]:hover
{
	border-bottom: 1px solid black;
}


form#nexi input[type=text],
form#nexi input[type=number]
{
	width:5em;
	font-size:1.1em;
}
form#newtoken div
{
	padding:2px;
	margin-bottom:10px;
}
form#newtoken label
{
	width:140px;
	display:inline-block;
	font-size:1.1em;
}
form#newtoken input[type=text],
form#newtoken input[type=number]
{
	width:250px;
	font-size:1.1em;
}
form#newtoken select
{
	width:100px;
	margin-right:5px;
	margin-left:0;
	margin-bottom:0;
}

div#remarkSelections select
{
	background-color:#fafaff;
	border:0;
	border-bottom: 1px solid gray;
	margin-right:20px;
	margin-left:0;
	margin-bottom:0;
	height:20px;
	font-family: "Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:1.1em;
	padding:2px;
	height:24px;
}

div#remarkSelections select
{
	color:#303030;
}
div#remarkSelections select:hover
{
	color:black;
}
div#remarkSelections
{
	padding-top:5px;
	padding-bottom:40px;
}
div#remarkSelections div
{
	float:left; height:30px;
	font-size:1.1em;line-height:30px;vertical-align:middle;
}
div#remarkSelections div:last-of-type
{
	float:right;height:30px;font-size:1.2em;line-height:30px;vertical-align:middle;padding-right:10px;
}
div.remarkModal
{
	overflow-y:auto;
	max-height:80vh;
	padding:0;
	margin:10px;
	text-align:center;
}
div.remarkModal div
{
	padding:20px;
	font-size:1.1em;
}
div.remarkModal h1
{
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
div.remarkModalError
{
	color:red;
	text-align:center;
	margin-top:40vh;
	margin-bottom:20px;
	font-weight:bold;
	letter-spacing:1px;
}
div.remarkModal input[type=submit]
{
	padding:3px 10px 5px 10px;
	background-color:#f5f5ff;
	border:1px solid #d0d0ee;
	color:#404066;
	margin-top:20px;
	margin-bottom:20px;
}
div.remarkModal input[type=submit]:hover
{
	color:black;
	cursor:pointer;
	background-color:#f0f0f4;
}
div.remarkModal div textarea
{
	width:80%;
	height:80px;
	padding:3px 10px 5px 10px;
	background-color:white;
	border:1px solid #d0d0ee;
	color:#404066;
	margin-top:20px;
	resize:none;
}
tr.remarkDataRow td p
{
	font-size:1.3em;
	text-align:left;
	padding-left:10px;
	color:black;
}
tr.remarkDataRow td p:first-of-type
{
	font-size:0.9em;
	padding-left:0px;
	padding:0;margin:0;
}
tr.remarkDataRow td p:last-of-type
{
	font-size:0.8em;
	text-align:right;
	padding:0;margin:0;
	color:#505050;
}

div#noRemarks
{
	text-align:center;padding:20px;
	background-color:#eee;
	width:30%;
	margin:3em auto 3em auto;
	border-radius:0.5em;
	font-size:1.1em;
}
div#noMaintData
{
	text-align:center;padding:20px;
	background-color:#eee;
	width:30%;
	margin:3em auto 3em auto;
	border-radius:0.5em;
	font-size:1.1em;
}



/* yfee table specific css */
div.tblView2.yfees table tr {height:24px;}
div.tblView2.yfees table td:nth-of-type(1) {width:180px;max-width:180px;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.yfees table td:nth-of-type(2) {width:140px;max-width:140px;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.yfees table td:nth-of-type(4) {width:120px;max-width:120px;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.yfees table td:nth-of-type(3),
div.tblView2.yfees table th:nth-of-type(2) {text-align:center;width:100px;}
div.tblView2.yfees table td:nth-of-type(5),
div.tblView2.yfees table th:nth-of-type(4) {text-align:center;width:60px;}
div.tblView2.yfees table td:nth-of-type(6),
div.tblView2.yfees table th:nth-of-type(5) {text-align:right;width:80px;}
div.tblView2.yfees table td:nth-of-type(7),
div.tblView2.yfees table th:nth-of-type(6) {text-align:center;width:100px;}
div.tblView2.yfees table td:nth-of-type(8) {width:180px;max-width:180px;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}


/* member list table specific css */
div.tblView2.memberRegister table tr {height:32px;white-space: nowrap;}
div.tblView2.memberRegister table td {font-size:1em;}
div.tblView2.memberRegister table tr.inactive {background-color:#FFBBBB;}
div.tblView2.memberRegister table tr.inactive:hover {background-color:#eaeaff;}
div.tblView2.memberRegister table .pos { text-align:right; }
div.tblView2.memberRegister table .neg { text-align:right;color:#CD272C; }
div.tblView2.memberRegister table .nil { text-align:right;color:#C0C0C0; }
div.tblView2.memberRegister table .nil a,
div.tblView2.memberRegister table .neg a { color:inherit; }
div.tblView2.memberRegister table td i.fa-exchange {font-size:0.8em;color:#00B400;}
/*div.tblView2.memberRegister table td i.fa-lock-alt {font-size:0.7em;margin-left:3px;}*/
div.tblView2.memberRegister table td i.fa-lock-alt {color:#DF9200;font-size:0.8em;margin:2px;}
div.tblView2.memberRegister table td i.fa-asterisk {font-size:0.6em;margin:2px;color:#CD272C;}
div.tblView2.memberRegister table td i.fa-eye-slash {font-size:0.8em;margin:2px;color:#777777;}
div.tblView2.memberRegister table td i.fa-infinity {font-size:0.7em;color:#B0B0B0;}
div.tblView2.memberRegister table td:nth-of-type(1) {width:40px;text-align:center;font-size:1.4em;color:#8888BB;}
div.tblView2.memberRegister table td:nth-of-type(2) {width:40px;}
div.tblView2.memberRegister table td:nth-of-type(3) {width:20px;text-align:center;}
div.tblView2.memberRegister table td:nth-of-type(4) {width:140px;max-width:140px; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.memberRegister table td:nth-of-type(5) {width:150px;max-width:150px; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.memberRegister table td:nth-last-of-type(1),
div.tblView2.memberRegister table th:nth-last-of-type(1){width:30px;text-align:center;}
div.tblView2.memberRegister table td:nth-last-of-type(2) {width:130px;max-width:130px; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.memberRegister table td.mship {width:130px;max-width:130px; overflow: hidden;text-overflow:ellipsis;}
div.tblView2.memberRegister a.letterAnchor {background-color:red;position:relative;top:-90px;visible:none;}
div.tblView2 #letterRow { border:1px solid black; height:30px;text-align:center;margin-bottom:20px;}
div.tblView2 #letterRow div { margin:auto;display: inline-block;}
div.tblView2 #letterRow div div { color:#D0D0D0; float:left; border:none;width:32px; line-height:30px;vertical-align:center;}
div.tblView2 #letterRow div a { color:black; float:left; border:none;width:32px; line-height:30px;vertical-align:center;}
div.tblView2 #letterRow div a:hover { background-color:#336699;color:white; text-decoration:none;}



invoices
{
	width:100%;
	border-collapse:collapse;
}
#invoices tr
{
	height:30px;
}
#transactions
{
	width:100%;
	border-collapse:collapse;
	border:1px solid black;
	font-family:Inconsolata,monospace;
	font-size:1.1em;
}
#transactions tr
{
	height:24px;
}


#invalidEmails
{
	margin-top:40px;
	width:100%;
	border-collapse:collapse;
	
}
#invalidEmails tr
{
	height:28px;
	line-height:28px;
}
#invalidEmails tr:nth-child(even)
{
	background-color:#fafaff;
}
#invalidEmails tr th
{
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid gray;
}
#invalidEmails tr td
{
	padding:5px;
	border-bottom:1px solid #eee;
	
}
#invalidEmails tr td:nth-of-type(2)
{
	white-space: nowrap;
}

#priceAdjustments
{
	margin-top:40px;
	width:100%;
	border-collapse:collapse;
	
}
#priceAdjustments tr
{
	height:28px;
	line-height:28px;
}
#priceAdjustments tr:nth-child(even)
{
	background-color:#fafaff;
}
#priceAdjustments tr th
{
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid gray;
}
#priceAdjustments tr td
{
	padding:5px;
	border-bottom:1px solid #eee;
	
}
#priceAdjustments tr td:nth-of-type(2)
{
	white-space: nowrap;
}


#FUELAVERAGE
{
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}
#FUELAVERAGE th
{
	font-weight:bold;
	text-align:center;
	padding:5px;
	/*background-color:#F0F0F0;*/
	font-size:1em;
}

/* #FUELAVERAGE tr.headlineRow:nth-of-type(1){ 	border-width: 1px; border-color:#BFBFBF;	}*/
#FUELAVERAGE tr.headlineRow:first-of-type th:nth-of-type(1), 
#FUELAVERAGE tr.headlineRow:first-of-type th:nth-of-type(2), 
#FUELAVERAGE tr.headlineRow:first-of-type th:nth-of-type(3) { 	border-width: 1px; border-color:#BFBFBF; border-style: none solid solid none;	}
#FUELAVERAGE tr.headlineRow:nth-of-type(2) th:nth-of-type(1),
#FUELAVERAGE tr.headlineRow:nth-of-type(2) th:nth-of-type(2),
#FUELAVERAGE tr.headlineRow:nth-of-type(2) th:nth-of-type(3)  { 	font-weight:normal; font-size:0.9em;border-width: 1px; border-color:#BFBFBF; border-style: none dashed solid none;		}
#FUELAVERAGE tr.headlineRow:nth-of-type(2) th:nth-of-type(4) { 	font-weight:normal; font-size:0.9em;border-width: 1px; border-color:#BFBFBF; border-style: none none solid none;		}
#FUELAVERAGE tr.dataRow:nth-of-type(2n) { 	background-color:#fafaff;	}
#FUELAVERAGE td
{
	text-align:center;
	padding:5px;
	font-size:1em;
}
#FUELAVERAGE tr.dataRow td { 	font-family:Inconsolata,monospace; letter-spacing:0.04em; color:#000077; border-width: 1px; border-color:#BFBFBF;  }
#FUELAVERAGE tr.dataRow td:nth-of-type(1)  { 	border-style: none solid none none; }
#FUELAVERAGE tr.dataRow td:nth-of-type(2)  { 	width:90px;	border-style: none solid none none; 	 }
#FUELAVERAGE tr.dataRow td:nth-of-type(3)  { 	width:90px;		border-style: none solid none none;  }
#FUELAVERAGE tr.dataRow td:nth-of-type(4)  { 	width:60px;		border-style: none dashed none none;  }
#FUELAVERAGE tr.dataRow td:nth-of-type(5)  { 	width:60px;		border-style: none dashed none none;  }
#FUELAVERAGE tr.dataRow td:nth-of-type(6)  { 	width:60px;		border-style: none dashed none none;  }
#FUELAVERAGE tr.dataRow td:nth-of-type(7)  { 	width:60px;		border-style: none none none none;  }
#FUELAVERAGE tr.dataRow td:last-of-type  { 	width:60px;		border-style: none none none none;  }

/*
	MENU ITEMS
*/
ul.tabMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size:13px;
}
.tabMenu li {
	float:left;
}
.tabMenu li:hover {
	/**/
}
.tabMenu li a {
	display:block;
	background-color:#eee;
	border:1px solid #ddd;
}
.tabMenu a {
	color:#1B3652;
	text-shadow:0;
	padding:4px;
	margin:2px 3px -1px 3px;
	border-radius: 3px 3px 0 0;
	
}
.tabMenu li a:hover {
	color:white;
	background-color:#4986C2;
	border:1px solid #def;
	cursor:pointer;
}
.tabMenu a.tabMenuSelected {
	color:black;
	background-color:#C6D9EC;
	border:1px solid #6699CC;
	cursor:default;
	pointer-events: none;
}

#mainMenuContainer{
	border-bottom:1px solid #ccc;
	/*border-top:1px solid #aaa;*/
	height:76px;
	/*position: -webkit-sticky;
  	position: sticky;
  	*/
  	width:100%;
  	position:fixed;
  	top: 0;
  	z-index:-1; /* To be set to 1200 by mwlPageLayout */
  	background-color:white;
  	opacity: 0;
  	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-moz-box-shadow:1px 1px 5px #bbb;
	-webkit-box-shadow:1px 1px 5px #bbb;
	box-shadow:1px 1px 5px #bbb;
}
#mainMenuContainer3{
	border-bottom:1px solid #ccc;
	/*border-top:1px solid #aaa;*/
	height:116px;
	z-index:1200;
  	background-color:white;
  	opacity: 1;
  	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-moz-box-shadow:1px 1px 5px #bbb;
	-webkit-box-shadow:1px 1px 5px #bbb;
	box-shadow:1px 1px 5px #bbb;
	
}
#mainMenuContainer table,
#mainMenuContainer3 table
{
	width:100%;
}
#mainMenuContainer table tr td{
	height:70px;
}
#mainMenuContainer3 table tr td{
	height:110px;
}
#mainMenuContainer table tr td:first-of-type, 
#mainMenuContainer table tr td:last-of-type, 
#mainMenuContainer3 table tr td:first-of-type, 
#mainMenuContainer3 table tr td:last-of-type 
{
	width:13.3vw;
}
#mainMenuContainer table tr td img,
#mainMenuContainer table tr td a img{
	max-width:170px;
	max-height:70px;
}
#mainMenuContainer3 table tr td img,
#mainMenuContainer3 table tr td a img{
	max-width:213px;
	max-height:110px;
}

#bcalSubMenuContainer{
	margin:auto auto 15px -1px;
	border:0;
	z-index:999;
}
ul#mainMenuSticky,ul#mainMenuSticky ul,
ul#mainMenu,ul#mainMenu ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:white;
	border-width:0px;
}
ul#mainMenuSticky ul,
ul#mainMenu ul{
	display:none;
	position:absolute;
	top:97%;
	-moz-box-shadow:1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow:1px 1px 3px #888;
	background-color:#fcfcfc;
	border-radius:1px 1px 5px 5px;
	-moz-border-radius:1px 1px 5px 5px;
	-webkit-border-radius:1px 1px 5px 5px;
	border:1px solid #eeeeee;
	padding:3px;
	min-width:90%;
}
ul#mainMenuSticky li:hover>*,
ul#mainMenu li:hover>*{
	display:block;}
ul#mainMenuSticky li,
ul#mainMenu li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}
ul#mainMenuSticky li:hover,
ul#mainMenu li:hover{
	z-index:1100;}
ul#mainMenuSticky ul ul,
ul#mainMenu ul ul{
	position:absolute;
	left:95%;
	top:0;
}
ul#mainMenuSticky,
ul#mainMenu{
	font-size:0;
	width:100%;
	z-index:1101;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0 0%;
	margin:0 0%;
	*display:inline;
	*padding-right:1.82%;}
* html ul#mainMenuSticky li a,
* html ul#mainMenu li a{
	display:inline-block;}
ul#mainMenuSticky>li,
ul#mainMenu>li{
	margin:0;}
ul#mainMenuSticky li.toplast,
ul#mainMenu li.toplast{
}


body:first-of-type ul#mainMenuSticky,
body:first-of-type ul#mainMenu{
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#mainMenuSticky>li,
body:first-of-type ul#mainMenu>li{
	display:table-cell;float:none;}
ul#mainMenuSticky a:active, ul#mainMenuSticky a:focus,
ul#mainMenu a:active, ul#mainMenu a:focus{
	outline-style:none;}
ul#mainMenuSticky a,
ul#mainMenu a{
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#555;
	/*text-shadow:#FFF 0 0 1px;*/
	cursor:pointer;
	padding:8px 10px 8px 10px;
	background-repeat:repeat;
	background-position:0 0;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#eeeeee;
}
ul#mainMenuSticky ul li,
ul#mainMenu ul li{
	float:none;margin:0px 0 0;}
ul#mainMenuSticky ul a,
ul#mainMenu ul a{
	text-align:left;
	padding:5px 20px 5px 20px;
	/*background-color:red;*/
	background-image:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#555;
	text-decoration:none;
	border:1px solid #fcfcfc;
}
ul#mainMenuSticky li:hover>a,ul#mainMenuSticky li a.pressed,
ul#mainMenu li:hover>a,ul#mainMenu li a.pressed
{
	background-color:#002959;
	border-color:#C0C0C0;
	border-style:solid;
	color:white;
	text-decoration:none;
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
	
ul#mainMenuSticky img,
ul#mainMenu img{
	border:none;vertical-align:middle;margin-right:3px;}
ul#mainMenuSticky span,
ul#mainMenu span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#mainMenuSticky ul span,
ul#mainMenu ul span{
	background-image:url("/images/mainMenu/arrowsub.png");
	padding-right:12px;
}


/* Hover �ver menyvalen i undermenyer */
ul#mainMenuSticky ul li:hover>a,ul#mainMenuSticky ul li a.pressed,
ul#mainMenu ul li:hover>a,ul#mainMenu ul li a.pressed,
ul#bcalSubMenu ul li:hover>a,ul#bcalSubMenu ul li a.pressed{
	
	background-color:#336699;
	background-image:none;
	color:white;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul#mainMenuSticky li.topfirst>a,
ul#mainMenu li.topfirst>a{
	border-radius:0px 0 0 0px;
	-moz-border-radius:0px 0 0 0px;
	-webkit-border-radius:0px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-left:0px;
}
ul#mainMenuSticky li.topmenu>a,
ul#mainMenu li.topmenu>a{
	height:17px;
	line-height:17px;
}
ul#mainMenuSticky li.adminmenu>a,
ul#mainMenu li.adminmenu>a{
	/* color:#1818b2; */
}
ul#mainMenuSticky li.logoutmenu>a,
ul#mainMenu li.logoutmenu>a{
	color:#b31818;
}
ul#mainMenuSticky li.toplast>a,
ul#mainMenu li.toplast>a{
	border-radius:0 0px 0px 0;-moz-border-radius:0 0px 0px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;}

ul.toolsmenu{
	display:none;
	position:absolute;
	left:5px;
	top:97%;
	-moz-box-shadow:1px 1px 3px #666;
	-webkit-box-shadow:1px 1px 3px #666;
	box-shadow:1px 1px 3px #666;
	background-color:#f6f6f6;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border:1px solid #9e9e9e;
	padding:3px;
	}

img.downArrow{
	border:none;vertical-align:middle;margin-left:5px;margin-right:5px;
}


	
	
	
	
	
	
ul#bcalSubMenu,ul#bcalSubMenu ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	border-width:1px;
	border-style:solid;
	border-color:#336699;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
ul#bcalSubMenu ul{
	visibility:hidden;
	position:absolute;
	top:97%;
	/*-moz-box-shadow:1px 1px 3px #666;
	-webkit-box-shadow:1px 1px 3px #666;
	box-shadow:1px 1px 3px #666;
	background-color:#fcfcfc;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #9f9f9f;
	padding:3px;
	*/
	
	-moz-box-shadow:1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	box-shadow:1px 1px 3px #888;
	background-color:#fcfcfc;
	border-radius:1px 1px 5px 5px;
	-moz-border-radius:1px 1px 5px 5px;
	-webkit-border-radius:1px 1px 5px 5px;
	border:1px solid #eeeeee;
	padding:3px;
	min-width:90%;
}
ul#bcalSubMenu li:hover>ul{
	visibility:visible;}
ul#bcalSubMenu li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}
ul#bcalSubMenu li:hover{
	z-index:1;}
ul#bcalSubMenu ul ul{
	position:absolute;left:100%;top:0;}
ul#bcalSubMenu>li:hover>ul{
	}
ul#bcalSubMenu{
	font-size:0;
	width:100%;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0 0%;
	margin:0 0%;
	*display:inline;*padding-right:1.67%;}
* html ul#bcalSubMenu li a{
	display:inline-block;}
ul#bcalSubMenu>li{
	margin:0;width:25%;}
body:first-of-type ul#bcalSubMenu{
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#bcalSubMenu>li{
	display:table-cell;float:none;}
ul#bcalSubMenu a:active, ul#bcalSubMenu a:focus{
	outline-style:none;}
ul#bcalSubMenu a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:11px Arial,Helvetica,sans-serif;
	color:white;
	/* text-shadow:#FFF 0 0 1px; */
	cursor:default;
	padding:3px 10px 3px 10px;
	background-color:#336699;
	border-width:0 0 0 1px;

}
ul#bcalSubMenu ul li{
	float:none;margin:0;}
ul#bcalSubMenu ul a{
	text-align:left;
	padding:5px;
	background-color:#fcfcfc;
	background-image:none;
	border-width:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:11px Arial,Helvetica,sans-serif;
	color:#000000;
	text-decoration:none;
	border:1px solid #fcfcfc;
	vertical-align: middle;
	padding-left:25px;
	padding-right:25px;
}
ul#mainMenu ul a.divider,
ul#bcalSubMenu ul a.divider{
	text-align:center;
	color:#aaa;
	height:6px;
	line-height: 6px;
	vertical-align: middle;
	padding-left:25px;
	padding-right:25px;
}
ul#mainMenu li.divider:hover>a,ul#mainMenu li.divider a.pressed{
	color:#aaa;
	background-color:#f6f6f6;
	border:1px solid #f6f6f6;
}
ul#bcalSubMenu li.divider:hover>a,ul#bcalSubMenu li.divider a.pressed{
	/*
	color:#aaa;
	background-color:#fff8bf;
	border:1px solid #fff8bf;
	*/
	background-color:silver;
		color:#336699;
		-webkit-transition: all 100ms linear;
	    -ms-transition: all 100ms linear;
	    transition: all 100ms linear;
	    cursor:pointer;
}
ul#bcalSubMenu li:hover>a,ul#bcalSubMenu li a.pressed{
	background-color:silver;
	color:#336699;
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	
	border-color:#C0C0C0;
	border-style:solid;
	text-decoration:none;
	
	cursor:pointer;
}
ul#bcalSubMenu img{
	border:none;
	vertical-align:middle;
	margin-right:20px;}
ul#bcalSubMenu span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;}
ul#bcalSubMenu ul span{
	background-image:url("/images/mainMenu/arrowsub.png");padding-right:12px;}
ul#bcalSubMenu li.topfirst>a{
	/*
	border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	*/
}
ul#bcalSubMenu li.toplast>a{
	/*
	border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	*/
}










/*
	PRINT SETTINGS
*/
@media print {
	.noprint,.copyright,.stdlnk {
	display:none;
	color:black;
	}

	#upperBnr,
	#lowerBnr,
	#lowerBnrnewLook,
	#mainMenuContainer,
	#mainMenuContainer3,
	#header_containerNew, 
	#newLookTopContainer,
	#newLookFooterContainer1,
	#newLookFooterContainer2,
	#scrollUp,
	#mainMenuContainer,
	#bcalSubMenuContainer, 
	.helpSideButton
	{
	display:none;
	}
	
	body
	{
		background:#ffffff;
		font-family: "Exo 2", "Helvetica Neue", Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#000000;
		margin: 0;
	}
	
}

@media screen { 
	.print {
		display:none;
	}
	html {
	  scroll-behavior: smooth;
	}
	body
	{
		color:black;
		background:white;
		height:100%;
		margin:0;
		padding:0;
		font-family: "Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
		/* font-size:1em;*/
		font-size:12px;
	}
	.blinkMe {
	  animation: blinker 1s linear infinite;
	}
	.blinkMeSlow {
	  animation: blinker 4s linear infinite;
	}
	@keyframes blinker {
	  50% {
	    opacity: 0.2;
	  }
	}
	
	.fadeAway4
	{
		animation:userXfer 0.5s 1;
	  -webkit-animation:userXfer 0.5s 1;
	  animation-fill-mode: forwards;

	  animation-delay:4s;
	  -webkit-animation-delay:3s; /* Safari and Chrome */
	  -webkit-animation-fill-mode: forwards;
		
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-ms-transition: all 500ms linear;
		-o-transition: all 500ms linear;
	}
	
	.fadeAway6
	{
		animation:userXfer 0.5s 1;
	  -webkit-animation:userXfer 0.5s 1;
	  animation-fill-mode: forwards;

	  animation-delay:6s;
	  -webkit-animation-delay:5s; /* Safari and Chrome */
	  -webkit-animation-fill-mode: forwards;
		
		-webkit-transition: all 600ms linear;
		-moz-transition: all 600ms linear;
		-ms-transition: all 600ms linear;
		-o-transition: all 600ms linear;
	}
	
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: silver;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: silver;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: silver;
}
	
div.noticeCounter
{
	border-radius:10px;
	background-color:red;
	width:20px;
	line-height:20px;
	height:20px;
	font-size:0.8em;
	color:white;
	position:relative;
	top:-10px;
	left:45%;
	clear:none;
	float:left;
}
#masterContainer
	{
		position:relative;
		border:0;
		width:auto;
		margin:0;
		padding:0;
		font:inherit;
	}
	#mainContainer
	{
		position:relative;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		font:inherit;
		margin:0;
		padding:0;
		min-height:1200px;
		background:white;
		box-shadow: 0px -2px 6px 0px #555555;
		display:table;
		text-align:left;
		width:100%;
	}
	#contentsContainer
	{
		position:relative;
		overflow:auto;
		font:inherit;
		padding:15px 15px 50px 15px;
		min-height:320px;
		cursor:default;
		
	}
	#newLookContentsContainer
	{
		
		position:relative;
		overflow:auto;
		font:inherit;
		padding:20px 15px 20px 15px;
		min-height:52vh;
		cursor:default;
		
		background-repeat: no-repeat;
		background-position: 0 50px;
		background-size:100%;
	}
	#footerContainer
	{
		font:inherit;
		height:35px;
		line-height:35px;
		border-top: 1px dashed #ddd;
		padding: 10px 5px 10px 5px;
		text-align:center;
		cursor:default;
	}
	div.newLookTopButton
	{
		background-color:#336699;
		width:103px;
		height:100%;
		color:white;
		text-align:center;
		margin-left:6px;
		font-size:0.9Em;
	}
	div.newLookTopButton:hover
	{
		background-color:silver;
		color:#002959;
		-webkit-transition: background-color 200ms linear;
	    -ms-transition: background-color 200ms linear;
	    transition: background-color 200ms linear;
	}
	div.newLookTopButton i,
	div.newLookTopLogoutButton i
	{
		margin-right:10px;
	}
	
	div.newLookTopButton div i,
	div.newLookTopLogoutButton div i
	{
		margin-left:10px;
		margin-right:10px;
	}
	
	div.newLookTopButton div
	{
		padding:0;
		border:1px solid #336699;
		color:black;
		background-color:#f5f5f5;
		z-index:2010;
		position:relative;
		top:-2px;right:-1px;
		width:250px;
		visibility:hidden;
		cursor:pointer;
		float:right;
		text-align:left;
		-webkit-transition: visibility 100ms linear;
	  -ms-transition: visibility 100ms linear;
	  transition: visibility 100ms linear;
	  box-shadow: 0px 4px 6px -1px #aaaaaa;
		-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
		-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
		box-sizing:border-box;
		overflow:visible;
		resize:none;
	}
	div.newLookTopButton div:hover
	{
		background-color:#336699;
		color:white;
	}
	div.newLookTopButton div div
	{
		box-sizing:border-box;
		margin:0;
		top:0;
		right:0;
		height:50px;
		width:100%;
		line-height:50px;
		vertical-align:center;
		float:left;
		background-color:none;
		box-shadow: none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border:none;
		overflow:visible;
		resize:none;
	}
	div.newLookTopButton div div:nth-of-type(2)
	{
		border-bottom:1px dashed #aaaaaa;
	}
	div.newLookTopButton div div:last-of-type
	{
		border-bottom:none;
		
	}
	div.newLookTopButton div div.profWithName div:first-of-type
	{
		position:absolute;
		left:10px;
		/*top:18px;*/
		height:20px;
		width:24px;
		background-color:transparent;
		font-size:1.0em;
		float:left;
		border:none;
		color:inherit;
		padding:0px;
		margin:0px;
	}
	div.newLookTopButton div div.profWithName div:nth-of-type(2)
	{
		position:absolute;
		left:32px;
		width:210px;
		top:8px;
		height:18px;
		line-height:18px;
		background-color:transparent;
		font-size:1.0em;float:left;
		border:none;color:inherit;
		box-sizing:border-box;
	}
	div.newLookTopButton div div.profWithName div:nth-of-type(3)
	{
		position:absolute;
		left:32px;
		width:210px;
		top:22px;
		height:18px;
		line-height:18px;
		background-color:transparent;
		font-size:0.8em;
		float:left;
		border:none;
		color:inherit;
		box-sizing:border-box;
	}
	/*
	div.newLookTopButton div div:nth-of-type(2)
	{
		box-sizing:border-box;
		width:30px;
		float:left;
		background-color:none;
		color:green;
		box-shadow: none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		width:79%;
	}*/
	div.newLookTopButton:hover>div,
	div.newLookTopButton:hover>div div
	{
		visibility:visible;
	}
	div.newLookTopLogoutButton
	{
		background-color:#336699;
		width:105px;
		height:100%;
		color:white;
		text-align:center;
		margin-left:8px;
		font-size:0.9Em;
	}
	div.newLookTopLogoutButton:hover
	{
		background-color:silver;
		color:red;
		-webkit-transition: background-color 200ms linear;
	    -ms-transition: background-color 200ms linear;
	    transition: background-color 200ms linear;
	}
	div.helpSideButton
	{
		background-color:green;
		width:45px;
		height:49px;
		line-height:43px;
		color:white;
		text-align:left;
		padding-left:10px;
		padding-top:3px;
		font-size:1em;
		position:fixed;
		right:0;
		top:188px;
		-webkit-transition: all 100ms linear;
	    -ms-transition: all 100ms linear;
	    transition: all 100ms linear;
	    border-radius: 5px 0 0 5px;
	    z-index:1200;
	    box-shadow: 0px 4px 6px -1px #aaaaaa;
		-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
		-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
		overflow:hidden;
		white-space:nowrap;
		letter-spacing:1.4px;
	}
	div.helpSideButton:hover
	{
		width:70px;
		-webkit-transition: all 100ms linear;
	    -ms-transition: all 100ms linear;
	    transition: all 100ms linear;
	}
	#newLookFooterContainer1
	{
		font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
		min-height:450px;
		line-height:2em;
		padding: 10px 5px 10px 50px;
		text-align:center;
		cursor:default;
		/* background-color:#484848; */
		/*color:#bbbbbb;*/
		
		box-shadow: 0px -3px 6px -1px #bbb;
		-moz-box-shadow:0px -3px 6px -1px #bbb;
		-webkit-box-shadow:0px -3px 6px -1px #bbb;
		#border-top:1px solid #ddd;
		background-color:#eee;
		color:#777;
		font-size:1.3em;
	}
	#newLookFooterContainer2
	{
		font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
		height:35px;
		line-height:35px;
		padding: 10px 5px 10px 5px;
		text-align:center;
		cursor:default;
		/*background-color:#002959;*/
		background-color:#eee;
		
		/* color:#CCCCDD;*/
		color:#888;
		font-size:1.2em;
	}
	#newLookTopContainer
	{
		font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
		height:50px;
		line-height:50px;
		padding: 0px;
		text-align:center;
		cursor:default;
		background-color:#002959;
		color:white;
		font-size:1.2em;
		width:100%;
		box-sizing: border-box;
	}
	.topInfoContainer
	{
		width:24vw;
		min-width:255px;
		display: inline-block;
		text-align:left;
		vertical-align:top;
	}
	.footerInfoContainer
	{
		width:18vw;
		min-width:220px;
		display: inline-block;
		margin-top:30px;
		text-align:left;
		vertical-align:top;
	}
	.footerInfoContainer p
	{
		margin:0px;
		padding:0px;
	}
	.footerInfoContainer p a
	{
		color:#777;
	}
	.footerInfoContainer p a:visited
	{
		color:#777;
	}
	.footerInfoContainer p a:hover
	{
		color:black;
		-webkit-transition: color 200ms linear;
	    -ms-transition: color 200ms linear;
	    transition: color 200ms linear;
	}
	.footerInfoContainer h2
	{
		font-size:1em;
		letter-spacing:2px;
		font-weight:600;
		color:#444;
		text-transform:uppercase;
	}
	.topLink
	{
		color:white;
		
		margin:0px;
		padding:0px;
	}
	.topLink:visited
	{
		color:white;
	}
	.topLink:hover
	{
		color:white;
	}
	
	div.topInfoContainer a img
	{
		padding-bottom:1px;
		vertical-align:middle;
	}
	div.topInfoContainer a
	{
		color:white;
		
		margin:0px;
		padding:0px;
	}
	div.topInfoContainer a:visited
	{
		color:white;
	}
	div.topInfoContainer a:hover
	{
		color:white;
	}
	
	.copyright,.stdlnk {
	text-decoration:none;
	color:#555;
	font-weight:400
	}
	div.userXferContainer
	{
		width:36%;
		margin-left:32%;
		margin-right:32%;
		position:absolute;
		top:0;
		z-index:1;
		box-sizing:border-box;
		font-size:1.2em;
		height:100px;
	}
	div.userXferContainer div
	{
		background-color:green;
		width:100%;
		margin:auto;
		box-sizing:border-box;
		padding:5px;
		text-align:center;
		color:white;
		border-radius: 0 0 5px 5px;
	  box-shadow: 0px 4px 6px -1px #aaaaaa;
		-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
		-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
		letter-spacing:1.4px;
		z-index:1000;
	}
	
	div.userXferContainer div i
	{
		margin-right:10px;
	}
	div.userXferContainer div i:last-of-type
	{
		margin-right:30px;
	}



	div.topInfoNtfctnContainer
	{
		width:28%;
		margin-left:36%;
		margin-right:36%;
		position:absolute;
		top:20px;
		z-index:10000;
		box-sizing:border-box;
		font-size:1.2em;
		min-height:100px;
	}
	div.topInfoNtfctnContainer div
	{
		background-color:#229922;
		width:100%;
		margin:auto;
		box-sizing:border-box;
		padding:5px;
		text-align:center;
		color:white;
		border:1px solid #117711;
		border-radius: 5px 5px 5px 5px;
	  box-shadow: 0px 4px 6px -1px #aaaaaa;
		-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
		-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
		letter-spacing:1.4px;
		z-index:1000;
	}
	div.topInfoNtfctnContainerRed div
	{
		background-color:red;
		border:1px solid #771111;
		
	}
	
	div.topInfoNtfctnContainer div i
	{
		margin-right:10px;
	}
	div.topInfoNtfctnContainer' div i:last-of-type
	{
		margin-right:30px;
	}
}


div.subSubWinContainer
{
	border:1px solid #4986C2;
	background-color:white;
	margin-bottom:30px;
}
div.subSubWinHeadlineContainer
{
	padding:5px;
	background-color:#4986C2;
	height:20px;
	line-height:19px;
	color:white;
}
div.subSubWinHeadlineText
{
	float:left;
	color:white;
}
div.subSubWinHeadlineTags
{
	float:right;
	color:#C6D9EC;
}
.subSubWinHeadlineTags i:hover
{
	color:white;
}
div.sentByRow
{
	height:16px;
	line-height:16px;
	padding:2px 5px 2px 5px;
	color:#aaa;
	font-style:italic;
	border-bottom:1px solid #ddd;
}
div.msgTrashcan
{
	font-size:1.0em;
	float:right;
	color:#4986C2;
	cursor:pointer;
}
div.msgTrashcan:hover
{
	color:red;
}

/* DISCLAIMER DIV */
div.remarkDisclaimer
{
	background-color:red;
	color:white;
	padding:20px;
	margin:20px 0 20px 0;
	letter-spacing:0.12em;
	line-height:1.5em;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	text-align: justify;
}

.hl_l
{
	/*font-size:2em;*/
	/*text-shadow: 2px 2px 5px #cccccc;*/
	margin-bottom:15px;
	text-align:left;
}
.lby_box
{
	background-color:#fefeff;
	float:left;
	min-height:230px;
	width:32%;
	margin:5px;
	padding:0px;
	padding-bottom:10px;
	border:1px solid #5588bb;
	box-sizing: border-box;
	
	border-radius: 3px 3px 0 0;
	
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	display:table;
	position:relative;
}
.lby_box_mwlnotice
{
	border:1px solid #002959;
}
.lby_box_rednotice
{
	border:1px solid #aa0000;
}
.fullNotificationContainer
{
	margin:auto;
	width:650px;
	text-align:left;
	margin-top:30px;
}
.lby_box_mwlnotice_readmore
{
	border:1px solid #002959;	
	width:100%;
	
}
.lby_box_empty
{
	background-color:#fafafa;
	float:left;
	min-height:230px;
	width:32.2%;
	margin:5px;
	padding:0px;
	padding-bottom:10px;
	border:1px solid #f0f0f0;
	box-sizing: border-box;
	
	border-radius: 3px 3px 0 0;
	display:table;
	position:relative;
}
.lby_box_link:hover
{
	box-shadow: 0px 1px 8px 1px #888888;
	cursor:pointer;
}
.lby_note_hl
{
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	height:24px;
	line-height: 25px;
	
	font-size: 1.1em;
	letter-spacing: 0.1em;
	
	
	background-color:#336699; color:white; padding:5px 5px 5px 10px; }
	.lby_note_hl_mwlnotice { background-color:#002959; padding:5px 5px 5px 10px; }
	.lby_note_hl_rednotice { background-color:#cc0000; padding:5px 5px 5px 10px; }
	.lby_note_container { display:table-row; } .lby_note_text { color:#222222;
	padding:10px; font-size:1.1em; text-align:justify; font-family:"Exo
	2","Helvetica Neue", Verdana, Arial, sans-serif; overflow-y:auto; /*white-
	space:overflow;*/ } .lby_note_fulltext { padding:30px; margin-bottom:30px; }
	.noteC { text-align:center; } .lby_note_fulltext img { max-width:100%; }
	.lby_note_fulltext h2 { margin-top:3em; font-size:1.1em; color:#002959; }

.lby_note_text_c
{
	color:#222222;
	padding:10px;
	font-size:1.3em;
	text-align:center;
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
}
.lby_note_readmore
{
	position:absolute;
	bottom:10px;
	left:10px;
	padding-left:2px;
	font-size:0.9em;
	font-style:italic;
	cursor:pointer;
	color:#002959;
}
.lby_note_readmore:hover
{
	color:#336699;
}
.lby_note_trash
{
	color:silver;
	position:absolute;
	bottom:10px;
	right:10px;
	padding-right:2px;
	font-size:1.0em;
}
.lby_note_trash a
{
	color:#820000;
}
.lby_note_trash a:hover
{
	color:red;
}
.lby_balance
{
	text-align:center;
	font-size:4em;
	color:#6666aa;
	padding:2px;
	padding-top:10px;
}
.neg_value
{
	color:red;
}
.pos_value
{
	color:#00aa00;
}

.lby_currency
{
	text-align:center;
	font-size:2em;
	color:silver;
	padding:2px;
	margin:2px;
}

div.windowPlaceholder
{
	margin:auto;
	padding:0;
}
div.cText
{
	text-align:justify;
	width:80vw;
	max-width:800px;
	font-size:16px;
	color:#222222;
}
.cText
{
	color:#222222;
}
.cText h1
{
	font-size:22px;
	color:#111166;
	letter-spacing:0.05em;
	font-weight:strong;
	margin-top:36px;
	margin-bottom:20px;
}
.cText h2
{
	font-size:18px;
	color:#111166;
	letter-spacing:0.05em;
	margin-top:32px;
	font-weight:normal;
}
@media print
{.cText button
{
	visibility:hidden;
}
}
.mobileAppView img {
	padding:8px;
}
.NLFPFLY input
{
	font-family: "Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	height:18px;
}
.NLFPFLY table
{
	width:100%;
	border-collapse: collapse;
}
.NLFPFLY th, .NLFPFLY td {
  border: 1px solid #d0d0d0;
}
.NLFPFLY table tr th
{
	height: 25px;
  	text-align:left;
	background-color:#eaeaea;
  	padding:5px;
  	white-space: nowrap;
}
.NLFPFLY table tr td
{
	text-align:right;
	height: 25px;
  	vertical-align: center;
  	padding:5px;
  	white-space: nowrap;
}

.nlfUserList table
{
	width:100%;
	border-collapse: collapse;
	font-size:0.8em;
	margin-bottom:20px;
}
.nlfUserList th, .nlfUserList td {
  border: 1px solid #d0d0d0;
}
.nlfUserList table tr th
{
	height: 20px;
  	text-align:left;
	background-color:#eaeaea;
  	padding:3px;
  	white-space: nowrap;
}
.nlfUserList table tr:first-of-type th
{
	border-bottom:none;
}
.nlfUserList table tr:nth-of-type(2) th
{
	border-top:none;
}
.nlfUserList table tr td
{
	font-family: 'Inconsolata';
	text-align:left;
	height: 20px;
  	vertical-align: center;
  	padding:3px;
  	white-space: nowrap;
}
.nlfUserList table tr th:nth-of-type(4) {	text-align:center;}
.nlfUserList table tr th:nth-of-type(6) {	text-align:center;}

.nlfUserList table tr td:nth-of-type(1) {	width:80px; }
.nlfUserList table tr td:nth-of-type(2) {	width:120px; border-right:none;}
.nlfUserList table tr td:nth-of-type(3) {	border-left:none;}
.nlfUserList table tr td:nth-of-type(4) {	width:120px; text-align:center;}
.nlfUserList table tr td:nth-of-type(5) {	width:80px;}
.nlfUserList table tr td:nth-of-type(6) {	width:80px; text-align:center;}
.nlfUserList table tr td span.noPaid
{
	color:red;
}
div.nlfUserDetails
{
	max-height:80vh;
	padding:10px;
	text-align:center;
}
div.nlfUserDetails img
{
	height:100px;
	max-width:100%;
}
div.nlfUserDetails table
{
	width:100%;
	margin-bottom:30px;
}
div.nlfUserDetails table tr th
{
	background-color:#eeeeee;
	padding:5px;
	letter-spacing:2px;
}
div.nlfUserDetails table tr td:nth-of-type(2)
{
	font-weight:bold;
}
div.nlfUserDetails table tr td:first-of-type
{
	width:120px;
}
div.nlfUserDetails table tr td
{
	text-align:left;
	padding-left:8px;
}
div.nlfUserDetails div
{
	margin:20px 1px 20px 1px;
	font-size:0.9em;
}
div.nlfUserDetails div.NlfErrorMsg
{
	color:red;
}
div.helpText h1,
div.helpText h2,
div.helpText a
{
	color:green;
}

span.hiddenPIC
{
	color:silver;
	font-style:italic;
}
#scrollUp
{
	z-index:-1;
	opacity:0;
	position:fixed;
	right:120px;
	bottom:70px;
	width:40px;
	height:40px;
	/* color:#333; */
	color:gray;
	border: 1px solid gray;
	background-color:rgba(255, 255, 255, 0.2);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-align:center;
	padding-top:6px;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
	    
}
#scrollUp:hover
{
	color:white;
	background-color:rgba(150, 150, 150, 1);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
div.subWin
{
	/* Width is set via "style" */
	padding:0;
	border:0;
	margin:0;
	display:table;
	text-align:left;
	max-width:1000px;
}
div.newLookSubWin
{
	/* Width is set via "style" */
	padding:0;
	border:0;
	margin:0;
	display:table;
	text-align:left;
	max-width:1000px;
}
div.subWinTitle
{
	position:relative;
	
	background: #e0e0e0;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c4c8cb));
   background: -webkit-linear-gradient(top, #ffffff, #c4c8cb);
   background: -moz-linear-gradient(top, #ffffff, #c4c8cb);
   background: -ms-linear-gradient(top, #ffffff, #c4c8cb);
   background: -o-linear-gradient(top, #ffffff, #c4c8cb);
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#c4c8cb); /* IE6 & IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#c4c8cb)"; /* IE8 */
   
   
	background-position: right center;
	background-repeat: no-repeat;
	
	padding:3px 3px 3px 15px;
	width:auto;
	text-align: left;
	color:#000000;
	
	height:15px;
	line-height: 16px;
	/*font-family: "Helvetica Neue", Verdana, Arial, sans-serif;*/
	font-size: 1.1em;
	letter-spacing: 0.1em;
	
	border:1px solid #afafaf;
	border-radius: 5px 5px 0 0;
	
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	
	z-index:10;
}
div.newLookSubWinTitle
{
	position:relative;
	
	background: #336699;
   
	background-position: right center;
	background-repeat: no-repeat;
	
	padding:5px 5px 5px 10px;
	width:auto;
	text-align: left;
	color:#fefeff;
	
	height:24px;
	line-height: 25px;
	
	font-size: 1.1em;
	letter-spacing: 0.1em;
	
	border:1px solid #336699;
	border-radius: 3px 3px 0 0;
	
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	
	z-index:10;
}
div.newLookSubWinTitleRed
{
	position:relative;
	
	background: #CD272C;
   
	background-position: right center;
	background-repeat: no-repeat;
	
	padding:5px 5px 5px 10px;
	width:auto;
	text-align: left;
	color:#fefeff;
	
	height:24px;
	line-height: 25px;
	
	font-size: 1.1em;
	letter-spacing: 0.1em;
	
	border:1px solid #CD272C;;
	border-radius: 3px 3px 0 0;
	
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	
	z-index:10;
}
div.subWinContents
{
	position:relative;
	background-color: #f0f0f0;
	padding:5px;
	width:auto;
	text-align: left;
	border:1px solid #afafaf;
	border-top: 0;
	
	box-shadow: 0px 4px 6px -1px #aaaaaa;
	-moz-box-shadow:0px 4px 6px -1px #aaaaaa;
	-webkit-box-shadow:0px 4px 6px -1px #aaaaaa;
	/*
	box-shadow: 0px 4px 6px -1px green;
	-moz-box-shadow:0px 4px 6px -1px green;
	-webkit-box-shadow:0px 4px 6px -1px green;
	*/
	z-index:20;
}
div.newLookSubWinContents
{
	position:relative;
	background-color: #fefeff;
	padding:5px;
	width:auto;
	text-align: left;
	border:1px solid #5588bb;
	border-top: 0;
	
	box-shadow: 0px 3px 4px -1px #cccccc;
	-moz-box-shadow:0px 3px 4px -1px #cccccc;
	-webkit-box-shadow:0px 3px 4px -1px #cccccc;
	/*
	box-shadow: 0px 4px 6px -1px green;
	-moz-box-shadow:0px 4px 6px -1px green;
	-webkit-box-shadow:0px 4px 6px -1px green;
	*/
	z-index:20;
}
div.newLookSubWinContentsRed
{
	position:relative;
	background-color: #fefeff;
	padding:5px;
	width:auto;
	text-align: left;
	border:1px solid #CD272C;;
	border-top: 0;
	
	box-shadow: 0px 3px 4px -1px #cccccc;
	-moz-box-shadow:0px 3px 4px -1px #cccccc;
	-webkit-box-shadow:0px 3px 4px -1px #cccccc;
	/*
	box-shadow: 0px 4px 6px -1px green;
	-moz-box-shadow:0px 4px 6px -1px green;
	-webkit-box-shadow:0px 4px 6px -1px green;
	*/
	z-index:20;
}
div.subWinTitleNoGfx
{
	display:none;
}
div.newLookSubWinTitleNoGfx
{
	display:none;
}
div.subWinContentsNoGfx
{
	position:relative;
	padding:5px;
	width:auto;
	text-align: left;
	border:0;
	
	z-index:20;
}
div.newLookSubWinContentsNoGfx
{
	position:relative;
	padding:5px;
	width:auto;
	text-align: left;
	border:0;
	
	z-index:20;
}



input[type="username"]#loginUsername
{
	padding-left:30px;
	
	background-image: url("/images/icon/loginUn.png");
	background-repeat: no-repeat;
	background-position: 3px center,0px -1px;
	
}

input[type="password"]
{
	padding-left:30px;
	background-image: url("/images/icon/loginKey.png");
	background-repeat: no-repeat;
	background-position: 3px center,0px -1px;
	
}

input[type="text"]:focus,
input[type="text"].textFields:focus,
input[type="password"].textFields:focus
{
	box-shadow: 0px 0px 6px 2px #c2c2c2;
	-moz-box-shadow:0px 0px 6px 2px #c2c2c2;
	-webkit-box-shadow:0px 0px 6px 2px #c2c2c2;
	outline: none;
	transition: all 0.3s linear;
}

label
{ 
	cursor:pointer;
}

input[type="checkbox"]
{
	cursor:pointer;
	accent-color:#336699;
}

input[type="radio"]
{
	cursor:pointer;
}

img {
	border:0 none;
}

#upperLeftLogo
{
	margin:0 0 0 5px;
	text-align:left;
	position:relative;
	top:0;
	left:0;
	float:left;
	max-width:289px;
	overflow:hidden;
	z-index:1200;
}
#nameBelowLogo
{
	text-align:left;
	border:0;
	position:absolute;
	top:65px;
	clear:both;
	margin:5px;
	max-width:400px;
}

#upperBnr
{
	text-align:center;
	clear:both;
	z-index:999;
	padding-top:15px;
	padding-bottom:5px;
}
#lowerBnr
{
	text-align:center;
	clear:both;
	height:80px;
	z-index:999;
	padding-top:5px;
	padding-bottom:15px;
}
#lowerBnrnewLook
{
	text-align:center;
	clear:both;
	z-index:999;
	padding:10px;
}
#upperBnr img,
#upperBnr video
{
	border:1px solid #505050;
	height:60px;
	width:468px;
	box-shadow: 0px 0px 6px -1px #777777;
	-moz-box-shadow:0px 0px 6px -1px #777777;
	-webkit-box-shadow:0px 0px 6px -1px #777777;
	
}
#upperBnrOLD img,
#lowerBnrnewLook img,
#lowerBnr img,
#lowerBnr video
{
	border:1px solid #505050;
	height:60px;
	width:468px;
	box-shadow: 0px 0px 6px -1px #777777;
	-moz-box-shadow:0px 0px 6px -1px #777777;
	-webkit-box-shadow:0px 0px 6px -1px #777777;

}

.SETTINGSDESC
{
	color:#557;
}

.FLIK
{
	color:black;
	padding:6px;
}

img.scrAdjInc
{
	width:21px;
	height:14px;
	background:url("/images/spritesGeneral_v1.0.11.png") -21px 0;
}
img.scrAdjIncDisabled
{
	width:21px;
	height:14px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 0;
}
img.scrAdjDec
{
	width:21px;
	height:14px;
	background:url("/images/spritesGeneral_v1.0.11.png") -21px -14px;
}
img.scrAdjDecDisabled
{
	width:21px;
	height:14px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -14px;
}
img.flagSE
{
	width:21px;
	height:21px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -28px;
	cursor:pointer;
}
img.flagNO
{
	width:21px;
	height:21px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -49px;
	cursor:pointer;
}
img.flagUK
{
	width:21px;
	height:21px;
	background:url("/images/spritesGeneral_v1.0.11.png") -21px -28px;
	cursor:pointer;
}
img.RSS12
{
	width:12px;
	height:12px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -70px;
}
img.RSS24
{
	width:24px;
	height:24px;
	background:url("/images/spritesGeneral_v1.0.11.png") -18px -70px;
}
img.TWT12
{
	width:12px;
	height:12px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -82px;
}
img.FB12
{
	width:12px;
	height:12px;
	background:url("/images/spritesGeneral_v1.0.11.png") -116px -0px;
}
img.TWT24
{
	width:24px;
	height:24px;
	background:url("/images/spritesGeneral_v1.0.11.png") -18px -94px;
}
img.TB_LEFT
{
	width:4px;
	height:22px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0 -118px;
}
img.TB_RIGHT
{
	width:20px;
	height:22px;
	background:url("/images/spritesGeneral_v1.0.11.png") -7px -118px;
}
img.CALIMG
{
	width:18px;
	height:14px;
	cursor:pointer;
	border:0px solid black;
	padding-bottom: 2px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -94px;
}
img.INSTR_15
{
	width:12px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") -13px -182px;
}
img.STUDENT_15
{
	width:12px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -182px;
}
img.INSTR_25
{
	width:20px;
	height:25px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -155px;
}
img.STUDENT_25
{
	width:20px;
	height:25px;
	background:url("/images/spritesGeneral_v1.0.11.png") -22px -155px;
}
img.REDSTOP
{
	width:15px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -140px;
}
img.EXCLMARK
{
	width:15px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") -17px -140px;
}
img.PADLOCK_S
{
	width:11px;
	height:13px;
	background:url("/images/spritesGeneral_v1.0.11.png") -27px -118px;
}
img.MAGGLASS
{
	width:10px;
	height:10px;
	background:url("/images/spritesGeneral_v1.0.11.png") -32px -135px;
}
img.ONETICK
{
	width:1px;
	height:2px;
	background:url("/images/spritesGeneral_v1.0.11.png") -35px -149px;
}
img.SIXTICK
{
	width:1px;
	height:4px;
	background:url("/images/spritesGeneral_v1.0.11.png") -37px -147px;
}
img.UPARROW
{
	width:15px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -26px -181px;
}
img.RPT_SCREEN
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -197px;
}
img.RPT_SCREEN_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -197px;
}
img.RPT_PRINT
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -213px;
}
img.RPT_PRINT_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -213px;
}
img.RPT_PDF
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -230px;
}
img.RPT_PDF_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -230px;
}
img.RPT_EMAIL
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -247px;
}
img.RPT_EMAIL_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -247px;
}
img.RPT_REPORT
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -264px;
}
img.RPT_REPORT_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -264px;
}
img.RPT_PIECHRT
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -281px;
}
img.RPT_PIECHRT_D
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -298px;
}
img.RPT_LINECHRT
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -19px -281px;
}
img.RPT_BARCHRT
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -1px -298px;
}

img.STOPHAND
{
	width:40px;
	height:40px;
	background:url("/images/spritesGeneral_v1.0.11.png") -42px 0px;
}
img.WARNINGTRI
{
	width:40px;
	height:40px;
	background:url("/images/spritesGeneral_v1.0.11.png") -42px -40px;
}
img.LIGHTBULB
{
	width:40px;
	height:40px;
	background:url("/images/spritesGeneral_v1.0.11.png") -43px -82px;
}
img.MINICHKGREEN
{
	width:13px;
	height:13px;
	background:url("/images/spritesGeneral_v1.0.11.png") -65px -125px;
}
img.EDITPEN
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -44px -147px;
}
img.EDITPEND
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -63px -147px;
}
img.BIGPADLOCK
{
	width:35px;
	height:50px;
	background:url("/images/spritesGeneral_v1.0.11.png") -45px -165px;
}
img.BELL
{
	width:11px;
	height:10px;
	background:url("/images/spritesGeneral_v1.0.11.png") -42px -216px;
}
img.TRILEFT
{
	width:9px;
	height:9px;
	background:url("/images/spritesGeneral_v1.0.11.png") -57px -217px;
}
img.TIMEUP16
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -90px -301px;
}
img.TIMEUP16T30
{
	width:16px;
	height:16px;
	background:url("/images/spritesGeneral_v1.0.11.png") -65px -250px;
}
img.TIMEUP24T50
{
	width:24px;
	height:24px;
	background:url("/images/spritesGeneral_v1.0.11.png") -39px -246px;
}
img.TIMEUP43
{
	width:43px;
	height:43px;
	background:url("/images/spritesGeneral_v1.0.11.png") -43px -271px;
}
img.FILEEXCEL
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -1px;
}
img.FILEPDF
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -33px;
}
img.FILECSV
{
	width:32px;
	height:32px;
	background:url("/images/icon/csv.png");
}
img.FILEPDFD
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -66px;
}
img.FILEIMG
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -98px;
}
img.FILEFOLDER
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -131px;
}
img.FILEDOC
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -165px;
}
img.FILEBACK
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -200px;
}
img.PRINTER
{
	width:32px;
	height:32px;
	background:url("/images/spritesGeneral_v1.0.11.png") -83px -234px;
}
img.PLUS
{
	width:9px;
	height:9px;
	background:url("/images/spritesGeneral_v1.0.11.png") -42px -229px;
}
img.MBRSMALL
{
	width:12px;
	height:14px;
	background:url("/images/spritesGeneral_v1.0.11.png") -52px -228px;
}
img.ACSMALL
{
	width:15px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") -65px -227px;
}
img.REDCROSS
{
	width:15px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") -89px -271px;
}
img.REDCROSSD
{
	width:15px;
	height:15px;
	background:url("/images/spritesGeneral_v1.0.11.png") -89px -286px;
}
img.MBRPHOTO {
	width:100px;
	height:120px;
	border:1px solid #000;
	background-color:#FFF;
	box-shadow: 2px 2px 2px #bbb;
}
img.MBR_NOPHOTO {
	width:100px;
	height:120px;
	border:1px solid #444;
	background-color:#FFF;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -421px;
	box-shadow: 2px 2px 2px #bbb;
}

img.OBJPHOTO {
	width:150px;
	height:100px;
	border:1px solid #000;
	background-color:#FFF;
	cursor:pointer;
	box-shadow: 2px 2px 2px #bbb;
}

img.OBJ_NOPHOTO {
	width:150px;
	height:100px;
	border:1px solid #444;
	background-color:#FFF;
	cursor:default;
	background:url("/images/spritesGeneral_v1.0.11.png") 0px -320px;
	box-shadow: 2px 2px 2px #bbb;
}

img.VM
{
	vertical-align:middle;
}
img.PTR
{
	cursor: pointer;
}











.notused
{
	color:#c0c0c0;
	cursor:default;
	padding:6px;
}

img.C {
	border:0 none;
	vertical-align:middle;
	cursor:pointer;
}

H1 {
font-size:13px;
text-align:left;
font-weight:400;
letter-spacing:1px;
word-spacing:1px;
color:#000;
margin:0;
padding:0
}

H2 {
font-size:14px;
text-align:left;
font-weight:700;
letter-spacing:1px;
word-spacing:1px;
color:#000;
margin:0;
padding:0
}

H1.mdl {
	font-size:1.5em;
	text-align:left;
	font-weight:bold;
	margin-bottom:1.5em;
	letter-spacing:0.15em;
}
H2.mdl {
	font-size:1.2em;
	text-align:left;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width:100%;
	border-bottom:1px solid silver;
}
P.mdl {
	padding-left:5px;
	color:#333333;
}
div.mdl
{
	padding:10px;
}
div.mdl div
{
	padding:5px;
	
	font-size:1.1em;
}
div {
	/* */
}

div.bannerReplacement {
	height:50px;
}
div.freeAdBanner {
	cursor:pointer;
	background-color:#f9f9f9;
	border:1px solid #666666;
	width:468px;
	height:60px;
	margin:0 auto;
	border-radius:0.5em;
	box-shadow: 0 0 8px #bbb;
	background: rgb(185,180,255);
background: linear-gradient(0, rgba(185,180,255,0.2) 0%, rgba(59,83,148,0.2) 34%, rgba(195,204,255,0.2) 100%);
}

div.freeAdBanner > div:first-of-type {
	font-size:3em;
	font-weight:bold;
	letter-spacing:0.1em;
	height:65%;
  color:#000033;
}
div.freeAdBanner > div:nth-of-type(2) {
	height:35%;
}

#header_container {
height:85px;
margin:0 auto;
}
#header_containerNew {
position:relative;
height:85px;
margin:0 auto;
background:url("/images/CloudBanner2.png");
/*background-repeat:repeat-x;*/
background-repeat:no-repeat;
background-size:100% 100%;
}
#header_containernewLook {
position:relative;
height:85px;
margin:0 auto;
background-size:100% 100%;
background-color:white;
}
#cookieBar {
width:100%;
height:80px;
margin:0;
color:white;
background-color:#336699;
box-sizing: border-box;
padding: 15px 15vw 20px 15vw;
font-family: "Exo 2", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 1.5em;
box-shadow: 2px -2px 6px 2px #555555;
/*margin-bottom:15px;

border-bottom:1px solid #aaaa77;*/
position: -webkit-sticky;
position: sticky;
top:0;
border-bottom:1px solid white;
z-index:1300;
}
#cookieDisclaimerText {
	cursor:default;
	font-size:0.8em;
	float:left;
	font-family: "Exo 2", "Helvetica Neue", Verdana, Arial, sans-serif;
	max-width:45vw;
}
#cookieDisclaimerText a {
	color:white;
	text-decoration:underline;
}
#cookieButton {
background-color:#002959;
color:white;
float:right;

    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9em;
    cursor:pointer;
    font-family: "Exo 2", "Helvetica Neue", Verdana, Arial, sans-serif;
		
}
#cookieButton:hover
{
	background-color:silver;
	color:#336699;
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
		
	
#header_left {
float:left;
width:228px;
height:85px;
background:url("/images/newtop_bg7.gif");
background-repeat:no-repeat;
cursor:default;
color:#505050;
font-size:10px;
text-align:left;
padding-left: 66px;
padding-top: 0px;
}

#header_left_empty {
float:left;
width:289px;
height:85px;
background:url("/images/topleftbg.gif");
background-repeat:no-repeat;
cursor:default;
color:#505050;
font-size:10px;
text-align:left;
padding-left: 5px;
padding-top: 0px;
}

#header_left_reallyEmpty {
float:left;
width:289px;
height:85px;
cursor:default;
color:#505050;
font-size:10px;
text-align:left;
padding-left: 5px;
padding-top: 0px;
}

#header_left_NLF {
float:left;
width:289px;
height:85px;
background:url("/images/TopLeftBG_with_NLF.gif");
background-repeat:no-repeat;
cursor:default;
color:#888;
font-size:10px;
text-align:left;
padding-left: 5px;
padding-top: 0px;
}

#header_left_dev {
float:left;
width:228px;
height:85px;
background:url("/images/newtop_bg7.gif");
background-repeat:no-repeat;
cursor:default;
color:#505050;
font-size:10px;
text-align:left;
padding-left: 66px;
padding-top: 0px;
}

#MenuPosition {
height:22px;
background:url("/images/spritesBars.gif") 0px 0px;
background-repeat:repeat-x;
width:100%
}

.textdta {
font-family:"courier new", sans-serif;
font-size:11px;
color:#000
}

.mid_topbar_silver {
background:url("/images/spritesBars.gif") 0px -109px;
background-repeat: repeat-x;
font-size:13px;
letter-spacing:1px;
word-spacing:1px;
color:#000;
padding-left:8px;
padding-right:20px
}



A.menu {
font-family:inherit;
font-size:10px;
text-decoration:none;
color:#A3238E
}

a {
color:#3030a0;
font-weight:400;
text-decoration:none
}
a:hover {
color:#000;
font-weight:400;
text-decoration:none;
}

.BLUE {
	color:#00C;
}

.RED {
	color:#C00;
}
.CN11 {
font-family:"Courier New", "Lucida Console", monospace, sans-serif;
font-size:1em;
}

TD.PAGETAB_MID {
background:url("/images/flik_mellan3.gif")
}

TD.PAGETAB_LEFT {
background:url("/images/flik_left.gif")
}

TD.PAGETAB_FILL {
background:url("/images/flik_fill.gif");
cursor:pointer
}

TD.PAGETAB_FILLHIGH {
background:url("/images/flik_fill_high.gif")
}

TD.PAGETAB_RIGHT {
background:url("/images/flik_right.gif")
}

.tableheader2 {
font-size:10px;
font-weight:700;
background-color:#DDD;
color:#000
}

.tableheader3 {
font-size:8px;
background-color:silver;
color:#000
}

TD.LtopLeftBoldBorder {
border-top:2px solid;
border-left:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLightLeftBoldBorder {
border-top:1px solid;
border-left:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLightLeftLightBorder {
border-top:1px solid;
border-left:1px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLeftRightBoldBorder {
border-top:2px solid;
border-right:2px solid;
border-left:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopBoldLeftLightBottomLightBorder {
border-top:2px solid;
border-left:1px solid;
border-bottom:1px solid;
vertical-align:middle;
border-color:#000
}

TD.LLeftLightBottomLightBorder {
border-left:1px solid;
border-bottom:1px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopBoldLeftLightBottomLightRightLightBorder {
border-top:2px solid;
border-left:1px solid;
border-right:1px solid;
border-bottom:1px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopBoldLeftBoldBottomLightBorder {
border-top:1px solid;
border-left:2px solid;
border-bottom:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLightLeftLightRightBoldBorder {
border-top:1px solid;
border-left:1px solid;
border-right:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLightLeftLightBottomBoldBorder {
border-top:1px solid;
border-left:1px solid;
border-bottom:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopLightLeftLightBottomBoldRightBoldBorder {
border-top:1px solid;
border-left:1px solid;
border-bottom:2px solid;
border-right:2px solid;
vertical-align:middle;
border-color:#000
}

TD.LLeftLightBottomLightRightLightBorder {
border-left:1px solid;
border-right:1px solid;
border-bottom:1px solid;
vertical-align:middle;
border-color:#000
}

TD.LtopBoldLeftLightBorder {
border-top:2px solid;
border-left:1px solid;
vertical-align:middle;
border-color:#000
}

TABLE.SUMTABLE {
background:#FFF;
border:1px solid #000;
width:100%;
font-family:Inconsolata,monospace;
font-size:1.1em;
}

TR.SR1 {
background-color:#FFF;
height:18px
}

TR.SR2 {
background-color:#F0F0FF;
height:18px
}

TR.SR1_24 {
background-color:#FFF;
height:24px
}

TR.SR2_24 {
background-color:#F0F0FF;
height:24px
}

TR.SR3_24 {
background-color:#D0D0FF;
height:24px
}

TR.SR1_24bright {
background-color:#F8F8FF;
height:24px
}

TR.SR2_24bright {
background-color:#F3F3FF;
height:24px
}

TR.SR1h {
background-color:#FFF;
height:24px
}

TR.SR2h {
background-color:#F0F0FF;
height:24px
}

TR.TL1 {
background-color:#FFF;
height:21px;
}

TR.TL2 {
background-color:#F0F0FF;
height:21px;
}

TR.TL_HOVER {
background-color:#CCCCFF;
height:21px;
}

TR.TL_HIDDEN {
background-color:#FFBBBB;
height:21px;
}

TR.TL1_30 {
background-color:#FFF;
height:30px;
}

TR.TL2_30 {
background-color:#F0F0FF;
height:30px;
}

TR.TL_30_HOVER {
background-color:#CCCCFF;
height:30px;
}

TR.TL_30_HIDDEN {
background-color:#FFBBBB;
height:30px;
}

TD.AFTER_SUMLINES {
border-top:1px dotted #BBB
}

TR.ANALYZETR {
height:60px
}

TD.LIGHT {
background-color:#F5F5F9;
text-align:center;
width:18px;
border-bottom:1px solid #eee;
}

TD.LIGHT_ER {
background-color:#FAFAFA;
text-align:center;
width:18px;
border-bottom:1px solid #eee;
}

TD.LIGHT_MO {
background-color:#D7D7FF;
text-align:center;
width:18px;
cursor:pointer
}

TD.ANALYZEHL {
padding-left:15px;
font-weight:700;
border-bottom:1px solid #eee;
border-left:1px solid #f5f5f5;
}

TD.ANALYZEDESC {
text-align:left;
width:300px;
color:#555;
font-style:italic;
padding-left:20px;
padding-right:10px;
border-bottom:1px solid #eee;

}

DIV.RUBRIK_C {
font-family:"Arial Narrow", sans-serif;
font-size:14px;
font-weight:700;
color:#000;
text-align:center
}

DIV.DATA {
font-family:"Courier New", sans-serif;
font-size:14px;
font-weight:700;
color:#000
}

.OCRNR {
font-family:"Courier New", sans-serif;
font-size:12px;
font-weight:700;
color:#000
}

DIV.GULRUBRIK {
border-top:1px dotted #333;
border-bottom:1px dotted #333;
background-color:#FFD;
padding-left:2px;
font-family:"Arial Narrow", sans-serif;
font-size:16px;
font-weight:700;
color:#000
}

DIV.GULRUBRIK_SHADE {
background:url("/images/g_hl_shade_yw.gif");
padding-left:5px;
font-family:"Arial Narrow", sans-serif;
font-size:14px;
font-weight:700;
color:#000
}

DIV.GULRUBRIK_SHADE_THIN {
background:url("/images/g_hl_shade_yw.gif");
padding-left:5px;
font-family:"Arial Narrow", sans serif;
font-size:14px;
color:#000
}

DIV.REDRUBRIK_SHADE {
background:url("/images/g_hl_shade_rw.gif");
padding-left:5px;
font-family:"Arial Narrow", sans serif;
font-size:14px;
color:#000
}

DIV.GREENRUBRIK_SHADE {
background:url("/images/g_hl_shade_gw.gif");
padding-left:5px;
font-family:"Arial Narrow", sans serif;
font-size:14px;
color:#000
}

DIV.GULRUBRIK_SMALL {
border-top:1px dotted #333;
border-bottom:1px dotted #333;
background-color:#FFD;
padding-left:2px;
font-size:10px;
color:#000
}

DIV.COLUMNSDESC {
border-top:1px solid #AAA;
background-color:#f0f0f0;
padding-left:2px;
font-family:"Arial Narrow", sans-serif;
font-size:12px;
color:#777;
font-weight:700
}

DIV.G_HL {
padding-left:2px;
font-family:"Arial Narrow", sans-serif;
font-size:12px;
color:#777;
font-weight:700
}

TD.MLIST_G {
color:gray;
width:75px
}

TD.MLIST_B {
color:#000;
width:180px
}

TD.DASHUNDER {
border-bottom:1px dashed #888
}

A.airport {
text-decoration:none;
color:#000;
font-weight:400
}

A.airport:hover {
color:#000;
font-weight:400;
text-decoration:underline
}

TR.logrow {
background-color:#FFF;
cursor:default
}

TR.logrow2 {
background-color:#E9E9E9;
cursor:default
}

TD.ROWFIRST {
border-right:solid 1px silver;
border-top:solid 1px silver
}

TD.ROWLAST {
border-right:solid 1px silver;
border-bottom:solid 1px silver
}

TD.ROWL {
border-left:solid 1px silver;
border-right:solid 1px silver;
padding-left:3px;
padding-right:3px
}

TD.ROWFIRSTNL {
border-top:solid 1px silver
}

TD.ROWLASTNL {
border-bottom:solid 1px silver
}

TD.ROWONEROW {
border-right:solid 1px silver;
border-top:solid 1px silver;
border-bottom:solid 1px silver
}

TD.ROWONEROWNL {
border-top:solid 1px silver;
border-bottom:solid 1px silver
}

TD.ROWFIRSTANDLAST {
border-right:solid 1px silver;
padding-left:3px;
padding-right:3px;
border-top:solid 1px silver;
border-bottom:solid 1px silver
}

TD.ROW_M {
border-right:solid 1px silver;
cursor:pointer;
height:25px
}

TD.PNTNW{
	cursor:pointer;
	white-space: nowrap;
}

TD.ROWFIRST_M {
border-right:solid 1px silver;
border-top:solid 1px silver;
cursor:pointer;
height:25px
}

TD.ROWLAST_M {
border-right:solid 1px silver;
border-bottom:solid 1px silver;
cursor:pointer;
height:25px
}

TD.ROW_M2 {
border-bottom:solid 1px #DDD;
cursor:pointer;
height:25px
}

TD.ROW_M3 {
border-top:solid 1px #FFF;
border-bottom:solid 1px #999;
border-right:dotted 1px #CCC;
cursor:pointer;
height:25px
}

TD.ROW_ML2 {
border-right:solid 1px #FFF
}

TD.ROW_M4 {
border-top:solid 1px #FFF;
border-bottom:solid 1px #999;
cursor:pointer;
height:35px
}

TD.ROW_M5 {
border-top:solid 1px #FFF;
border-bottom:solid 1px #999;
border-right:dotted 1px #CCC;
cursor:pointer;
height:35px
}

.TXTB {
vertical-align:text-bottom
}

input.bd {
background-color:#F0F0F0;
border:1px solid #aaa;
height:17px;
padding-left:3px
}

input.bd_2 {
background-color:#F0F0F0;
border:1px solid #aaa;
height:14px;
padding-left:3px;
font-family:"Courier New", sans-serif;
font-size:11px
}

SPAN.mbel {
color:red
}

SPAN.foundit {
background-color:#FF0
}

TD.T_DATUM {
background-color:#FFB
}

IMG.BTNIMG {
vertical-align:text-bottom;
cursor:default
}

IMG.BTNIMG_P {
vertical-align:text-bottom;
cursor:pointer
}


TABLE.BOBJTBL {
background:#FFF;
border:1px dotted #000;
width:100%;
padding:2px
}

TD.BOBJ_T {
font-family:"Arial Narrow", sans-serif;
font-size:12px;
color:#606060;
width:70px
}

TD.mid_club_msg {
background:url("/images/tb_m.gif")
}

.infobox_table {
border:1px solid #8080CC;
border-radius: 5px;
background:#F4F4FF;
/*font-family:"Trebuchet Ms", Tahoma, sans-serif;*/
font-size:12px;
color:#404090;
padding:3px;
margin:5px 0 5px 0;
}

.tipbox_table {
border:1px dashed #55B;
border-radius: 5px;
background:#F5F5FF;
font-family:"Trebuchet Ms", Tahoma, sans-serif;
font-size:12px;
color:#606060;
padding:3px;
margin:5px 0 5px 0;
}

.ksak_table {
border:1px dashed #55B;
border-radius: 5px;
background:#F5F5FF;
font-family:"Trebuchet Ms", Tahoma, sans-serif;
font-size:12px;
color:#606060;
padding:3px;
margin:5px 0 5px 0;
}

.green_table {
border:1px solid #5B5;
border-radius: 5px;
background:#F5FFF5;
font-family:"Trebuchet Ms", Tahoma, sans-serif;
font-size:12px;
color:#606060;
padding:3px;
margin:5px 0 5px 0;
}

.cautionbox_table {
border:1px solid #FB4;
border-radius: 5px;
background:#FFD;
font-family:"Trebuchet Ms", Tahoma, sans-serif;
font-size:12px;
color:#444;
padding:3px;
margin:5px 0 5px 0;
}

.warningbox_table {
border:2px solid #E55;
border-radius: 5px;
background:#FFB;
/*font-family:"Trebuchet Ms", Tahoma, sans-serif;*/
font-size:12px;
color:#222;
padding:3px;
margin:5px 0 5px 0;
}

.infobox_tiptitle {
/*font-family:"Trebuchet Ms", Tahoma, sans-serif;*/
border-radius: 5px;
font-size:14px;
color:#444;
font-weight:700;
letter-spacing:1px;
word-spacing:1px
}

.tbl_container {
background:#FFF;
padding:0
}
.tbl_containerEmpty {
padding:0
}

.side_td_left2 {
border-right: 1px solid #707070;
}

.side_td_right2 {
border-left: 1px solid #707070;
}


TD.AN_R1 {
background-color:#EEE;
border-left:1px #000 solid;
border-top:1px #000 solid
}

TD.AN_R1LAST {
background-color:#EEE;
border-right:1px #000 solid;
border-top:1px #000 solid
}

input.disabled3 {
border:0;
color:red;
background-color:#f0f0f0;
font-weight:700
}

TD.PAD3 {
padding-left:3px;
padding-right:3px
}

TR.TR_HIDE,TD.TD_HIDE,.blockHIDE,TR.MSG_HIDE {
visibility:hidden;
display:none
}

TR.TR_SHOW,TD.TD_SHOW {
visibility:visible;
display:block
}

TR.MSG_SHOW,TR.TR_INLINE_SHOW,TD.TD_INLINE_SHOW {
visibility:visible;
display:inline-block
}

DIV.RUBRIK,DIV.MNAME {
font-family:"Arial Narrow", sans-serif;
font-size:14px;
font-weight:700;
color:#000
}

DIV.sectionMain {
color:#000;
background-color:#fff;
border-radius: 5px 5px 0px 0px;
padding:0px;
background-color:#ffe;
border: 1px solid #aaa;
box-shadow: 2px 2px 2px #bbb;
margin: 5px;
}

DIV.sectionSubHeadline {
color:#000;
font-size:14px;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding:10px;

}

DIV.sectionSubText {
color:#333;
padding:20px;
background-color:white;
}

TR.logrow:hover,TR.logrowmarked {
background-color:#FFB;
cursor:default
}

TR.logrow2:hover,TR.logrow2marked {
background-color:#EE9;
cursor:default
}

TD.ROW,TD.ROWNP {
border-right:solid 1px silver
}

SPAN.ingsaldo,TD.det_t {
color:gray;
vertical-align:top;
}

TR.t_menu,TR.BOBJ_T_TR {
height:26px
} 

.strike {
	text-decoration: line-through;	
	color: #b0b0b0;			
}

.t_det_minus {
	font-family:"Courier New", sans-serif;
	color: #FF0000;
	text-align:right;
	font-size:11px;
}

.t_det_plus {
	font-family:"Courier New", sans-serif;
	color: #000000;
	text-align:right;
	font-size:11px;
}

.receipt {
	background-color:#f5f5ff;
	border:1px solid #aaa;
	padding:10px;
	font-family:"Courier New", sans-serif;
	font-size:12px;
	box-shadow: 0px 3px 4px -1px #cccccc;
	-moz-box-shadow:0px 3px 4px -1px #cccccc;
	-webkit-box-shadow:0px 3px 4px -1px #cccccc;
}

.logflight_sub {
	color: #808080;
	font-style:italic;
}

.deb_table {
color: black;
background-color:#fff;
border:1px solid #888;
padding:0px;
width:100%;
font-family:"Courier New", sans-serif;
font-size:12px
}

.deb_table tr:nth-child(even)
{
	background-color:#FFFFFF;
	height:18px;
}
.deb_table tr:nth-child(odd)
{
	background-color:#F0F0FF;
	height:18px;
}

.checkBoxList {
	padding: 3px;
	width:95%; 
	height: 95%; 
	overflow-y: scroll;
	overflow-x: hidden;
	white-space: nowrap;
}
.checkBoxContainer {
	background-color: white;
	width:96%; 
	height: 200px; 
	border: 1px solid gray;
	border-radius: 5px;
}
.checkBoxListDivider {
	
	font-style: italic;
	color: gray;
	padding-top: 10px;
}

.noContentsInfobox {
	background-color: #ffffee;
	border:1px dashed #888;
	border-radius: 5px;
	padding:20px;
	text-align: center;
}
.adminMailContainer {
	background-color: #fff;
	border:1px solid #888;
	border-radius: 5px;
	padding:20px;
	width:700px;
}

.vatLine {
	
	padding-right:15px; 
	color:#808080;
	font-style: italic;
	height: 20px;
	border-bottom: 1px solid #a0a0a0;
	
}

.priceSectionHeadline {
	
	padding-right:15px; 
	color:#111166;
	font-weight: bold;
	font-size:1.1em;
	letter-spacing: 3px;
	height: 40px;
	vertical-align:bottom;
	border-bottom: 1px solid #ccc;
	
}
.vatHeadline {
	
	padding-right:15px; 
	color:#888;
	font-weight: normal;
	font-style:italic;
	font-size:0.8em;
	letter-spacing: 2px;
	height: 40px;
	vertical-align:bottom;
	border-bottom: 1px solid #ccc;
	
}
.priceListTable
{
	font-size:0.8em;
	width:100%;
	border:1px solid #aaa;
	border-spacing: 0;
    border-collapse: separate;
    text-align:right;
}
.priceListTable tr
{
	height:25px;
}
.priceListTable tr td
{
	padding:5px 10px 5px 10px;
}
.priceListTable tr td:first-of-type
{
	text-align:left;
}
.mRegCaution {
	
	color:red; 
	background-color:#ffc; 
	padding:3px; 
	border:1px solid #f96; 
	border-radius:3px;
	text-align: center;
	font-size:0.8em;
}

.breadHeadline {
	
	float:left;
	clear:both;
	padding:3px;
	font-size: 11px;
	color:#000;
	font-weight: bold;
	letter-spacing: 2px;
	
}

.breadText {
	
	float:left;
	clear:both;
	padding:3px;
	font-size: 10px;
	padding-left: 8px;
	color:#333;
	
}

.browserUpdate {
	text-align:center;
	margin-bottom:15px;
	border:1px solid #FB4;
	border-radius: 5px;
	background:#FFD;
	font-family:"Trebuchet Ms", Tahoma, sans-serif;
	font-size:12px;
	color:#aa1a1a;
	padding:10px;
	cursor:default;
	box-shadow: 2px 2px 2px #bbb;
}
.error404 {
	text-align: center;
	margin-bottom:20px;
	color:#333;
}
.error404 h1 {
	text-align: center;
	margin:10px;
	font-weight: bold;
	font-size: 24px;
	color:red;
	text-shadow: 1px 1px 4px #555;
}

table#adminInfo
{
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}
table#adminInfo tr
{
	height:36px;
}
table#adminInfo tr:first-of-type td
{
	border-top:none;
	
}
table#adminInfo tr td
{
	border-bottom:1px solid #dddddd;
	vertical-align:top;
	padding:10px;
}
table#adminInfo tr:not(.yearRow) td:first-of-type
{
	padding-top:16px;
	color:#777777;
}
table#adminInfo tr td:first-of-type
{
	width:100px;
}
table#adminInfo tr td div:first-of-type
{
	color:#000044;
	font-style:bold;
	font-size:1.3em;
	padding:3px;
}
table#adminInfo tr td div:nth-of-type(n+2)
{
	color:#777777;
	padding:3px;
	font-size:0.9em;
}
table#adminInfo tr.yearRow td
{
	border-bottom:2px solid #000000;
	border-top:none;
	padding-top:60px;
	text-align:center;
	font-family:"Exo 2","Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 2em;
	
   
}
table#adminInfo tr:not(.yearRow):hover
{
	background-color:#f5f5ff;
	cursor:pointer;
}

div.setTemporaryPassword
{
	width:90%;
	min-width:400px;
	min-height:4em;
	padding:2em;
	text-align:center;
	font-size:1.2em;
}
div.setTemporaryPassword p:nth-of-type(3)
{
	font-size:3em;
	letter-spacing:0.5em;
	color:black;
}

div.about {
	text-align:left;
	margin: auto;
	margin-top:30px;
  width: 70%;
  max-width:350px;
  border: 1px solid gray;
  background-color:white;
  padding: 20px;
	color:#222;
	border-radius:10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	font-size:1.1em;
}
div.about div {
	padding:0.2em;
}
div.about div:first-of-type {
	padding-bottom:1em;
}
span.aboutTitle {
	padding-left:0;
	margin-left:0;
	color:#336699;
}

div#paymentSelectionJqm,
div#transactionJqm{
	color:#333333;
	margin:2em;
}
div#paymentSelectionJqm > div{
	background-color:white;
	padding:2em;
	margin:1em;
	cursor:pointer;
	border:1px solid #666666;
	border-radius:0.5em;
	font-size:1.3em;
	-webkit-box-shadow:	rgba(100,120,120,1) 0 0 4px -1px;
	-moz-box-shadow:		rgba(100,120,120,1) 0 0 4px -1px;
	box-shadow:					rgba(100, 120, 120, .5) 0 0 4px 0;
}
div#paymentSelectionJqm > div > div:first-of-type{
	width:2em;
	font-size:2em;
	text-align:center;
}
div#paymentSelectionJqm > div > div:last-of-type{
	padding-left:1em;
}
div#paymentSelectionJqm > div > div{
	display: table-cell;
	vertical-align:middle;
}
div#paymentSelectionJqm > div:hover{
	-webkit-box-shadow:	rgba(0,0,0,1) 0 0 6px -1px;
	-moz-box-shadow:		rgba(0,0,0,1) 0 0 6px -1px;
	box-shadow:					rgba(0, 0, 0, .5) 0 0 6px 0;
	transition-duration: 200ms;
	transform:scale(1.02);
	border:1px solid #336699;
}
div#paymentSelectionJqm table,
div#transactionJqm table {
	width:100%;
}
div#paymentSelectionJqm h2,
div#transactionJqm h2 {
	margin-bottom:1em;
	padding-bottom:0.3em;
	border-bottom:1px solid #999999;
}
div#transactionJqm table tr td {
	padding:0.4em;
}
div#transactionJqm table:first-of-type tr td:first-of-type {
	width: 100px;
	color:#666666;
}
div#transactionJqm table:last-of-type  tr td:first-of-type {
	width: 350px;
	color:black;;
}
div#transactionJqm div:last-of-type {
	text-align:right;
}
div#transactionJqm button {
	margin-top:2em;
}

div#transactionAddData > table:first-of-type {
	margin-left:2em;
	margin-top:1em;
}
div#transactionAddData table tr td {
	padding:0.4em;
}
div#transactionAddData table:first-of-type tr td:first-of-type {
	width: 100px;
	color:#666666;
}
div#transactionAddData table:first-of-type  tr td:last-of-type {
	color:black;
	font-size:1.1em;
}


form#transactionReversal div{
	font-size:1.1em;
	padding:0.3em;
}
form#transactionReversal div#transactionInformation {
	padding-bottom:1em;
	margin-bottom:1em;
	background-color:#eeeeff;
	border-radius:0.5em;
}
form#transactionReversal div#transactionInformation table{
	background-color:#f5f5ff;
	font-size:0.8em;
	border-collapse:collapse;
}
form#transactionReversal div#transactionInformation table td,
form#transactionReversal div#transactionInformation table th{
	border:1px solid #a0a0a0;
	text-align:center;
	padding:0.2em;
	width:10em;
}
form#transactionReversal div#transactionInformation table td{
	font-size:0.9em;
}
form#transactionReversal div:first-of-type{
	margin-bottom:1em;
}
form#transactionReversal div#transactionInformation > div.prop{
	color:#505050;
	float:left;
	width:8em;
	margin-left:0.8em;
}
form#transactionReversal div#dateSelection > div:first-of-type,
form#transactionReversal div#comment > div:first-of-type,
form#transactionReversal div#transactionInformation > div:first-of-type{
	font-weight:bold;
}
form#transactionReversal div#dateSelection > div:nth-of-type(2n){
	float:left;
	padding-left:1em;
	padding-right:0.5em;
}
form#transactionReversal div#dateSelection input[type=text]{
	margin-left:1em;
	width:8em;
}
form#transactionReversal div#comment > div > input{
	width:90%;
	margin-left:1em;
	padding:0.4em;
	height:1.8em;
}
form#transactionReversal > div:first-of-type{
	padding:0.5em;
}
form#transactionReversal div#buttons,
form#add_transaction div#buttons{
	text-align:center;
	padding:2em;
}
form#transactionReversal div.errorText{
	color:red;
	padding:1em;
}
form#transactionReversal div.errorText:before{
	font-family: FontAwesome;
  content:"\f06a\00a0\00a0";
  font-weight: 900;
}

div.infobox {
	background-color:cyan;
	padding:0;
}