/*-- Perustyylit --*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Helvetica", "Verdana", "Times New Roman";
	font-size: 13px;
	color: #404040;
	background-color: #ffffff;
}

p, li, td {
	font-size: 13px;
	/* Opera6 needs separate definitions for p, li etc. */
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #808080;
}

h1 {
	font-size: 20px;
	margin: 0px;
	position: relative;
	
}

h1.left {
	font-size: 20px;
	margin: 0px;
	position: absolute;
	top: 12px;
	left: 28px;
}



h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

strong {
	color: #303030;
}

form {
	margin: 0px;
	padding: 0px;
}

input, option, select {
	font-size: 13px;
}

/*-- Kuvasivun osat --*/

.top {
	height: 64px;
}

.logoff {
	position: absolute;
	top: 16px;
	right: 16px;
}

.tabs {
	margin-left: 338px;
}

.search {
	padding: 8px 16px 8px 16px;
	background-color: #cccccc;
	border-bottom: 2px solid #808080;
	text-align: center;
}

.pages {
	padding: 2px 12px 2px 12px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

.results {
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

/*-- Painikkeiden tyyli --*/
.text_button {
	background-color: #808080;
}
.text_button a {
	display: block;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/*-- Välilehtien tyyli --*/
.open_tab {
	background-color: #cccccc;
	margin-right: 8px;
	background-image: url(images/tab_corner.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.open_tab span {
	display: block;
	padding: 4px 12px 4px 12px;
	color: #404040;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.tab {
	background-color: #808080;
	margin-right: 8px;
	background-image: url(images/tab_corner.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.tab a {
	display: block;
	padding: 4px 12px 4px 12px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/*-- Pienten painikkeiden reunat --*/
.no_hover {
	border: 1px solid #ffffff;
}
.hover {
	border: 1px solid #c0c0c0;
}

/*-- Sivunumeropainikkeiden tyyli --*/
.page_number {
	line-height: 22px;
	font-size: 1.2em;
	font-weight: bold;
	color: #c0c0c0;
}
.page_number a {
	display: block;
	position: relative;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: #808080;
}
.page_number span {
	display: block;
	position: relative;
	padding: 0px 6px 0px 6px;
}

/*-- Tiedostolistauksen tyylit --*/

.file_holder {
	vertical-align: middle;
	
	height: 40px;
    border: 1px solid #c0c0c0; /*Selkeämpi ilman näitä? */
}

/*-- Kuvapaneelin tyylit --*/
.image_panel {
	/*width: 138px; Ei taida olla tarpeen... */
	padding: 2px;
	/*border: 1px solid #c0c0c0; Selkeämpi ilman näitä? */
}
.image_holder {
	vertical-align: bottom;
	width: 142px;
	height: 142px;
}
.image {
	border: 1px solid #c0c0c0;
	margin: 6px;
}
.dimensions {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
}

/*-- Esiin pullahtavat kuvat --*/

.popout_image {
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}
