﻿/* Geneeriset ja jaetut tyylit */
* {
	padding: 0px;
	margin: 0px;
}

html {
	background-color: white;
}

body {
	margin: 10px;
	font-family: Calibri, Segoe UI, Arial, Helvetica;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #000000;
}

.login-btn {
	float: right;
}

.login-area input:first-child {
	margin-top: 0 !important;
}

.login-input {
	margin: 20px 0;
	width: 329px;
	height: 38px;
	padding: 0 10px;
	color: #646464;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 1px/2px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	display: block;
	line-height: normal;
	vertical-align: baseline;
}

.login-box {
	display: block;
	width: 359px;
	margin: 0 auto;
}

#LanguageSelection {
	margin-top: 23px;
	display: block;
	float: right;
	margin-right: 4px;
}

#LanguageSelection a {
	color: white;
}

	#LanguageSelection input {
		margin-right: 6px;
	}

.login-area .btn {
	margin: 0;
	padding: 0 40px;
	font-weight: 400;
	background-color: #575656;
	text-transform: uppercase;
	background-size: 100%;
	box-shadow: inset 0 2px rgba(255,255,255,.07);
	color: #fff;
	cursor: pointer;
	height: 42px;
	display: inline-block;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	border-radius: 5px;
	border: 1px solid transparent;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0,0,0,.2);
}

.login-area .logo {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 17px 0 0;
	background: transparent url(../images/header-ico-logo.png) no-repeat right 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	height: 60px;
	line-height: 60px;
}

	.login-area .logo span {
		font-size: 12px;
		line-height: 20px;
	}

.login-area {
	position: absolute;
	background: #ef6b31;
	top: 17%;
	right: 0;
	min-height: 240px;
	left: 0;
}

a.Action {
	background-color: #e35f33;
	border: solid #e35f33 2px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	border-radius: 4px;
	display: inline-table;
	width: 16px;
	height: 16px;
	line-height: 11px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
}

	a.Action:hover {
		/*background-color: #ffffff;
	color: #e35f33;*/
		text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

div.UserMetaEditor th {
	text-align: left;
	border-bottom: solid #808080 4px;
}

	div.UserMetaEditor th:first-child, div.UserMetaEditor td:first-child {
		padding-left: 8px;
		padding-right: 8px;
	}

div.UserMetaEditor a {
	color: #e35f33;
}

	div.UserMetaEditor a.PhraseEditorLink {
		display: block;
		margin-top: 8px;
	}

div.UserMetaEditor td {
	height: 20px;
}

	div.UserMetaEditor td.Key {
		color: #808080;
	}

	div.UserMetaEditor td.Value {
		padding-left: 4px;
		padding-right: 4px;
	}

		div.UserMetaEditor td.Value:hover {
			background-color: #ffffff;
			cursor: text;
		}

	div.UserMetaEditor td.Key a {
		color: #808080;
		font-weight: bold;
		text-decoration: none;
	}

		div.UserMetaEditor td.Key a:hover {
			color: #e35f33;
		}

#AboveNaviButtons {
}

	#AboveNaviButtons a {
		color: #e35f33;
	}

#ModalBackground {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	/*filter: alpha(opacity=33);
	opacity: 0.33;
	-moz-opacity: 0.33;*/
	background-color: #000000;
	display: none;
	z-index: 500;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: 0;
}

.grayBox, .grayLabeledBox {
	font-size: 14px;
	background-color: #ffffff;
}

	.grayBox h2 {
		color: #e35f33;
	}

.grayLabeledBox {
	position: relative;
	padding-top: 5px;
}

fieldset {
	border: solid 1px #898A8C;
	background-color: #ffffff;
}

