﻿body {
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=80);
    opacity:0.7;
    z-index: 10;
}
.modalPopup 
{
    overflow: hidden;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid black;
    
}

.modalBackground2 {
    background-color:Gray;
    filter:alpha(opacity=80);
    opacity:0.7;
    z-index: 200000;
}
.modalPopup2 
{
    overflow: hidden;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid black;
    x-index:200020;
}

.button { background-color:#E2E2E2; } 
.button:hover { background-color:darkgray; }

/* tabs */
.MyTabs  {
    position:absolute;
    left:20px;
    right:20px;
    top:20px;
    bottom:20px;
    border: 1px solid silver;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #888;
}
 .MyTabs .ajax__tab_header 
{
     font-family:verdana,tahoma,helvetica;
     font-size:12px; color:Black; font-weight:normal; 
     background:url(images/tab/tab-line.gif) repeat-x bottom;
 }
 .MyTabs .ajax__tab_outer 
{
     padding-right:3px;
     background:url(images/tab/tab-right.gif) no-repeat right;
     height:22px;
 }
 .MyTabs .ajax__tab_inner 
{
     padding-left:3px;
     background:url(images/tab/tab-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_tab 
{
     height:14px;
     padding:4px;
     margin:0;
     background:url(images/tab/tab.gif) repeat-x;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_outer 
{
     background:url(images/tab/tab-hover-right.gif) no-repeat right;
     cursor:pointer;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_inner 
{
     background:url(images/tab/tab-hover-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_tab 
{
     background:url(images/tab/tab-hover.gif) repeat-x;
 }
 .MyTabs .ajax__tab_active .ajax__tab_outer 
{
     background:url(images/tab/tab-active-right.gif) no-repeat right;
 }
 .MyTabs .ajax__tab_active .ajax__tab_inner 
{
     background:url(images/tab/tab-active-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_active .ajax__tab_tab 
{
     background:url(images/tab/tab-active.gif) repeat-x;
     font-weight:bold;
 }
 .MyTabs .ajax__tab_body 
{
     font-family:verdana,tahoma,helvetica;
     font-size:10pt;
     border:0px solid #E2E2E2;
     border-top:1px solid #E2E2E2;
     padding:10px;
     background-color:#FFFFFF;
     position:absolute;
     top:20px;
     bottom:0px;
     left:0px;
     right:0px;
     overflow-y:auto;
 } 



.listbox.rlbItem, .listbox li.rlbSelected,  .listbox span.rlbText  
{  
    padding:0 0 0 1;
     line-height:12px;
 }  
.listbox span.rlbText  
{  
    padding:0 0 0 1;
     line-height:12px;
 }  
