﻿.divAttachmentWar,.divSlAttachmentWar
{
	position:relative;
	width:76px;
	height:56px;
	float: left;
	margin:0px 10px;
	z-index:10;
}
.divAttachment
{
	position:absolute;
	top:0px;
	left:0px;
}
.divAttachment .Header, .divAttachment .Bottom
{
	height:3px;
	font-size:1px;
	border:0px!important;
}
.divAttachment .Content
{
	text-align: center;
	min-height:50px;
    height:auto !important;
    height:50px;
    clear:both;
    text-align:center;
    width:76px;
}
.divAttachment .Content a.txt
{
	display:inline-block;
	line-height:16px;
}
.divAttachment .Content div.Img
{
	text-align:center;
}
.divAttachmentWar .divAttachment .Content a
{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;width:76px;clear:both;
}
.divAttachmentWar .divAttachment .Content a
{
max-width:76px;

}
/*.divAttachmentWar .divAttachment .Content:after{content:"...";}
.divAttachmentWar .divAttachment .Content a:after{content:"";}*/
.divSlAttachmentWar .divAttachment .Content a
{
	word-wrap:break-word;
	width:76px;
	white-space:normal;
	word-break:break-all;
	overflow:auto;
}

.divSlAttachmentWar .divAttachment
{
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;*/
}
.divSlAttachmentWar .divAttachment .Content
{
	background:Transparent url(images/Attachment_Center.gif) repeat-y left top;
}
.divSlAttachmentWar .divAttachment .Header
{
	background:Transparent url(images/Attachment_Header.gif) no-repeat left top;
	height:3px;
	font-size:1px;
}
.divSlAttachmentWar .divAttachment .Bottom
{
	background:Transparent url(images/Attachment_Bottom.gif) no-repeat left top;
	height:3px;
	font-size:1px;
}
