﻿/* CSS Document */

body {
	margin: 0;
	padding: 5px;
}


a {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}


a:visited {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}

a:hover {

	text-decoration: none;
}

/* Tiedostot-alueen tiedosto-otsikkolinkit */

.ftext a {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}


.ftext a:visited {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}

/* Keskustelun otsikkolinkit */
.bleft a {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}


.bleft a:visited {

	color: #be0000;
/* Jos halutaan palvelun linkeistä sinisiä color: #0000CC; */

}


.ftext p {

line-height: 100%;

}

.rmlContainer {
	font: 13px/15px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rmlContainer {
}
.rmlHeader a img {
	border: none;  
}
.rmlNavigation {
	padding: 0px 5px 0 10px;
}
.rmlContent {
	padding: 10px 10px 0 10px;
}

.rmlFooter {
}


.rmlNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.rmlNavigation ul li {
    display: inline;
}
.rmlNavigation ul li:after {
	content: " | ";
}
.rmlNavigation ul li:last-child:after {
	content: "";
}
.rmlNavigation a {
	padding: 0 5px;
	color: #be0000; 
/* Jos halutaan sininen color: #0000CC;   */


}
.rmlNavigation a:hover {
/* Jos halutaan sininen background-color: #0000CC;  */
	background-color: #be0000;
	text-decoration: none;
	color: #ffffff;
}



.rmlNavigation .active a {
/* Jos halutaan sininen background-color: #0000CC  */
	background-color: #be0000;
	text-decoration: none;
	color: #ffffff;
	cursor: default;
}
.rmlNavigation .rmlLoginLogout {
	padding: 0 0 0 5px;
}
.rmlNavigation .rmlLoginLogout .userLabel {
	color: #777777;
}
.rmlNavigation .rmlLoginLogout .userName {
	font-weight: bold;
	color: #222222;
}
.rmlNavigation .rmlLoginLogout a {
	padding: 0;
}
.rmlNavigation form {
	display: inline-block;
	margin: -4px 0 -4px 0;
}
.rmlNavigation .userContainer {
	position: relative;
	display: inline-block
}
.rmlNavigation form .loginText input {
	width: 7em;
}

.js .rmlNavigation .userLabelName:after {
	content: "▼";
	display: inline-block;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	color: #999999;
}
.js .rmlNavigation .rmlDropped .userLabelName:after {
	content: "▲";
}
.js .rmlNavigation .userContainer.rmlDropped {
	z-index: 999;
}
.js .rmlNavigation .userContainer.rmlDropped .userLabelName {
	z-index: 9;
	position: relative;
}
.js .rmlNavigation .userContainer.rmlDropped .userDrop {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 8em;
	background-color: #f2f2f2;
	margin: -5px;
	padding: 5px;
	padding-top: 23px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.js .rmlNavigation .userContainer.rmlDropped .userDrop .userDropLine {
	display: block;
}


.rmlFooter {
	font: 13px/15px Verdana, Tahoma, sans-serif;
}
div#footer_container {
	margin: 5px -5px -5px -5px;
	padding: 20px 0px 20px 20px;
	background-color: #EAEAEA;
	-webkit-box-shadow: inset 0 10px 10px -10px #999999;
	   -moz-box-shadow: inset 0 10px 10px -10px #999999;
	        box-shadow: inset 0 10px 10px -10px #999999;
}
table#footer {
	font-size: 10px;
	line-height: 13px;
}
table#footer td {
	vertical-align: top;
}
table#footer a {
	color: #4CA231;
}
td#footerlogo {
	width: 190px;
	background: url("/kuvat/talentum_logo_iso.gif") top left no-repeat;
	font-size: 9px;
	padding-top: 20px;
}
td#footercontact .billing {
	color: #9E9E9E;
}

