/* Solaris lomatukihakemus */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#e5e5e5;
	line-height:16px;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
	width:100%;
}

h1 {
	color:#ffb544;
	margin:0px;
	padding-bottom:20px;
	font-size:24px;
	font-weight:normal;
	line-height:normal;
}

a {
	color:#001995;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.longfield {
	width: 300px;
}

textarea.longfield {
	width: 400px;
	height: 100px;
}

div.header {
	clear:both;
	border-bottom:5px solid #ffb544;
	padding:20px 10px 30px 10px;
	background:#fff url(../images/header_bg.jpg) no-repeat right top;
}

table.formtable {
	width:100%;
	font-size:12px;
	color:#333;
}

div.footer {
	clear:both;
	color:#666;
	font-size:11px;
	padding:7px 10px;
	border-top:5px solid #0689b0;
}

div.footer span {
	margin-right:10px;
}

div.footer a {
	color:#666;
	text-decoration:underline;
}

div.footer a:hover {
	text-decoration:none;
}

.error,.errors {
	color:#e00101;
}

.selected {
	font-weight: bold;
}


/* Form tabs */

td.form_tabs {
	vertical-align:top;
	width:25%;
	background-color:#fff7ec;
	border-right:1px solid #ffd493;
}

td.form_tabs .blockmargin {
	margin:20px 0px;
}

td.form_tabs ul {
	margin:10px;
	padding:0px;
}

td.form_tabs li {
	list-style-type:none;
	padding:4px;
	line-height:normal;
	margin-bottom:1px;
}

td.form_tabs li a {
	text-decoration:underline;
}


td.form_tabs li a:hover {
	text-decoration:none;
}

td.form_tabs li.selected {
	background-color:#ffd493;
}

td.form_tabs li.error {
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
}

td.form_tabs li.error a {
	color:#e00101;
}


/* Tabcontent */

div.tabinstructions {
	padding-bottom: 10px;
}

td.tabcontent {
	vertical-align:top;
	width:75%;
	background-color:#fff;
}

td.tabcontent .blockmargin {
	margin:20px;
}

div.row {
	clear: both;
	padding: 2px 0px 15px 0px;
	border-top:1px solid #ffd493;
	background:url(../images/gradient.gif) repeat-x top;
}

div.row span.label {
	vertical-align: top;
	padding:4px 4px 0px 0px;
	font-weight:bold;
	color: #0689b0;
	/*
	color: #666;
	background:#ffd493;
	*/
	line-height:18px;
}

div.row span.instructions {
	display:block;
	text-align: left;
	vertical-align: top;
	margin: 10px 0 10px 0;
}

div.row span.formf {
	display:block;
	text-align: left;
	vertical-align: top;
	margin-top:10px;
}

span.multimultiitems {
	display:block;
	text-align: left;
	vertical-align: top;
}

span.multimultilabel {
	font-weight: bold;
	margin-right: 10px;
}

span.multimultiitem {
	margin-right: 10px;
}

span.multimultifields {
	display:block;
	margin-top: 10px;
}

span.multiselectitem{
	display:block;
	margin-bottom: 5px;
}

div.buttons {
	margin-top:15px;
}

div.buttons input {
	background-color:#0689b0;
	border:0px;
	padding:3px 5px;
	overflow:visible;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

label {
	padding-right: 7px;
}
/* Summary */

div.summary h1 {
	vertical-align: top;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	font-size:13px;
	margin:15px 0px 0px 0px;
	border-top:1px solid #ffd493;
	background:url(../images/gradient.gif) repeat-x top;
	line-height:normal;
	color:#666;
}

span.summaryvalue {
	font-weight:bold;
	font-size:13px;
}

.cancelform {
	margin: 10px 10px 0 0;
	float: right;
}

.cancelform a {
	color: #333;
	text-decoration: none;
}
.cancelform a:hover {
	text-decoration: underline;
}

