/* ********************************
RESETIT
********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, label, legend, form, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ********************************
COMMON
********************************* */

body { font: 14px/20px Arial, Helvetica, sans-serif;}
p {	margin: 15px 0;}
h1 { color: #666; font: bold 18px/20px Arial, Helvetica, sans-serif; margin-bottom: 20px;}
strong{font-weight: bold;}
em{font-style: italic;}
u{text-decoration: underline;}
strike{text-decoration: line-through;}
a, a:visited { color: #8F6F00; text-decoration: none;}
a:hover, a:visited:hover { color: #333; text-decoration: underline;}

a.basicLink, a.basicLink:visited { font: 10px/12px Arial, Helvetica, sans-serif; color: #8F6F00; text-decoration: none;}
a.basicLink:hover, a.basicLink:visited:hover { font: 10px/12px Arial, Helvetica, sans-serif; color: #333; text-decoration: underline;}
li { font: 14px/20px Arial, Helvetica, sans-serif;} 

div#pageWrapper
{
	display: block;
	width: 950px;
	margin: 0 auto;
}
#footer
{
    clear: both;
	display: block;
	margin: 0 auto;
	width: 950px; 
}
#header {
	background: url(kuvat/bg_header.jpg) no-repeat;
	display: block;
	height: 115px;
	overflow: hidden;
	margin: 0;
	position: relative;

}
#home {
	background-color: transparent;
	display: block;
	height: 50px;
	position: absolute;
	right: 320px;
	top: 25px;
	width: 430px;
}
#home a {
	display: block;
	height: 100%;
	width: 100%;
}
#pageWrapper {
	background: url(kuvat/bg_content.gif) repeat-y;
	/*position: relative;*/
	overflow: hidden;
	margin-top: 15px;
}
#footer {
	background: url(kuvat/bg_footer.gif) no-repeat;
	height: 38px;
	padding-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.contentPane {
	display: block;
	float: left;
	width: 478px;
	margin: 10px 0 10px 10px;
	/*min-height: 400px;*/
}
.contentPaneAdmin {
	display: block;
	float: left;
	width: 680px;
	margin: 10px 0 10px 10px;
	/*min-height: 400px;*/
}
#fiilis {
	background: url(kuvat/fiiliskuva.jpg) no-repeat;
	display: block;
	float: left;
	height: 178px;
	width: 753px;
}

.TitlePane{
	margin: 0;
	padding: 0;
}

.TitlePane p{
	margin: 0; 
	padding: 0;
}

/* ********************************
ETUSIVU
********************************* */


.LeftPane {
	background: white url(kuvat/bg_content.gif) repeat-y -7px 0;
	color: #666;
	display: block;
	float: left;
	line-height: normal;
	width: 190px;
	margin: 0px;
}

.LeftPane li
{
    margin: 10px;  
}

.LeftPane li a, .LeftPane li a:visited
{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 160px;
    color: #000;
    display: block;
    padding: 5px;
    text-decoration: none;   
}

.LeftPane li a:hover, .LeftPane li a:visited:hover
{
    background-color: #eee;  
}

.RightPane {
	display: block;
	float: right;
	margin: -20px 30px 20px 10px;
	width: 220px;
}
.RightPane .nosto{
	background: url(kuvat/bg_nosto_top.gif) no-repeat;
	display: block;
	height: auto;
	min-height: 100px;
	margin: 0 0 20px 0;
	padding: 0 0 45px 0;
	/*position: relative;*/
	width: 219px;
}
.RightPane .nostoBottom {
	background: white url(kuvat/bg_nosto_bottom.gif) no-repeat;
	bottom: 0px;
	display: block;
	height: 45px;
	margin: 0;
	/*position: absolute;*/
	width: 219px;
}
.RightPane .nosto h2 {
	font-weight: bold;
	padding: 20px 15px 0 20px;
}
.RightPane .nosto p {
	line-height: normal;
	margin: 10px 20px 0 20px;
}
.RightPane .nosto ul{
margin: 1em 0;
}

.RightPane a {
	color: black;
	display: block;
	text-decoration: none;
}
.RightPane a:hover {
	color: #333;
}



/* ********************************
ALASIVUT
********************************* */

/* ********************************
NAVI
********************************* */

.navigaatio {
	background: url(kuvat/bg_navi.gif) no-repeat;
	display: block;
	float: left;
	margin: -30px 0 0 7;
	width: 190px;
}

.navigaatio table {
	width: 100%;
	margin-top: 30px;
}
.navigaatio table tr td {
	color: Black;
	margin: 0;
	border-bottom: solid 1px white;
}
.navigaatio table tr td a, .navigaatio table tr td a:visited {
	color: black;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigaatio table tr td a:hover, .navigaatio table tr td a:visited:hover {
	background-color: #fef4a1;
	text-decoration: none;
}

/* ALANAVI */

.navigaatio table tr td a.sublevel, .navigaatio table tr td a.sublevel:visited {
	color: black;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 15px;
	text-decoration: none;
	text-transform: none;
}
.navigaatio table tr td a.sublevel:hover, .navigaatio table tr td a.sublevel:visited:hover {
	background-color: #fef4a1;
}

.navigaatioBottom {
	background: white url(kuvat/bg_navi_bottom.gif) no-repeat;
	display: block;
	height: 48px;
	width: 190px;
}

/* ********************************
FORMIT
********************************* */
#login {
	display: inline;
	font-size: 12px;
	height: 100px;
	/*position: absolute;*/
	float: right;
	margin-right: 100px;
	margin-top: 30px;
	width: 200px;
}
#login label {
	display: inline;
	float: left;
	text-align: right;
	width: 70px;
	margin: 0;
}
#login input {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}
#login input.textfield {
	margin: 0 0 5px 5px;
	width: 100px;
}
#login input.button {
	margin: 0 0 5px 75px;
	width: 100px;
}
.textfield {
	background-color: #fef4a1;
	border: 1px inset #fce400;
}
.textfield:hover {
	border: 1px inset #000;
}
.button {
	background-color: #fce400;
	border: 1px outset #fce400;
	font-weight: bold;
	text-transform: uppercase;
}
.button:hover {
	border: 1px outset black;
	cursor: pointer;
}



/* FEEDBACK FORM */

ul.cbList
{
    width: 100%;
    margin: 1em 0;  
    overflow: hidden;  
}

ul.cbList_twoColumn
{
    float: left;
    margin: 1em 0;
    width: 100%;     
    overflow: hidden;    
}

ul.cbList_twoColumn li
{
    float: left;
    width: 50%; 
}

.feedbackForm input
{

}


.feedbackForm input.textBox
{
    border: 1px solid #333;    
width: 250px;
    margin: 1px 0;
    background-color: #fafafa;
}

.feedbackForm input.textBox:hover
{
    background-color: #f3f3f3;
}

.feedbackForm textarea
{
    width: 370px;
    height: 180px;
    border: 1px solid #333;
    background-color: #fafafa;
}

.feedbackForm textarea:hover
{
    background-color: #f3f3f3;
}

.printCommentsWrapper
{
    width: 370px;
    overflow: hidden;
}

td.feedbackLabel-left
{
    width: 110px;
    padding-right: 10px;    
}

input.feedbacksubmit
{
    float: left;
    clear: both;
    margin-top: 1em;    
}


/* /FEEDBACK FORM */