/* 
Document   : file_sharing
Created on : 8.6.2009, 11:08:49
Author     : Jasmo
Description:
Stylesheet for file sharing module in CMS3.
*/

.folder{
	margin: 5px 0 0 0;
	padding: 5px 4px 0 4px;
	background: url(/kuvat/gradientti.png);
	background-repeat: repeat-x;
	cursor: pointer;
	height: 24px;
}

.folder_image
{
	margin: 0;
	padding: 0;
	float: left;
	width: 20px;
}

.folder_name
{
	margin: 0;
	padding: 0;
	float: left;
	color: #FFF;
	font-weight: bold;
}

.folder_remove
{
	margin: 0;
	padding: 0;
	float: right;
	width: 20px;
	height: 16px;
}

.files_container{
	padding: 2px;
	border: 1px solid #76A6DF;
}

.nappi{
	float: left;
	padding: 2px;
	width: 102px;
	height: 15px;
	margin: 2px;
	text-align: center;
	background: url(/kuvat/nappi_pohja.png);
	background-repeat: no-repeat;
	display: block;

}

.nappi A{
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
}

.actionDiv{
	display: none;
	position: fixed;
	top: 25%;
	left: 20%;
	width: 300px;
	background: white;
	padding: 1em;
	border: 1px solid black;
}

.small{
	font-size: smaller;
	color: gray;
}
