/* Main Container */
#domPopup{  color: #eee;  ;  overflow: hidden;   z-index:99;  border-left: solid 1px #FFF;  border-top: solid 1px #FFF;  border-right: solid 1px #666;  border-bottom: solid 1px #666; }
#dpHeader{	padding:0 5px; background-color : #333; margin:0; border-bottom: solid 1px #666; }
#domPopup a{color: #FFF;}
/* TOOL BAR */
#dpToolBar{	 margin: 0 ; width:100%;  background-color: transparent;  font-weight: bold;   color:#FFF; }
#dpToolBar  td{ padding: 5px 2px; }
.dpBtnCell{ width:100px;  }
#dpToolBar a{    background-color : #333;  text-align:center; font-size: 11pt ; font-weight: bold;  line-height: 1.6em;  color: #CCC; }
#dpToolBar a:hover{  color: #FFF; }
#dpPrevImg, #dpNextImg, .dpBtnDisabled{ display:block; width:60px; padding:2px  30px; background-repeat : no-repeat;  font-size: 11pt; font-weight: bold;  color:#CCC; }
#dpPrevImg{ background-image : url(images/dpBack.gif);  background-position :   left;}
#dpNextImg{ background-image : url(images/dpNext.gif); background-position :  right;} 
.dpBtnDisabled{  display:block; width:60px; padding:2px 30px;  color:#555;  text-decoration: none; }

/* Tiel & Caption */
#dpTitle{	background-color : #333;;  text-align:center;  color:#FFF;  font-weight: bold;  padding: 2px 5px; margin: 0 ; }
#dpCaption{	background-color : #333;;  text-align:center;  color:#EEE;   padding: 2px 5px; margin: 0 ;   } 
 
/*	SLide SHow Ticker */
#dpSSTicker{   height: 7px;  margin: 2px 5px  0 5px; background-image : url(images/dpTick.gif);  width: 0;   text-align:left; font-size: 4pt; overflow: hidden;  }

/* Image Container with translucent BG*/
#dpImgContainer{ height:100%; width:100%;   padding-top : 0;overflow: auto;  text-align: center;background-repeat: repeat;
position:relative;background-image:url(images/dpOverlay.png); 
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=../../style/images/dpOverlay.png);
  _background-image:none;;
 } 
/* Loading Image */
#dpImgLoading{	  margin: auto auto;  background-image : url(images/dpLoading.gif); width:32px; height:32px; }
/* And finally the image! */
#dpImg{	  margin: 10px 5px 15px 5px ; border: solid 1px #000; padding:0 ;   background-color: transparent; border: solid1px #000;  }
 