/* Start of CMSMS style sheet 'Basic' */
/* ---------- CSS STYLES ---------- */


/* ---------- GENERAL ---------- */

* {
	outline: none;
}

img, div {
	behavior: url("/scripts/png_fix.htc");
}

hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 0px;
	height: 1px;
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}


/* ---------- BODY ---------- */

html {
	margin: 0px;
}
 
body {
	margin: 0px;
	background: #fff;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #000;
}


/* ---------- STRUCTURE ---------- */

#container {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}

#header {
	position: relative;
	height: 165px;
	background: url('/images/bg_header.gif') no-repeat;
}

#search {
	position: absolute;
    top: 5px;
    left: 600px;
    width: 260px;
}

#search .lang {
    margin: 5px;
    padding: 0px 20px;
}

#navi {
	position: absolute;
    top: 120px;
    left: 20px;
}

#content {
	margin: 10px 0px;
	text-align: left;
}

#content .holder {
	padding: 10px 50px;
}

.frontpage #content .col_left {
	float: left;
    width: 420px;
    height: 320px;
	background: url('/images/bg_ajankohtaista.jpg') no-repeat;
}

.frontpage #content .col_center {
	float: left;
    width: 300px;
}

.frontpage #content .col_right {
	padding: 0px;
	float: right;
    width: 220px;
}

#content .col_left {
	float: left;
    width: 240px;
}

#content .col_left .koulutusala_contact {
	float: left;
    width: 240px;
}

#content .col_right_3 {
	padding: 10px 0px;
	float: left;
    width: 710px;
}

#content .col_right {
	padding: 10px 0px;
	float: right;
    width: 700px;
}

.sub_navi {
	padding: 25px 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url('/images/bg_subnavi.gif') no-repeat;
}

#quick_links {
	margin: 50px 0px 10px 0px;
}

#quick_links .wrapper {
	background: url('/images/bg_quick_links_content.gif') repeat-y;
}

#quick_links .holder {
	background: url('/images/bg_quick_links_top.gif') left top no-repeat;
}

#quick_links .content {
	padding: 10px 30px;
	background: url('/images/bg_quick_links_bottom.gif') left bottom no-repeat;
}

#footer {
	margin: 50px 0px 0px 0px;
	height: 90px;
	background: url('/images/bg_footer.gif') repeat-x;
}

#footer div {
	padding: 10px;
}



/* ---------- SPECIAL BLOCKS ---------- */

.frontpage #content .career {
    height: 300px;
	background: url('/images/bg_career.jpg') no-repeat;
}

.frontpage #content .career .col_1 {
	padding: 170px 0px 0px 135px;
	float: left;
    width: 350px;
}

.frontpage #content .career .col_2 {
	padding: 125px 0px 0px 25px;
	float: left;
    width: 290px;
}

.frontpage #content .col_left .ajankohtaista {
	margin: 60px 200px 20px 20px;
}

.frontpage #content .col_center div, .frontpage #content .col_right div {
	margin: 20px 0px;
}

.content_search {
	border: 1px dotted #aaa;
    padding: 20px;
	background: #ccc;
}

.nosto_note {
	margin: 10px 0px;
	width: 240px;
	height: 220px;
	background: url('/images/bg_nosto_note.gif') no-repeat;
}

.nosto_note div {
	padding: 30px 40px;
}



/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 15px;
	color: #009bc9;
}

.sub_navi h1 {
	margin: 10px 0px;
	padding: 0px 10px;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}

#quick_links h1 {
	margin: 0px 0px 5px 0px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 13px;
	color: #009bc9;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	color: #009bc9;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}

#header p {
	margin: 0px;
	padding: 0px;
}

#footer p {
	color: #888;
}

a {
	color: #009bc9;
	text-decoration: none;
}

#navi a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navi a:hover, #navi a.active {
	color: #009bc9;
	text-decoration: none;
}

.breadcrumbs a, .sub_navi a {
	color: #009bc9;
    font-weight: bold;
}

.sub_navi li li a {
    font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #00768c;
}

#quick_links a {
	color: #009bc9;
}

#footer a {
	color: #00768c;
    font-weight: bold;
}

a.active {
	font-weight: bold;
	color: #00768c;
}

a.rss {
	text-decoration: none;
}

.small {
	margin: 5px 0px;
    padding: 0px 5px;
	font-size: 10px;
	color: #aaa;
}

.date {
	font-size: 11px;
	font-style: italic;
}

.note {
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
}

.blue {
	color: #009bc9;
}

.dark_blue {
	color: #00768c;
}

.highlight {
    padding: 0px 2px;
	background: #009bc9;
    color: #fff;
}



/* ---------- LISTS ---------- */

ul {
	margin: 0px;
	padding: 2px 15px;
	list-style: disc;
}

.sub_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url('/images/sub_navi_break.gif') top center no-repeat;
}

.sub_navi ul ul {
	background: none;
}

#quick_links ul {
	padding: 2px 0px;
	list-style: none;
}

