
BODY
{
/*	background-color: #d6dee7; /* Lomakkeen tausta */
	background-coler: #ffffff; /* Lomakkeen tausta */
	background-image: URL(tausta.gif);
	/* lomake & rekry */
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
}

BODY.normal
{
	background-color: #ffffff;  /* Rekrysivujen tausta */
	color: #2f5579;
}

/************************************************
Rekrysivujen määrittelyt
************************************************/

/*	
	päätaulukko	
*/
TABLE.main
{
	border-style: solid;
	border-width: 1px;
	border-color: #004377;
	font-size: 10pt;
}

/*	
	päävalikko -->	
*/
TD.menu
{
	white-space: nowrap;
	background-color: #336699;
}
A.menu
{
	color: #ffffff;
	text-decoration: none;
}
A.menu:hover
{
	COLOR: #C1E1FF;
}
/*	
	<-- päävalikko	
*/


/*	
	otsikot:	
*/
.title
{
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #2f5579;
}
.formlabel
{
	color: #003399;
}

/*	
	hakutaulukko:
*/
TABLE.filter
{
	width: 90%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #000000;
	background-color: #d6dee7;
	font-size: 10pt;
	padding: 2;
}

/*	
	tulostaulukko -->
*/
TABLE.list
{
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px; 
	border-color: #000000;
	font-size: 10pt;
	background-color: #cccccc;
}
.listhdr
{
	background-color: #336699;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.list1
{
	background-color: #eae8e8;
}
.list2
{
	background-color: #ffffff;
}
/*	
	<-- tulostaulukko
*/

/************************************************
Lomakkeen määrittelyt
************************************************/
TABLE.maintable
{
	width: 80%;
	border-style: solid;
	border-width: 1px;
	border-color: #004377;
	background-color: #ffffff;
	padding: 5px;
}

TD.content
{
	background-color: #ffffff;
	font-size: 10pt;
}

TABLE.formtable
{
	border-style: none;
	width: 100%;
}

TD.data_error
{
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 18pt;
}

TD.data_saved
{
	background-color: #00c000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
}

TD.subtitle
{
	background-color: #007CA6; 
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD
{
	font-size: 10pt;
}

TD.label
{
	color: #004377;
	font-size: 10pt;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.label
{
	color: #003399;
	font-size: 10pt;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.label2
{
	color: #003399;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.errlabel
{
	font-size: 10pt;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #ff0000;
}

TD.help
{
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

TD.errhelp
{
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 5px;
}


TD.control
{
	font-size: 10pt;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.errcontrol
{
	font-size: 10pt;
	width: 100%;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.buttons
{
	text-align: center;
}

/* help-ruutu --> */
TABLE.help
{
	background-color: #d6dee7;
	vertical-align: top;
	font-size: 10pt;
	color: #000000;
}

TD.helptitle
{
	color: #004377;
	font-size: 10pt;
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


/* <-- help-ruutu */

/************************************************
Yhteiset (lomake/rekry) määrittelyt
************************************************/

A
{
	color: #004377;
}

A:hover
{
	color: #74000E;
}

.button
{
	/* painikkeen mahd. määrittelyt */
	width: 90px;
}

.stdbutton
{

}

HR
{
	height: 1px;
	color: #004377;
}

.footer
{
	color: #336699;
	font-size: 8pt;
}

