﻿.ldap
{
    font-family: Verdana;
    font-size:11px;
}

.ldap td, .ldap th
{
    font-size:11px;
    vertical-align: top;
    text-align: left;
}
.ldap .ldapSetup
{
    padding: 5px;
    font-size:10px;
}
.ldap .ldapSetup .tbxInput
{
    width: 200px;
}
.ldap .ldapSetup .tbxInputML
{
    width: 300px;
    height: 80px;
}
.ldap .ldapSetup .tbxInputPath
{
    width: 420px;
}
.tbxInputWidth
{
     width: 420px;
}

.BrowserTable
{
    border-top: solid 1px #c0c0c0; 
    border-left: solid 1px #c0c0c0; 
    border-right: solid 2px #c0c0c0; 
    border-bottom: solid 2px #c0c0c0; 
}

.browserHeader
{
    padding-left: 4px; 
    background-color: Navy; 
    color: White; 
    font-weight: bold;
}
.browserFooter
{
    background-color: #ccc;
}

.ldap .tblContainer
{
    height: 240px;
    overflow-y: scroll;
}

.ldap .propertyTable
{
    width: 100%;
}
.ldap .propertyTable .col1,
.ldap .propertyTable .col2
{
    padding-left: 3px;
    width: 1%;
    white-space:nowrap;
}
.ldap .propertyTable .col3
{
    width: 100%;    
}
.ldap .propertyTable tbody
{
    
}
.ldap .propertyTable th
{
    background-color: #ccc;
}
.ldap .propertyTable tr.alt
{
    background-color: #aaceEE;
}
.trunced
{
    font-weight:bold;
}

.resizeHandle
{
	width:16px;
	height:16px;
	background-image:url(../../Images/tool/ldap/resizeGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.paletteC
{
    font-family: Verdana;
    font-size: 10px;
}