legend {
	font-size: 9pt;
	font-weight: bold;
	color: #898A8B;
	margin-left: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

/* Yksityiskohtia */
.grayLabeledBox h1:first-child {
	position: absolute !important;
	top: -8px;
	left: 5px;
	background-color: #ffffff;
	color: #898A8B;
	border: none;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
}

	.grayLabeledBox h1:first-child span {
		position: absolute;
		background-color: #ffffff;
	}

	.grayLabeledBox h1:first-child img:first-child {
		vertical-align: middle;
		padding-top: -120px;
	}

.grayLabeledBox h2 {
	color: #e35f33;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	margin-left: 5px;
}

div.generalInformationGroup {
	position: relative;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dashed #898A8C;
	line-height: 11pt;
}

div.generalInformationGroupExtended {
	overflow: auto;
}

div.generalInformationGroup div:first-child {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #ffffff;
}

	div.generalInformationGroup div:first-child table:first-child {
		width: 100%;
	}

		div.generalInformationGroup div:first-child table:first-child th {
			color: #e35f33;
			font-weight: bold;
			text-align: left;
		}

		div.generalInformationGroup div:first-child table:first-child tr:first-child td:first-child {
			width: 20px;
			text-align: left;
		}

div.generalInformationGroup div.Icon {
	background-image: url(gfx/GeneralInformationIcons.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	margin-left: 4px;
}

	div.generalInformationGroup div.Icon.Calendar {
		background-position: 0px 0px;
	}

	div.generalInformationGroup div.Icon.Description {
		background-position: 0px -13px;
	}

	div.generalInformationGroup div.Icon.CommentGroup {
		background-position: 0px -26px;
	}

	div.generalInformationGroup div.Icon.WorkFile {
		background-position: 0px -39px;
	}

	div.generalInformationGroup div.Icon.Attachments {
		background-position: 0px -52px;
	}

	div.generalInformationGroup div.Icon.Download {
		background-position: 0px -65px;
	}

- div.generalInformationGroup div:first-child table:first-child tr:first-child td:first-child + td {
	vertical-align: middle;
	text-align: left;
}

div.generalInformationGroup div:first-child table:first-child tr:first-child td:first-child + td + td {
	vertical-align: middle;
	text-align: right;
}

div.generalInformationGroup div:first-child table:first-child .ellipsis {
	width: 190px;
}

a.resizeAreaLink {
	position: absolute;
	bottom: 5px;
	right: 0px;
	vertical-align: middle;
	font-size: 8pt;
	background-color: #ffffff;
	color: #898A8C;
	padding-left: 4px;
}

	a.resizeAreaLink img {
		vertical-align: middle;
	}

.ellipsis {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.ellipsisHover {
	display: block;
	position: absolute;
	background-color: #ffffff;
	padding-right: 5px;
}

/* Yksittäiset lohkot */

#topArea {
	min-width: 860px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 62px;
	border: none;
}

#MainNavigation {
}

#AboveNaviButtons {
	font-size: 8pt;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#NaviButtonBar {
	white-space: nowrap;
	position: absolute;
	top: 29px;
}

	#NaviButtonBar span {
		border: solid #898a8b 1px;
		display: inline-block;
		height: 28px;
		width: 200px;
		background-image: url(gfx/navibutbg.gif);
		background-repeat: repeat-x;
		white-space: nowrap;
	}

		#NaviButtonBar span.Right {
			width: 400px;
			text-align: right;
		}

		#NaviButtonBar span.Selected, #NaviButtonBar span:hover {
			border: solid #e35f33 1px;
		}

#topArea #topLogo {
	position: absolute;
	border-right: 10px solid white;
}

#topArea #topHelp {
	position: absolute;
	right: 182px;
	top: 16px;
	z-index: 10;
}

#topArea #topHelpBg {
	position: absolute;
	right: 150px;
	bottom: 0px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

#workArea {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	min-width: 860px;
	min-height: 400px;
}

#topArea + #workArea {
	top: 86px;
}

#workArea {
	top: 10px;
}

table.FileTable {
	font-size: 9pt;
}

	table.FileTable td, table.FileTable th {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 20px;
	}

	table.FileTable th {
		text-align: left;
		color: #606060;
		font-weight: normal;
		/*background-image: url(gfx/colsep.png);
	background-position: right;
	background-repeat: no-repeat;*/
	}

	table.FileTable td {
		color: #808080;
	}

	table.FileTable tr.Selectable td {
		color: #000000;
	}

	table.FileTable tr.Selectable:hover td {
		background-color: #f0f0f0;
		cursor: pointer;
	}

	table.FileTable tr.WorkFile td {
		font-weight: bold;
		padding-top: 8px;
		padding-bottom: 8px;
	}

/* Yleisiä nappipohjia */

textarea:focus, input:focus {
	outline: 0;
}

