* {
	margin: 0;
	padding: 0;
}


body {
	background: #f3f3f3;
}

a img {
	border: 0;
}


#contentWrap {
	width: 100%;
	background: #fff;
}





/***********************************************************************************************
*	Header navi
************************************************************************************************/
#header_color {
	width: 100%;
	min-width: 990px;
	height: 31px;
	background: #d32e12 url(../../images/head_redbg.gif) repeat-x;	
}

/*#navi-main{
	width: 100%;
	min-width: 990px;
	list-style: none;
	background: #f21828 url(../../images/head_redbg.gif) repeat-x;
	color: #fff;
	text-align: center;
}


#navi-main ul{
	padding: 12px 10% 8px 10%;
}

#navi-main li{
	padding: 0 10px 0 0;
	display: inline; 
	color: #fff;
	font-size: 113%;
}

#navi-main li.noDivider{
	border: none;
}

#navi-main li a {
	text-decoration: none;
	padding: 2px;
	color: #fff;
}

#navi-main li a:hover {
	background: #bc131f;
}

#navi-main li a.selected{
	color: #fff;
	background: #bc131f;
}*/
/************* 	/headernavi ****************/






/***********************************************************************************************
*	Header search
************************************************************************************************/

#header {
	width: 100%;
	min-width: 990px;
	background: #f3f3f3 url(../../images/headerbg.gif) repeat-x;
	height: 85px;
	border-top: 1px solid #e7e7e7;
}

#headerWrap{
	width: 990px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}

.c {
	clear:both;
}

#vas_logo {
	float: left;
	margin-top: 16px;
}

#vas_logo a {
	display: block;
	width: 150px;
	height: 54px;
	margin-top: -6px;
	background: url(../../images/PL_logo1.gif) no-repeat;
}

#vas_logo a:hover {
	display: block;
	width: 150px;
	height: 54px;
	background: url(../../images/PL_logo2sini.gif) no-repeat;
}

#logoteksti {
	float: left;
	width: 100px;
	height: 45px;
	margin-top: 16px;
	/*background: url(../../images/PL_logoteksti.gif) no-repeat;*/
}

#apu {
	width: 300px;
	float:right;
	margin-top: 20px;
}


#header_search {
	width: 260px;
	float: right;
	padding-right: 20px;

	text-align: right; 
	color: #000;
	margin-top: 16px;
}


.searchinput {
	border: 1px solid #b9b9b9;
	height: 22px;
}
/************* 	/header_search ****************/


#fullcontent {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background: #fff url(../../images/co_divider.gif) repeat-y left top;
}
/***********************************************************************************************
*	Left side
************************************************************************************************/


#navi_left {
	float: left;
	width: 183px;
	margin-bottom: 20px;
}

#navilinks {
	width: 190px;
}

.navigation {

}

/* alasivujen tyylit */

.navigation ul{
	background-color: #fff;
	padding-left: 0px;
	margin-left: 0;
}

.navigation ul li {
	list-style: none;
	font-size: 115%;
}


.navigation ul li a {
	display: block;
	width: 167px;
	height: 20px;

	background: #d32e12;			/*#f21828;*/
	color: #fff;
	text-decoration: none;
	padding-left: 14px;
	padding-top: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
}

.navigation ul li a:hover {
	display: block;
	width: 167px;
	height: 20px;

	padding-left: 14px;
	padding-top: 6px;
	background:	#003c71;	/*#015496;*/
	color: #fff;
}


.navigation ul li a.selected{
	display: block;
	width: 167px;
	height: 20px;

	padding-left: 14px;
	padding-top: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	background: #003c71;
	color: #fff;
}


.navigation ul li ul {
	background: #fff;
	background: none;
}

.navigation ul li ul li {
	list-style: none;
	font-size: 95%;
}

.navigation ul li ul li a {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 2px;
	line-height: 10px;
	background: #fff url(../../images/arrow_gray.gif) no-repeat;
	color: #000;
}

.navigation ul li ul li a:hover {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 2px;
	background: #fff url(../../images/arrow_gray.gif) no-repeat;
	color: #666666;
}

