/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: white;
    FONT-FAMILY: Arial, Verdana, Sans-Serif;
    FONT-SIZE: .8em;
    /* FONT-WEIGHT: normal; */
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 3%
}

H1, H2
{
    COLOR: #000080;
    margin-bottom: 30px;
    text-align: left;
}

H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000080;
    text-align: left;
}


H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
A:link	{	
	text-decoration:	none;
	color:	#000080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000080;
	}	

A:hover	{	
	text-decoration:	underline;
	color:	#082173;
	}

table
{
	border: none 0px #000080;
	border-collapse: collapse;
	width: 100%;
}	

.lq_pohja	
{
	width: 100%;
	height: 100%;
	border: none 0px #000000;
}

.lq_tilaus_pohja
{
	width: 100%;
	height: 100%;
	border: none 0px #000000;
	background-color: #CCFFCC;
	text-align: center;
}

.lq_header	
{
	background-color: #42A542;
	border: none 0px #42A542;
	color: White;
	font-family: Arial;
	height: 22px;
} 

.lq_footer
{
	background-color: #000080;
	border: none 0px #000080;
	color: White;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	text-indent: 75px;
	height: 25px;
} 

.listarivi0 
{ 
	color: #000080;
	MARGIN-LEFT: 10px; 
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM: 5px; 
}

.listarivi1 
{ 
	color: #000080;
	MARGIN-LEFT: 10px; 
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM: 5px; 
	cursor: pointer;
}

.listarivi2 
{ 
	color: #000080;
	MARGIN-LEFT: 20px; 
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM: 5px; 
	cursor: pointer;
}

.virhe 
{
 color:Red;
}

.item1
{
	background-color: #ddffdd;
}

.item2
{
	background-color: #ffffff;
}
