.img-shadow-right {
float:right;
background: url(../com_docsys/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
border-top: 12px solid #fff;
border-right: 6px solid #fff;
border-left: 6px solid #fff;
}

.img-shadow-right img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
/*padding: 5px;  This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

	
.img-shadow {
float:left;
background: url(../com_docsys/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
border-top: 12px solid #fff;
border-right: 6px solid #fff;
border-left: 6px solid #fff;
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
/*padding: 5px;  This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}





.documentCell {
	
	border:1px solid #ddd;
	border-bottom:2px solid #bbb;
	border-right: 2px solid #bbb;
	border-top:1px solid #ddd;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

}


.documentCellImage {
	padding-top: 10px;
	height: 100px;
	width: 115px;
}
.documentCellTitle{
	margin: 2px;
	height: 33px;
	width: 115px;
	line-height: 95%;
	text-align: center;
}
.documentCellDownload {
	height: 15px;
	width: 115px;
}
.loading  {
	color:#000033;
	background-color:#e6e6e6;
	layer-background-color:#ffffff;
    position:absolute;
	top:250px;
	left:220px;
	width:440px;
	height:230px;
	z-index:199;
} 
.notactivated  {
	color:#000033;
	background-color:#e6e6e6;
	layer-background-color:#ffffff;
    position:absolute;
	top:250px;
	left:200px;
	width:480px;
	height:150px;
	z-index:100;
	padding: 10px;
}   
