.picture
{
	cursor:pointer;
}
.url,.Email
{
	text-decoration:underline;
	color:Blue;
	cursor:pointer;
}
.AnnualEvent,.Time,.DateTime,.Date,.picklist,.Phone
{
	cursor:text;
}
.Character
{
	cursor:text;
	font-size: 9pt;
}
.picklist
{
	BORDER-RIGHT: 1px solid;
	BORDER-LEFT: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#7F9DB9;		
}
.selPick
{
	background-color:#99A8AC;
}
.plEdit{
    border: 1px solid #CAD2D9;
    visibility: hidden; 
    background-color: #FFFFFF;
    z-index:999;
    position: absolute; 
    left: 300px; 
    top: 500px;
    padding:4px;
    cursor:pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slPL
{
    font-family: Poppins;
    border: 1px solid #CAD2D9;
	font-size: 8pt;
    cursor:pointer;
	visibility:hidden;
    left: 300px; 
    position: absolute; 
    top: 500px;
    z-index:999;
    height:60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding-top: 7px;
    padding-bottom: 7px;
    outline:none;
}

.entityAccessor 
{ 
	BORDER: 1px solid; 
	border-color:#F0F0F0;  
	PADDING: 0px; 
}
	
.comboListBox,.comboListBox.hover
{
	cursor:crosshair;
	TEXT-DECORATION:underline;
	color:Blue;
}

.picklist-ellipse-button
{
    height: 100%;
    width: 22px;
    background: url('../../images/layout/elipse-v-grey.png') no-repeat center;
    position: absolute;
    top:0;
    right:0;
    background-size:15px;
}


.picklist-dropdown-button
{
    height: 100%;
    width: 22px;
    background: url('../../images/layout/carrot-down-grey.png') no-repeat center;
    position: absolute;
    top:0;
    right:0;
    background-size:15px;
}

.entity-accessor-composite-button
{
    width: 180px;
    height: 24px;
    border-radius: 10px;
    background-color: #3BB7FB;
    color: #ffffff;
    margin-left: 15px;
}

.entity-accessor-composite-button:disabled
{
    background-color: #C2C3C9;
}

.entity-accessor-composite-button:hover:enabled
{
    cursor: pointer;
    font-weight:bold;
    color: #000000;
}

