@CHARSET "UTF-8";
/*---------------------------------- Categorytree */
cattree {
}
.cattree td {
	font-size: 100%;
}
#content .cattree img {
	padding: 0px;
	background: none;
	margin: 0px;
	border-width: 0px;
}
.cattree div.control{
	width: 36px;
}

.treeelem a, a:link, a:visited {
	border-style: none;
	text-decoration:none;
	color: #cc3333;
}

.cattree img {
	background:transparent none repeat scroll 0%;
	border-width:0px;
	margin:0px;
	padding:0px;
}

.treeelem img {
	border-style: none;
}
.tree_selectedCats {
	font-weight: bold;
	border-top: 1px
}
.tree_selectedCats a {
	color: #CC3333;
}
.tree_unselectedCats a {
	color: #333;
}
/*---------------------------------- Filelist */
table.filelist {
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #CCCBCB;
	width: 98%;
	margin-left: 1px;
	margin-top: 10px;
}
table.filelist td img {
	border-width: 0px;
	border-color: white;
	padding: 0px;
	margin: 0px;
}
table.filelist td {
	padding: 5px;
}
table.filelist th {
	color: #222222;
	background-image: url(/fileadmin/templates/img/box_grey_title_bg.gif);;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 5px 8px 5px;
	height: 24px;
}
table.filelist td a img {
	border-width: 0px;
	border-color: white;
	padding: 0px;
	margin: 0px;
}
/*--------------------------------Categorylist */
.delete_button a:link,
.delete_button a:visited{
	border: 1px solid #CCCBCB; 
	font-size: 130%;
	font-weight: bold; 
	color: #B5B3CB;
	width: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}	
.delete_button a:hover {
	background: #CCCBCB;
	color: white;
}
/*-------------------------------  Menu */
ul.foldout {
	list-style: none;
	position: absolute;
	top: 1px;
	border: 1px solid #CCCBCB;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background: white;
}
ul.foldout li {
	padding: 10px;
	border-bottom: 1px solid #CCCBCB;
	font-size: 90%;
	min-width: 300px;	
}

/******************************** BrowserResult

ul.browserresultlist {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.browserresultlist li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}