.navigation ul li ul li a.selected {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 2px;
	background: #fff url(../../images/arrow_gray.gif) no-repeat;
	color: #666666;
}

.navigation ul li ul li ul {
	background: #fff;
	background: none;
	width: 180px;
}

.navigation ul li ul li ul li {
	list-style: none;
	font-size: 92%;
	font-weight: bold;
}

.navigation ul li ul li ul li a {
	list-style: none;
	margin-left: 0;
	padding-top: 2px;
	background: none;
	border-bottom: 1px dashed #e0e0e0;
	color: #000;
}

.navigation ul li ul li ul li a:hover {
	list-style: none;
	margin-left: 0;
	padding-top: 2px;
	background: none;
	border-bottom: 1px dashed #e0e0e0;
	color: #666666;
}

.navigation ul li ul li ul li a.selected {
	list-style: none;
	margin-left: 0;
	padding-top: 2px;
	background: none;
	border-bottom: 1px dashed #e0e0e0;
	color: #666666;
}


.navigation ul li ul li ul li ul li a{
	margin-left: 0;
	font-weight: normal;
}

.navigation ul li ul li ul li ul li ul li a{
	margin-left: 0;
}

/************* 	/Left side ****************/

.logo {
	margin-right: 10px;
}

.logot_txt{
	margin: 0;
	padding: 0;
	font-size: 9px;
}



#co_divider{
	float: left; 
	margin-left: 20px;
	margin-right: 50px;
	border-left: 1px dashed #bfbfbf;
	height: 100%;
	min-height: 500px;
	background: #fff;
}
/* 26.5.11 */
#content {
	float:left;
	height: 100%;
	min-height: 500px;
	width:500px !important;
	margin-left:50px;
	background: #fff;

	padding-right:0em;
	padding-top: 0.5em;
	padding-bottom: 4em;
}
.content2 {
	width:700px !important;
}


/* 26.5.11 */
#rightlinks {	
	/*border: 1px dashed #bfbfbf;*/
	float: right;
	width:180px;
	overflow: hidden;
	margin-left: 20px;
	padding-top: 16px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	/*clear: both;*/
	width: 100%;
	min-width: 990px;
	background: #fff;
	border-top: 1px dashed #bfbfbf;
	height: 20px;
	text-align: center;	
	padding: 3px 0 3px 0;
}


.powered {
	text-align: center;
}

#logot {
	text-align: center;
	width: 100%;
	min-width: 990px;
	height: 40px;
	background: url(../../images/softersbg.gif) repeat-x;
	vertical-align: bottom;
	padding-top: 10px;
}

/**************************************************************************************************
*	Googlemap
***************************************************************************************************/
#map {border:1px solid #000}


/**************************************************************************************************
*	KIRJAUTUMISLOMAKE
***************************************************************************************************/
.kirjautuminen{
	width: 160px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background: url(../../images/loginbg.gif) repeat-x;
	border: 1px solid #b9b9b9;
}

.logininput {
	border: 1px solid #b9b9b9;
	height: 20px;
}

p.oletkoUnohtanutSalasanan{
	margin-bottom:0;
}

p.oletkoUnohtanutSalasanan a, p.oletkoUnohtanutSalasanan a:visited{
	font-size: 95%;
	text-decoration: none;
}

p.oletkoUnohtanutSalasanan a:hover{
	text-decoration: underline;
}

/**************************************************************************************************
*	Ilmoitukset
***************************************************************************************************/
.ilmoitukset {
	float: left;
	width: 40%; 
	height: 20em;
	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;
	font-size: 85%;
	margin-right: 10px;
}


/**************************************************************************************************
*	MESSAGET
***************************************************************************************************/
.message, .ohjemessage {
	background: #d87300;	
	padding: 6px 9px;
	margin: 0 0 10px 0;
}

.message p {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #000;
}

.ohjemessage p{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #000;
}

.varoitus {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
}

