﻿.FilterUrl
{
	font-size: smaller;
}

.overlay{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 10;
	  background-color: rgba(0,0,0,0.5); /*dim the background*/
}
.modal {
    width: 25%;
    height: 400px;
    position: fixed;
	margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}
.dataContent
{
	width: inherit;
	height: 325px;
	overflow-x:hidden;
	overflow-y:scroll;
	text-align: left;
}