body{  margin: 0; padding: 0; font-family: Tahoma ; font-size:12px; }

input { font-size:12px; font-family:arial; }
select { font-size:12px; font-family:arial; }
textarea { font-size:12px; font-family:arial; }

a { color:#000000; text-decoration:underline; }
a:hover { color:#6C7372; text-decoration:none; }
img { border:0; }
h1, h2, h3 { color:#FF6000; }

#dim{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('/media/images/dim.png'); display:none; text-align:left; }
#ajax-icon{ position:absolute; z-index:200; left:50%; top: 300px; }

.current { color: red; }
.i-action { position:absolute; background: url('/media/img/action.png') no-repeat center; width:82px; height:86px; margin-left:10px; margin-top:10px; }
.i-order { position:absolute; background: url('/media/img/order.png') no-repeat center; width:82px; height:86px; z-index:1; margin-top:-40px; }

.hidden { display: none; }

/* Pop-up message and fading background */
#opaco {
background-color: #000000;
left: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
filter: alpha(opacity=70);/* IE4- */
moz-opacity: 0; /* Mozilla */
-khtml-opacity: 0; /* Safari */
opacity: 0;  /* general CSS3 */
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}

#popup {
background-color: #FFFFFF;
position: fixed;
left:0;
top:0;
/*width:300px;*/
min-width: 300px;
z-index: 11;
}

.bug { padding: 20px; }
/* ****************************************** */

.bubbleInfo2 { position: relative; padding:0; margin:0; }
.trigger2 { position: relative; }
.popup2 { position: absolute;	display: none; z-index: 50; border-collapse: collapse; font-size: .8em; }
.popup2 td.corner { height: 15px; width: 19px; }
.popup2 td#topleft { background-image: url(/media/img/bubble-1.png); } 
.popup2 td.top { background-image: url(/media/img/bubble-2.png); }
.popup2 td#topright { background-image: url(/media/img/bubble-3.png); width:19px; }
.popup2 td.left { background-image: url(/media/img/bubble-4.png); width:19px; }
.popup2 td.right { background-image: url(/media/img/bubble-5.png); width:19px; }
.popup2 td#bottomleft { background-image: url(/media/img/bubble-6.png); width:19px; }
.popup2 td.bottom { background-image: url(/media/img/bubble-7.png); text-align: center; }
.popup2 td.bottom img { display: block; margin: 0 auto; }
.popup2 td#bottomright { background-image: url(/media/img/bubble-8.png); width:19px; }

.fill-input{ 
background:url('/media/img/kab-f.gif') 0 0 repeat-x;
width:100%;
border:none;
height:25px;
padding:4px 0;
}
.left-input{ 
background:url('/media/img/kab-l.gif') left top no-repeat;
width:100%; 
}
.right-input{ 
background:url('/media/img/kab-p.gif') right top no-repeat;
padding:0 5px 0 5px; 
}
.right-input input{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#A7ADB6;
padding:0 0 0 5px;
border:none;
width:100%;
height:16px;
background:none;
 
}

.bcolor { color:#ff6000; font-weight: bold; }
.bcolor_selected { color:#000; font-weight: bold; }