* {
	margin: 0;
	padding: 0;
}



body {

}

a img {
	border: 0;
}


#contentWrap {
	background: transparent;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	min-width: 800px;
	min-height: 100%;
	height: auto;
	background: url(../../images/kaari.gif) left bottom no-repeat;
}



#fullcontent {
	height: auto;
	margin-left: 12%;
	margin-right: 12%;
	border: 1px solid #E7E7E7;
	position: relative;
	min-width: 800px;
}

#header {
	background: #666666;
	height: 36px;
	padding-left: 12%;
}


#header_search {
	height: 36px;
	float: right; 
	padding-right: 14%;
	position: absolute;
	top: 3px;
	right: 0px;
	color: #fff;
}

#header_navi {
	height: 26px;
	border-bottom: 1px solid #E7E7E7;
	text-align: center;
	margin-top: 4px;
	font-size: 85%;
}

#header_navi a {
	text-decoration: none;
}

#header_navi a:hover {
	text-decoration: underline;
}

#navi_left {
	float: left;
	width: 183px;
}

#navilinks {
	width: 183px;
	height: 70%;
}

#logot {
	text-align: center;
	height: 40px;
	background-color: transparent;
	vertical-align: bottom;
	margin-top: 4px;
	margin-bottom: 14px;
}

.logo {
	margin-right: 20px;
}


#content {
	float: left;
	width: 60%;
	height: 100%;
	padding-left: 4em;
	padding-top: 4em;
	padding-bottom: 5em;
}

#navi_right {
	float: right;
	width: 36px;
}

.navi_right_box {
	display: block;
	background-color: #FDB812;
	margin-bottom: 1px;
}


#footer {
	clear: both;
	background-color: #E7E7E7;
	height: 20px;
	text-align: center;	
	padding: 1;
	font-size: 85%;
	border-top: 1px solid #E7E7E7;
}

/**** SIVUNAVI (Tapani)****/

/* Alkuperänen */
.navigation2{
	display: block;
	height: 50px;
	width: 180px;
	background: #E7E7E7;
	margin-bottom: 1px;
	color: #666666;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

.navigation {
	display: block;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;

}

.navigation ul {
	/*border: 1px solid black;*/
}

.navigation ul li {
	background: #E7E7E7 url(../../images/nuoli.gif) no-repeat left top;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	padding-left: 38px;
	margin-bottom: 1px;
	font-size: 85%;
	line-height: 50px;
}

.navigation ul li a, .navigation ul li a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	/*padding-left: 35px;*/
	margin: 0;
}

/* alasivuhen tyylit */
.navigation ul .alasivu {
	margin: 0px 0 0 -38px;
	background-color: #fff;
	padding-left: 10px;
	font-size: 100%;
}

.navigation ul .alasivu li{
	background: #fff url(../../images/pikkunuoli2.gif) no-repeat left top;
	padding-left: 15px;
	line-height: 17px;
}

/* alisivun alasivut */
.navigation ul .alasivu ul .ala_alasivu {
	margin: 0 0 0 0px;
	background-color: #fff;
	font-size: 100%;
}

.navigation ul .alasivu ul .ala_alasivu li{
	margin: 0px 0 0 0px;
	background-color: #fff;
	padding-left: 10px;
	font-size: 100%;
}

.navigation ul .alasivu li a, .navigation ul .alasivu li a:visited{
	color: #666666;
	background-color: #fff;
	font-weight: normal;
}

.navigation ul .nuoli_alas{
	background: #E7E7E7 url(../../images/nuoli_alas.gif) no-repeat;
}

.navigation ul.alasivu li a.sel{
	text-decoration: underline;
}
/**** SIVUNAVI LOPPUU ****/


/**** KIRJAUTUMIS LOMAKE ****/

.kirjautuminen{
	margin: 10px 10px 20px 10px;
	border: 1px dashed #666666;

	padding: 10px;
	font-size: 70%;
	font-weight: normal;
}

/**** KIRJAUTUMIS LOMAKE LOPPUU ****/

.ilmoitukset {
	float: left;
	width: 40%; 
	height: 20em;
	border: 1px dashed #666666;
	background: url(../../images/boxbg.jpg) top left repeat-x;
	margin-right: 1em;
}

.ilmo_otsikko {
	height: 36px;
	width: 100%;
}

.ilmo_nuoli {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.8em;
}
.ilmo_teksti {
	float: left;
	padding-top: 0.6em;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #666666;
}
.ilmot {
	padding: 8px 5px 8px 8px;
	font-size: 85%;
	margin-right: 10px;
}



/*	MESSAGET	*/

.message {
	border: 1px solid #F6B31A;
	background: #fff;
	padding: 6px 9px;
	margin: 0 0 10px 0;
}

.message p {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #f00;
}

.varoitus {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #f00;
}

.required {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 11px;
	color: #f00;
	font-weight: bold;
}

/*	FORMIT	*/



input.text, textarea, select {
	padding: 3px;
	border: 1px solid #666666;
}

select {
	padding: 0;
}

.jarjestoselect{
	font-size: 95%;
	width: 100%;
}

textarea {
	font-size: 1em;
	font-family: verdana,tahoma,arial,sans-serif;
}

.button {
	background: #F6B31A;
	border: 1px solid #F6B31A;
	color: #000;
	font-weight: bold;
	font-size: 95%;
	padding: 2px;
}

.Hallinta_button {
	background: #F6B31A;
	border: 1px solid #F6B31A;
	color: #000;
	padding: 0 2px 0 2px;
	margin: 1px 0 0px 0;

	font-size: 85%; 
	font-weight: normal; 
	width: 55px;
}


/**** HAKUKENTTIEN MUOTOILUT ****/

.hakukenttaDiv{
	border: 1px solid #F6B31A;
	/*width: 100%;*/
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 90%;
}

.kayttajahaku_tulokset{
	width: 100%;
	font-size: 90%;
	margin-bottom: 15px;
}

.kayttajahaku_tulokset th{
	text-align: left;
	font-size: 100%;
}

.kayttajahaku_tulokset td{
	border-bottom: 1px solid #E7E7E7;
	padding: 2px 0 2px 0;
}

.kayttajahaku_tulokset td.noBorder{
	border: none;
}

.kayttajahaku_tulokset a{
	text-decoration: none;
}

/**** TIEDOSTON LATAAMINEN ****/

#filebrowse_content{
	width: 100%;
	margin: 30px 0 0 30px;
}

/**** TIEDOSTON LATAAMINEN LOPPUU ****/


/**** KESKUSTELUVIESTIT ****/

.viestit{
	width: 100%;  
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
	font-size: 90%;
}

/**** KESKUSTELUVIESTIT LOPPUU ****/

/**** JÄRJESTOLISTA ADMIN SIVUILLE ****/

.jarjestopuu li{
	padding: 0 0 0 10px;
	line-height: 20px;
	list-style: none;
}

.jarjestopuu li a{
	text-decoration: none;
}

.jarjestopuu li a:hover{
	text-decoration: underline;
}

/**** JÄRJESTOLISTA ADMIN SIVUILLE LOPPUU ****/

/**** PALAUTELOMAKE ****/

.palautelomake{
	margin: 30px 0 0 0;
	font-size: 13px;
}

.palautelomake span{
	color: black;
}

.palautelomake input, .palautelomake textarea{
	width: 200px;
	font-size: 12px;
}

.palautelomake textarea{
	width: 100%;
	height: 200px;
}

/**** UUTISET ****/

.uutiset{
	width: 100%;
	font-size: 100%;
}

