body {
	margin: 0px;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color: #ABC;
}

.yla_tausta_main {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: left;
}

.yla_tausta_image {
	height: 89px;
	background-image: url('../images/up_bar.gif');
}

.yla {
	text-align: left;
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0 auto;
}

.keski {
	margin-left: auto;
	margin-right: auto;
	/*width: 980px;*/
	text-align: left;
}

.yla_keski {
	/*
	height: 89px;
	background-image: url('../images/up_bar.gif');
*/
	
}

.tab_bar_back {
	height: 39px;
	background-image: url('../images/tab_bar_back.gif');
	/*padding-left: 25px;*/
	text-align: center;
	display: block;
}

.tab_bar_back .separator_left {
	float: left;
	position: relative;
	left: -6px;
	margin: 0px;
}

.tab_bar_back .separator_right {
	float: right;
	position: relative;
	right: 0px;
	margin: 0px;
}

/* koskee kaikkia tabeja*/
div.tab-row ul {
	margin: 0;
	padding: 0px 0px 0px;
	display: inline;
}

/* Estää tabilinkkien järjestämisen allekkain ja pallukoiden näkymisen */
/* Koskee sekä ikonitabia että alempaa tabia */
div.tab-row ul li {
	margin: 0;
	padding: 0px 0px 0px;
	list-style: none;
	display: inline;
}

/* Vaikuttaa kai siihen ettei vierekkäiset linkit mene portaittain alas.. */
/* tai sitten ei vaikuta mihinkää...*/
div.tab-row a.tab_link {
	display: inline;
}

div.tab_bar_back a.tab_link:hover {
	background-image: url('../images/tab_bar_hover.gif');
	background-repeat: no-repeat;
}

/* Yhteiset asetukset alemmille tabilinkeille oli ne sitte valittu tai ei */
div.tab-row a.tab_link:link,div.tab-row a.tab_link:visited {
	float: left; /*tarpeellinen*/
	width: 105px;
	text-decoration: none;
	color: #000;
	height: 39px;
}
/* tyyli alemmille tabeille kun linkki on valittu */
div.tab_bar_back li.selected a.tab_link:link,div.tab_bar_back a.tab_link:visited.active
	{
	background-image: url('../images/tab_bar_selected.gif');
	background-repeat: no-repeat;
}
/* Siirtää valitsemattoman tablinkin tekstin oikealle kohdalle.
koskee vain alempia tabeja */
div.tab_bar_back .tab_bar_link_title {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	top: 10px;
}

.icons {
	/*float:left;*/
	/*kun pois, siirtää tab baarin ikonien alapulelle */
	height: 89px;
	margin-left: 0px;
	/* Keskittää ikonien kuvan myäs ie:llä (pitää olla divin tyylissä, jotta tehoaa) */
	text-align: center;
	display: block;
}

/* Tällä ei kai tarvetta mihinkää..*/
/*
div.icons .icon,
div.icons li.selected a.tab_link:link,
div.icons a.tab_link:visited.active{
	text-align: center;
}
*/

/* Vaikuttaa valittujen ja valitsemattomien ikonien kuvaan*/
div.icons .icon img,div.icons li.selected img {
	border: none;
	position: relative;
	top: 10px;
}

/* Asetukset sekä valitujen että valitsemattomien ikonien spannille
HUOM: Vaikuttaa myäs alempiin tabeihin.
*/
div.icons .icon span,div.icons li.selected a.tab_link:link span,div.icons a.tab_link:visited.active span
	{
	position: relative;
	top: 10px;
}

/* Asettaa valitsemattoman ikonin fontin värin */
div.icons .icon span {
	color: #FFF;
}
/* Asettaa valitun ikonin fontin värin */
div.icons li.selected a.tab_link:link span,div.icons a.tab_link:visited.active span
	{
	color: #000;
}

/* Vaikuttaa molempiin tabeihin, mutta alempi tabi ylikirjoittaa oman hover kuvan */
div.icons a.tab_link:link,div.icons a.tab_link:visited,div.icons a.tab_link:hover
	{
	height: 78px;
	width: 90px;
	position: relative;
	top: 11px;
	text-decoration: none;
}

div.icons a.tab_link:hover {
	background-image: url('../images/icon_hover_back.gif');
	background-repeat: no-repeat;
}

/* Koskee myäs alempia tabeja, tosin alempi täydentää vielä tyyliä osaltaan. */
div.icons li.selected a.tab_link:link,div.icons a.tab_link:visited.active
	/*alunperin .selected_icon */ {
	background-image: url('../images/icon_selected_back.gif');
	background-repeat: no-repeat;
	height: 78px;
	width: 96px;
	position: relative;
	top: 11px;
	text-decoration: none;
}

.logo_container {
	float: right;
	height: 89px;
	width: 280px;
}

.logo {
	float: left;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	height: 89px;
	width: 200px;
	text-align: center;
}

.logo_name {
	color: #FFF;
	font-size: 18px;
	position: relative;
	top: 9px;
}

.signed,.logout,.role {
	padding-right: 28px;
	text-align: right;
	position: relative;
}

