.progress
{
	text-align: center;
	display: block;
	position: absolute;
	padding: 2px 3px;
	z-index: 10002 !important;
}
.container
{
	border: solid 1px #808080;
	border-width: 1px 0px;
	z-index: 10002 !important;
}
.body
{
	background-color: #000000;
	color: #FFFFFF;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
	z-index: 10002 !important;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ratingStar
{
	font-size: 0pt;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../../Images/FilledStar.gif);
}

.emptyRatingStar
{
	background-image: url(../../Images/EmptyStar.gif);
}
.SearchKrit
{
	position: relative;
	z-index: 100;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #333333;
	margin-top: 2px;
	margin-left: 2px;
	width: 200px;
}
.headerSearchKrit
{
	font-size: 8pt;
	color: #FFFFFF;
	width: 180px;
	text-align: center;
}
.headerSearchKritCheckBox
{
	font-size: 8pt;
	font-weight: normal;
}
