@CHARSET "UTF-8";


.dijitDialogUnderlay {
	background-color:#000; 
}
.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:11px solid #5c5c5c;
	background:#5c5c5c url('images/loading.gif') no-repeat center center;
        
	-webkit-box-shadow: 0px 6px 10px #000; 
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
        border-radius: 5px;
}
.dojoxLightboxContainer {
	position:absolute;
	top:0; left:0; 
}
.dojoxLightboxFooter {
	height:50px; 
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#fff;
	z-index:1000;
	font-size:10pt;
	text-align: left;
}
.dojoxLightboxGroupText {
	color:#333; 
	font-size:8pt;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
}

.tpskin .LightboxClose {
	background:url('images/close.png') no-repeat center center;
}

.dj_ie6 .tpskin .LightboxClose {
	background:url('images/close.gif') no-repeat center center;
}

.tpskin .LightboxNext {
	background:url('images/right.png') no-repeat center center;
}

.dj_ie6 .tpskin .LightboxNext {
	background:url('images/right.gif') no-repeat center center;
}

.tpskin .LightboxPrev {
	background:url('images/left.png') no-repeat center center;
}

.dj_ie6 .tpskin .LightboxPrev {
	background:url('images/left.gif') no-repeat center center;
}