input[type='submit'].Button100, input[type='button'].Button100 {
	border: none;
	width: 100px;
	height: 20px;
	text-align: left;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 24px;
	background-image: url(gfx/Button100Active.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

input[type='submit'][disabled].Button100 {
	background-image: url(gfx/Button100Disabled.png);
	cursor: default;
}

input[type='submit'].Button100.SaveIcon {
	background-position: 0px 0px;
}

input[type='submit'].Button100.ArchiveIcon {
	background-position: 0px -20px;
}

input[type='submit'].Button100.DeleteIcon {
	background-position: 0px -40px;
}

input[type='submit'].Button100.ForwardIcon {
	background-position: 0px -60px;
}

input[type='submit'].Button100.RejectIcon {
	background-position: 0px -80px;
}

input[type='submit'].Button100.ApproveIcon {
	background-position: 0px -100px;
}

input[type='submit'].Button100.PrintIcon {
	background-position: 0px -120px;
}

input[type='submit'].Button100.ContinueIcon {
	background-position: 0px -140px;
}

input[type='submit'].Button100.XIcon {
	background-position: 0px -160px;
}

input[type='submit'].Button100.AddGroupIcon {
	background-position: 0px -180px;
}

input[type='submit'].Button100.RemoveContactIcon {
	background-position: 0px -200px;
}

input[type='submit'].Button100.EnvelopeIcon {
	background-position: 0px -220px;
}

input[type='submit'].Button100.UnlockIcon {
	background-position: 0px -240px;
}

input[type='submit'].Button100.AddContactIcon {
	background-position: 0px -260px;
}

input[type='button'].Button100.AddContactIcon {
	background-position: 0px -260px;
}

input[type='submit'].Button100.EditIcon {
	background-position: 0px -280px;
}
input[type='submit'].Button100.RenameIcon {
	background-position: 0px -340px;
}
input[type='submit'].Button100.ClockIcon {
	background-position: 0px -300px;
}

input[type='submit'].Button100.HotDeleteIcon {
	background-position: 0px -320px;
	color: #ffffff;
	font-weight: bold;
}

input[type='submit'].Button140, input[type='button'].Button140 {
	border: none;
	width: 140px;
	height: 20px;
	text-align: left;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 24px;
	background-image: url(gfx/Button140Active.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

input[type='submit'][disabled].Button140 {
	cursor: default;
}

input[type='submit'].Button140.AddContactIcon {
	background-position: 0px 0px;
}

input[type='button'].Button140.AddContactIcon {
	background-position: 0px 0px;
}

input[type='submit'].Button140.AddGroupIcon {
	background-position: 0px -20px;
}

input[type='button'].Button140.AddGroupIcon {
	background-position: 0px -20px;
}

/* ...yleisiä nappipohjia */

/* Isot tabit... */
table.Tabs {
	margin-left: 159px;
}

	table.Tabs td {
		border-bottom: solid #898a8c 1px;
	}

		table.Tabs td:first-child {
			width: 20px;
		}

		table.Tabs td.Tab {
			width: 100px;
			font-size: 11pt;
			color: #898a8c;
			height: 26px;
			border-top: solid #898a8c 1px;
			border-left: solid #898a8c 1px;
			border-right: solid #898a8c 1px;
			border-right: solid #898a8c 1px;
			padding-left: 40px;
			background-color: #f0f0f0;
			background-repeat: no-repeat;
		}

		table.Tabs td.Active {
			border-bottom: none;
			background-color: #ffffff;
		}

		table.Tabs td:last-child {
			width: auto;
			padding: 0;
			border-bottom: solid #898a8c 1px;
		}

td.Spacer {
	width: 8px;
}

td.Tab a {
	color: #898a8c;
}
/* ...isot tabit */

/* Scrollaavasisältöinen taulukko... */
div.ScrollableTable {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

div.ScrollableTableHeader {
	/* Ohjelmallisesti lisättävä otsikko-osio */
	position: absolute;
	overflow: hidden;
}
/* ...scrollaavasisältöinen taulukko */

/* Reporting dialog... */
#ReportDialog {
	width: 550px;
}

	#ReportDialog .grayBox {
		margin: 10px;
		padding: 5px;
		position: relative;
	}

		#ReportDialog .grayBox h2 {
			font-size: 14px;
			font-weight: bold;
			color: #e35f33;
			margin-left: 0px;
			padding-right: 8px;
			padding-bottom: 8px;
		}

		#ReportDialog .grayBox > .fakeCheckbox {
			margin-top: 7px;
		}

		#ReportDialog .grayBox hr {
			margin-left: 0px;
		}

		#ReportDialog .grayBox > * {
			margin-left: 5px;
		}

	#ReportDialog .dialogButtons {
		margin: 10px;
		text-align: right;
	}

		#ReportDialog .dialogButtons input[type='button'], #ReportDialog .dialogButtons input[type='submit'] {
			margin-left: 7px;
		}

	#ReportDialog .GeneralSpecChildren {
		margin-top: 7px;
		margin-bottom: 7px;
		padding-left: 25px;
	}

		#ReportDialog .GeneralSpecChildren > div {
			margin-bottom: 7px;
		}

			#ReportDialog .GeneralSpecChildren > div > div {
				padding-left: 18px;
			}

	#ReportDialog input[type='text'] {
		width: 350px;
	}

	#ReportDialog small {
		font-size: 8pt;
	}

	#ReportDialog .infoLink {
		color: #e35f33;
		cursor: pointer;
	}

	#ReportDialog .moreLink {
		float: right;
		font-size: 8pt;
		line-height: 8px;
		padding-right: 10px;
		background-image: url(gfx/common/arrow-r-small-nb.gif);
		background-repeat: no-repeat;
		background-position: right center;
		margin-left: 5px;
		margin-top: 11px;
	}

	#ReportDialog .DateInput {
		display: none;
	}

		#ReportDialog .DateInput input[type='text'] {
			width: 70px;
		}

	#ReportDialog .SelectedCommentators {
		display: none;
		max-height: 120px;
		overflow: auto;
		border: 1px solid #898A8C;
		background-color: #ffffff;
		position: absolute;
		bottom: 3px;
		right: 3px;
	}

		#ReportDialog .SelectedCommentators .closeLink {
			position: absolute;
			top: 0px;
			right: 0px;
			font-size: 8px;
			font-weight: bold;
			color: #ff0000;
			background-color: #ffffff;
			border-color: #000000;
			cursor: pointer;
		}
