/*  ACCOUNTS   -->  */
@import "classes/account/Account.css";
/*  <-- ACCOUNTS   */

/* BASE */
BODY 	{ background-color: #fff; font-family: Arial,Helvetica,sans-serif; font-size: 0.75em; }
IMG		{ border: none; }
LI		{ margin-top: 7px; }

P.infobox		{ background-color: #FEDED1; padding: 10px; width: 140px; text-align: center;
				  border: 1px solid #FEDED1;}
A.infobox		{ text-decoration: none; color: black;  font-size: 16px; font-weight: bold; }

DIV.container	{ width: 761px; margin-right: auto; margin-left: auto;}
DIV.otsikko		{ text-align: center; }
DIV.navibar		{ height: 40px; background-color: #405834; text-align: center;}
DIV.content2	{ min-height: 200px; background-color: #EFFEE7; width: 420px; }
DIV.content3,DIV.content4
				{ background-color: #EFFEE7; border: 1px solid #FEDED1; width: 250px; }
DIV.content3	{ margin-top: 0px; height: 150px; }
DIV.content4	{ margin-top: 20px; height: 170px; }
DIV.content5	{ min-height: 400px; background-color: #EFFEE7; }

DIV.oikeaYla	{ font-size: 16px; font-weight: bold; color: #475A3A; text-align: center; }

.subHeader		{ font-size: 18px; font-weight: bold;  }
IMG.navibutton:hover,IMG.navibutton:active
				{ border: 1px solid #FEDED1; }
IMG.navibutton	{ padding: 5px; padding-left: 1px; padding-right: 1px; border: 1px solid #405834; margin-left: 1px; }
.baseText		{ color: #425539; font-size: 14px; line-height: 150%; }
.arrow			{ margin-right: 10px; }

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 45px; height: 41px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL2, .borderTR2, .borderBL2, .borderBR2 {
    width: 10px; height: 9px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL , .borderTL2, .borderBL2 { float: left; clear: both; }
.borderTR, .borderBR , .borderTR2, .borderBR2 { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -41px 0px 0px 0px; }
.borderBR { margin: -41px 0px 0px 0px; }
.borderTL2 { margin: -1px 0px 0px -1px; }
.borderTR2 { margin: -1px -1px 0px 0px; }
.borderBL2 { margin: -9px 0px 0px 0px; }
.borderBR2 { margin: -9px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL, .borderTL2 {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
html>body .borderTL2 {
    margin-left: -1px;
}
.borderTR, .borderTR2 {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
html>body .borderTR2 {
    margin-right: -1px;
}
.borderBL, .borderBL2 {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
html>body .borderBL2 {
    margin-left: 0px;
}
.borderBR,.borderBR2 {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
html>body .borderBR2 {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content,.content2,.content5 {
    margin: 0px;
    padding: 0px;
    border: 1px solid #405834;
}
.content2,.content5  {
    border: 1px solid #FEDED1;
}

.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}


/* YHTEYSTIEDOT */ 

.contactImages	{ float: right; border: 2px solid #FEDED1; margin-left: 10px; }