
.report-grid-font {
	font-size : 11px;
	font-family : tahoma,arial,helvetica,sans-serif;
	font-size-adjust : none;
}

.report-grid-item-wrap 
{
	width : 100%;
}

.report-grid-item {
	overflow : hidden;
}	
.report-grid-item-over {
	background-color : #eeeeee;
}

.report-grid-filename {
    display: inline;
    margin: 0px 5px 0px 70px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
	font-weight : bold;
	height: 19px;
}

.report-grid-notiz {
	margin-top: 0px;
	margin-left: 70px;
	padding-top: 0px;
	padding-bottom : 0px;
}

.report-grid-button {
    position: absolute;
    margin-top: 1px;
	margin-left: 1px;
    background-color: #E0E0E0;
	background-image : url(icons/delete.png);
	background-repeat : no-repeat;
    background-position: 50% 50%;
	overflow : hidden;
	width: 28px;
	height: 22px;
}

.report-grid-button-none {
    position: absolute;
    margin-top: 1px;
	margin-left: 1px;
	background-image : none;
	background-repeat : no-repeat;
    background-position: 50% 50%;
	overflow : hidden;
	width: 28px;
	height: 22px;
	zoom: 1;
	filter: alpha(opacity=1);
	opacity: 0.01;
}

.report-grid-devider 
{
    font-size : 12px;
	font-family : tahoma,arial,helvetica,sans-serif;
	font-size-adjust : none;
    background-color : #DDEEFF;
    width: 100%;
    margin: 8px 0px 8px 0px;
    padding: 5px;
}

input.report-grid-button:hover
{
    background-color: #B0D0F0;
}

.report-grid-item {
	width:100%;
}

.report-grid-item-wrap {
	position: relative;
    padding-bottom: 4px;
}

.report-grid-creation {
	position : absolute;
	right : 2px;
    bottom: 4px;
	padding : 0px 4px 0px 4px;
    text-align: right;
}

.report-grid-image-undelete {
	background-repeat : no-repeat;
    background-position: 30px 0px;
	float:left; 
	overflow : hidden;
}

.report-grid-image-delete {
	background-repeat : no-repeat;
    background-position: 34px 0px;
	float:left; 
	overflow : hidden;
}

.report-grid-image-unknown {
	background-image : url(images/Filetype-INF-icon.png);
}

.report-grid-image-pdf {
	background-image : url(images/Filetype-PDF-icon.png)
}

.grid-image-comment-empty {
	background-image : url(icons/comment.png);
	height: 16px;
    width: 16px;
}

.grid-image-comment-filled {
	background-image : url(icons/comment_record.png);
	height: 16px;
    width: 16px;
}