﻿/* Copyright 2006 Microsoft Corporation.  Microsoft's copyrights in this work are licensed under the Creative Commons */
/* Attribution-ShareAlike 2.5 License.  To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5 */

.CopyPasteInput     { position: absolute; overflow:hidden; top:4px; left:4px; width:225px; height:15px;padding:0px; z-index:100; cursor:pointer; filter:alpha(opacity=0); KHTMLOpacity:0; MozOpacity:0; opacity:0; }

.ContactContainer           { position: relative; clear:left; float:left; display:block; overflow:visible; width:225px; margin-bottom:15px;  }
.hcardContainer             { float:left; width:225px; }
.selected                   { border-style:dashed; border-width: 1px; padding: 4px 4px 4px 4px; }
.unselected				{ border-style: dashed; border-width: 1px; border-color:#E0E0E0; padding: 4px 4px 4px 4px; }

.vcard                      { position: relative; float:left; font-family: Verdana, Arial, Sans-Serif; font-size:small; color:Black;}
.vcard .n                   { font-weight:bold; width:225px; background-color:#ddddff; }
.vcard .type                { font-weight:bold; }
.vcard .uid					{ display:none; }
.vcard .nickname     		{ display:none; }
.vcard .adr { display: none; }

body                        { font-family: Verdana, Arial, Sans-Serif; }

