/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:190%;  
		color: #3d6fbb;
	
	font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 0px;
        font-weight: normal;
        color: #3d6fbb;
		border-bottom: 3px double #B0B0B0;

}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	color: #3d6fbb;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:110%;
	color: #333;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


#hd {
 background: #fff;
}
#ft {
 color: #333;
 background: #f6f6f6;
 border-top: 20px solid #333333;
 padding: 5px;
}

#header-content {
padding: 10px;
}
.slogan {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #444;
}


#header-content h3 {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: none;
}

#right-content {
	padding: 10px;
	margin: 10px;
	background: #f5f5f5;
	border: 5px solid #f9f9f9;
	
	text-align: center;
	}
#left-content {
	padding: 10px;
	margin: 10px;
	background: #f5f5f5;
	border: 5px solid #f9f9f9;
	
	}

#post- {
color: #444;
font-style: italic;
text-transform: none;
}
#left-content p, li
{
color: #333;
line-height: 1.5em;
}

#left-content a
{
color: #3d6fbb;
text-decoration: none;
}
.footertxt { color:#787878; text-transform: uppercase; font-size: 80%; text-align:center; }












.lainaatop, a.lainaatop {
color: #3d6fbb;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;
}
a.lainaatop:hover {
text-decoration: underline;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/assets/templates/lainaton/img/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/assets/templates/lainaton/img/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }


  .FORMTABLE
  { border-width:thin;
    border-style:groove;
    border-collapse:collapse;
    font-family:arial;
    font-size:9pt;
  }

  .FORMDATA
  { border-width:thin;
    border-style:groove;
  }

  CAPTION.MYTABLE
  {
     background-color:#00659C;
     color:white;
     border-style:solid;
     border-width:0px;
     border-color:#f5f5f5;
padding: 10px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.09em;
  }

  TABLE.MYTABLE
  { 
     font-family:verdana;
     font-size:10pt;
     background-color:#fafafa;
     width:100%;
     border-style:solid;
     border-color:#f5f5f5;
     border-width:5px;
  }

  TH.MYTABLE
  {
     font-size:12px;
     color:#87B912;
font-weight:bold;
text-transform:uppercase;
  }
  TD.MYTABLE:hover
  {
background-color:#fff;
  }


  TR.MYTABLE
  { 
     height:30;
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     color:#2F2F2F;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }
#taulutausta {background-color: #f4f4f4;}







