/* Karita Research CSS */

body {
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: .8em;
	color: #000;
	background-color: #63b73e;
	margin: 40px 0 40px 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
}

#leftcol {
	width: 368px;
	float: left;
}

#rightcol {
	float: left;
	width: 432px;
}

br.clear {
	clear: both;
}

#logo {
	border: none;
	margin: 70px 0 45px 0;
	padding: 0;
}

/*
* Navigation
*/

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 50px 0 0;
}

#navigation ul ul {
	padding: 0 0 0 15px;
}

#navigation li {
	padding: 0 0 .8em 0;
}

#navigation li.dir {
	/* background: url("/karita/images/menypil_sid.gif") no-repeat 0 11px; */
}

#navigation li.dir_active {
	/* background: url("/karita/images/menypil_ner.gif") no-repeat 0 10px; */
}

#navigation li.dir_active ul li a {
	color: #5aafef;
}

#navigation li.dir_active ul li.active a {
	color: #63b73e;
}

#navigation a {
	text-decoration: none;
	color: #5aafef;
	font-weight: normal;
	font-size: 1.15em;
	line-height: 1.7em;
}

#navigation a:hover {
	color: #63b73e;
}

#navigation li.active a {
	color: #63b73e;
}

#navigation li.dir_active a {
	color: #63b73e;
}

#navigation ul li ul li a:hover {
	color: #ff952b;
}

h1 {
	font-size: 2.7em;
	font-weight: normal;
	line-height: 1.2;
	margin: 48px 0 0 0;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	margin-top : 30px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
}

a {
	color: #52a0da;
	font-weight: bold;
}

a:hover {
	color: #63b73e;
}

/* Forms */

form {
	margin: 1em 0 1em 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 1em 0 1em 0;
	padding: 0;
}

fieldset fieldset {
	border-top: 1px solid #c3c3c3;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 .3em 0 .3em;
	color: #00a3bb;
}

form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

form li {
	margin: .5em 0 .5em 0;
}

label {
	display: block;
	position: relative;
	top: .2em;
	width: 10em;
	float: left;
	color: #000;
}

label.flow {
	display: inline;
	width: auto;
	float: none;
}

input.text, textarea, select{
	 font: 1.1em "trebuchet ms", tahoma, verdana, sans-serif;
    line-height: 1.3em;
    border: 1px solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
}

label input.text {
	position: relative;
	top: .2em;
}

div.errorMessage {
	display: block;
	color: #000;
	margin: 0 0 1em 0;
	padding: .5em;
	background-color: #ffdfdf;
	border: 1px dotted #de9292;
}

table {
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif;color:#333;
}

thead th {
	text-align:left; font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#000; border-bottom: 1px #ccc solid; 
}

tbody td {
	text-align:left; font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#000; border-bottom: 1px #ccc solid; 
}