﻿.StandardGrid
{
    border: 1px solid #D0D0D7;
    background-color: #FBFBFB;
}
.StandardGrid td
{
    /* border-left: 1px solid #D0D0D7;
    border-right: 1px solid #D0D0D7; */
    
     /* background-color: #FF9999; */
}
.HeadingRow 
{
    background-color: #ffffff; /* e0e0e0; */
/*    text-decoration: underline; */
    cursor:pointer;
    font-weight: bold;
    font-size: 14px;
    line-height:28px;
    color: #606060;
    border-bottom: 1px solid #888888;
}

.HeadingRow_Underline td
{
        background-color: #ffffff; /* e0e0e0; */
/*    text-decoration: underline; */
    cursor:pointer;
    font-weight: bold;
    font-size: 14px;
    line-height:26px;
    color: #404040;
    
}

.HeadingRow input[type='checkbox'] 
{
    margin-top:2px;
}

.HeadingRow_Underline input[type='checkbox'] 
{
    margin-top:2px;
}

.HeadingRow_Underline tr 
{
    border-bottom: 1px solid #B6B6B6;
   
}

.HeadingRowHidden tr 
{
    display:none;
}


/*
.HeadingCell:hover
{
    background-color:#efefef;
}
*/
.HeadingCellHover
{
    background-color:#efefef;
}
.HeadingCell td
{
/*
       padding-left: 5px;
       padding-right: 2px;
*/

}
.HeadingCell table
{
/*
        border-left: 1px solid #D0D0D7;
*/
  /*  border-right: 1px solid #D0D0D7*/

}

.VersionsRow td
{
    font-style:italic;   
    padding: 1px 0px 2px 0px; 
}

.DataRow td 
{
}

.FolderDataRow td
{
    line-height:34px;
    font-size:20px;
    font-weight:bold;    
    vertical-align:bottom;
    
}

.ProtocolDataRow td
{
    line-height:22px;
    font-size:16px;
    font-weight:bold;    
    vertical-align:baseline;
    margin-top: 4px;
}

.ContractDataRow td
{
    line-height:20px;
    font-size:14px;
    font-weight:bold;    
    vertical-align:baseline;
    margin-top: 4px;
}

.DocDataRow td
{
    line-height:20px;
    vertical-align:bottom;    
}

.ParticipantDataRow
{
}

.ParticipantDataRow td
{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #aaaaaa;
}

.DataRow td a
{
   /* display: block;
    width: 100%;*/
}

.ParticipantDataRow td a
{
    display: block;
    width: 100%;
}


.DataRowGrey td
{
    color:#999999;
}

.AltDataRow
{
    background-color: #FFFFCC;
}
/*.DataRow:hover, .AltDataRow:hover
{
    background-color: #d4e83a;
}*/

.DataRowHover
{
    cursor:pointer;
    background-color:#d0e0ff;
}

.Highlight
{
    cursor:pointer;
    background-color:#ffffcc;    
}

.HighlightStrong
{
    cursor:pointer;
    background-color:#ffff66;    
}

.DataRowHoverNoLink
{
    background-color:#d0e0ff;
}

.DataRowHighlight
{
    cursor:pointer;
    background-color:#E0f0ff;
    /* background-image:url("../Img/Grid/rowHighlight.gif");
    background-position:bottom;
    background-repeat:no-repeat; */
}

.DataRowSelected
{
    cursor:pointer;
    background-color:#eeeef0;
}

.DataCell
{
/*
    border-left: 1px solid #D0D0D7;
*/
   /* border-right: 1px solid #D0D0D7;*/
/*
       padding-left: 5px;
       padding-right: 2px;
*/
}

.DataCell input[type='checkbox'] 
{
    margin-bottom:4px;
    margin-top: 2px;
}

span.expVer
{
    text-decoration:underline;
    cursor:pointer;
}

span.expVer:hover
{
    color:Red;
}

.CatHl
{
    font-weight:bold;
    display:block;
    padding-top:15px;
    color:Black;
}
#toolTip
{
            position:absolute;
            left: 0px;
            top: 0px;
            z-index: 90;
            visibility: hidden;
            background-color: #d0e0f0;
            /* background-image: url(../Img/Boxes/tooltip_background.png); */
            /* background-repeat: repeat-x; */
            border: thin solid black;
            padding: 5px;
}
.ToolTipLabel
{
            width: 200px;
            font-weight: bold;
            min-width: 200px;
} 
.SuperAdminFunction
{
    color:#3e50bb;
    
}

div.SuperAdminFunction input[type=image]
{
    /*background-color: #d0e0ff;
   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;*/
}


.SuperAdminFunction:before{
    font-size: 12px;
    padding: 4px;
    content: "Superadmin functionality.";
    display:none;
    position: absolute;
    left: -150px;
    width: 150px;
    text-align: center;
    color: black;
    background-color: #d0d0d7;
    border: 1px solid #404040;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 10000;
    opacity: 0.9;
}
.SuperAdminFunction:hover:before{
    display: block;
}
