/* GENERAL STYLES */
#vcardHeader
{
	margin:10px 0;
	padding:10px 0;
	font-size:80%;
	color:Black;
	cursor: pointer;
}

#vcard
{
  visibility: hidden;
  right:50px;
  z-index: 1;

  
}

.vcardBox
{
  float: right;
  width: 250px;
  position: relative;
 
}

.vcardContent
{
  border: 1px solid black;
  
}

.vcardContent .header
{
  height: 65px;
  color: white;
  font-family: arial, helvetica, sans-serif;
  background-color: #668;
}

.vcardContent .header .micro
{
  font-weight: normal;
  font-size: 10px;
}

.vcardContent .header .macro
{
  font-weight: bold;
  font-size: 150%;
  position: relative;
  left: 4px;
  top: 4px;
  color: #445;
}

.vcardContent .header .macro .unshadow
{
  position: absolute;
  left: -4px;
  top: -4px;
  color: #fff;
}

.vcardContent .header img
{
  float: left;
  margin: 2px;
  padding: 0;
  vertical-align: top;
}

.vcardContent .header img.closer
{
  float: right;
  cursor: pointer;
}

.vcardContent .body
{
  padding: 4px;
  color: black;
  font-size: 70%;
  font-family: arial, helvetica, sans-serif;
  background-color: #ccf;
}

.vcardContent .body a
{
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.vcardContent .body a:hover
{
  color: white;
  background-color: black;
}

.vcardContent .body a img
{
  border: none;
}



/* EDITOR PROPERTIES */

