/* (c) ÖÖ - Evolving Office Oy */

body {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 0.95;
	letter-spacing: 0.02em;
}

textarea, input, select {
	font-family: inherit;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p.note {
	background-color: #EEEEEE;
}

.huom {
	font-weight: bold;
	color: #800;
}

caption {
	font-size: 110%;
	font-weight: bold;
}

.bigr {
	font-size: 120%;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000;
}

table {
	border-spacing: 0;
}

td, th {
	padding: 2px 2px 3px;
}

td.rr, th.rr {
	border-bottom: 1px #CACACA solid;
}

td.rrt, th.rrt {
	border-top: 1px #CACACA solid;
}

td.rbl, th.rbl {
	border-left: 1px #CACACA solid;
	padding-left: 5px;
}

td.rbr, th.rbr {
	border-right: 1px #CACACA solid;
	padding-right: 5px;
}

td.rh, th.rh, tr.rh {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

td.rht, th.rht {
	border-top: 1px black solid;
}

td.rhb, th.rhb {
	border-bottom: 1px black solid;
}

.hdr {
	font-size: 140%;
	line-height: 1.2;
	font-weight: bold;
}

.selected, .wh_day {
	background-color: #F0FFF0;
}

.wh_period {
	background-color: #CCFFCC;
}

.error {
	font-size: 140%;
	font-weight: bold;
	color: #CC3300;
}

.ok {
	font-size: 140%;
	font-weight: bold;
	color: #009900;
}

.err_red {
	color: #CC3300;
}

.ok_green {
	color: #009900;
}

.superuser {
	color: #AA0000 !important;
}

.chosen, .chosenReq {
	visibility: hidden;
}

.debug {
	font-weight: bold !important;
	color: #AA0000 !important;
	background-color: yellow;
	border: solid 1px;
}

.nowrap {
	white-space: nowrap;
}

legend {
	font-size: 115%;
	font-weight: bold;
}

.submit {
	padding-top: 1px;
	padding-bottom: 2px;
	display: none;
}

.hidden {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.text-bottom {
	vertical-align: text-bottom;
}

tr.even {
	background-color: #F1F4F6;
}

.lspacer {
	margin-left: 2em;
}

.lspacer1 {
	margin-left: 1em;
}

.rspacer {
	margin-right: 2em;
}

.rspacer1 {
	margin-right: 1em;
}

div.mainmenu {
	margin-top: 3px;
	padding: 2px 1em;
	background-color: #DDD;
	display: inline-block;
}

.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover, .mainmenu a:active {
	line-height: 1.6;
	color: #000;
}

a:link {
	font-weight: bold;
	color: #3b7696;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #3b7696;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #0791dd;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #0791dd;
	text-decoration: none;
}

.toolh1 {
	font-size: 140%;
	font-weight: bold;
	color: #174b75;
}

div.sts {
	max-width: 300px;
}

div.sts h2, div.sts p {
	margin: 0px;
	padding: 2px 0px;
}

.dlghr {
	color: #A6C9E2;
	background-color: #A6C9E2;
}