/* eilakaisla */

BODY
{
/*	background-color: #ffffff; /* Lomakkeen tausta */
/*	background-image: URL(tausta.gif); */
	/* lomake & rekry */
	font-family: Arial;
	margin-left: 0px;
	margin-top: 0px;
}

BODY.normal
{
	background-color: #ffffff;  /* Rekrysivujen tausta */
	color: #000000; 
	color: #445522;
	margin-left: 0px;
	margin-top: 0px;
}


/************************************************
Rekrysivujen määrittelyt
************************************************/

/*	
	päätaulukko	
*/
TABLE.main
{
}

/*	
	päävalikko -->	
*/
TABLE.menu
{
	background-color: #EEF06C;
}
TD.menu
{
	white-space: nowrap;
	background-color: #f6f999;
}
TD.back
{
/*	background-color: #e7e73f;*/
}
A.menu
{
	font-family: Arial;
/*	font-size: 10px;
	font-weight: normal;
	color: #01552B; */
	font-size: 14px;
	text-transform: uppercase;
	color: #006633;
	text-decoration: none
}
A.menu:active
{
	color: #FF8600;
}
A.menu:hover
{
	color: #FF8600;
}

/*	
	<-- päävalikko	
*/

TD.selected
{
/*	color: #FF8600;
	font-size: 10px; */
	font-size: 13px;
	color: #445522;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none
}

/*	
	otsikot:	
*/
.title
{
	text-align: left;
/*	font-size: 12px;
	font-weight: bold;
	color: #000000*/
	text-transform: uppercase;
	font-size: 13px;
	color: #445522;

}
.formlabel
{
/*	color: #000000;
	font-size: 10px;*/
	font-size: 13px;
	color: #445522;
}

/*	
	taulukko taustavärillä
*/
TABLE.back
{
	background-color: #e7e73f;
}
/*	
	hakutaulukko
*/
TABLE.filter
{
	width: 90%;
	text-align: left;
	padding: 2;
}

/*	
	tulostaulukko -->
*/

TABLE.list
{
	width: 90%;
}
TD
{
/*	color: #000000;
	font-size: 10px;*/
	font-family: Arial;
	font-size: 13px;
	color: #445522;
}

.listhdr
{
/*	font-size: 11px;
	font-weight: bold;*/
	text-transform: uppercase;
	font-size: 13px;
	color: #445522;
}

.list1
{
}
.list2
{
}
/*	
	<-- tulostaulukko
*/

/************************************************
Lomakkeen määrittelyt
************************************************/
TABLE.maintable
{
	width: 80%;
	padding: 5px;
/*	background-color: #e7e73f;*/
}

TD.content
{
/*	font-size: 10px;
	color: #000000;*/
	font-size: 13px;
	color: #445522;
}

TABLE.formtable
{
/*	background-color: #e7e73f;*/
	border-style: none;
	width: 100%;
}

TD.data_error
{
/*	background-color: #ff0000;
	color: #ffffff; 
	font-weight: bold;
	font-size: 20px;	*/
	color: #ff0000;
	text-transform: uppercase;
	font-size: 18px;
}

TD.data_saved
{
/*	background-color: #00c000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px; */
	color: #00c000;
	text-transform: uppercase;
	font-size: 18px;
}

TD.subtitle
{
	/*background-color: #e7e73f;
	color: #000000;
	font-size: 12px;
	font-weight: bold;*/
	color: #445522;
	font-size: 18px;
	text-transform: uppercase;
/*	text-transform: capitalize;*/
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* otsikko, käytössä myös rekry-puolella */
TD.label
{
/*	background-color: #e7e73f;
	color: #000000;
	font-size: 10px;*/
	color: #445522;
	font-size: 13px;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* kohdistetun hakemuksen otsikot */
TD.label2
{
/*	background-color: #e7e73f;
	color: #000000;
	font-size: 11px;
	font-weight: bold;*/
	color: #445522; 
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.errlabel
{
/*	font-size: 10px;
	background-color: #e7e73f;*/
	font-size: 13px;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #ff0000;
}

TD.errhelp
{
/*	background-color: #e7e73f;
	font-size: 10px;*/
	font-size: 13px;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.control
{
/*	background-color: #e7e73f;
	font-size: 10px;*/
	color: #445522; 
	font-size: 12px;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.errcontrol
{
/*	background-color: #e7e73f;
	font-size: 10px;*/
	font-size: 12px;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.buttons
{
	text-align: center;
}

/* help-ruutu --> */
TABLE.help
{
/*	background-color: #e7e73f;*/
}

TD.helptitle
{
/*	background-color: #e7e73f;
	color: #000000;
	font-size: 12px;
	font-weight: bold;*/
	color: #445522;
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: bottom;

}

TD.help
{
/*	background-color: #e7e73f;
	font-size: 10px;*/
	color: #445522;
	font-size: 13px;
	vertical-align: top;
}
/* <-- help-ruutu */

/************************************************
Yhteiset (lomake/rekry) määrittelyt
************************************************/
A
{
/*	color: #04542C; */
	color: #006633;
}

A:hover
{
/*	color: #FF8600;*/
}

select, input, textarea
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

/* painikkeen määrittelyt */
INPUT.stdbutton
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
/*	background-color: #cccccc;
	border-color: #F0F275;*/
/*	border-style: solid; 
	border-width: 1px;*/
}

HR
{
	height: 1px;
/*	color: #000000; */
	color: #006633;
}

.footer
{
	margin-left: 5px;
/*	color: #01552B; */
	color: #445522;
	font-size: 9px;
}

