/* coding: utf-8 */
li.Bilder {
	padding-left: 19px;
	background: url(/_img/imgfile_s.gif) -5px 5px no-repeat;
}

table.imgfiles {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: White;
}

table.imgfiles td.imgfiles-type {
	width: 150px;
	padding: 2px 0;
}

table.imgfiles td.imgfiles-type div {
	position: relative;
	border: 1px solid #999999;
	height: 100%;
	text-align: center;
	min-height: 70px;
	background-color: White;
}

table.imgfiles td.imgfiles-type div img {
	margin: 0;
	padding: 0;
}

span.imgfiles-type {
	text-decoration: none;
	color: Black;
	background-color: White;
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 1px;
	z-index: 10;
}

span.imgfiles-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(/_img/new.gif) 1px 1px no-repeat transparent;
	z-index: 10;
}

table.imgfiles td.imgfiles-type div div.nopreviewimg {
	text-align: center;
	padding-top: 18px;
	width: 150px;
	height: 45px;
	min-height: 45px;
	border: none;
	background-color: White;
	background-color: White;
	font-size: 0.8em;
}

table.imgfiles .buttons {
	padding-top: 5px;
}

table.imgfiles tbody th {
	font-size: 1.2em;
	font-style: normal;
	padding-top: 5px;
	height: 1px; /* Firefox */
}

table.imgfiles tbody th span {
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
}

table.imgfiles tr.description {
	color: #999;
}

table.imgfiles th a:link, 
table.imgfiles th a:visited {
	display: block;
	width: 100%;
	padding-bottom: 1px; /* Firefox sometimes hides underline */
}

table.imgfiles .description a:link, 
table.imgfiles .description a:visited {
	color: #999;
	text-decoration: none;
}

table.imgfiles td.imgfiles-user,
table.imgfiles td.imgfiles-size, 
table.imgfiles td.imgfiles-date {
	padding-bottom: 10px;
}

table.imgfiles thead th  {
	padding: 0 0 0 5px;
	background-image: none;
	color: #999999;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
}

table.imgfiles tbody a:link,
table.imgfiles tbody a:visited {
	color: #999;
	text-decoration: none;
}

table.imgfiles tbody th a:link,
table.imgfiles tbody th a:visited {
	color: #333;
}

table.imgfiles tbody:hover a:link,
table.imgfiles tbody.pseudohover a:link {
	color: #075084;
	text-decoration: underline;
}

table.imgfiles tbody:hover a:visited,
table.imgfiles tbody.pseudohover a:visited {
 	color: #073353;
	text-decoration: underline;
}

table.imgfiles thead th.imgfiles-type {
	text-align: right;
	padding-right: 5px;
}

table.imgfiles td.buttons {
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
	width: 23px;
	text-align: right;
	position: relative;
}

a.imgfilesort:visited,
a.imgfilesort:link {
	text-decoration: none;
	color: #999999;
}

a.imgfilesort:hover,
a.imgfilesort:active,
a.imgfilesort:focus {
	background: url(/_img/down.gif) 0 3px no-repeat;
	color: #075084;
	text-decoration: underline;
}

a.imgfilesort img,
img.imgfilesort-disabled {
	float: left;
	margin: 3px 4px 0 0;
}


a.imgfilesort:hover img,
a.imgfilesort:active img,
a.imgfilesort:focus img {
	visibility: hidden;
}

.legend-imgfiles {
	background-image: url(/_img/group_o_imgfile.gif);
}

table.imgfiles tbody:hover tr {
	background-color: transparent; /* important for IE to show images in second row */
}

table.imgfiles tbody:hover td.imgfiles-type,
table.imgfiles tbody:hover td,
table.imgfiles tbody:hover th {
	background-color: #F6F6F6
}

table.imgfiles tbody.pseudohover th,
table.imgfiles tbody:hover th {
	font-weight: bold;
}

table.imgfiles tbody.pseudohover th span,
table.imgfiles tbody:hover th span,
table.imgfiles tbody.pseudohover .description,
table.imgfiles tbody.pseudohover .description a:link, 
table.imgfiles tbody.pseudohover .description a:visited,
table.imgfiles tbody:hover .description,
table.imgfiles tbody:hover .description a:link, 
table.imgfiles tbody:hover .description a:visited {
	color: #333;
}

table.imgfiles tbody.pseudohover td.buttons img {
	visibility: hidden;
	position: absolute; /*  IE again */
	z-index: -1;
}

table.imgfiles tbody:hover a.edit,
table.imgfiles tbody.pseudohover a.edit {
	background: url(/_img/edit_hover.gif) 2px 0 no-repeat;
}

table.imgfiles tbody:hover a.delete,
table.imgfiles tbody.pseudohover a.delete {
	background: url(/_img/delete_hover.gif) 2px 0 no-repeat;
}

table.imgfiles tbody td.imgfiles-type img {
	position: relative;
}

table.imgfiles .sortactive {
	color: #009FC6;
}
