﻿.TabArea
        {
                    background-color: White;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
                    border-top:1px solid black;
                    position:absolute;
                    top:42px;
                    height:400px;
                    z-index:-25;
        }
        
.TabMenue
{
    border-bottom :solid 2px;
    border-left :solid 2px;
    border-right:solid 2px; 
    border-top:solid 2px; 
    width:120px ;
    text-align:center;
}
.TabSelectedMenue
{
    border-bottom :solid 0px;
    border-left :solid 2px;
    border-right:solid 2px; 
    border-top:solid 2px; 
     width:120px ;
     background:#CCCCCC;
     text-align:center;
    
    
}


.TabSpace
{
    width:20px;
    border-bottom:solid 2px;
}

.TabButtons
{
   
    right: 10px;
    border: none;
    background: #FDFDFD no-repeat top left;
    padding: 2px 8px;
    margin:2px 4px 3px 4px;
    font-size:medium;
    font-weight:bold ;
    cursor:pointer; 
    width:120px;
    color:Blue;
    text-align:center ;
}

.TabButtons:hover {
    /*border: none;*/
  
    border-top:solid 0px;
    /*background: #E0E0E0 no-repeat top left;*/
    /*padding: 2px 8px;*/
   /* text-align:right ;*/
    text-decoration: underline;
   
}



.TabSelectedButtons
{
   
    right: 10px;
    border: none;
    background: #CCCCCC no-repeat top left;
    padding: 2px 8px;
    margin:2px 4px 3px 4px;
    font-size:medium;
    font-weight:bold ;
    cursor:pointer; 
    width:100px;
    text-align:center ;
    /*color:Blue;*/
}

.TabSelectedButtons:hover {
    border: none;
    text-align:center ;
    font-size:medium;
    /*background: #E0E0E0 no-repeat top left;*/
    padding: 2px 8px;
    color:Lime; 
}


.Positions
{
    cursor:pointer;
    position:relative;
}


.showPosDetails
{
    
    
    /*width:auto;*/
    height:250px;
    
    visibility:visible; 
    border : solid 1px;
}
.hidePosDetails
{
    
    /*width:0px;*/
    height:0px;
    border:solid 0px;
    visibility:hidden; 
}
 
 .showpwlabel
{
    
    margin-top:20px;
    /*width:auto;*/
    height:150px;
    width:350px;
    visibility:visible; 
    border : solid 1px;
}
.hidepwlabel
{
    
    /*width:0px;*/
    height:0px;
    border:solid 0px;
    visibility:hidden; 
}

 
 
/* .regPosetionData
 {
    position :relative ;
    display:inherit;
    width:auto;
    height:250px;
    /*border:auto;
    visibility:visible; 
    border : solid 1px;
 }*/
    .TableRow
{ 
    direction :rtl ;
    text-align:center;
    font-size:medium; 
    border-bottom :thin solid #CCCCCC;
    width : 100px;
    height :30px;
}
.emptyRow
{
    height:10px;
   /* border:solid 0px;*/
   border-left:solid 2px;
   border-right:solid 2px;
   background:#CCCCCC;
}