.role {
	top: 20px;
	color: #FFF;
	margin: 0px;
	clear: both;
}

.signed {
	color: #FFF;
	top: 26px;
}

.logout a:link,.logout a:active,.logout a:hover,.logout a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6528;
	position: relative;
	top: 30px;
}

.separator_upper {
	position: relative;
	float: right;
	top: -8px;
	height: 38px;
}

.settings {
	float: right;
	width: 80px;
	margin: 0px;
	position: relative;
	top: 2px;
	text-align: center;
}

.settings a,.settings img {
	border: none;
	text-decoration: none;
	display: block;
}

.settings a {
	margin-top: 10px;
}

.logo .r_upper {
	position: relative;
	float: right;
	left: -10px;
	top: 8px;
}

#footer,#errorFooter {
	padding-top: 10px;
	color: #15425e;
	margin-bottom: 10px;
	text-align: center;
}

#errorFooter {
	position: relative;
	top: 120px;
}

#footer a,#errorFooter a {
	color: #ff6528;
	font-weight: bold;
}

#page,#errorPage {
	background-color: #FFF;
	height: auto;
	padding: 20px;
	margin: 0px;
	border: 1px solid black; /*#1133AA;*/
	border-top: none;
	/*laittaisi scrollinbarin jos tarvii..*/
	/*overflow: auto;*/
}

#errorPage {
	position: relative;
	top: 127px;
}

.login_container {
	text-align: center;
}

.login_pohja {
	background-image: url('../images/login_background.jpg');
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 640px;
	overflow: hidden;
}

.login_keskus {
	text-align: left;
	position: relative;
	top: -60px;
}

.login_keskus_container {
	text-align: center;
	background-image: url('../images/login_center.gif');
	background-repeat: no-repeat;
	background-size: 450px 550px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	height: 475px;
	width: 441px;
}

.login_inputs {
	position: relative;
	top: 97px;
	left: 55px;
}

.login_inputs a {
	color: #ff6528;
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 12px;
}

.login_inputs  .login_input {
	width: 330px;
	height: 35px;
	font-size: 20px;
	margin-bottom: 14px;
	padding-top: 3px;
}

.login_checkbox {
	width: 400px;
	color: #FFF;
	/*display: inline-table;*/
	position: relative;
	top: -2px;
}

.login_checkbox_box {
	display: inline;
}

.login_ohje {
	display: block;
	color: #FFF;
	margin-bottom: 6px;
}

.login_alaosa {
	text-align: center;
	position: relative;
	top: 120px;
}

.login_alaosa img {
	
}

.login_alaosa p {
	text-align: center;
	line-height: 17px;
	color: #FFF;
}

.login_alaosa a {
	color: #ff6528;
	font-weight: bold;
}

.login_alaosa div {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.login_submit {
	/* 	position: relative; */
	/* 	left: 150px; */
	
}

.login_account_info {
	text-align: center;
}

.login_flag {
	text-align: right;
	position: relative;
	top: 105px;
	right: 45px;
}

/* Yleiset tyyli formille, jonka sisällä puutaulaukko sijaitsee.*/
form.wicket_tree_table_form {
	margin: 0px;
	padding: 0px;
}

form.wicket_tree_table_form div.tree_table_links {
	text-align: center;
}
/* Yleiset asetukset puutaulukolle.*/
div.wicket_tree_table div.wicket-tree-table {
	overflow: auto;
}

/* Yleiset asetukset puutaulukon otsikkoriville */
div.wicket_tree_table div.wicket-tree-table div.header {
	/*HUOM Sotkee IE:ssa header ja body sarakkeet eri kohtiin. */
	/*text-align: center;*/
	/*otsikkorivin kasvatus tekstin rivittyessa*/
	/*ks. myos alla 3 classia*/
	height: auto;
	/*ylikirjottaa tree tablen tyylin, jotta tekstin rivitys onnistuu välilyönnillä*/
	white-space: normal;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table div.a_ {
	height: auto;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table span.b_ {
	height: auto;
}

/*otsikkorivin kasvatus tekstin rivittyessa*/
div.wicket_tree_table div.wicket-tree-table span.b_ span.c_ {
	height: auto;
}

/* Yleiset asetukset puutaulukon sisältöriveille. */
div.wicket_tree_table div.wicket-tree-table-body {
	height: 500px;
	width: 98%;
}

/* Keskittää kaikki solut */
div.wicket_tree_table div.wicket-tree-table-body {
	/*border: 1px solid red;*/
	text-align: center;
}

/* Sisältörivien tyyli */
div.wicket_tree_table div.wicket-tree-table-body div.wicket-aa ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	text-align: left;
	border: 1px solid grey;
}

/* Valitun sisältörivin tyyli */
div.wicket_tree_table div.wicket-tree-table-body div.wicket-aa ul li.selected
	{
	background: #554;
	color: white;
	padding: 0px;
	margin: 0;
}

/* Valitun / editoitavan solun tyyli */
div.wicket_tree_table div.wicket-tree-table-body input.edit-cell {
	width: 90%;
	height: 75%;
	margin: 0px;
	font-size: 100%;
	background-color: white;
	padding: 0px;
}

/* Autocomplete tekstikentän tarjoama lista tree tablessa */
div.wicket-aa {
	background-color: white;
	border-width: 1px;
	border-color: black;
	border-style: dashed;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	display: inline;
}
/* Valittu elementti autocomplete listalta*/
div.wicket-aa ul li.selected {
	background-color: gray;
	padding: 2px;
	margin: 0;
}

div.scrollingTableContainer {
	overflow: auto;
}

table.dataview,table.dataviewAsset {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}

table.dataview caption,table.dataviewAsset caption {
	text-align: left;
}

table.dataview tr,table.dataviewAsset tr {
	padding-top: 4px;
	padding-bottom: 4px;
}

table.dataview tr.even,table.dataviewAsset tr.even {
	background-color: #e5e5e5;
}

table.dataview tr.odd,table.dataviewAsset tr.odd {
	background-color: #fff;
}

table.dataview tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
}

table.dataviewAsset tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

table.dataview tr th,table.dataviewAsset tr th {
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ededed;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	background-position: right;
	background-repeat: no-repeat;
}

table.dataviewAsset tr th {
	padding-left: 0px;
	padding-right: 20px;
}

table.dataview tr th.wicket_orderDown,table.dataviewAsset tr th.wicket_orderDown
	{
	background-color: #dfe7fd;
	background-image: url(../images/arrow_down.png);
}

table.dataview tr th.wicket_orderUp,table.dataviewAsset tr th.wicket_orderUp
	{
	background-color: #dfe7fd;
	background-image: url(../images/arrow_up.png);
}

table.dataview tr th.wicket_orderNone {
	/*background-image: url(displaytag/img/arrow_off.png);*/
	
}

/*
table.dataview tr th.testi{

	}
*/

/*
td.testi{
	width: 100px;
	border: red medium solid;
	display:  block;
	}
*/
table.dataview tr th a,table.dataviewAsset tr th a {
	font-weight: bold;
	color: black;
}

table.dataview tr td a,table.dataviewAsset tr td a {
	color: black;
	font-weight: bold;
}

table.dataview #message,table.dataviewAsset #message {
	padding-left: 3px;
}

