

#translator_popup TABLE {
  color:black;
  font-size:12px;
}
#translator_popup LABEL {
  color:black;
  font-size:12px;
}
#translator_popup DIV {
  color:black;
  font-size:12px;
}
#translator_result {
  color:black;
}

.popup_panel_div
{
  font-family:"Arial";
  color:black;
  padding-left:5px; 
  padding-right:5px; 
  padding-top:5px; 
  padding-bottom:5px; 
  position:absolute;  
  z-index:100; 
   display:none; 
}
.popup_close_link
{

	font-weight:bold; color:#b51a8a; 
	border:0;
	
}
.grayblue_panel_title {
	color:#6a6359; 
	font-size:15px;  
	text-transform:capitalize;
	font-weight:bold;  	
}

.grayblue_panel_hr {
  background:#6a6359;
  height:5px;
  display:block;
  clear:both;
  margin-top:5px;
  margin-bottom:15px;
}
.grayblue_panel_dots {
  border-top:1px dotted #6a6359;
  height:1px;
  line-height:1px;
  display:block;
  clear:both;
  margin-top:5px;
  margin-bottom:5px;

}


.grayblue_panel_top_left {
	background-image:url('/lib/images/panels/grayblue/top_left.png'); 
	background-repeat:no-repeat;  
	width:18px; height:18px; 
}
.grayblue_panel_top {
	background-image:url('/lib/images/panels/grayblue/top.png'); 
	background-repeat:repeat-x;  
	width:auto; height:18px; 
}
.grayblue_panel_top_right {
	background-image:url('/lib/images/panels/grayblue/top_right.png'); 
	background-repeat:no-repeat;  
	width:18px; height:18px; 
}


.grayblue_panel_left {
	background-image:url('/lib/images/panels/grayblue/left.png'); 
	background-repeat:repeat-y;  
	width:18px; 
	height:auto; 
}
.grayblue_panel_inner {
  background-color:#dfe2e3;

}
.grayblue_panel_right {
	background-image:url('/lib/images/panels/grayblue/right.png'); 
	background-repeat:repeat-y;  
	width:18px; 
	height:auto; 
}

.grayblue_panel_bottom_left {
	background-image:url('/lib/images/panels/grayblue/bottom_left.png'); 
	background-repeat:no-repeat;  
	width:18px; 
	height:18px; 
}

.grayblue_panel_bottom {
	background-image:url('/lib/images/panels/grayblue/bottom.png'); 
	background-repeat:repeat-x;  
	width:auto; 
	height:18px; 
}

.grayblue_panel_bottom_right {
	background-image:url('/lib/images/panels/grayblue/bottom_right.png'); 
	background-repeat:no-repeat;  
	width:18px; 
	height:18px; 
}


/*--*/
.grayslim_top_left {
	background-image:url('/lib/images/panels/grayslim/top_left.png'); 
	background-repeat:no-repeat;  
	width:2px; height:2px; 
}
.grayslim_top {
	background-image:url('/lib/images/panels/grayslim/top_inner.png'); 
	background-repeat:repeat-x;  
	width:auto; height:2px; 
}
.grayslim_top_right {
	background-image:url('/lib/images/panels/grayslim/top_right.png'); 
	background-repeat:no-repeat;  
	width:2px; height:2px; 
}


.grayslim_left {
	background-image:url('/lib/images/panels/grayslim/left_inner.png'); 
	background-repeat:repeat-y;  
	width:2px; 
	height:auto; 
}
.grayslim_inner {
  background-color:#f4f4f4;
  
}
.grayslim_right {
	background-image:url('/lib/images/panels/grayslim/right_inner.png'); 
	background-repeat:repeat-y;  
	width:2px; 
	height:auto; 
}

.grayslim_bottom_left {
	background-image:url('/lib/images/panels/grayslim/bottom_left.png'); 
	background-repeat:no-repeat;  
	width:2px; 
	height:2px; 
}

.grayslim_bottom {
	background-image:url('/lib/images/panels/grayslim/bottom_inner.png'); 
	background-repeat:repeat-x;  
	width:auto; 
	height:2px; 
}

.grayslim_bottom_right {
	background-image:url('/lib/images/panels/grayslim/bottom_right.png'); 
	background-repeat:no-repeat;  
	width:2px; 
	height:2px; 
}
/*--*/




.tooltip_popup {
  background-color:#726363;
  padding:5px;

  position:absolute;
  left:0px;
  top:0px;
    color:black;
}


/* --- end of css --- */
