html, body {
	background-image: url(/resurssit/kuvat/tausta.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

/* Yksikkökohtaiset muutokset alku */

html._bmt, body._bmt {
	background-image: url(/resurssit/kuvat/tausta_bmt.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._cmt, body._cmt {
	background-image: url(/resurssit/kuvat/tausta_cmt.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._edu, body._edu {
	background-image: url(/resurssit/kuvat/tausta_edu.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._hes, body._hes {
	background-image: url(/resurssit/kuvat/tausta_hes.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._jkk, body._jkk {
	background-image: url(/resurssit/kuvat/tausta_jkk.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._kielikeskus, body._kielikeskus {
	background-image: url(/resurssit/kuvat/tausta_kielikeskus.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._ltl, body._ltl {
	background-image: url(/resurssit/kuvat/tausta_ltl.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._med, body._med {
	background-image: url(/resurssit/kuvat/tausta_med.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._sis, body._sis {
	background-image: url(/resurssit/kuvat/tausta_sis.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

html._yky, body._yky {
	background-image: url(/resurssit/kuvat/tausta_yky.png);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	background-color:#efefef;
}

/* loppu */

a {
	color:#165788;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:0;
}

div.asettelu {
	width:940px;
	margin:0px auto 0px auto;
	padding-bottom: 10px;
	background-color:white;
	/*border:thin #CCC solid;*/
}

div.polku {
	padding: .6em 10px 5px 10px;
	font-size: small;
	width:600px;
}

div.ylaoikea {
	float:right;
	width:300px;
	text-align:right;
	padding: 5px 10px 5px 10px;
}

div.ylalinkit {
	display:inline;
	font-size:small;
}

form.haku {
	/*background-color:#EEE;*/
	margin:0px;
	padding:0px;
	display:inline;
}

form.haku input, form.haku select {
	margin:0px;
	border: 0;
	padding:2px;
	background-color:#EEE;
	font-size:75%;
	color: #999;
}
form.haku input.taustalla {
	/*border-right:thin #CCC solid;*/
	background-image:url(kuvat/hakutausta.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

form.haku input.ilmantaustaa {
	/*border-right:thin #CCC solid;*/
	background-color:#EEE;
}

form.haku button {
	margin:0px;
	border:thin outset #999;
	background-color:#EEE;
}
form.haku button:hover {
	border:thin inset #999;
}

div.kuvapalkki {
	position: relative;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	height:160px;
	clear:both;
}

div.kuvapalkki img {
	border: 0;
}

div.palkkiotsikko {
	position:absolute;
	left: 12px;
	top: 90px;
	width: 200px;
	font-size:small;
	font-weight:bolder;
}

div.linkkipalkki {
	font-size:small;
	clear:both;
	margin: 5px 10px 10px 10px;
	background-image:url(kuvat/palkki2_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:920px;
	position:relative;
	top: 0px;
	left: 0px;
	height: 2em;
}

div.linkkipalkki div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	background-image:url(kuvat/palkki2_yla.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: .4em;
	/*font-weight:bold;*/
}

div.linkkipalkki a {
	text-decoration:none;
	margin-left: 20px;
	color:white;
}

div.linkkipalkki a.valittu {
	text-decoration:none;
	margin-left: 20px;
	color:white;
	font-weight:bold;
}

div.linkkipalkki a.intra {
	display: block;
	float: right;
	margin-right: 20px;
}

div.valiotsikko {
	font-size:medium;
	clear:both;
	margin: 5px 10px 0px 10px;
	background-color: #165788;
	width:920px;
	position:relative;
	top: 0px;
	left: 0px;
	height: 1.6em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

div.valiotsikko div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	padding-top: .2em;
	font-weight:bold;
}

div.valiotsikko a {
	display:block;
	text-decoration:none;
	padding-left: 7px;
	color:white;
}

/* Yksikkökohtaiset muutokset alku */

._bmt div.valiotsikko {
	background-color: #46a6d7;
}


._cmt div.valiotsikko {
	background-color: #d85b1e;
}

._edu div.valiotsikko {
	background-color: #a20e55;
}

._hes div.valiotsikko {
	background-color: #8f5dab;
}

._jkk div.valiotsikko {
	background-color: #145788;
}

._ltl div.valiotsikko {
	background-color: #c1a535;
}

._med div.valiotsikko {
	background-color: #297945;
}

._sis div.valiotsikko {
	background-color: #fa8a14;
}

._yky div.valiotsikko {
	background-color: #7ebc50;
}

/* loppu */

div.valiotsikko1 {
	font-size:medium;
	clear:both;
	margin: 5px 10px 0px 10px;
	background-image:url(kuvat/palkki1_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:920px;
	position:relative;
	top: 0px;
	left: 0px;
	height: 1.6em;
}

div.valiotsikko1 div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	background-image:url(kuvat/palkki1_yla.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: .2em;
	font-weight:bold;
}

div.valiotsikko1 a {
	display:block;
	text-decoration:none;
	padding-left: 7px;
	color:white;
}

div.valiotsikko2 {
	font-size:medium;
	clear:both;
	margin: 5px 10px 0px 10px;
	background-image:url(kuvat/palkki2_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:920px;
	position:relative;
	top: 0px;
	left: 0px;
	height: 1.6em;
}

div.valiotsikko2 div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	background-image:url(kuvat/palkki2_yla.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: .2em;
	font-weight:bold;
}

div.valiotsikko2 a {
	display:block;
	text-decoration:none;
	padding-left: 7px;
	color:white;
}

div.alaotsikko {
	font-size:medium;
	clear:both;
	margin: 10px 10px 0px 10px;
	background-color:#EEE;
	/*border: 1px solid #DDD;
	-moz-border-radius: 6px 6px;*/
	background-image:url(kuvat/osoite_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:920px;
	position:relative;
	top: 0px;
	left: 0px;
	height: 1.5em;
}

div.alaotsikko div {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	background-image:url(kuvat/osoite_yla.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: .1em;
	font-weight:bold;
}

div.alaotsikko a {
	display:block;
	text-decoration:none;
	padding-left: 10px;
}

div.jokin {
	background-image: url(/www2/resurssit/kuvat/navitausta.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#2f6da0;
	padding:2px 2px 2px 10px;
}

div.valikko {
	width:220px;
	float:left;
	font-size:small;
	margin-bottom:1em;
}

div.navi1  {
	margin: 3px 0px 5px 10px;
	border-top:1px #CCC solid;
	font-weight: bold;
}
div.navi1 div {
	padding-top: 3px;
}

div.valikko .navi1:first-child {
	border: 0;
}

div.valittu {
	background-color:#165788;
	background-image:url(kuvat/sininen_yla.gif);
	background-position:top;
	background-repeat:no-repeat;
	border: 0;
}

div.valittu div {
	padding: 3px 3px 3px 5px;
	/*-moz-border-radius: 5px;*/
	background-image:url(kuvat/sininen_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

div.valittu a, div.valittu strong {
	color:white;
}

div.valikko a {
	display:block;
	width: 100%;
	padding-left: 5px;
}

div.valikko div.valittu a {
	padding-left: 0px;
	font-weight:bold;
}

div.valikko ul {
	list-style-type:none;
	margin: 0px;
	margin-top: .3em;
	margin-left: 10px;
	padding: 0px;
}

div.valikko > ul {
	margin-left: 20px;
}

div.valikko li {
	margin-bottom: .5em;
}

div.valikko ul ul {
	background-color: #F0F0F0;
}
div.valikko ul ul ul {
	background-color: #EEE;
}

div.valikko span.valittu {
	font-weight:bold;
}

div.valikko span.vnuoli {
	position:relative;
	top: -2px;
	left: -2px;
}

div.sivupalkki {
	width:220px;
	float:right;
	font-size:small;
	margin: 0px 10px 10px 0px;
	/*-moz-border-radius: 6px 6px;
	border: 1px solid #DDD;*/
}

div.sivupalkki div.osapalkki {
	background-color:#EEE;
	/*background-image:url(kuvat/harmaa_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	padding-bottom: 7px;
	margin-bottom: 10px;
	-moz-border-radius: 5px 5px;
    border-radius: 5px;
    border: 1px solid #DDD; 
}

div.sivupalkki p {
	padding: 8px 10px 2px 10px;
	margin: 0px;
}

div.sivupalkki h2 {
	margin: 0px;
	padding: 7px 10px 7px 10px;
	background-color:#DDD;
	-moz-border-radius: 5px 5px;
    border-radius: 5px; 
	font-size:small;
	/*background-image:url(kuvat/harmaa_yla.gif);
	background-position:top;
	background-repeat:no-repeat;*/
}

/* Yksikkökohtaiset muutokset alku */

._bmt div.sivupalkki h2 {
	background-color: #46a6d7;
	color: white;
}


._cmt div.sivupalkki h2 {
	background-color: #d85b1e;
	color: white;
}

._edu div.sivupalkki h2 {
	background-color: #a20e55;
	color: white;
}

._hes div.sivupalkki h2 {
	background-color: #8f5dab;
	color: white;
}

._jkk div.sivupalkki h2 {
	background-color: #145788;
	color: white;
}

._kielikeskus div.sivupalkki h2 {
	background-color: #f5c62a;
	color: #292929;
}

._ltl div.sivupalkki h2 {
	background-color: #c1a535;
	color: white;
}

._med div.sivupalkki h2 {
	background-color: #297945;
	color: white;
}

._sis div.sivupalkki h2 {
	background-color: #fa8a14;
	color: white;
}

._yky div.sivupalkki h2 {
	background-color: #7ebc50;
	color: white;
}

/* loppu */

div.teksti {
	margin: 0px 10px 10px 240px;
	font-size:small;
	padding-bottom: 10px;
}

div.teksti_kapea {
	margin: 0px 240px 10px 240px;
	font-size:small;
	padding-bottom: 10px;
}

h1 {
	font-size:large;
	color: #5c5d5f;
}

h2 {
	font-size: medium;
	color: #5c5d5f;
}

h3, h4, h5 {
	font-size: small;
	color: #5c5d5f;
}

div.nosto {
	padding: 7px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	background-color: #eee;
}

div.uutisotsikko {
	margin: 10px 0 0 0;
	padding: 7px;
	background-color: #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:small;
	font-weight: bold;
	color: white;
}

/* Yksikkökohtaiset muutokset alku */

._bmt div.nosto {
	background-color: #eee;
}

._bmt div.uutisotsikko {
	background-color: #46a6d7;
}


._cmt div.nosto {
	background-color: #eee;
}

._cmt div.uutisotsikko {
	background-color: #d85b1e;
}

._edu div.nosto {
	background-color: #f8f0f3;
}

._edu div.uutisotsikko {
	background-color: #a20e55;
}

._hes div.nosto {
	background-color: #f3eaf8;
}

._hes div.uutisotsikko {
	background-color: #8f5dab;
}

._jkk div.nosto {
	background-color: #e9f3f9;
}

._jkk div.uutisotsikko {
	background-color: #145788;
}

._kielikeskus div.nosto {
	background-color: #fff9e1;
}

._kielikeskus div.uutisotsikko {
	background-color: #f5c62a;
	color: #292929;
}

._ltl div.nosto {
	background-color: #fcf5db;
}

._ltl div.uutisotsikko {
	background-color: #c1a535;
}

._med div.nosto {
	background-color: #e0f1e6;
}

._med div.uutisotsikko {
	background-color: #297945;
}

._sis div.nosto {
	background-color: #eee;
}

._sis div.uutisotsikko {
	background-color: #fa8a14;
}

._yky div.nosto {
	background-color: #f0fbe8;
}

._yky div.uutisotsikko {
	background-color: #7ebc50;
}

/* loppu */

table.hlot {
	width: 100%;
}

table.hlot th {
	background-color: #97b3cb;
	padding:2px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
}

table.hlot td {
	background-color: #ececec;
	padding:2px 2px 2px 4px;
	vertical-align: top;
}

table.tiedostot th {
	background-color: #97b3cb;
	padding:2px 2px 2px 4px;
	text-align: left;
}

table.tiedostot td {
	background-color: #ececec;
	padding:2px 2px 2px 4px;
}

.opsi_toteuma_header
 {
	color: #007596;
	font-size:medium;
}

.opsi_toteuma_meta{
        margin-left:32em;
	background-color: #eceeef;
        padding: 1em;
}

.opsi_toteuma_otsikko {
    font-weight:bold;
    margin-bottom:5px;
    margin-top:10px;
}

.opsi_toteuma_kuvailu{
    float:left;
    width:31em;
    margin-left: 9px;
}


div.alapalkki {
	font-size:small;
	color: #666;
	clear:both;
	margin: 10px 10px 0px 10px;
	/*background-color:#EEE;*/
	/*border: 1px solid #DDD;
	-moz-border-radius: 6px 6px;*/
	/*background-image:url(kuvat/osoite_ala.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	width:920px;
	position:relative;
	top:0px;
	left:0px;
	height: 5em;
}

div.alapalkki div.apu {
	border-top: #efefef solid 2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100%;
	/*background-image:url(kuvat/osoite_yla.gif);
	background-position:top;
	background-repeat:no-repeat;*/
}

div.osoite {
	position:absolute;
	left: 0px;
	top:7px;
	width: 450px;
}

div.yllapito {
	position:absolute;
	left: 510px;
	top:7px;
	width: 410px;
	text-align:right;
}

div.alalinkit {
	margin:10px auto 0px auto;
	position:relative;
	top:0px;
	left:0px;
	width:940px;
	height:23em;
	padding:0px;
	/*border-top: 1px #ccc solid;*/
	font-size:80%;
	font-family:Arial, Geneva, sans-serif;
	/*font-stretch:extra-expanded;*/
	background-color: transparent;
}

div.alalinkit div {
	border-left: 1px #ccc solid;
	margin-top:20px;
}

div.alalinkit div:first-child {
	border-left: 0;
}

div.alalinkit p {
	margin: 0px 10px 10px 10px;
}

div.alalinkit div:first-child p {
	/*margin-left: 0px;*/
}

div.alalinkit a {
}

div.alalinkit a:hover {	
}

div.alalinkit a:visited {
}

a.julkaisu_painike {
	background-color:#EFE;
	font-size:x-small;
	border: #DED thin solid;
}


table.tablesorter thead tr .header {
	background-image: url('/resurssit/kuvat/vp/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/resurssit/kuvat/vp/asc.gif');
	background-color: #A9C3DB;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/resurssit/kuvat/vp/desc.gif');
	background-color: #A9C3DB;
}

/* Laatikoita 2014-09-04 */

h2.harmaa {
	font-size: medium;
	background-color: #f0f0f0;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 6px;
	border: 1px solid #aaaaab;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	overflow: hidden;
}

.info_turk {
	border: 1px solid #b2e6fb;
	background-image:url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #b2e6fb; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_sin {
	border: 1px solid #a5cbe7;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #a5cbe7; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_oranssi {
	border: 1px solid #fbb972;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #fbb972; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_vihr {
	border: 1px solid #92d1a8;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #92d1a8; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_pink {
	border: 1px solid #f6c1da;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #f6c1da; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_vihrea {
	border: 1px solid #aae181;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #aae181; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_lila {
	border: 1px solid #d3b7e2;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #d3b7e2; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_kelt {
	border: 1px solid #fade89;
	background-image: url('http://www.uta.fi/resurssit/kuvat/tausta_box.png');
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #fade89; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.info_harmaa {
	border: 1px solid #d4d6d7;
	background-image:url(http://www.uta.fi/ajankohtaista/testi/boxes/tausta_box.png);
	background-repeat: no-repeat;
	padding: 0.5em;
	background-color: #e0e2e3; 
	-moz-border-radius: 1em;
	border-radius: 1em;
}

