﻿#__asptrace
{
	position: absolute;
	top: 1100px;
	left: 0px;	
}
label
{
	cursor: hand;	
}
a.sm, a:link.sm, a:hover.sm, a:active.sm, a:visited.sm
{
	font-size: xx-small;
	font-weight: normal !important;
}
.chkbox input
{
	border: none!important;
	background-image: none!important;		
	width: 30px!important;
}
.chkbox label
{
	display: inline!important;	
}
.success
{
	color: #008800!important;	
}
.failure
{
	color: #FF4500!important;	
}
.textsm
{
	font-size: xx-small;	
}
.progressBar
{
	position: absolute; 
	top: 175px;
	left: 50%;
	margin-left: -100px; 
	background-color: #FFFFFF; 
	border: solid 1px black; 
	width: 200px; 
	text-align: center; 
	padding: 20px 0px 20px 0px;
	background-image: url('../../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}
#blurLayer
{
    width: 110%;
    background-color: #676767;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 50;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
