﻿body {
}
a.SelactedMenuItem
{
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position-y: 6px;
}
.DinamicMenu
{
	z-index: 110;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.dynamicPopulateUpdating
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
}