/**************************************************************/
/**************************************************************/
/**************************************************************/
#copyright {
	width: 750px;
	margin: 0 auto;
	text-align: right;
	color: #c33;
	font-size: 0.9em;
}
#copyright a {
	color: #e33;
}
.wrap {
	width: 750px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
}
.spacer {
	height: 23px;
}
.languageselect {
	height: 23px;
	width: 750px;
	margin: 0px auto;
	text-align: right;
}
.languageselect img {
	margin-top: 6px;
	margin-right: 4px;
}
.logo {
	width: 750px;
	height: 54px;
	text-align: center;
	position: relative;
	z-index: 21;
}
.navi {
	width: 750px;
	margin: 20px auto 0px;
	height: 22px;
	position: relative;
	z-index: 50;
}
.navi_divider {
	height: 20px;
	background: #fff url('../img/navi_bottomdivider2.png') repeat-x left top;
	position: relative;
	z-index: 21;
}
.content {
	margin: 0 5px;
	padding: 0;
	line-height: 18px;
	position: relative;
	z-index: 21;
}
.content table tr td {
	padding: 0px 14px 0px 14px;
}
.content table tr td.nospacing {
	padding: 0px;
}
.content small {
	font-size: 0.9em;
}
.content p {
	margin: 1em 0;
}
/**************************************************************/

.calendargrid {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	color: #555;
	text-align: center;
}
.calendargrid th {
	font-weight: normal;
}
.calendargrid td {
	width: 14%;
}
.calendargrid td a {
	text-decoration: none !important;
	display: block;
	border: 1px #fff solid;
}
.hasevents {
	background-image: url('../img/ok.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.calendargrid td a:hover {
	border: 1px #B72A16 solid;
}
.calendargrid #currday {
	font-weight: bold;
	font-size: 2.0em;
}
.selday {
	border: 1px #B72A16 solid !important;
}
.calendartitle {
	font-weight: bold !important;
	padding: 10px;
}
#weekdays th {
	border-bottom: 1px #d7d7d7 solid !important;
}
.calendarday {
	padding-top: 10px;
	height: 50px;
}
/**************************************************************/
body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #6c1509 url('../img/bg.png') repeat-x;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1em;
	color: #6c1509;
	font-weight: bold;
}
h1.colored {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	padding: 4px 9px;
	margin-top: 20px;
}
h1.bluebg { background-color: #ccf; border: 1px #aad solid; }
h1.greenbg { background-color: #cfc; border: 1px #ada solid; }
h1.redbg { background-color: #fcc; border: 1px #daa solid; }
h2 { }
hr.smallhr {
	border: none;
	border-bottom: dotted 1px #aaa;
	width: 100%;
	background-color: #fff;
	color: #fff;
}
img {
	border: 0;
}
/* *********************************************************** */
a {
	color: #B72A16;
	text-decoration: none;
}
a:hover, a.hover {
	text-decoration: underline;
}
form {
	margin:0;
	padding:0;
	display:inline;
}
label {
	vertical-align: middle;
	font-size: 0.9em;
	white-space: nowrap;
}
input, button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=text], input[type=password], textarea {
	border: 1px #aaa solid;
	background: #fff;
	padding: 3px;
	margin: 2px 0px;
	font-size: 1em;
	font-family: Courier New, Courier;
}
input[type=checkbox] {
	vertical-align: middle;
	margin-right: 2px;
}
textarea {
	width: 100%;
}
.customform textarea, #varausform textarea {
	width: 300px !important;
	height: 80px !important;
}
input.short {
	width: 100px !important;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px #bb8 solid;
	background: #ffd;
}
input[type=submit], button {
	cursor: pointer;
	border: 1px #aaa solid;
	color: #777;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 7px;
	background: #ccc url('../img/submitbg.gif') repeat-x left top;
}
input[type=submit]:hover, button:hover {
	border: 1px #555 solid;
	color: #222;
}
.poista {
	color: #d33 !important;
}
.selectbox {
	width: 195px;
	font-size: 1em;
	font-family: Tahoma;
}

/* *********************************************************** */
.box, .boxmid {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px #eaeaea solid;
	background: #fafafa;
	padding: 10px 20px;
	margin-left: 66px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.boxmid {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px;
}
.w170 {
	width: 170px;
}
.w170 input[type=text], .w170 input[type=password] {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w200 input[type=text], w200 input[type=password] {
	width: 175px;
}
.w300 {
	width: 300px;
}
.w300 input[type=text], w300 input[type=password] {
	width: 175px;
}
/**************************************************************/
.ylakulmat div {
	background: url('../img/kulma_tl.png') no-repeat top left;
}
.ylakulmat {
	background: url('../img/kulma_tr.png') no-repeat top right;
}
.alakulmat div {
	background: url('../img/kulma_bl.png') no-repeat bottom left;
}
.alakulmat {
	background: url('../img/kulma_br.png') no-repeat bottom right;
}

.ylakulmat div, .ylakulmat,
.alakulmat div, .alakulmat {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
/**************************************************************/
#loginlink {
	position: absolute;
	right: 0;
	top: 0;
}
.icontitle {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 2.3em;
	font-weight: 100;
	height: 52px;
	background:  url('../img/title_underline.png') no-repeat;
	background-position: 39px 42px;
	margin-left: 10px;
	color: #444;
	margin-bottom: 20px;
}
.login {
	background: transparent url('../img/ico/login48.png') no-repeat;
	background-position: 0px 0px;
	padding: 14px 0px 0px 55px;
	height: 48px;
}
#errmsg {
	color: #f00;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.9em;
	font-style: italic;
}
