@media print {
   .noprint {
	 display: none;	
	}
}
.printonly {
	display: none;
}
@media print {
   .printonly {
	 display: block;	
	}
}

.hoverlinks a:link, .hoverlinks a:visited {
  color: #360; 
  text-decoration: underline;
}
.hoverlinks a:hover { 
	color: #fff; 
	background-color: #360; 
	text-decoration: none; 
}



/* @group Localization */
.loc_handle a:link, .loc_handle a:visited {
	text-decoration: none;
	color: #f00;
}
.loc_handle a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f00;
}
/* @end */


/* @group InfoTables */

.info_table {
}

.info_table .info_label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.info_table tr {
	height: 24px;
}

.info_table .even td {
	background-color: #ebebeb;
	vertical-align: top;
}

.info_table .odd td {
	background-color: #eaffcf;
	vertical-align: top;
}


.ux_locator_search .search_control {
	display:  block;
	padding:  4px;
}



/* @end */

.loading_indicator {
	position: fixed;
	width: 179px;
	height: 179px;
	z-index: 1;
	left: 464px;
	top: 231px;
}

.loading_indicator_ux {
	position: fixed;
/*	width: 179px;
	height: 179px;
*/	z-index: 1;
	left: 320px;
	top: 261px;
}

/* @group Tabber */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0 0;
 border-bottom: 1px solid #ccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
/* ckground: #71d375; */
 background: #ccc;
 color: #fff;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #333; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #FFF;
 background: #4c4c4c;
/*border-color: #000;*/
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;  
color: #333;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background-color: #333;
/* background: white;
 border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border:1px solid #ccc;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  /*height:125px;*/ 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:auto;
/*	padding: 5px 16px;
*/
    padding: 5px 2px;
 	background-color: #007805;
}

/* If desired, hide the heading since a heading is provided by the tab */
/* MKROM REMOVED... Messed up our whole design by hiding all h3's
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* @end */

.hover_text {
  font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;	
  color: #333;
  width: 220px;
  padding-left: 8px;
}
.hover_box {
  background-color: #fff;                   
  position: absolute; 
  z-index: 10; 
  border: 1px solid #333; 
  padding: 5px; 
  width: 250px; 
  text-align: left;
}
.hover_box tr {
	background-color: #fff;
}                      
.hover_box tr td {
	background-color: #fff;
	text-align: left;
}
.hover_box table {
	border: none;
}
.hover_box_right {                                                      
  top: 10px; 
  left: 15px;
}             
.hover_box_left {
  top: 20px; 
  right: 15px;
}
.hover_box_upper_right {                                                     
  bottom: 10px; 
  left: 18px;
}             
.hover_bug {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

.ux_warning {
	padding: 10px;
	margin: 10px;
	background-color: #f00;
	color: #fff;
	font-size: 1.5em;
}

.buttonsm2 {
	color: #333; 
	margin: 1px; 
	padding-left: 6px;
	padding-right: 6px;
	font-size: 9px; 
	border: 1px solid #006737; 
	background: url(/images/master_layout/progress_bar_background.png);
}

.quality_bar {
	display: inline-block; 
	width: 70px; 
	border: 1px solid #b4b4b4;
}