.map ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol {
	margin: 0px;
	padding: 2px 0px;
}

li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.sub_navi ul li {
	padding: 5px 0px 5px 10px;
	background: url('/images/sub_navi_break.gif') bottom center no-repeat;
}

.sub_navi ul li li {
	padding: 0px 0px 0px 15px;
	background: url('/images/bullet_1.gif') 5px 2px no-repeat;
}

#quick_links li {
	padding: 0px 0px 0px 15px;
	background: url('/images/bullet_1.gif') 5px 2px no-repeat;
}

.map li {
	padding: 0px 0px 10px 10px;
}



/* ---------- TABLES ---------- */

table {
	border: none;
    width: 100%;
}

table.feedback {
    width: auto;
}

table.feedback td {
	padding: 2px 5px 2px 0px;
}

.contact tr:hover {
	background: #eee;
}

.contact td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 5px 0px;
}

td.map {
	border: 1px solid #ccc;
}

table.koulutusala_table {
	background: url('/images/bg_koulutusala.gif') top center repeat-x #616165;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
}

table.koulutusala_table td, table.koulutusala_table tr {
	margin: 0px;
	padding: 0px;
}

table.koulutusala_table table, table.koulutusala_table table a {
	font-size: 16px;
	line-height: 14px;
}


/* ---------- IFRAME ---------- */

iframe {
	border: 1px solid #ccc;
}



/* ---------- FORMS ---------- */

form {
	margin: 0px;
	padding: 0px;
}

input {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
	width: 120px;
	height: 15px;
	vertical-align: middle;
    background: #fff;
}

.phonebook .select {
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	width: auto;
	height: 25px;
    background: #fff;
}

.phonebook .select select {
	border: none;
	cursor: pointer;
	margin: 0px;
	padding: 2px;
	width: 100%;
	height: 25px;
	vertical-align: middle;
    background: #fff;
}

.field {
	position: relative;
	margin: 2px;
	padding: 0px;
	width: 185px;
	height: 18px;
    overflow: hidden;
    background: #fff;
}

.phonebook .field {
	border: 1px solid #ccc;
	height: 25px;
}

#search .field {
	float: left;
	border: 5px solid #fff;
}

.career input {
	border: 1px solid #000;
	width: 250px;
	padding: 6px;
	height: 16px;
}

.feedback input {
	width: 225px;
}

.content_search .field {
	float: left;
	border: 1px solid #ccc;
	width: 400px;
}

.field input {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100%;
    background: none;
}

.phonebook .field input {
	line-height: 25px;
}

.btn {
	position: relative;
	border: 5px solid #fff;
	margin: 2px;
	padding: 0px;
	width: 40px;
	height: 18px;
    overflow: hidden;
    background: #fff;
}

.phonebook .btn {
	border: 1px solid #ccc;
	height: 25px;
}

.feedback .btn {
	border: 1px solid #000;
	width: 75px;
    height: 28px;
    background: #ccc;
}

#search .btn {
	float: left;
	border: 5px solid #fff;
}

.career .btn {
	border: none;
	width: 54px;
	height: 28px;
	background: url('/images/btn_career_go.gif') no-repeat;
}

.content_search .btn {
	float: left;
	width: 100px;
	border: 1px solid #ccc;
}

.btn input {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100%;
    background: none;
}

textarea {
	border: 1px solid #ccc;
	margin: 0px;
	width: 250px;
	height: 100px;
	vertical-align: middle;
	overflow: auto;
}

.textarea {
	position: relative;
	border: 1px solid #ccc;
	margin: 2px 5px;
	padding: 0px;
	width: 185px;
	height: 100px;
    overflow: hidden;
}

.textarea textarea {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100px;
	overflow: auto;
}

.active_field {
    background: #ddd;
}

.deactive_field {
    background: #fff;
}

.checkbox input {
    border: none;
	width: 14px;
	height: 14px;
}

.hidden {
    display: none;
}



/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: top;
}

img.left {
	border: 1px solid #bfbfbf;
	float: left;
	margin: 0px 5px 5px 20px;
}

img.right {
	border: 1px solid #bfbfbf;
	float: right;
	margin: 0px 20px 5px 5px;
}

img.url {
	position: absolute;
    top: 20px;
    left: 10px;
    width: 225px;
    height: 60px;
}

img.rss {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}



/* ---------- AUTO COMPLETER ---------- */

.ac_results {
	padding: 0px;
	border: 1px solid #000;
	border-top: none;
	background: #fff;
	overflow: hidden;
	z-index: 100000;
	text-align: left;
}

.ac_results ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
}

.ac_results li {
	margin: 0px;
	padding: 5px;
	display: block;
	cursor: pointer;
}

.ac_loading {
	background: url('/images/autocompleter_loader.gif') 95% 50% no-repeat;
}

.ac_odd {
	background: #eee;
}

.ac_over {
	color: #009bc9;
	background: #aaa;
}
/* End of 'Basic' */