.required {
	font-family: helvetica,arial,sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

table.formi {
	border-collapse:separate;
	border-spacing:5px;
}

td.formi {
	vertical-align:top;
}

.red {
	color:red;
	font-size:85%;
}


/**************************************************************************************************
*	FORMIT
***************************************************************************************************/
input.text, textarea, select {
	padding: 3px;
	border: 1px solid #000;
}

select {
	padding: 0;
}

.jarjestoselect{
	font-size: 95%;
	width: 100%;
}

textarea {
	font-size: 1em;
	font-family: helvetica,arial,sans-serif;
}

.button {
	background: #000 url(../../images/buttonbg.gif) repeat-x;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	font-size: 95%;
	padding: 2px;
	cursor: hand;
	height: 24px;
}

.Hallinta_button {
	background: #000 url(../../images/buttonbg.gif) repeat-x;
	border: 1px solid #000;
	color: #fff;
	padding: 0 2px 0 2px;
	margin: 1px 0 0px 0;
	cursor: hand;

	font-size: 95%; 
	font-weight: normal; 
	width: 55px;
}

.nuoli_ylos{
	background: transparent url(../../images/nuoli_ylos.gif) no-repeat;
	border: none;
	cursor: pointer;
}

.nuoli_alas{
	background: transparent url(../../images/nuoli_alas.gif) no-repeat;
	border: none;
	margin-left: 10px;
	cursor: pointer;
}

/**************************************************************************************************
*	HAKUKENTTIEN MUOTOILUT
***************************************************************************************************/
.hakukenttaDiv{
	border: 1px solid #84926b;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 90%;
}

.kayttajahaku_tulokset{
	width: 100%;
	font-size: 90%;
}

.kayttajahaku_tulokset tr.sel{
	background: #efefef;
}

.kayttajahaku_tulokset th{
	text-align: left;
	font-size: 100%;
}

.kayttajahaku_tulokset td{
	border-bottom: 1px solid #e7e7e7;
	padding: 2px 5px 2px 5px;
}

.kayttajahaku_tulokset a{
	text-decoration: none;
}

.kayttajahaku_tulokset a:hover{
	text-decoration: underline;
}

.hakuselect{
	width: 150px;
}


.lisaaKayttaja input.text{
	width: 350px;
}

.lisaaKayttaja select{
	width: 358px !important;
}

/**************************************************************************************************
*	TIEDOSTON LATAAMINEN
***************************************************************************************************/
#filebrowse_content{
	width: 100%;
	margin: 30px 0 0 30px;
}


/**************************************************************************************************
*	KESKUSTELUVIESTIT
***************************************************************************************************/
.viestit{
	width: 100%;  
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	font-size: 90%;
}


/**************************************************************************************************
*	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;
}


/**************************************************************************************************
*	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%;
}


/**************************************************************************************************
*	Aikaväli select
***************************************************************************************************/
select.aikavali_p{
	width: 40px;
}

select.aikavali_k{
	width: 40px;
}

select.aikavali_v{
	width: 53px;
}


/**************************************************************************************************
*	Sivutukseen
***************************************************************************************************/
.alleviivaus{

}

.hakusivutus{
	font-size: 11px;
}

.valittusivu{
	font-weight: bold;
}

.edellinen, .seuraava{
	text-decoration: none;
}

.edellinen:hover, .seuraava:hover{
	text-decoration: underline;
}


.cellhover{
	text-decoration: underline;
	cursor: Pointer;
}

.cellout{
	text-decoration: none;
}

.hankeformi tr td{
	padding: 3px 0 3px 0;
}



/******************************************************************************************
*	Hakukorostukset
*******************************************************************************************/
.searchHighlight{
	background: #ededed;
}

.highlight{
	background: #ededed;
}


/******************************************************************************************
*	Etusivun uutiset
*******************************************************************************************/
.frontpage_news_title{
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}

.frontpage_news_div{
	margin: 5px 0 20px 0;
}


/******************************************************************************************
*	Asiakirjat
*******************************************************************************************/
.kansioLayer{
	white-space: nowrap;
	font-size: 12px;
}
