
div.filedepot {
	margin:4px 0;
}

div.filedepot td.clear {
	background-color: white;
}

div.filedepot td.dark {
	background-color: #f0f0f0;
}

div.filedepot div.message {
	margin:2px 0;
	padding:0 2px;
	height:32px;
	overflow:auto;
	border:solid 1px #666699;
	text-align:left;
}

div.filedepot fieldset.alpha{
	margin: 0 2px;
	padding: 5px 3px;
}

div.filedepot table.rights {
	margin:4px;
	background-color:#666699;
	color:#666699;
}

div.filedepot table.rights caption {
	margin-top:16px;
	color:#666699;
	font-weight:bold;
	font-size:12px;
}

div.filedepot table.rights th {
	background-color:#f0f0f0;
	width:80px;
}

div.filedepot table.rights th.title {
	text-align:right;
	background-color:#f0f0f0;
	width:160px;
}

div.filedepot table.rights td {
	background-color:white;
	text-align:center;
}

div.filedepot div.footer {
	border-top:solid 1px #666699;
}

div.filedepot div.footer a {
	text-decoration:none;
}

div.filedepot img{
	border: solid 0px #000000;
}

div.filedepot a.img_show{
	border: 1px solid #000000;
	display: block;
	background-color: #F0F0F0;
	margin: auto;
	text-align: center;	
}

div.filedepot a.img_show:hover{
	background-color: #D9EAFF;
}

div.filedepot div.thumbnail{
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}

div.filedepot .thumbnail div.img_container{
	padding: 0 30px;
}

div.filedepot span.file_detail{
	font-size: 0.9em;
	text-align: center;
}

div.filedepot .thumbnail span.file_detail{
	display: block; 
	overflow: hidden; 
	white-space: nowrap;
}

div.filedepot div.view{
	text-align:center;
}

div.filedepot div.view a.img_show{
	padding: 5px;

}

div.filedepot div.end_list{
	clear: both;
}

div.filedepot div.return{
	text-align: center;
	margin-bottom: 10px;
}

div.filedepot table.rename_confirm th{
	text-align: center;
	padding: 0 10px;
}