/* ...reporting dialog */

/* RoleSelector */
span.RoleSelector {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(gfx/PageRoleIcons.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

	span.RoleSelector.Commentator {
		background-position: -34px 0px;
	}

		span.RoleSelector.Commentator:hover, span.RoleSelector.Commentator.Selected {
			background-position: 0px 0px;
		}

	span.RoleSelector.ReadOnly {
		background-position: -34px -17px;
	}

		span.RoleSelector.ReadOnly:hover, span.RoleSelector.ReadOnly.Selected {
			background-position: 0px -17px;
		}

	span.RoleSelector.NoAccess {
		background-position: -34px -34px;
	}

		span.RoleSelector.NoAccess:hover, span.RoleSelector.NoAccess.Selected {
			background-position: 0px -34px;
		}

/* ImageCheckBox */
span.ImageCheckBox {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(gfx/PageRoleIcons.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

	span.ImageCheckBox.Commentator {
		background-position: -34px 0px;
	}

		span.ImageCheckBox.Commentator.Checked, span.ImageCheckBox.Commentator:hover {
			background-position: 0px 0px;
		}

	span.ImageCheckBox.ReadOnly {
		background-position: -34px -17px;
	}

		span.ImageCheckBox.ReadOnly.Checked, span.ImageCheckBox.ReadOnly:hover {
			background-position: 0px -17px;
		}

	span.ImageCheckBox.NoAccess {
		background-position: -34px -34px;
	}

		span.ImageCheckBox.NoAccess.Checked, span.ImageCheckBox.NoAccess:hover {
			background-position: 0px -34px;
		}

/* Unlock button */
input[type='submit'].Unlock {
	width: 17px;
	height: 17px;
	border: none;
	cursor: pointer;
	background-image: url(gfx/PageRoleIcons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px -51px;
}

	input[type='submit'].Unlock:hover {
		background-position: -17px -51px;
	}

a.Hot {
	font-size: 10pt !important;
	color: #ffffff;
	background-color: #e35f33;
}

	a.Hot span {
		font-size: 10pt !important;
		background-color: #e35f33;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		padding-right: 2px;
		vertical-align: middle;
	}

a.TinyHot {
	font-size: 8pt !important;
	color: #ffffff;
}

	a.TinyHot span {
		font-size: 8pt !important;
		background-color: #e35f33;
		display: inline-block;
		height: 12px;
		line-height: 12px;
		padding-right: 2px;
		vertical-align: middle;
	}

	a.Hot img, a.TinyHot img {
		border: 0;
		vertical-align: middle;
	}

table.HotDropdown {
	position: absolute;
	display: none;
}

	table.HotDropdown td.Top {
		background-image: url(gfx/dropdown-top.png);
		background-repeat: repeat-x;
		height: 21px;
		cursor: pointer;
	}

	table.HotDropdown td.Left {
		background-image: url(gfx/dropdown-left.png);
		background-repeat: repeat-y;
		width: 12px;
	}

	table.HotDropdown td.Contents {
		background-color: #ffffff;
	}

	table.HotDropdown td.Right {
		background-image: url(gfx/dropdown-right.png);
		background-repeat: repeat-y;
		width: 12px;
	}

	table.HotDropdown td.Bottom {
		background-image: url(gfx/dropdown-bottom.png);
		background-repeat: repeat-x;
		height: 21px;
	}

table.Actions td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: dashed #d6d6d6 1px;
	cursor: pointer;
	font-size: 9pt;
}

table.Actions tr:first-child td {
	border-top: none;
}

table.Actions td:first-child {
	padding-right: 0;
}

table.Actions tr.Active td {
	background-color: #f0f0f0;
}

table.Actions td:first-child div {
	width: 20px;
	height: 13px;
	background-image: url(gfx/ActionIcons.png);
	background-repeat: no-repeat;
}

table.Actions tr.Open td:first-child div {
	background-position: 0px 0px;
}

table.Actions tr.Edit td:first-child div {
	background-position: 0px -13px;
}

table.Actions tr.Archive td:first-child div {
	background-position: 0px -26px;
}

table.Actions tr.Delete td:first-child div {
	background-position: 0px -39px;
}

table.Actions tr.Forward td:first-child div {
	background-position: 0px -52px;
}

table.Actions tr.Upload td:first-child div {
	background-position: 0px -65px;
}

table.Actions tr.Duplicate td:first-child div {
	background-position: 0px -78px;
}

table.Actions tr.X td:first-child div {
	background-position: 0px -91px;
}

table.Actions tr.Report td:first-child div {
	background-position: 0px -104px;
}

input[type='text'].Cue {
	font-size: 8pt;
	color: #808080;
}

.fakeCheckbox + label {
	margin-left: 5px;
}

/* Edit */

span.Legend > span.Role:first-child {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(gfx/PageRoleIcons.png);
	vertical-align: middle;
	margin-left: 20px;
}

span.Legend > span.Project-CommentingStatus:first-child {
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 4px;
}

span.Legend > span.Commentator:first-child {
	background-position: 0px 0px;
}

span.Legend > span.ReadOnly:first-child {
	background-position: 0px -17px;
}

span.Legend > span.NoAccess:first-child {
	background-position: 0px -34px;
}

span.Legend > span.Unlock:first-child {
	background-position: 0px -51px;
}

span.MiniIcon {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(gfx/PageRoleIcons.png);
	vertical-align: middle;
	margin-right: 2px;
}

	span.MiniIcon.Approved {
		background-position: 0px -68px;
	}

	span.MiniIcon.Rejected {
		background-position: 0px -85px;
	}

	span.MiniIcon.NotCommented {
		background-position: 0px -102px;
	}

	span.MiniIcon.ReadOnly {
		background-position: 0px -119px;
	}

	span.MiniIcon.NoAccess {
		background-position: 0px -126px;
	}

span.Project-CommentingStatus {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(images/status-ico-empty.png); 
	background-repeat: no-repeat;
	/*vertical-align: text-bottom;*/
	background-position: 0px 0px;
}
/*Käytetään element.css status classin määrityksiä*/
/*	span.Project-CommentingStatus.Overhang {
		background-position: -13px 0px;
	}

	span.Project-CommentingStatus.NotCommented {
		background-position: 0px 0px;
	}

		span.Project-CommentingStatus.NotCommented.Overhang {
			background-position: -13px 0px;
		}

	span.Project-CommentingStatus.Commenting {
		background-position: 0px -13px;
	}

		span.Project-CommentingStatus.Commenting.Overhang {
			background-position: -13px -13px;
		}

	span.Project-CommentingStatus.Approved {
		background-position: 0px -26px;
	}

		span.Project-CommentingStatus.Approved.Overhang {
			background-position: -13px -26px;
		}

	span.Project-CommentingStatus.Rejected {
		background-position: 0px -39px;
	}

		span.Project-CommentingStatus.Rejected.Overhang {
			background-position: -13px -39px;
		}

	span.Project-CommentingStatus.ReadOnly {
		background-position: 0px -52px;
	}

		span.Project-CommentingStatus.ReadOnly.Overhang {
			background-position: -13px -52px;
		}

	span.Project-CommentingStatus.NoAccess {
		background-position: 0px -65px;
	}

		span.Project-CommentingStatus.NoAccess.Overhang {
			background-position: -13px -65px;
		}*/
div.StatusesDescription {
	float: right;
	margin-right: 4px;
}

	div.StatusesDescription span.Project-CommentingStatus {
		margin-left: 12px;
		margin-right: 4px;
	}

div.Content {
	border-left: solid #898a8c 1px;
	border-right: solid #898a8c 1px;
	border-bottom: solid #898a8c 1px;
	padding: 10px;
	background-color: #ffffff;
}

div.Section {
	border-bottom: dashed #898a8c 1px;
	padding-bottom: 14px;
	/*padding-left: 90px;*/
	margin-top: 6px;
	margin-bottom: 14px;
}

	div.Section > div.Icon {
		float: left;
		margin-left: 36px;
		margin-right: 24px;
		width: 40px;
		height: 40px;
		background-image: url(gfx/SectionIcons.png);
		background-repeat: no-repeat;
		margin-top: 6px;
	}

	div.Section > div.Personal {
		background-position: 0px 0px;
	}

	div.Section > div.Password {
		background-position: 0px -40px;
	}

	div.Section > div.Regional {
		background-position: 0px -80px;
	}

	div.Section > div.Messages {
		background-position: 0px -120px;
	}

	div.Section > div.Space {
		background-position: 0px -160px;
	}

	div.Section > div.Envelope {
		background-position: 0px -200px;
	}

	div.Section > div.Contacts {
		background-position: 0px -240px;
	}

	div.Section > div.Pen {
		background-position: 0px -280px;
	}

	div.Section > div.People {
		background-position: 0px -320px;
	}

	div.Section > div.Folder {
		background-position: 0px -360px;
	}

	div.Section > div.Gear {
		background-position: 0px -400px;
	}

	div.Section h1 {
		font-size: 11pt;
		margin-bottom: 8px;
	}

table.ListView {
}

	table.ListView th {
		text-align: left;
		font-weight: normal;
		border-bottom: solid #808080 4px;
	}

	table.ListView th, table.ListView td {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: auto !important;
	}

		table.ListView th:first-child, table.ListView td:first-child {
			padding-left: 0;
		}

	table.ListView td {
		border-bottom: dashed #d6d6d6 1px;
	}

	table.ListView.HotRows tr:hover td {
		background-color: #f0f0f0;
	}

a.actionsButton {
	background-color: transparent;
}

a.actionsButton {
	background-color: transparent;
	background-image: url(gfx/eng/actions_button.png);
	height: 13px;
	display: inline-block;
}

	a.actionsButton.eng {
		background-image: url(gfx/eng/actions_button.png);
		width: 51px;
	}

	a.actionsButton.fin {
		background-image: url(gfx/fin/actions_button.png);
		width: 61px;
	}

	a.actionsButton.swe {
		background-image: url(gfx/swe/actions_button.png);
		width: 63px;
	}

#Notification {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	background-color: #0000ff;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	height: 16px;
	line-height: 16px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	z-index: 1000;
	overflow: hidden;
}

/*table.Form input[type='text'], table.Form input[type='password'], select, textarea*/



table.Form select {
	padding-left: 0;
	padding-right: 0;
}

table.Form th {
	font-weight: normal;
	text-align: left;
	padding-right: 8px;
}

table.Bubble {
	position: absolute;
	top: 186px;
	left: 240px;
	width: 380px;
	z-index: 100;
}

	table.Bubble td.TopLeft {
		width: 11px;
		height: 28px;
		background-image: url(gfx/bubble/tl.png);
		background-repeat: no-repeat;
	}

	table.Bubble td.Top {
		height: 28px;
		background-image: url(gfx/bubble/top.png);
		background-repeat: repeat-x;
	}

	table.Bubble td.TopRight {
		width: 11px;
		height: 28px;
		background-image: url(gfx/bubble/tr.png);
		background-repeat: no-repeat;
	}

	table.Bubble td.Left {
		width: 11px;
		background-image: url(gfx/bubble/left.png);
		background-repeat: repeat-y;
	}

	table.Bubble td.Content {
		background-color: #fffff1;
	}

		table.Bubble td.Content img.Background {
			position: absolute;
		}

	table.Bubble td.Right {
		width: 11px;
		background-image: url(gfx/bubble/right.png);
		background-repeat: repeat-y;
	}

	table.Bubble td.BottomLeft {
		width: 11px;
		height: 10px;
		background-image: url(gfx/bubble/bl.png);
		background-repeat: no-repeat;
	}

	table.Bubble td.Bottom {
		height: 10px;
		background-image: url(gfx/bubble/bottom.png);
		background-repeat: repeat-x;
	}

	table.Bubble td.BottomRight {
		width: 11px;
		height: 10px;
		background-image: url(gfx/bubble/br.png);
		background-repeat: no-repeat;
	}


span.Flags {
	display: inline-block;
	width: 63px;
	height: 63px;
	background-image: url(gfx/flag_picker.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}

span.Flag {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(gfx/flags.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

	span.Flag._transparent {
		background-position: 0px 0px;
	}

	span.Flag._ff0000 {
		background-position: -13px 0px;
	}
	/* Red */
	span.Flag._ffff00 {
		background-position: -26px 0px;
	}
	/* Yellow */
	span.Flag._ffcc99 {
		background-position: 0px -13px;
	}
	/* Orange */
	span.Flag._ff99cc {
		background-position: -13px -13px;
	}
	/* Pink */
	span.Flag._acf0ff {
		background-position: -26px -13px;
	}
	/* Cyan */
	span.Flag._91ff7b {
		background-position: 0px -26px;
	}
	/* Green */
	span.Flag._cc99ff {
		background-position: -13px -26px;
	}
	/* Magenta */
	span.Flag._6384ff {
		background-position: -26px -26px;
	}
/* Blue */

span.PaperClip {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-image: url(gfx/project_list_icons.png);
	background-repeat: no-repeat;
	background-position: -26px 0px;
}

span.Forwarded {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-image: url(gfx/project_list_icons.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
}

span.Lock {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-image: url(gfx/project_list_icons.png);
	background-repeat: no-repeat;
	background-position: -13px 0px;
}

span.LockHot {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-image: url(gfx/project_list_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

span.GroupIcon {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-image: url(gfx/project_list_icons.png);
	background-repeat: no-repeat;
	background-position: -65px 0px;
}



.prequisites {
	font-size: 1.6em;
	max-width: 800px;
}

.prequisite {
	background-color: rgba(0, 0, 0, 0.08);
	padding: 1em;
	border-radius: 8px;
	margin-bottom: 1em;
	min-height: 4em;
}

.prequisites .status {
	width: 80px;
	margin-left: 40px;
	float: right;
	padding-top: 46px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.7em;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(gfx/prequisite-unknown.png);
}

	.prequisites .status span {
		display: none;
	}

	.prequisites .status a {
	}

.prequisite .status.ok {
	background-image: url(gfx/prequisite-ok.png);
}

.prequisite .status.error {
	background-image: url(gfx/prequisite-error.png);
}

.prequisites .title {
	font-weight: bold;
	margin-bottom: 0.2em;
}

.prequisites .description {
	font-size: 0.8em;
}

.page-header a {
	text-decoration: none;
	font-family: Lato, sans-serif !important;
}

/*Salasanan palautus tyylit 2025*/
#NewPasswordTextBoxText,
#ConfirmPasswordTextBoxText {
	color: white;
}

#PasswordPolicyValidator {
	color: white!important;
	display: inline!important;
}

#password-reset-button-container {
	text-align: right;
	margin-top: 10px;
}
#ResetValidationSummary,
#PasswordsMatchValidator,
#ConfirmPasswordRequired,
#NewPasswordRequired {
	color: black !important;
}