table.dataview caption,table.dataviewAsset caption {
	padding-bottom: 2px;
}

span.feedback_error {
	font-weight: bold;
	color: red;
}

/*display ordered assets cancel link is also affected by this. */
.wicket-ajax-indicator {
	float: left;
	width: 0px;
}

/* https://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html */
#bysy_indicator {
	display: none;
	float: right;
	margin-top: 90px;
	margin-right: -250px;
	z-index: 1000;
	width: 200px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

input.editFont {
	font-size: 25px;
	width: 100%;
}

.userProject {
	position: absolute;
	right: 1%;
	top: 95px;
	z-index: 1000;
}

#userTaxTable {
	min-width: 100%;
}

#userTaxTable  td:nth-child(odd) {
	min-width: 34px;
	font-size: 14px;
}

#userTaxTable  td:nth-child(even) {
	min-width: 18%;
}

.multiselectView {
	height: 200px;
	margin-left: 225px;
	margin-top: -25px;
	overflow-y: scroll;
}

.userMultiSelectView {
	background-color: white; /*#ede8e4;*/
	float: right;
	height: 150px;
	margin-right: 25%;
	overflow-y: scroll;
	width: auto;
}

.circledRed {
	background-image: url('../images/Red22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledGreen {
	background-image: url('../images/Green22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.circledGrey {
	background-image: url('../images/Grey22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
.circledBlack {
	background-image: url('../images/Black22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
.circledOrange {
	background-image: url('../images/Orange22.png');
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.accountInfoTable {
	width: 100%;
}

.accountInfoTable  td:nth-child(odd) {
	width: 16%;
	font-size: 14px;
}

.accountInfoTable  td:nth-child(even) {
	width: 18%;
}

.userTaxTable1 {
	/* max-width: 67%; */
	
}

.userTaxTable1  td:nth-child(odd) {
	width: 23%;
	font-size: 14px;
}

.userTaxTable1  td:nth-child(even) {
	min-width: 28%;
}

.userTaxTable2 {
	/* max-width: 41%; */
	
}

.userTaxTable2  td:nth-child(odd) {
	width: 52%;
	font-size: 14px;
}

.userTaxTable2  td:nth-child(even) {
	/* min-width: 40%; */
	
}

.parentAccount {
	background-image: url('../images/Add.png');
	background-position: center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}

.dateTimeClass td input {
	width: auto;
}

.redText {
	color: red;
}

.greenText {
	color: green;
}

.normalText {
	color: black;
}

.whiteText {
	color: white;
}

.orangeText {
	color: orange;
}

.buttoninput {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 5px;
}
.weekendRow {
	background-color: lightgrey !important;
}
td.weekendRow input,td.weekendRow select{
	background-color: lightgrey !important;
}
.indicator-content {
	background-color: transparent;
	text-align: center;
	width: 1000px;
	height: 500px;
	position: relative;
	z-index: 1000;
}
.imxt-body-container1{
height:auto !important;
max-height:35em;
overflow-x:scroll;
}