﻿.WebPartNoPadding
{
	padding: 0px !important;
	border-collapse:collapse !important;
	vertical-align:top;
}

.WebPartHideElement
{
	display:none;
}

/* Cache indicators */
.CacheOverlay
{
    position: relative;
    z-index: 0;
}

.CacheTime
{
	position:absolute; 
	bottom:0px;
	right:0px;
	font-family: Arial, Verdana;
	font-size:10px;
	background: #FFFFFF;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;	
    color: Black;
    border: dashed 1px black;
}
/* end cache */
